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 1e8526af6..4e6030a2a 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 e867949cf..01dbe3326 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 453d8c02e..631def89f 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 8c970afde..27ba72f01 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 276b6bd91..cd26df57d 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 e6cc44438..8577e8831 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 f8c7e31d4..f319ae0de 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 61a541ab4..b5015d5f0 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 a507230fd..b1f69cbf2 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 9b5a30c8a..87b3d4002 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 93b7f3d42..b029eb9a7 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 2db6ac496..34e17932b 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 bd31116ab..fd4acecd6 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 @@ "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.", @@ -1450359,6 +1450916,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.", diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 2fd4fa38b..04a0d5dce 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -865,7 +865,7 @@ paths: - subscriptions_url - type - url - type: &457 + type: &460 type: string description: The type of credit the user is receiving. enum: @@ -1031,7 +1031,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &772 + - &773 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -4114,7 +4114,7 @@ paths: schema: type: integer default: 30 - - &359 + - &361 name: cursor description: 'Used for pagination: the starting delivery from which the page of deliveries is fetched. Refer to the `link` header for the next and previous @@ -4123,7 +4123,7 @@ paths: required: false schema: type: string - - &360 + - &362 name: status description: Returns webhook deliveries filtered by delivery outcome classification based on `status_code` range. A `status` of `success` returns deliveries @@ -4143,7 +4143,7 @@ paths: application/json: schema: type: array - items: &361 + items: &363 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -4223,7 +4223,7 @@ paths: - installation_id - repository_id examples: - default: &362 + default: &364 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -4255,7 +4255,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &782 + schema: &783 title: Scim Error description: Scim Error type: object @@ -4351,7 +4351,7 @@ paths: description: Response content: application/json: - schema: &363 + schema: &365 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -4465,7 +4465,7 @@ paths: - request - response examples: - default: &364 + default: &366 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -5461,7 +5461,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &433 + properties: &435 id: description: Unique identifier of the repository example: 42 @@ -5912,7 +5912,7 @@ paths: type: boolean lexical_commit_sha: type: string - required: &434 + required: &436 - archive_url - assignees_url - blobs_url @@ -11610,7 +11610,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &783 + '401': &784 description: Authorization failure '404': *6 x-github: @@ -15821,7 +15821,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &548 + instances_url: &551 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -15856,7 +15856,7 @@ paths: format: date-time readOnly: true nullable: true - dismissed_reason: &549 + dismissed_reason: &552 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -15865,13 +15865,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &550 + dismissed_comment: &553 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &551 + rule: &554 type: object properties: id: @@ -15924,7 +15924,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &552 + tool: &555 type: object properties: name: *113 @@ -15934,26 +15934,26 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *114 - most_recent_instance: &553 + most_recent_instance: &556 type: object properties: - ref: &546 + ref: &549 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &563 + analysis_key: &566 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions this includes the workflow filename and job name. - environment: &564 + environment: &567 type: string description: Identifies the variable values associated with the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &565 + category: &568 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -15973,7 +15973,7 @@ paths: with placeholder links for related locations replaced by links to the relevant code. Only populated when related locations are available for the alert instance. - location: &566 + location: &569 type: object description: Describe a region within a file for the alert. properties: @@ -15994,7 +15994,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: &567 + items: &570 type: string description: A classification of the file. For example to identify it as generated. @@ -18342,7 +18342,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &399 + properties: &401 id: description: Unique identifier of the team type: integer @@ -18414,7 +18414,7 @@ paths: description: Unique identifier of the enterprise to which this team belongs example: 42 - required: &400 + required: &402 - id - node_id - url @@ -20209,7 +20209,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &608 + - &611 name: has in: query description: |- @@ -20332,7 +20332,7 @@ paths: - direct - transitive - inconclusive - security_advisory: &609 + security_advisory: &612 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -20571,14 +20571,14 @@ paths: nullable: true maxLength: 280 fixed_at: *140 - auto_dismissed_at: &610 + auto_dismissed_at: &613 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissal_request: &611 + dismissal_request: &614 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -20988,6 +20988,244 @@ paths: previews: [] category: dependabot subcategory: alerts + "/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. + + The authenticated user must be an enterprise owner or an enterprise security manager to access this endpoint. + Personal 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: + - *41 + - *104 + - *105 + - *106 + - *107 + - &352 + 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 + - *17 + - *19 + responses: + '200': + description: A list of the alert dismissal requests. + content: + application/json: + schema: + type: array + items: &354 + 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: *109 + 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: &355 + 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': *6 + '403': *29 + '500': *40 "/enterprises/{enterprise}/enterprise-roles": get: summary: Get all enterprise roles for an enterprise @@ -21616,7 +21854,7 @@ paths: application/json: schema: *22 examples: - default: &376 + default: &378 value: id: 1 account: @@ -21870,7 +22108,7 @@ paths: - name - created_on examples: - default: &462 + default: &465 value: total_count: 2 network_configurations: @@ -22121,7 +22359,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - *41 - - &463 + - &466 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -22133,7 +22371,7 @@ paths: description: Response content: application/json: - schema: &464 + schema: &467 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -22167,7 +22405,7 @@ paths: - subnet_id - region examples: - default: &465 + default: &468 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -22986,7 +23224,7 @@ paths: required: true content: application/json: - schema: &432 + schema: &434 title: Custom Property Set Payload description: Custom property set payload type: object @@ -24178,7 +24416,7 @@ paths: nullable: true anyOf: - *164 - - &438 + - &440 title: Organization ruleset conditions type: object description: |- @@ -24225,7 +24463,7 @@ paths: - *167 rules: type: array - items: &738 + items: &739 title: Repository Rule type: object description: A repository rule. @@ -24234,7 +24472,7 @@ paths: - *173 - *174 - *175 - - &736 + - &737 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -24562,7 +24800,7 @@ paths: type: string format: date-time examples: - default: &441 + default: &443 value: - version_id: 3 actor: @@ -24615,7 +24853,7 @@ paths: description: Response content: application/json: - schema: &442 + schema: &444 allOf: - *197 - type: object @@ -24670,7 +24908,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *41 - - &443 + - &445 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -24681,7 +24919,7 @@ paths: enum: - open - resolved - - &444 + - &446 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -24691,7 +24929,7 @@ paths: required: false schema: type: string - - &445 + - &447 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -24702,7 +24940,15 @@ paths: required: false schema: type: string - - &446 + - &448 + name: exclude_providers + in: query + description: A comma-separated list of provider names to exclude from the + results. + required: false + schema: + type: string + - &449 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -24711,7 +24957,7 @@ paths: required: false schema: type: string - - &447 + - &450 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -24730,7 +24976,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &448 + - &451 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. @@ -24746,7 +24992,7 @@ paths: - *17 - *110 - *111 - - &449 + - &452 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -24755,7 +25001,7 @@ paths: required: false schema: type: string - - &450 + - &453 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -24764,7 +25010,7 @@ paths: schema: type: boolean default: false - - &451 + - &454 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -24773,7 +25019,7 @@ paths: schema: type: boolean default: false - - &452 + - &455 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -24789,7 +25035,7 @@ paths: application/json: schema: type: array - items: &453 + items: &456 type: object properties: number: *130 @@ -24808,14 +25054,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &750 + state: &751 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: &751 + resolution: &752 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -24846,6 +25092,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/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. @@ -24922,8 +25172,8 @@ paths: pull request. ' - oneOf: &752 - - &754 + oneOf: &753 + - &755 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -24981,7 +25231,7 @@ paths: - blob_url - commit_sha - commit_url - - &755 + - &756 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. @@ -25036,7 +25286,7 @@ paths: - page_url - commit_sha - commit_url - - &756 + - &757 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -25056,7 +25306,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &757 + - &758 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -25076,7 +25326,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &758 + - &759 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -25096,7 +25346,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &759 + - &760 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -25110,7 +25360,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &760 + - &761 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -25124,7 +25374,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &761 + - &762 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -25138,7 +25388,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &762 + - &763 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. @@ -25158,7 +25408,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &763 + - &764 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. @@ -25178,7 +25428,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &764 + - &765 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. @@ -25198,7 +25448,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &765 + - &766 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. @@ -25218,7 +25468,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &766 + - &767 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. @@ -25266,7 +25516,7 @@ paths: required: *21 nullable: true examples: - default: &454 + default: &457 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -25475,7 +25725,7 @@ paths: description: Response content: application/json: - schema: &455 + schema: &458 title: Secret scanning pattern configuration description: A collection of secret scanning patterns and their settings related to push protection. @@ -25558,7 +25808,7 @@ paths: description: Overrides for custom patterns defined by the organization. items: *199 examples: - default: &456 + default: &459 value: pattern_config_version: 0ujsswThIGTUYm2K8FjOOfXtY1K provider_pattern_overrides: @@ -25694,7 +25944,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/licensing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *41 - - &459 + - &462 name: advanced_security_product in: query description: | @@ -25714,7 +25964,7 @@ paths: description: Success content: application/json: - schema: &460 + schema: &463 type: object properties: total_advanced_security_committers: @@ -25769,7 +26019,7 @@ paths: required: - repositories examples: - default: &461 + default: &464 value: total_advanced_security_committers: 2 total_count: 2 @@ -28881,7 +29131,7 @@ paths: properties: action: type: string - discussion: &890 + discussion: &891 title: Discussion description: A Discussion in a repository. type: object @@ -29248,7 +29498,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &671 + properties: &672 id: type: integer format: int64 @@ -29361,7 +29611,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &421 + properties: &423 url: type: string format: uri @@ -29431,7 +29681,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &422 + required: &424 - closed_issues - creator - description @@ -29510,7 +29760,7 @@ paths: timeline_url: type: string format: uri - type: &386 + type: &388 title: Issue Type description: The type of issue. type: object @@ -29624,7 +29874,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &810 + sub_issues_summary: &811 title: Sub-issues Summary type: object properties: @@ -29711,7 +29961,7 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: &693 + properties: &694 pinned_at: type: string format: date-time @@ -29723,7 +29973,7 @@ paths: properties: *20 required: *21 nullable: true - required: &694 + required: &695 - pinned_at - pinned_by nullable: true @@ -29737,7 +29987,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &811 + issue_dependencies_summary: &812 title: Issue Dependencies Summary type: object properties: @@ -29756,7 +30006,7 @@ paths: - total_blocking issue_field_values: type: array - items: &678 + items: &679 title: Issue Field Value description: A value assigned to an issue field type: object @@ -29817,7 +30067,7 @@ paths: - node_id - data_type - value - required: &672 + required: &673 - assignee - closed_at - comments @@ -29855,7 +30105,7 @@ paths: action: type: string issue: *227 - comment: &667 + comment: &668 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -30519,7 +30769,7 @@ paths: type: string release: allOf: - - &729 + - &730 title: Release description: A release. type: object @@ -30590,7 +30840,7 @@ paths: author: *4 assets: type: array - items: &730 + items: &731 title: Release Asset description: Data related to a release. type: object @@ -31169,7 +31419,7 @@ paths: url: type: string format: uri - user: &817 + user: &818 title: Public User description: Public User type: object @@ -33041,7 +33291,7 @@ paths: - closed - all default: open - - &389 + - &391 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -33092,7 +33342,7 @@ paths: type: array items: *227 examples: - default: &390 + default: &392 value: - id: 1 node_id: MDU6SXNzdWUx @@ -34477,14 +34727,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &474 + - &477 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &475 + - &478 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -34546,7 +34796,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &480 + '301': &483 description: Moved permanently content: application/json: @@ -34568,7 +34818,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &703 + - &704 name: all description: If `true`, show notifications marked as read. in: query @@ -34576,7 +34826,7 @@ paths: schema: type: boolean default: false - - &704 + - &705 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -34586,7 +34836,7 @@ paths: type: boolean default: false - *234 - - &705 + - &706 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -34622,7 +34872,7 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: &354 + properties: &356 id: type: integer format: int64 @@ -34908,7 +35158,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &435 + security_and_analysis: &437 nullable: true type: object properties: @@ -35036,7 +35286,7 @@ paths: the repository. The keys are the custom property names, and the values are the corresponding custom property values. additionalProperties: true - required: &355 + required: &357 - archive_url - assignees_url - blobs_url @@ -35124,7 +35374,7 @@ paths: - url - subscription_url examples: - default: &706 + default: &707 value: - id: '1' repository: @@ -36241,7 +36491,7 @@ paths: type: array items: *158 examples: - default: &712 + default: &713 value: - property_name: environment value: production @@ -36291,7 +36541,7 @@ paths: required: - properties examples: - default: &713 + default: &714 value: properties: - property_name: environment @@ -37104,7 +37354,7 @@ paths: type: integer repository_cache_usages: type: array - items: &487 + items: &490 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -40384,7 +40634,7 @@ paths: description: Response content: application/json: - schema: &507 + schema: &510 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -40413,7 +40663,7 @@ paths: - key_id - key examples: - default: &508 + default: &511 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -40826,7 +41076,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *89 - - &492 + - &495 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -42100,12 +42350,12 @@ paths: required: - subject_digests examples: - default: &849 + default: &850 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &850 + withPredicateType: &851 value: subject_digests: - sha256:abc123 @@ -42163,7 +42413,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &851 + default: &852 value: attestations_subject_digests: - sha256:abc: @@ -42513,7 +42763,7 @@ paths: initiator: type: string examples: - default: &521 + default: &524 value: attestations: - bundle: @@ -43430,7 +43680,7 @@ paths: be returned. in: query required: false - schema: &547 + schema: &550 type: string description: Severity of a code scanning alert. enum: @@ -44495,7 +44745,7 @@ paths: type: integer codespaces: type: array - items: &391 + items: &393 type: object title: Codespace description: A codespace. @@ -44525,7 +44775,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &579 + properties: &582 name: type: string description: The name of the machine. @@ -44567,7 +44817,7 @@ paths: - ready - in_progress nullable: true - required: &580 + required: &583 - name - display_name - operating_system @@ -44772,7 +45022,7 @@ paths: - pulls_url - recent_folders examples: - default: &392 + default: &394 value: total_count: 3 codespaces: @@ -45435,7 +45685,7 @@ paths: - updated_at - visibility examples: - default: &581 + default: &584 value: total_count: 2 secrets: @@ -45473,7 +45723,7 @@ paths: description: Response content: application/json: - schema: &582 + schema: &585 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -45502,7 +45752,7 @@ paths: - key_id - key examples: - default: &583 + default: &586 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -45534,7 +45784,7 @@ paths: application/json: schema: *333 examples: - default: &585 + default: &588 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -47833,7 +48083,7 @@ paths: description: Response content: application/json: - schema: &614 + schema: &617 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -47850,7 +48100,7 @@ paths: - key_id - key examples: - default: &615 + default: &618 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -48178,7 +48428,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *89 - - &623 + - &626 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -48186,7 +48436,7 @@ paths: required: false schema: type: string - - &624 + - &627 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -48194,7 +48444,7 @@ paths: required: false schema: type: string - - &625 + - &628 name: time_period description: |- The time period to filter by. @@ -48210,7 +48460,7 @@ paths: - week - month default: month - - &626 + - &629 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -48235,7 +48485,7 @@ paths: application/json: schema: type: array - items: &627 + items: &630 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -48341,7 +48591,7 @@ paths: type: array description: The responses to the dismissal request. nullable: true - items: &352 + items: &353 title: Dismissal request response description: A response made by a requester to dismiss the request. @@ -48391,7 +48641,7 @@ paths: format: uri example: https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &628 + default: &631 value: - id: 21 number: 42 @@ -48483,23 +48733,7 @@ paths: - *105 - *106 - *107 - - &353 - 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 + - *352 - *17 - *19 responses: @@ -48509,7 +48743,7 @@ paths: application/json: schema: type: array - items: &629 + items: &632 title: Dependabot alert dismissal request description: Alert dismissal request made by a user asking to dismiss a Dependabot alert. @@ -48615,7 +48849,7 @@ paths: type: array description: The responses to the dismissal request. nullable: true - items: *352 + items: *353 url: type: string format: uri @@ -48626,7 +48860,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/dependabot/1 examples: - default: &630 + default: &633 value: - id: 21 number: 42 @@ -48718,7 +48952,7 @@ paths: - *105 - *106 - *107 - - *353 + - *352 - *17 - *19 responses: @@ -48728,190 +48962,9 @@ paths: application/json: schema: type: array - items: &631 - title: Secret scanning alert dismissal request - description: A dismissal request made by a user asking to close - a secret scanning alert in this repository. - 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: *109 - 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 + items: *354 examples: - default: &632 - 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 + default: *355 '404': *6 '403': *29 '500': *40 @@ -48937,7 +48990,7 @@ paths: application/json: schema: type: array - items: &402 + items: &404 title: Package description: A software package type: object @@ -48987,8 +49040,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *354 - required: *355 + properties: *356 + required: *357 nullable: true created_at: type: string @@ -49007,7 +49060,7 @@ paths: - created_at - updated_at examples: - default: &403 + default: &405 value: - id: 197 name: hello_docker @@ -49194,7 +49247,7 @@ paths: description: Response content: application/json: - schema: &471 + schema: &474 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -49275,7 +49328,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &472 + default: &475 value: group_id: '123' group_name: Octocat admins @@ -49330,7 +49383,7 @@ paths: description: Response content: application/json: - schema: &468 + schema: &471 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -49367,7 +49420,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &469 + default: &472 value: groups: - group_id: '123' @@ -49412,7 +49465,7 @@ paths: application/json: schema: type: array - items: &380 + items: &382 title: Organization Invitation description: Organization Invitation type: object @@ -49459,7 +49512,7 @@ paths: - invitation_teams_url - node_id examples: - default: &381 + default: &383 value: - id: 1 login: monalisa @@ -49526,7 +49579,7 @@ paths: application/json: schema: type: array - items: &436 + items: &438 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -49540,7 +49593,7 @@ paths: - name - description examples: - default: &437 + default: &439 value: - name: add_assignee description: Assign or remove a user @@ -49581,7 +49634,7 @@ paths: application/json: schema: type: array - items: &356 + items: &358 title: Org Hook description: Org Hook type: object @@ -49750,9 +49803,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *358 examples: - default: &357 + default: &359 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -49797,7 +49850,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - *89 - - &358 + - &360 name: hook_id description: The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery. @@ -49810,9 +49863,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *358 examples: - default: *357 + default: *359 '404': *6 x-github: githubCloudOnly: false @@ -49834,7 +49887,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - *89 - - *358 + - *360 requestBody: required: false content: @@ -49879,7 +49932,7 @@ paths: description: Response content: application/json: - schema: *356 + schema: *358 examples: default: value: @@ -49919,7 +49972,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - *89 - - *358 + - *360 responses: '204': description: Response @@ -49945,7 +49998,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *89 - - *358 + - *360 responses: '200': description: Response @@ -49974,7 +50027,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *89 - - *358 + - *360 requestBody: required: false content: @@ -50023,10 +50076,10 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *89 - - *358 - - *17 - - *359 - *360 + - *17 + - *361 + - *362 responses: '200': description: Response @@ -50034,9 +50087,9 @@ paths: application/json: schema: type: array - items: *361 + items: *363 examples: - default: *362 + default: *364 '400': *14 '422': *15 x-github: @@ -50060,16 +50113,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *89 - - *358 + - *360 - *16 responses: '200': description: Response content: application/json: - schema: *363 + schema: *365 examples: - default: *364 + default: *366 '400': *14 '422': *15 x-github: @@ -50093,7 +50146,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *89 - - *358 + - *360 - *16 responses: '202': *39 @@ -50120,7 +50173,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - *89 - - *358 + - *360 responses: '204': description: Response @@ -50143,7 +50196,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - *89 - - &369 + - &371 name: actor_type in: path description: The type of the actor @@ -50156,14 +50209,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &370 + - &372 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &365 + - &367 name: min_timestamp description: 'The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -50171,7 +50224,7 @@ paths: required: true schema: type: string - - &366 + - &368 name: max_timestamp description: 'The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -50265,12 +50318,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - *89 - - *365 - - *366 + - *367 + - *368 - *19 - *17 - *112 - - &375 + - &377 name: sort description: The property to sort the results by. in: query @@ -50348,14 +50401,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - *89 - - *365 - - *366 + - *367 + - *368 responses: '200': description: Response content: application/json: - schema: &367 + schema: &369 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -50371,7 +50424,7 @@ paths: type: integer format: int64 examples: - default: &368 + default: &370 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -50392,23 +50445,23 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - *89 - - &371 + - &373 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *365 - - *366 + - *367 + - *368 responses: '200': description: Response content: application/json: - schema: *367 + schema: *369 examples: - default: *368 + default: *370 x-github: enabledForGitHubApps: true category: orgs @@ -50427,18 +50480,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *89 - - *365 - - *366 - - *369 - - *370 + - *367 + - *368 + - *371 + - *372 responses: '200': description: Response content: application/json: - schema: *367 + schema: *369 examples: - default: *368 + default: *370 x-github: enabledForGitHubApps: true category: orgs @@ -50456,9 +50509,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - *89 - - *365 - - *366 - - &372 + - *367 + - *368 + - &374 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -50471,7 +50524,7 @@ paths: description: Response content: application/json: - schema: &373 + schema: &375 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -50487,7 +50540,7 @@ paths: type: integer format: int64 examples: - default: &374 + default: &376 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -50524,18 +50577,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - *89 - - *371 - - *365 - - *366 - - *372 + - *373 + - *367 + - *368 + - *374 responses: '200': description: Response content: application/json: - schema: *373 + schema: *375 examples: - default: *374 + default: *376 x-github: enabledForGitHubApps: true category: orgs @@ -50553,19 +50606,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - *89 - - *369 - - *370 - - *365 - - *366 + - *371 - *372 + - *367 + - *368 + - *374 responses: '200': description: Response content: application/json: - schema: *373 + schema: *375 examples: - default: *374 + default: *376 x-github: enabledForGitHubApps: true category: orgs @@ -50583,13 +50636,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - *89 - - *371 - - *365 - - *366 + - *373 + - *367 + - *368 - *19 - *17 - *112 - - *375 + - *377 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -50670,7 +50723,7 @@ paths: application/json: schema: *22 examples: - default: *376 + default: *378 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -50790,12 +50843,12 @@ paths: application/json: schema: anyOf: - - &378 + - &380 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &377 + limit: &379 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -50820,7 +50873,7 @@ paths: properties: {} additionalProperties: false examples: - default: &379 + default: &381 value: limit: collaborators_only origin: organization @@ -50849,13 +50902,13 @@ paths: required: true content: application/json: - schema: &663 + schema: &664 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *377 + limit: *379 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -50879,9 +50932,9 @@ paths: description: Response content: application/json: - schema: *378 + schema: *380 examples: - default: *379 + default: *381 '422': *15 x-github: githubCloudOnly: false @@ -50959,9 +51012,9 @@ paths: application/json: schema: type: array - items: *380 + items: *382 examples: - default: *381 + default: *383 headers: Link: *47 '404': *6 @@ -51039,7 +51092,7 @@ paths: description: Response content: application/json: - schema: *380 + schema: *382 examples: default: value: @@ -51096,7 +51149,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - *89 - - &382 + - &384 name: invitation_id description: The unique identifier of the invitation. in: path @@ -51130,7 +51183,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - *89 - - *382 + - *384 - *17 - *19 responses: @@ -51142,7 +51195,7 @@ paths: type: array items: *319 examples: - default: &401 + default: &403 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -51185,7 +51238,7 @@ paths: application/json: schema: type: array - items: &383 + items: &385 title: Issue Field description: A custom attribute defined at the organization level for attaching structured data to issues. @@ -51418,9 +51471,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *385 examples: - default: &384 + default: &386 value: id: 512 node_id: IF_kwDNAd3NAZr @@ -51476,7 +51529,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-fields#update-issue-field-for-an-organization parameters: - *89 - - &385 + - &387 name: issue_field_id description: The unique identifier of the issue field. in: path @@ -51575,9 +51628,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *385 examples: - default: *384 + default: *386 '404': *6 '422': *7 x-github: @@ -51602,7 +51655,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-fields#delete-issue-field-for-an-organization parameters: - *89 - - *385 + - *387 responses: '204': *157 '404': *6 @@ -51632,7 +51685,7 @@ paths: application/json: schema: type: array - items: *386 + items: *388 examples: default: value: @@ -51717,9 +51770,9 @@ paths: description: Response content: application/json: - schema: *386 + schema: *388 examples: - default: &387 + default: &389 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -51752,7 +51805,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *89 - - &388 + - &390 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -51805,9 +51858,9 @@ paths: description: Response content: application/json: - schema: *386 + schema: *388 examples: - default: *387 + default: *389 '404': *6 '422': *7 x-github: @@ -51832,7 +51885,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *89 - - *388 + - *390 responses: '204': description: Response @@ -51895,7 +51948,7 @@ paths: - closed - all default: open - - *389 + - *391 - name: type description: Can be the name of an issue type. in: query @@ -51926,7 +51979,7 @@ paths: type: array items: *227 examples: - default: *390 + default: *392 headers: Link: *47 '404': *6 @@ -52085,9 +52138,9 @@ paths: type: integer codespaces: type: array - items: *391 + items: *393 examples: - default: *392 + default: *394 '304': *37 '500': *40 '401': *25 @@ -52114,7 +52167,7 @@ paths: parameters: - *89 - *145 - - &393 + - &395 name: codespace_name in: path required: true @@ -52149,15 +52202,15 @@ paths: parameters: - *89 - *145 - - *393 + - *395 responses: '200': description: Response content: application/json: - schema: *391 + schema: *393 examples: - default: &578 + default: &581 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -52413,7 +52466,7 @@ paths: description: Response content: application/json: - schema: &394 + schema: &396 title: Org Membership description: Org Membership type: object @@ -52480,7 +52533,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &395 + response-if-user-has-an-active-admin-membership-with-organization: &397 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -52581,9 +52634,9 @@ paths: description: Response content: application/json: - schema: *394 + schema: *396 examples: - response-if-user-already-had-membership-with-organization: *395 + response-if-user-already-had-membership-with-organization: *397 '422': *15 '403': *29 x-github: @@ -52654,7 +52707,7 @@ paths: application/json: schema: type: array - items: &396 + items: &398 title: Migration description: A migration. type: object @@ -52983,7 +53036,7 @@ paths: description: Response content: application/json: - schema: *396 + schema: *398 examples: default: value: @@ -53162,7 +53215,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - *89 - - &397 + - &399 name: migration_id description: The unique identifier of the migration. in: path @@ -53189,7 +53242,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *396 + schema: *398 examples: default: value: @@ -53359,7 +53412,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - *89 - - *397 + - *399 responses: '302': description: Response @@ -53381,7 +53434,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *89 - - *397 + - *399 responses: '204': description: Response @@ -53405,8 +53458,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - *89 - - *397 - - &832 + - *399 + - &833 name: repo_name description: repo_name parameter in: path @@ -53434,7 +53487,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *89 - - *397 + - *399 - *17 - *19 responses: @@ -53446,7 +53499,7 @@ paths: type: array items: *290 examples: - default: &408 + default: &410 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -53657,7 +53710,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &398 + items: &400 title: Organization Role description: Organization roles type: object @@ -53864,7 +53917,7 @@ paths: description: Response content: application/json: - schema: *398 + schema: *400 examples: default: value: @@ -54094,7 +54147,7 @@ paths: description: Response content: application/json: - schema: *398 + schema: *400 examples: default: value: @@ -54191,7 +54244,7 @@ paths: description: Response content: application/json: - schema: *398 + schema: *400 examples: default: value: @@ -54349,8 +54402,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *399 - required: *400 + properties: *401 + required: *402 nullable: true type: description: The ownership type of the team @@ -54382,7 +54435,7 @@ paths: - type - parent examples: - default: *401 + default: *403 headers: Link: *47 '404': @@ -54440,13 +54493,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &458 + items: &461 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *399 - required: *400 + properties: *401 + required: *402 name: nullable: true type: string @@ -54734,7 +54787,7 @@ paths: - nuget - container - *89 - - &833 + - &834 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -54770,12 +54823,12 @@ paths: application/json: schema: type: array - items: *402 + items: *404 examples: - default: *403 + default: *405 '403': *29 '401': *25 - '400': &835 + '400': &836 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -54797,7 +54850,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &404 + - &406 name: package_type description: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry @@ -54815,7 +54868,7 @@ paths: - docker - nuget - container - - &405 + - &407 name: package_name description: The name of the package. in: path @@ -54828,7 +54881,7 @@ paths: description: Response content: application/json: - schema: *402 + schema: *404 examples: default: value: @@ -54880,8 +54933,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *404 - - *405 + - *406 + - *407 - *89 responses: '204': @@ -54914,8 +54967,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *404 - - *405 + - *406 + - *407 - *89 - name: token description: package token @@ -54948,8 +55001,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *404 - - *405 + - *406 + - *407 - *89 - *19 - *17 @@ -54970,7 +55023,7 @@ paths: application/json: schema: type: array - items: &406 + items: &408 title: Package Version description: A version of a software package type: object @@ -55095,10 +55148,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *404 - - *405 + - *406 + - *407 - *89 - - &407 + - &409 name: package_version_id description: Unique identifier of the package version. in: path @@ -55110,7 +55163,7 @@ paths: description: Response content: application/json: - schema: *406 + schema: *408 examples: default: value: @@ -55146,10 +55199,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *404 - - *405 - - *89 + - *406 - *407 + - *89 + - *409 responses: '204': description: Response @@ -55181,10 +55234,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *404 - - *405 - - *89 + - *406 - *407 + - *89 + - *409 responses: '204': description: Response @@ -55214,7 +55267,7 @@ paths: - *89 - *17 - *19 - - &409 + - &411 name: sort description: The property by which to sort the results. in: query @@ -55225,7 +55278,7 @@ paths: - created_at default: created_at - *112 - - &410 + - &412 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -55236,7 +55289,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &411 + - &413 name: repository description: The name of the repository to use to filter the results. in: query @@ -55244,7 +55297,7 @@ paths: schema: type: string example: Hello-World - - &412 + - &414 name: permission description: The permission to use to filter the results. in: query @@ -55252,7 +55305,7 @@ paths: schema: type: string example: issues_read - - &413 + - &415 name: last_used_before description: 'Only show fine-grained personal access tokens used before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -55262,7 +55315,7 @@ paths: schema: type: string format: date-time - - &414 + - &416 name: last_used_after description: 'Only show fine-grained personal access tokens used after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -55272,7 +55325,7 @@ paths: schema: type: string format: date-time - - &415 + - &417 name: token_id description: The ID of the token in: query @@ -55585,7 +55638,7 @@ paths: type: array items: *290 examples: - default: *408 + default: *410 headers: Link: *47 x-github: @@ -55611,14 +55664,14 @@ paths: - *89 - *17 - *19 - - *409 - - *112 - - *410 - *411 + - *112 - *412 - *413 - *414 - *415 + - *416 + - *417 responses: '500': *40 '422': *15 @@ -55900,7 +55953,7 @@ paths: type: array items: *290 examples: - default: *408 + default: *410 headers: Link: *47 x-github: @@ -55942,7 +55995,7 @@ paths: type: integer configurations: type: array - items: &416 + items: &418 title: Organization private registry description: Private registry configuration for an organization type: object @@ -56370,7 +56423,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &417 + org-private-registry-with-selected-visibility: &419 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -56466,9 +56519,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *416 + schema: *418 examples: - default: *417 + default: *419 '404': *6 x-github: githubCloudOnly: false @@ -56695,7 +56748,7 @@ paths: application/json: schema: type: array - items: &418 + items: &420 title: Projects v2 Project description: A projects v2 project type: object @@ -56765,7 +56818,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &926 + properties: &927 id: type: number description: The unique identifier of the status update. @@ -56813,7 +56866,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &927 + required: &928 - id - node_id - created_at @@ -56838,7 +56891,7 @@ paths: - deleted_at - deleted_by examples: - default: &419 + default: &421 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -56941,7 +56994,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-organization parameters: - - &420 + - &422 name: project_number description: The project's number. in: path @@ -56954,9 +57007,9 @@ paths: description: Response content: application/json: - schema: *418 + schema: *420 examples: - default: *419 + default: *421 headers: Link: *47 '304': *37 @@ -56979,7 +57032,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - *89 - - *420 + - *422 requestBody: required: true description: Details of the draft item to create in the project. @@ -57013,7 +57066,7 @@ paths: description: Response content: application/json: - schema: &426 + schema: &428 title: Projects v2 Item description: An item belonging to a project type: object @@ -57027,7 +57080,7 @@ paths: content: oneOf: - *227 - - &595 + - &598 title: Pull Request Simple description: Pull Request Simple type: object @@ -57133,8 +57186,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *421 - required: *422 + properties: *423 + required: *424 nullable: true active_lock_reason: type: string @@ -57227,7 +57280,7 @@ paths: _links: type: object properties: - comments: &423 + comments: &425 title: Link description: Hypermedia Link type: object @@ -57236,13 +57289,13 @@ paths: type: string required: - href - commits: *423 - statuses: *423 - html: *423 - issue: *423 - review_comments: *423 - review_comment: *423 - self: *423 + commits: *425 + statuses: *425 + html: *425 + issue: *425 + review_comments: *425 + review_comment: *425 + self: *425 required: - comments - commits @@ -57253,7 +57306,7 @@ paths: - review_comment - self author_association: *224 - auto_merge: &715 + auto_merge: &716 title: Auto merge description: The status of auto merging a pull request. type: object @@ -57355,7 +57408,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: &425 + content_type: &427 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -57395,7 +57448,7 @@ paths: - updated_at - archived_at examples: - draft_issue: &427 + draft_issue: &429 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -57469,7 +57522,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-organization parameters: - - *420 + - *422 - *89 - *17 - *110 @@ -57481,7 +57534,7 @@ paths: application/json: schema: type: array - items: &424 + items: &426 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -57631,7 +57684,7 @@ paths: - updated_at - project_url examples: - default: &854 + default: &855 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -57761,7 +57814,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#add-a-field-to-an-organization-owned-project parameters: - - *420 + - *422 - *89 requestBody: required: true @@ -57808,7 +57861,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &855 + items: &856 type: object properties: name: @@ -57845,7 +57898,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &856 + iteration_configuration: &857 type: object description: The configuration for iteration fields. properties: @@ -57895,7 +57948,7 @@ paths: value: name: Due date data_type: date - single_select_field: &857 + single_select_field: &858 summary: Create a single select field value: name: Priority @@ -57922,7 +57975,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &858 + iteration_field: &859 summary: Create an iteration field value: name: Sprint @@ -57946,9 +57999,9 @@ paths: description: Response for adding a field to an organization-owned project. content: application/json: - schema: *424 + schema: *426 examples: - text_field: &859 + text_field: &860 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -57957,7 +58010,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: &860 + number_field: &861 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -57966,7 +58019,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: &861 + date_field: &862 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -57975,7 +58028,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: &862 + single_select_field: &863 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -58009,7 +58062,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &863 + iteration_field: &864 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -58054,8 +58107,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-organization parameters: - - *420 - - &864 + - *422 + - &865 name: field_id description: The unique identifier of the field. in: path @@ -58068,9 +58121,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *426 examples: - default: &865 + default: &866 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -58126,7 +58179,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-an-organization-owned-project parameters: - - *420 + - *422 - *89 - name: q description: Search query to filter items, see [Filtering projects](https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects) @@ -58159,7 +58212,7 @@ paths: application/json: schema: type: array - items: &428 + items: &430 title: Projects v2 Item description: An item belonging to a project type: object @@ -58175,7 +58228,7 @@ paths: format: uri example: https://api.github.com/users/monalisa/2/projectsV2/3 description: The API URL of the project that contains this item. - content_type: *425 + content_type: *427 content: type: object additionalProperties: true @@ -58218,7 +58271,7 @@ paths: - updated_at - archived_at examples: - default: &429 + default: &431 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -58916,7 +58969,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-organization-owned-project parameters: - *89 - - *420 + - *422 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -58986,22 +59039,22 @@ paths: description: Response content: application/json: - schema: *426 + schema: *428 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *427 + value: *429 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *427 + value: *429 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *427 + value: *429 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *427 + value: *429 '304': *37 '403': *29 '401': *25 @@ -59021,9 +59074,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#get-an-item-for-an-organization-owned-project parameters: - - *420 + - *422 - *89 - - &430 + - &432 name: item_id description: The unique identifier of the project item. in: path @@ -59049,9 +59102,9 @@ paths: description: Response content: application/json: - schema: *428 + schema: *430 examples: - default: *429 + default: *431 headers: Link: *47 '304': *37 @@ -59072,9 +59125,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-organization parameters: - - *420 + - *422 - *89 - - *430 + - *432 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -59144,13 +59197,13 @@ paths: description: Response content: application/json: - schema: *428 + schema: *430 examples: - text_field: *429 - number_field: *429 - date_field: *429 - single_select_field: *429 - iteration_field: *429 + text_field: *431 + number_field: *431 + date_field: *431 + single_select_field: *431 + iteration_field: *431 '401': *25 '403': *29 '404': *6 @@ -59170,9 +59223,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-organization parameters: - - *420 + - *422 - *89 - - *430 + - *432 responses: '204': description: Response @@ -59196,7 +59249,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - *89 - - *420 + - *422 requestBody: required: true content: @@ -59267,7 +59320,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &846 + schema: &847 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -59365,7 +59418,7 @@ paths: examples: table_view: summary: Response for creating a table view - value: &431 + value: &433 value: id: 1 number: 1 @@ -59411,10 +59464,10 @@ paths: - 456 board_view: summary: Response for creating a board view with filter - value: *431 + value: *433 roadmap_view: summary: Response for creating a roadmap view - value: *431 + value: *433 '304': *37 '403': *29 '401': *25 @@ -59442,9 +59495,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-an-organization-project-view parameters: - - *420 + - *422 - *89 - - &866 + - &867 name: view_number description: The number that identifies the project view. in: path @@ -59476,9 +59529,9 @@ paths: application/json: schema: type: array - items: *428 + items: *430 examples: - default: *429 + default: *431 headers: Link: *47 '304': *37 @@ -59642,7 +59695,7 @@ paths: required: true content: application/json: - schema: *432 + schema: *434 examples: default: value: @@ -60007,7 +60060,7 @@ paths: type: array items: *290 examples: - default: *408 + default: *410 headers: Link: *47 x-github: @@ -60210,7 +60263,7 @@ paths: description: Response content: application/json: - schema: &479 + schema: &482 title: Full Repository description: Full Repository type: object @@ -60498,8 +60551,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *433 - required: *434 + properties: *435 + required: *436 nullable: true temp_clone_token: type: string @@ -60614,7 +60667,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &600 + properties: &603 url: type: string format: uri @@ -60630,12 +60683,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &601 + required: &604 - url - key - name - html_url - security_and_analysis: *435 + security_and_analysis: *437 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -60719,7 +60772,7 @@ paths: - network_count - subscribers_count examples: - default: &481 + default: &484 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -61245,9 +61298,9 @@ paths: application/json: schema: type: array - items: *436 + items: *438 examples: - default: *437 + default: *439 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -61272,7 +61325,7 @@ paths: - *89 - *17 - *19 - - &737 + - &738 name: targets description: | A comma-separated list of rule targets to filter by. @@ -61363,11 +61416,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *171 - conditions: *438 + conditions: *440 rules: type: array description: An array of rules within the ruleset. - items: &440 + items: &442 title: Repository Rule type: object description: A repository rule. @@ -61432,7 +61485,7 @@ paths: application/json: schema: *193 examples: - default: &439 + default: &441 value: id: 21 name: super cool ruleset @@ -61488,7 +61541,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *89 - - &739 + - &740 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -61500,14 +61553,14 @@ paths: x-multi-segment: true - *316 - *107 - - &740 + - &741 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &741 + - &742 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -61527,7 +61580,7 @@ paths: description: Response content: application/json: - schema: &742 + schema: &743 title: Rule Suites description: Response type: array @@ -61582,7 +61635,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &743 + default: &744 value: - id: 21 actor_id: 12 @@ -61626,7 +61679,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *89 - - &744 + - &745 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -61642,7 +61695,7 @@ paths: description: Response content: application/json: - schema: &745 + schema: &746 title: Rule Suite description: Response type: object @@ -61741,7 +61794,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &746 + default: &747 value: id: 21 actor_id: 12 @@ -61816,7 +61869,7 @@ paths: application/json: schema: *193 examples: - default: *439 + default: *441 '404': *6 '500': *40 put: @@ -61865,11 +61918,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *171 - conditions: *438 + conditions: *440 rules: description: An array of rules within the ruleset. type: array - items: *440 + items: *442 examples: default: value: @@ -61906,7 +61959,7 @@ paths: application/json: schema: *193 examples: - default: *439 + default: *441 '404': *6 '422': *15 '500': *40 @@ -61966,7 +62019,7 @@ paths: type: array items: *197 examples: - default: *441 + default: *443 '404': *6 '500': *40 x-github: @@ -62003,7 +62056,7 @@ paths: description: Response content: application/json: - schema: *442 + schema: *444 examples: default: value: @@ -62066,16 +62119,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *89 - - *443 - - *444 - *445 - *446 - *447 - *448 + - *449 + - *450 + - *451 - *112 - *19 - *17 - - &748 + - &749 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -62085,7 +62139,7 @@ paths: required: false schema: type: string - - &749 + - &750 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -62095,10 +62149,10 @@ paths: required: false schema: type: string - - *449 - - *450 - - *451 - *452 + - *453 + - *454 + - *455 responses: '200': description: Response @@ -62106,9 +62160,9 @@ paths: application/json: schema: type: array - items: *453 + items: *456 examples: - default: *454 + default: *457 headers: Link: *47 '404': *6 @@ -62143,9 +62197,9 @@ paths: description: Response content: application/json: - schema: *455 + schema: *458 examples: - default: *456 + default: *459 '403': *29 '404': *6 patch: @@ -62298,7 +62352,7 @@ paths: application/json: schema: type: array - items: &770 + items: &771 description: A repository security advisory. type: object properties: @@ -62518,7 +62572,7 @@ paths: login: type: string description: The username of the user credited. - type: *457 + type: *460 credits_detailed: type: array nullable: true @@ -62528,7 +62582,7 @@ paths: type: object properties: user: *4 - type: *457 + type: *460 state: type: string description: The state of the user's acceptance of the @@ -62589,7 +62643,7 @@ paths: - private_fork additionalProperties: false examples: - default: &771 + default: &772 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -62976,7 +63030,7 @@ paths: application/json: schema: type: array - items: *458 + items: *461 examples: default: value: @@ -63075,7 +63129,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *89 - - *459 + - *462 - *17 - *19 responses: @@ -63083,9 +63137,9 @@ paths: description: Success content: application/json: - schema: *460 + schema: *463 examples: - default: *461 + default: *464 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -63366,7 +63420,7 @@ paths: type: array items: *150 examples: - default: *462 + default: *465 headers: Link: *47 x-github: @@ -63595,15 +63649,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - *89 - - *463 + - *466 responses: '200': description: Response content: application/json: - schema: *464 + schema: *467 examples: - default: *465 + default: *468 headers: Link: *47 x-github: @@ -63641,7 +63695,7 @@ paths: description: Response content: application/json: - schema: &476 + schema: &479 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -63687,7 +63741,7 @@ paths: type: string nullable: true examples: - default: &477 + default: &480 value: groups: - group_id: '123' @@ -63813,7 +63867,7 @@ paths: type: array items: *319 examples: - default: *401 + default: *403 headers: Link: *47 '403': *29 @@ -63907,7 +63961,7 @@ paths: description: Response content: application/json: - schema: &466 + schema: &469 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -63970,8 +64024,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *399 - required: *400 + properties: *401 + required: *402 nullable: true members_count: type: integer @@ -64234,7 +64288,7 @@ paths: - repos_count - organization examples: - default: &467 + default: &470 value: id: 1 node_id: MDQ6VGVhbTE= @@ -64311,9 +64365,9 @@ paths: description: Response content: application/json: - schema: *466 + schema: *469 examples: - default: *467 + default: *470 '404': *6 x-github: githubCloudOnly: false @@ -64397,16 +64451,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *466 + schema: *469 examples: - default: *467 + default: *470 '201': description: Response content: application/json: - schema: *466 + schema: *469 examples: - default: *467 + default: *470 '404': *6 '422': *15 '403': *29 @@ -64436,7 +64490,7 @@ paths: responses: '204': description: Response - '422': &470 + '422': &473 description: Unprocessable entity if you attempt to modify an enterprise team at the organization level. x-github: @@ -64465,10 +64519,10 @@ paths: description: Response content: application/json: - schema: *468 + schema: *471 examples: - default: *469 - '422': *470 + default: *472 + '422': *473 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -64511,10 +64565,10 @@ paths: description: Response content: application/json: - schema: *471 + schema: *474 examples: - default: *472 - '422': *470 + default: *475 + '422': *473 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -64538,7 +64592,7 @@ paths: responses: '204': description: Response - '422': *470 + '422': *473 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -64570,12 +64624,12 @@ paths: application/json: schema: type: array - items: *380 + items: *382 examples: - default: *381 + default: *383 headers: Link: *47 - '422': *470 + '422': *473 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64657,7 +64711,7 @@ paths: description: Response content: application/json: - schema: &473 + schema: &476 title: Team Membership description: Team Membership type: object @@ -64684,7 +64738,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &813 + response-if-user-is-a-team-maintainer: &814 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -64747,9 +64801,9 @@ paths: description: Response content: application/json: - schema: *473 + schema: *476 examples: - response-if-users-membership-with-team-is-now-pending: &814 + response-if-users-membership-with-team-is-now-pending: &815 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -64825,7 +64879,7 @@ paths: type: array items: *290 examples: - default: *408 + default: *410 headers: Link: *47 x-github: @@ -64856,14 +64910,14 @@ paths: parameters: - *89 - *220 - - *474 - - *475 + - *477 + - *478 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &815 + schema: &816 title: Team Repository description: A team's access to a repository. type: object @@ -65434,8 +65488,8 @@ paths: parameters: - *89 - *220 - - *474 - - *475 + - *477 + - *478 requestBody: required: false content: @@ -65482,8 +65536,8 @@ paths: parameters: - *89 - *220 - - *474 - - *475 + - *477 + - *478 responses: '204': description: Response @@ -65516,10 +65570,10 @@ paths: description: Response content: application/json: - schema: *476 + schema: *479 examples: - default: *477 - '422': *470 + default: *480 + '422': *473 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -65585,7 +65639,7 @@ paths: description: Response content: application/json: - schema: *476 + schema: *479 examples: default: value: @@ -65597,7 +65651,7 @@ paths: group_name: Octocat docs members group_description: The people who make your octoworld come to life. - '422': *470 + '422': *473 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -65631,7 +65685,7 @@ paths: type: array items: *319 examples: - response-if-child-teams-exist: &816 + response-if-child-teams-exist: &817 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -65785,7 +65839,7 @@ paths: resources: type: object properties: - core: &478 + core: &481 title: Rate Limit type: object properties: @@ -65802,21 +65856,21 @@ paths: - remaining - reset - used - graphql: *478 - search: *478 - code_search: *478 - source_import: *478 - integration_manifest: *478 - code_scanning_upload: *478 - actions_runner_registration: *478 - scim: *478 - dependency_snapshots: *478 - dependency_sbom: *478 - code_scanning_autofix: *478 + graphql: *481 + search: *481 + code_search: *481 + source_import: *481 + integration_manifest: *481 + code_scanning_upload: *481 + actions_runner_registration: *481 + scim: *481 + dependency_snapshots: *481 + dependency_sbom: *481 + code_scanning_autofix: *481 required: - core - search - rate: *478 + rate: *481 required: - rate - resources @@ -65921,14 +65975,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response content: application/json: - schema: *479 + schema: *482 examples: default-response: summary: Default response @@ -66437,7 +66491,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *480 + '301': *483 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66455,8 +66509,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: false content: @@ -66764,10 +66818,10 @@ paths: description: Response content: application/json: - schema: *479 + schema: *482 examples: - default: *481 - '307': &482 + default: *484 + '307': &485 description: Temporary Redirect content: application/json: @@ -66796,8 +66850,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Response @@ -66819,7 +66873,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository - '307': *482 + '307': *485 '404': *6 '409': *121 x-github: @@ -66843,11 +66897,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 - - &499 + - &502 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -66870,7 +66924,7 @@ paths: type: integer artifacts: type: array - items: &483 + items: &486 title: Artifact description: An artifact type: object @@ -66948,7 +67002,7 @@ paths: - expires_at - updated_at examples: - default: &500 + default: &503 value: total_count: 2 artifacts: @@ -67009,9 +67063,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *474 - - *475 - - &484 + - *477 + - *478 + - &487 name: artifact_id description: The unique identifier of the artifact. in: path @@ -67023,7 +67077,7 @@ paths: description: Response content: application/json: - schema: *483 + schema: *486 examples: default: value: @@ -67061,9 +67115,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *474 - - *475 - - *484 + - *477 + - *478 + - *487 responses: '204': description: Response @@ -67087,9 +67141,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *474 - - *475 - - *484 + - *477 + - *478 + - *487 - name: archive_format in: path required: true @@ -67103,7 +67157,7 @@ paths: example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': &666 + '410': &667 description: Gone content: application/json: @@ -67128,14 +67182,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-retention-limit-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response content: application/json: - schema: &485 + schema: &488 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -67168,13 +67222,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#set-github-actions-cache-retention-limit-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: application/json: - schema: *485 + schema: *488 examples: selected_actions: *44 responses: @@ -67203,14 +67257,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-storage-limit-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response content: application/json: - schema: &486 + schema: &489 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -67243,13 +67297,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#set-github-actions-cache-storage-limit-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: application/json: - schema: *486 + schema: *489 examples: selected_actions: *46 responses: @@ -67280,14 +67334,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response content: application/json: - schema: *487 + schema: *490 examples: default: value: @@ -67313,11 +67367,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 - - &488 + - &491 name: ref description: The full Git reference for narrowing down the cache. The `ref` for a branch should be formatted as `refs/heads/`. To reference @@ -67351,7 +67405,7 @@ paths: description: Response content: application/json: - schema: &489 + schema: &492 title: Repository actions caches description: Repository actions caches type: object @@ -67393,7 +67447,7 @@ paths: - total_count - actions_caches examples: - default: &490 + default: &493 value: total_count: 1 actions_caches: @@ -67425,23 +67479,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *474 - - *475 + - *477 + - *478 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *488 + - *491 responses: '200': description: Response content: application/json: - schema: *489 + schema: *492 examples: - default: *490 + default: *493 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67461,8 +67515,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *474 - - *475 + - *477 + - *478 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -67493,9 +67547,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *474 - - *475 - - &491 + - *477 + - *478 + - &494 name: job_id description: The unique identifier of the job. in: path @@ -67507,7 +67561,7 @@ paths: description: Response content: application/json: - schema: &503 + schema: &506 title: Job description: Information of a job execution in a workflow run type: object @@ -67814,9 +67868,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *474 - - *475 - - *491 + - *477 + - *478 + - *494 responses: '302': description: Response @@ -67844,9 +67898,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *474 - - *475 - - *491 + - *477 + - *478 + - *494 requestBody: required: false content: @@ -67891,8 +67945,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Status response @@ -67942,8 +67996,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -68006,8 +68060,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -68025,7 +68079,7 @@ paths: type: integer secrets: type: array - items: &505 + items: &508 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -68045,7 +68099,7 @@ paths: - created_at - updated_at examples: - default: &506 + default: &509 value: total_count: 2 secrets: @@ -68078,9 +68132,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *474 - - *475 - - *492 + - *477 + - *478 + - *495 - *19 responses: '200': @@ -68097,7 +68151,7 @@ paths: type: integer variables: type: array - items: &509 + items: &512 title: Actions Variable type: object properties: @@ -68127,7 +68181,7 @@ paths: - created_at - updated_at examples: - default: &510 + default: &513 value: total_count: 2 variables: @@ -68160,8 +68214,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -68170,7 +68224,7 @@ paths: schema: type: object properties: - enabled: &493 + enabled: &496 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *62 @@ -68205,8 +68259,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Response @@ -68217,7 +68271,7 @@ paths: schema: type: object properties: - enabled: *493 + enabled: *496 allowed_actions: *62 sha_pinning_required: *63 required: @@ -68250,14 +68304,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response content: application/json: - schema: &494 + schema: &497 type: object properties: access_level: @@ -68275,7 +68329,7 @@ paths: required: - access_level examples: - default: &495 + default: &498 value: access_level: organization x-github: @@ -68300,15 +68354,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: application/json: - schema: *494 + schema: *497 examples: - default: *495 + default: *498 responses: '204': description: Response @@ -68332,8 +68386,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -68363,8 +68417,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Empty response for successful settings update @@ -68398,8 +68452,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -68426,8 +68480,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Response @@ -68461,8 +68515,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -68490,8 +68544,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -68522,8 +68576,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -68554,8 +68608,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Response @@ -68587,8 +68641,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -68617,8 +68671,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Success response @@ -68658,8 +68712,8 @@ paths: in: query schema: type: string - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -68703,8 +68757,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -68736,8 +68790,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -68811,8 +68865,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '201': description: Response @@ -68848,8 +68902,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '201': description: Response @@ -68879,8 +68933,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - *77 responses: '200': @@ -68910,8 +68964,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - *77 responses: '204': @@ -68938,8 +68992,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - *77 responses: '200': *83 @@ -68964,8 +69018,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - *77 requestBody: required: true @@ -69014,8 +69068,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - *77 requestBody: required: true @@ -69065,8 +69119,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - *77 responses: '200': *297 @@ -69096,8 +69150,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - *77 - *298 responses: @@ -69127,9 +69181,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *474 - - *475 - - &513 + - *477 + - *478 + - &516 name: actor description: Returns someone's workflow runs. Use the login for the user who created the `push` associated with the check suite or workflow run. @@ -69137,7 +69191,7 @@ paths: required: false schema: type: string - - &514 + - &517 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -69145,7 +69199,7 @@ paths: required: false schema: type: string - - &515 + - &518 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -69154,7 +69208,7 @@ paths: required: false schema: type: string - - &516 + - &519 name: status description: Returns workflow runs with the check run `status` or `conclusion` that you specify. For example, a conclusion can be `success` or a status @@ -69181,7 +69235,7 @@ paths: - pending - *17 - *19 - - &517 + - &520 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/enterprise-cloud@latest//search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -69190,7 +69244,7 @@ paths: schema: type: string format: date-time - - &496 + - &499 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -69199,13 +69253,13 @@ paths: schema: type: boolean default: false - - &518 + - &521 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &519 + - &522 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -69228,7 +69282,7 @@ paths: type: integer workflow_runs: type: array - items: &497 + items: &500 title: Workflow Run description: An invocation of a workflow type: object @@ -69376,7 +69430,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &541 + properties: &544 id: type: string description: SHA for the commit @@ -69427,7 +69481,7 @@ paths: - name - email nullable: true - required: &542 + required: &545 - id - tree_id - message @@ -69474,7 +69528,7 @@ paths: - workflow_url - pull_requests examples: - default: &520 + default: &523 value: total_count: 1 workflow_runs: @@ -69710,24 +69764,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *474 - - *475 - - &498 + - *477 + - *478 + - &501 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *496 + - *499 responses: '200': description: Response content: application/json: - schema: *497 + schema: *500 examples: - default: &501 + default: &504 value: id: 30433642 name: Build @@ -69968,9 +70022,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *474 - - *475 - - *498 + - *477 + - *478 + - *501 responses: '204': description: Response @@ -69993,9 +70047,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *474 - - *475 - - *498 + - *477 + - *478 + - *501 responses: '200': description: Response @@ -70114,9 +70168,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *474 - - *475 - - *498 + - *477 + - *478 + - *501 responses: '201': description: Response @@ -70149,12 +70203,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *474 - - *475 - - *498 + - *477 + - *478 + - *501 - *17 - *19 - - *499 + - *502 - *112 responses: '200': @@ -70171,9 +70225,9 @@ paths: type: integer artifacts: type: array - items: *483 + items: *486 examples: - default: *500 + default: *503 headers: Link: *47 x-github: @@ -70197,25 +70251,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *474 - - *475 - - *498 - - &502 + - *477 + - *478 + - *501 + - &505 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *496 + - *499 responses: '200': description: Response content: application/json: - schema: *497 + schema: *500 examples: - default: *501 + default: *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70238,10 +70292,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *474 - - *475 - - *498 - - *502 + - *477 + - *478 + - *501 + - *505 - *17 - *19 responses: @@ -70259,9 +70313,9 @@ paths: type: integer jobs: type: array - items: *503 + items: *506 examples: - default: &504 + default: &507 value: total_count: 1 jobs: @@ -70374,10 +70428,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *474 - - *475 - - *498 - - *502 + - *477 + - *478 + - *501 + - *505 responses: '302': description: Response @@ -70405,9 +70459,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *474 - - *475 - - *498 + - *477 + - *478 + - *501 responses: '202': description: Response @@ -70440,9 +70494,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *474 - - *475 - - *498 + - *477 + - *478 + - *501 requestBody: required: true content: @@ -70509,9 +70563,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *474 - - *475 - - *498 + - *477 + - *478 + - *501 responses: '202': description: Response @@ -70544,9 +70598,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *474 - - *475 - - *498 + - *477 + - *478 + - *501 - name: filter description: Filters jobs by their `completed_at` timestamp. `latest` returns jobs from the most recent execution of the workflow run. `all` returns all @@ -70576,9 +70630,9 @@ paths: type: integer jobs: type: array - items: *503 + items: *506 examples: - default: *504 + default: *507 headers: Link: *47 x-github: @@ -70603,9 +70657,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *474 - - *475 - - *498 + - *477 + - *478 + - *501 responses: '302': description: Response @@ -70632,9 +70686,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *474 - - *475 - - *498 + - *477 + - *478 + - *501 responses: '204': description: Response @@ -70661,9 +70715,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *474 - - *475 - - *498 + - *477 + - *478 + - *501 responses: '200': description: Response @@ -70723,7 +70777,7 @@ paths: items: type: object properties: - type: &633 + type: &634 type: string description: The type of reviewer. enum: @@ -70808,9 +70862,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *474 - - *475 - - *498 + - *477 + - *478 + - *501 requestBody: required: true content: @@ -70857,12 +70911,12 @@ paths: application/json: schema: type: array - items: &618 + items: &621 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &884 + properties: &885 url: type: string format: uri @@ -70947,7 +71001,7 @@ paths: nullable: true properties: *222 required: *223 - required: &885 + required: &886 - id - node_id - sha @@ -70963,7 +71017,7 @@ paths: - created_at - updated_at examples: - default: &619 + default: &622 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -71019,9 +71073,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *474 - - *475 - - *498 + - *477 + - *478 + - *501 requestBody: required: false content: @@ -71065,9 +71119,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *474 - - *475 - - *498 + - *477 + - *478 + - *501 requestBody: required: false content: @@ -71121,9 +71175,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *474 - - *475 - - *498 + - *477 + - *478 + - *501 responses: '200': description: Response @@ -71260,8 +71314,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -71279,9 +71333,9 @@ paths: type: integer secrets: type: array - items: *505 + items: *508 examples: - default: *506 + default: *509 headers: Link: *47 x-github: @@ -71306,16 +71360,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response content: application/json: - schema: *507 + schema: *510 examples: - default: *508 + default: *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71337,17 +71391,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *474 - - *475 + - *477 + - *478 - *300 responses: '200': description: Response content: application/json: - schema: *505 + schema: *508 examples: - default: &646 + default: &647 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -71373,8 +71427,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *474 - - *475 + - *477 + - *478 - *300 requestBody: required: true @@ -71432,8 +71486,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *474 - - *475 + - *477 + - *478 - *300 responses: '204': @@ -71459,9 +71513,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *474 - - *475 - - *492 + - *477 + - *478 + - *495 - *19 responses: '200': @@ -71478,9 +71532,9 @@ paths: type: integer variables: type: array - items: *509 + items: *512 examples: - default: *510 + default: *513 headers: Link: *47 x-github: @@ -71503,8 +71557,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -71556,17 +71610,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *474 - - *475 + - *477 + - *478 - *303 responses: '200': description: Response content: application/json: - schema: *509 + schema: *512 examples: - default: &647 + default: &648 value: name: USERNAME value: octocat @@ -71592,8 +71646,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *474 - - *475 + - *477 + - *478 - *303 requestBody: required: true @@ -71636,8 +71690,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *474 - - *475 + - *477 + - *478 - *303 responses: '204': @@ -71663,8 +71717,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -71682,7 +71736,7 @@ paths: type: integer workflows: type: array - items: &511 + items: &514 title: Workflow description: A GitHub Actions workflow type: object @@ -71789,9 +71843,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *474 - - *475 - - &512 + - *477 + - *478 + - &515 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -71806,7 +71860,7 @@ paths: description: Response content: application/json: - schema: *511 + schema: *514 examples: default: value: @@ -71839,9 +71893,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *474 - - *475 - - *512 + - *477 + - *478 + - *515 responses: '204': description: Response @@ -71866,9 +71920,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *474 - - *475 - - *512 + - *477 + - *478 + - *515 responses: '204': description: Empty response when `return_run_details` parameter is `false`. @@ -71955,9 +72009,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *474 - - *475 - - *512 + - *477 + - *478 + - *515 responses: '204': description: Response @@ -71984,19 +72038,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *474 - - *475 - - *512 - - *513 - - *514 + - *477 + - *478 - *515 - *516 - - *17 - - *19 - *517 - - *496 - *518 - *519 + - *17 + - *19 + - *520 + - *499 + - *521 + - *522 responses: '200': description: Response @@ -72012,9 +72066,9 @@ paths: type: integer workflow_runs: type: array - items: *497 + items: *500 examples: - default: *520 + default: *523 headers: Link: *47 x-github: @@ -72047,9 +72101,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *474 - - *475 - - *512 + - *477 + - *478 + - *515 responses: '200': description: Response @@ -72110,8 +72164,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *474 - - *475 + - *477 + - *478 - *112 - *17 - *110 @@ -72275,8 +72329,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -72313,8 +72367,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *474 - - *475 + - *477 + - *478 - name: assignee in: path required: true @@ -72350,8 +72404,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/attestations#create-an-attestation parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -72461,8 +72515,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/attestations#list-attestations parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *110 - *111 @@ -72519,7 +72573,7 @@ paths: initiator: type: string examples: - default: *521 + default: *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72539,8 +72593,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -72548,7 +72602,7 @@ paths: application/json: schema: type: array - items: &522 + items: &525 title: Autolink reference description: An autolink reference. type: object @@ -72602,8 +72656,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -72642,9 +72696,9 @@ paths: description: response content: application/json: - schema: *522 + schema: *525 examples: - default: &523 + default: &526 value: id: 1 key_prefix: TICKET- @@ -72675,9 +72729,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *474 - - *475 - - &524 + - *477 + - *478 + - &527 name: autolink_id description: The unique identifier of the autolink. in: path @@ -72689,9 +72743,9 @@ paths: description: Response content: application/json: - schema: *522 + schema: *525 examples: - default: *523 + default: *526 '404': *6 x-github: githubCloudOnly: false @@ -72711,9 +72765,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *474 - - *475 - - *524 + - *477 + - *478 + - *527 responses: '204': description: Response @@ -72737,8 +72791,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response if Dependabot is enabled @@ -72786,8 +72840,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Response @@ -72808,8 +72862,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Response @@ -72829,8 +72883,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *474 - - *475 + - *477 + - *478 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -72868,7 +72922,7 @@ paths: - url protected: type: boolean - protection: &526 + protection: &529 title: Branch Protection description: Branch Protection type: object @@ -72910,7 +72964,7 @@ paths: required: - contexts - checks - enforce_admins: &529 + enforce_admins: &532 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -72925,7 +72979,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &531 + required_pull_request_reviews: &534 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -73001,7 +73055,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &528 + restrictions: &531 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -73278,9 +73332,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *474 - - *475 - - &527 + - *477 + - *478 + - &530 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/enterprise-cloud@latest//graphql). @@ -73294,14 +73348,14 @@ paths: description: Response content: application/json: - schema: &537 + schema: &540 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &591 + commit: &594 title: Commit description: Commit type: object @@ -73335,7 +73389,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &525 + properties: &528 name: type: string example: '"Chris Wanstrath"' @@ -73351,7 +73405,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *525 + properties: *528 nullable: true message: type: string @@ -73372,7 +73426,7 @@ paths: required: - sha - url - verification: &653 + verification: &654 title: Verification type: object properties: @@ -73442,7 +73496,7 @@ paths: type: integer files: type: array - items: &604 + items: &607 title: Diff Entry description: Diff Entry type: object @@ -73526,7 +73580,7 @@ paths: - self protected: type: boolean - protection: *526 + protection: *529 protection_url: type: string format: uri @@ -73633,7 +73687,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *480 + '301': *483 '404': *6 x-github: githubCloudOnly: false @@ -73655,15 +73709,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 responses: '200': description: Response content: application/json: - schema: *526 + schema: *529 examples: default: value: @@ -73857,9 +73911,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 requestBody: required: true content: @@ -74114,7 +74168,7 @@ paths: url: type: string format: uri - required_status_checks: &534 + required_status_checks: &537 title: Status Check Policy description: Status Check Policy type: object @@ -74266,7 +74320,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *528 + restrictions: *531 required_conversation_resolution: type: object properties: @@ -74378,9 +74432,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 responses: '204': description: Response @@ -74405,17 +74459,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 responses: '200': description: Response content: application/json: - schema: *529 + schema: *532 examples: - default: &530 + default: &533 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -74437,17 +74491,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 responses: '200': description: Response content: application/json: - schema: *529 + schema: *532 examples: - default: *530 + default: *533 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74466,9 +74520,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 responses: '204': description: Response @@ -74493,17 +74547,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 responses: '200': description: Response content: application/json: - schema: *531 + schema: *534 examples: - default: &532 + default: &535 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -74599,9 +74653,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 requestBody: required: false content: @@ -74699,9 +74753,9 @@ paths: description: Response content: application/json: - schema: *531 + schema: *534 examples: - default: *532 + default: *535 '422': *15 x-github: githubCloudOnly: false @@ -74722,9 +74776,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 responses: '204': description: Response @@ -74751,17 +74805,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 responses: '200': description: Response content: application/json: - schema: *529 + schema: *532 examples: - default: &533 + default: &536 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -74784,17 +74838,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 responses: '200': description: Response content: application/json: - schema: *529 + schema: *532 examples: - default: *533 + default: *536 '404': *6 x-github: githubCloudOnly: false @@ -74814,9 +74868,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 responses: '204': description: Response @@ -74841,17 +74895,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 responses: '200': description: Response content: application/json: - schema: *534 + schema: *537 examples: - default: &535 + default: &538 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -74877,9 +74931,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 requestBody: required: false content: @@ -74931,9 +74985,9 @@ paths: description: Response content: application/json: - schema: *534 + schema: *537 examples: - default: *535 + default: *538 '404': *6 '422': *15 x-github: @@ -74955,9 +75009,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 responses: '204': description: Response @@ -74981,9 +75035,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 responses: '200': description: Response @@ -75017,9 +75071,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 requestBody: required: false content: @@ -75086,9 +75140,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 requestBody: required: false content: @@ -75152,9 +75206,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 requestBody: content: application/json: @@ -75220,15 +75274,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 responses: '200': description: Response content: application/json: - schema: *528 + schema: *531 examples: default: value: @@ -75319,9 +75373,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 responses: '204': description: Response @@ -75344,9 +75398,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 responses: '200': description: Response @@ -75356,7 +75410,7 @@ paths: type: array items: *5 examples: - default: &536 + default: &539 value: - id: 1 slug: octoapp @@ -75413,9 +75467,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 requestBody: required: true content: @@ -75449,7 +75503,7 @@ paths: type: array items: *5 examples: - default: *536 + default: *539 '422': *15 x-github: githubCloudOnly: false @@ -75470,9 +75524,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 requestBody: required: true content: @@ -75506,7 +75560,7 @@ paths: type: array items: *5 examples: - default: *536 + default: *539 '422': *15 x-github: githubCloudOnly: false @@ -75527,9 +75581,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 requestBody: required: true content: @@ -75563,7 +75617,7 @@ paths: type: array items: *5 examples: - default: *536 + default: *539 '422': *15 x-github: githubCloudOnly: false @@ -75585,9 +75639,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 responses: '200': description: Response @@ -75597,7 +75651,7 @@ paths: type: array items: *319 examples: - default: *401 + default: *403 '404': *6 x-github: githubCloudOnly: false @@ -75617,9 +75671,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 requestBody: required: false content: @@ -75657,7 +75711,7 @@ paths: type: array items: *319 examples: - default: *401 + default: *403 '422': *15 x-github: githubCloudOnly: false @@ -75678,9 +75732,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 requestBody: required: false content: @@ -75718,7 +75772,7 @@ paths: type: array items: *319 examples: - default: *401 + default: *403 '422': *15 x-github: githubCloudOnly: false @@ -75739,9 +75793,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 requestBody: content: application/json: @@ -75778,7 +75832,7 @@ paths: type: array items: *319 examples: - default: *401 + default: *403 '422': *15 x-github: githubCloudOnly: false @@ -75800,9 +75854,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 responses: '200': description: Response @@ -75836,9 +75890,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 requestBody: required: true content: @@ -75896,9 +75950,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 requestBody: required: true content: @@ -75956,9 +76010,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 requestBody: required: true content: @@ -76018,9 +76072,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 requestBody: required: true content: @@ -76042,7 +76096,7 @@ paths: description: Response content: application/json: - schema: *537 + schema: *540 examples: default: value: @@ -76156,8 +76210,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *474 - - *475 + - *477 + - *478 - *105 - *106 - *107 @@ -76193,8 +76247,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *474 - - *475 + - *477 + - *478 - name: bypass_request_number in: path required: true @@ -76267,8 +76321,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *474 - - *475 + - *477 + - *478 - *105 - *106 - *107 @@ -76308,8 +76362,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *474 - - *475 + - *477 + - *478 - name: bypass_request_number in: path required: true @@ -76379,8 +76433,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *474 - - *475 + - *477 + - *478 - name: bypass_request_number in: path required: true @@ -76451,8 +76505,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *474 - - *475 + - *477 + - *478 - name: bypass_response_id in: path required: true @@ -76485,8 +76539,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -76765,7 +76819,7 @@ paths: description: Response content: application/json: - schema: &538 + schema: &541 title: CheckRun description: A check performed on the code of a given code change type: object @@ -76885,7 +76939,7 @@ paths: check. type: array items: *232 - deployment: &877 + deployment: &878 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -77165,9 +77219,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *474 - - *475 - - &539 + - *477 + - *478 + - &542 name: check_run_id description: The unique identifier of the check run. in: path @@ -77179,9 +77233,9 @@ paths: description: Response content: application/json: - schema: *538 + schema: *541 examples: - default: &540 + default: &543 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -77281,9 +77335,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *474 - - *475 - - *539 + - *477 + - *478 + - *542 requestBody: required: true content: @@ -77523,9 +77577,9 @@ paths: description: Response content: application/json: - schema: *538 + schema: *541 examples: - default: *540 + default: *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77545,9 +77599,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *474 - - *475 - - *539 + - *477 + - *478 + - *542 - *17 - *19 responses: @@ -77642,9 +77696,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *474 - - *475 - - *539 + - *477 + - *478 + - *542 responses: '201': description: Response @@ -77688,8 +77742,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -77711,7 +77765,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &543 + schema: &546 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -77797,12 +77851,12 @@ paths: type: string format: date-time nullable: true - head_commit: &910 + head_commit: &911 title: Simple Commit description: A commit. type: object - properties: *541 - required: *542 + properties: *544 + required: *545 latest_check_runs_count: type: integer check_runs_url: @@ -77830,7 +77884,7 @@ paths: - check_runs_url - pull_requests examples: - default: &544 + default: &547 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -78121,9 +78175,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *543 + schema: *546 examples: - default: *544 + default: *547 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78142,8 +78196,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -78452,9 +78506,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *474 - - *475 - - &545 + - *477 + - *478 + - &548 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -78466,9 +78520,9 @@ paths: description: Response content: application/json: - schema: *543 + schema: *546 examples: - default: *544 + default: *547 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78491,17 +78545,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *474 - - *475 - - *545 - - &597 + - *477 + - *478 + - *548 + - &600 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &598 + - &601 name: status description: Returns check runs with the specified `status`. in: query @@ -78540,9 +78594,9 @@ paths: type: integer check_runs: type: array - items: *538 + items: *541 examples: - default: &599 + default: &602 value: total_count: 1 check_runs: @@ -78644,9 +78698,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *474 - - *475 - - *545 + - *477 + - *478 + - *548 responses: '201': description: Response @@ -78679,21 +78733,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - *323 - *324 - *19 - *17 - - &561 + - &564 name: ref description: The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. in: query required: false - schema: *546 - - &562 + schema: *549 + - &565 name: pr description: The number of the pull request for the results you want to list. in: query @@ -78724,7 +78778,7 @@ paths: be returned. in: query required: false - schema: *547 + schema: *550 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -78748,7 +78802,7 @@ paths: updated_at: *138 url: *135 html_url: *136 - instances_url: *548 + instances_url: *551 state: *115 fixed_at: *140 dismissed_by: @@ -78759,11 +78813,11 @@ paths: required: *21 nullable: true dismissed_at: *139 - dismissed_reason: *549 - dismissed_comment: *550 - rule: *551 - tool: *552 - most_recent_instance: *553 + dismissed_reason: *552 + dismissed_comment: *553 + rule: *554 + tool: *555 + most_recent_instance: *556 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -78889,7 +78943,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &554 + '403': &557 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -78916,9 +78970,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *474 - - *475 - - &555 + - *477 + - *478 + - &558 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -78932,7 +78986,7 @@ paths: description: Response content: application/json: - schema: &556 + schema: &559 type: object properties: number: *130 @@ -78940,7 +78994,7 @@ paths: updated_at: *138 url: *135 html_url: *136 - instances_url: *548 + instances_url: *551 state: *115 fixed_at: *140 dismissed_by: @@ -78951,8 +79005,8 @@ paths: required: *21 nullable: true dismissed_at: *139 - dismissed_reason: *549 - dismissed_comment: *550 + dismissed_reason: *552 + dismissed_comment: *553 rule: type: object properties: @@ -79006,8 +79060,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *552 - most_recent_instance: *553 + tool: *555 + most_recent_instance: *556 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -79106,7 +79160,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *554 + '403': *557 '404': *6 '503': *198 x-github: @@ -79126,9 +79180,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *474 - - *475 - - *555 + - *477 + - *478 + - *558 requestBody: required: true content: @@ -79143,8 +79197,8 @@ paths: enum: - open - dismissed - dismissed_reason: *549 - dismissed_comment: *550 + dismissed_reason: *552 + dismissed_comment: *553 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -79172,7 +79226,7 @@ paths: description: Response content: application/json: - schema: *556 + schema: *559 examples: default: value: @@ -79248,7 +79302,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &560 + '403': &563 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -79275,15 +79329,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert parameters: - - *474 - - *475 - - *555 + - *477 + - *478 + - *558 responses: '200': description: Response content: application/json: - schema: &557 + schema: &560 type: object properties: status: @@ -79309,13 +79363,13 @@ paths: - description - started_at examples: - default: &558 + default: &561 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &559 + '400': &562 description: Bad Request content: application/json: @@ -79326,7 +79380,7 @@ paths: message: The alert_number is not valid documentation_url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert status: '400' - '403': *554 + '403': *557 '404': *6 '503': *198 x-github: @@ -79351,29 +79405,29 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-an-autofix-for-a-code-scanning-alert parameters: - - *474 - - *475 - - *555 + - *477 + - *478 + - *558 responses: '200': description: OK content: application/json: - schema: *557 + schema: *560 examples: - default: *558 + default: *561 '202': description: Accepted content: application/json: - schema: *557 + schema: *560 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *559 + '400': *562 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -79405,9 +79459,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#commit-an-autofix-for-a-code-scanning-alert parameters: - - *474 - - *475 - - *555 + - *477 + - *478 + - *558 requestBody: required: false content: @@ -79452,8 +79506,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *559 - '403': *560 + '400': *562 + '403': *563 '404': *6 '422': description: Unprocessable Entity @@ -79477,13 +79531,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *474 - - *475 - - *555 + - *477 + - *478 + - *558 - *19 - *17 - - *561 - - *562 + - *564 + - *565 responses: '200': description: Response @@ -79494,10 +79548,10 @@ paths: items: type: object properties: - ref: *546 - analysis_key: *563 - environment: *564 - category: *565 + ref: *549 + analysis_key: *566 + environment: *567 + category: *568 state: type: string description: State of a code scanning alert instance. @@ -79512,7 +79566,7 @@ paths: properties: text: type: string - location: *566 + location: *569 html_url: type: string classifications: @@ -79520,7 +79574,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: *567 + items: *570 examples: default: value: @@ -79557,7 +79611,7 @@ paths: end_column: 50 classifications: - source - '403': *554 + '403': *557 '404': *6 '503': *198 x-github: @@ -79591,25 +79645,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - *323 - *324 - *19 - *17 - - *562 + - *565 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *546 + schema: *549 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &568 + schema: &571 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -79630,23 +79684,23 @@ paths: application/json: schema: type: array - items: &569 + items: &572 type: object properties: - ref: *546 - commit_sha: &577 + ref: *549 + commit_sha: &580 description: The SHA of the commit to which the analysis you are uploading relates. type: string minLength: 40 maxLength: 40 pattern: "^[0-9a-fA-F]+$" - analysis_key: *563 + analysis_key: *566 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *565 + category: *568 error: type: string example: error reading field xyz @@ -79670,8 +79724,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *568 - tool: *552 + sarif_id: *571 + tool: *555 deletable: type: boolean warning: @@ -79732,7 +79786,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *554 + '403': *557 '404': *6 '503': *198 x-github: @@ -79768,8 +79822,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -79782,7 +79836,7 @@ paths: description: Response content: application/json: - schema: *569 + schema: *572 examples: response: summary: application/json response @@ -79836,7 +79890,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *554 + '403': *557 '404': *6 '422': description: Response if analysis could not be processed @@ -79923,8 +79977,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -79977,7 +80031,7 @@ paths: next_analysis_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41 confirm_delete_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41?confirm_delete '400': *14 - '403': *560 + '403': *563 '404': *6 '503': *198 x-github: @@ -79999,8 +80053,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -80008,7 +80062,7 @@ paths: application/json: schema: type: array - items: &570 + items: &573 title: CodeQL Database description: A CodeQL database. type: object @@ -80119,7 +80173,7 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '403': *554 + '403': *557 '404': *6 '503': *198 x-github: @@ -80148,8 +80202,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - name: language in: path description: The language of the CodeQL database. @@ -80161,7 +80215,7 @@ paths: description: Response content: application/json: - schema: *570 + schema: *573 examples: default: value: @@ -80193,9 +80247,9 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &606 + '302': &609 description: Found - '403': *554 + '403': *557 '404': *6 '503': *198 x-github: @@ -80217,8 +80271,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *474 - - *475 + - *477 + - *478 - name: language in: path description: The language of the CodeQL database. @@ -80228,7 +80282,7 @@ paths: responses: '204': description: Response - '403': *560 + '403': *563 '404': *6 '503': *198 x-github: @@ -80256,8 +80310,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -80266,7 +80320,7 @@ paths: type: object additionalProperties: false properties: - language: &571 + language: &574 type: string description: The language targeted by the CodeQL query enum: @@ -80346,7 +80400,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &575 + schema: &578 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -80356,7 +80410,7 @@ paths: description: The ID of the variant analysis. controller_repo: *122 actor: *4 - query_language: *571 + query_language: *574 query_pack_url: type: string description: The download url for the query pack. @@ -80403,7 +80457,7 @@ paths: items: type: object properties: - repository: &572 + repository: &575 title: Repository Identifier description: Repository Identifier type: object @@ -80439,7 +80493,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &576 + analysis_status: &579 type: string description: The new status of the CodeQL variant analysis repository task. @@ -80471,7 +80525,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &573 + access_mismatch_repos: &576 type: object properties: repository_count: @@ -80485,7 +80539,7 @@ paths: This list may not include all repositories that were skipped. This is only available when the repository was found and the user has access to it. - items: *572 + items: *575 required: - repository_count - repositories @@ -80507,8 +80561,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *573 - over_limit_repos: *573 + no_codeql_db_repos: *576 + over_limit_repos: *576 required: - access_mismatch_repos - not_found_repos @@ -80524,7 +80578,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &574 + value: &577 summary: Default response value: id: 1 @@ -80670,10 +80724,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *574 + value: *577 repository_lists: summary: Response for a successful variant analysis submission - value: *574 + value: *577 '404': *6 '422': description: Unable to process variant analysis submission @@ -80701,8 +80755,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-summary-of-a-codeql-variant-analysis parameters: - - *474 - - *475 + - *477 + - *478 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -80714,9 +80768,9 @@ paths: description: Response content: application/json: - schema: *575 + schema: *578 examples: - default: *574 + default: *577 '404': *6 '503': *198 x-github: @@ -80739,7 +80793,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-analysis-status-of-a-repository-in-a-codeql-variant-analysis parameters: - - *474 + - *477 - name: repo in: path description: The name of the controller repository. @@ -80774,7 +80828,7 @@ paths: type: object properties: repository: *122 - analysis_status: *576 + analysis_status: *579 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -80899,8 +80953,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -80985,7 +81039,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *554 + '403': *557 '404': *6 '503': *198 x-github: @@ -81006,8 +81060,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -81099,7 +81153,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *560 + '403': *563 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -81170,8 +81224,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -81179,7 +81233,7 @@ paths: schema: type: object properties: - commit_sha: *577 + commit_sha: *580 ref: type: string description: |- @@ -81237,7 +81291,7 @@ paths: schema: type: object properties: - id: *568 + id: *571 url: type: string description: The REST API URL for checking the status of the upload. @@ -81251,7 +81305,7 @@ paths: url: https://api.github.com/repos/octocat/hello-world/code-scanning/sarifs/47177e22-5596-11eb-80a1-c1e54ef945c6 '400': description: Bad Request if the sarif field is invalid - '403': *560 + '403': *563 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -81274,8 +81328,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *474 - - *475 + - *477 + - *478 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -81321,7 +81375,7 @@ paths: value: processing_status: complete analyses_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses?sarif_id=47177e22-5596-11eb-80a1-c1e54ef945c6 - '403': *554 + '403': *557 '404': description: Not Found if the sarif id does not match any upload '503': *198 @@ -81346,8 +81400,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -81428,8 +81482,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *474 - - *475 + - *477 + - *478 - name: ref description: 'A branch, tag or commit name used to determine which version of the CODEOWNERS file to use. Default: the repository''s default branch @@ -81549,8 +81603,8 @@ paths: parameters: - *17 - *19 - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -81566,7 +81620,7 @@ paths: type: integer codespaces: type: array - items: *391 + items: *393 examples: default: value: @@ -81864,8 +81918,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -81928,17 +81982,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *391 + schema: *393 examples: - default: *578 + default: *581 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *391 + schema: *393 examples: - default: *578 + default: *581 '400': *14 '401': *25 '403': *29 @@ -81967,8 +82021,8 @@ paths: parameters: - *17 - *19 - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -82032,8 +82086,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -82068,14 +82122,14 @@ paths: type: integer machines: type: array - items: &822 + items: &823 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *579 - required: *580 + properties: *582 + required: *583 examples: - default: &823 + default: &824 value: total_count: 2 machines: @@ -82115,8 +82169,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *474 - - *475 + - *477 + - *478 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -82200,8 +82254,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user parameters: - - *474 - - *475 + - *477 + - *478 - name: ref description: The git reference that points to the location of the devcontainer configuration to use for the permission check. The value of `ref` will typically @@ -82267,8 +82321,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -82286,7 +82340,7 @@ paths: type: integer secrets: type: array - items: &584 + items: &587 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -82306,7 +82360,7 @@ paths: - created_at - updated_at examples: - default: *581 + default: *584 headers: Link: *47 x-github: @@ -82329,16 +82383,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response content: application/json: - schema: *582 + schema: *585 examples: - default: *583 + default: *586 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82358,17 +82412,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *474 - - *475 + - *477 + - *478 - *300 responses: '200': description: Response content: application/json: - schema: *584 + schema: *587 examples: - default: *585 + default: *588 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82388,8 +82442,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *474 - - *475 + - *477 + - *478 - *300 requestBody: required: true @@ -82442,8 +82496,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *474 - - *475 + - *477 + - *478 - *300 responses: '204': @@ -82472,8 +82526,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *474 - - *475 + - *477 + - *478 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -82515,7 +82569,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &586 + properties: &589 login: type: string example: octocat @@ -82608,7 +82662,7 @@ paths: user_view_type: type: string example: public - required: &587 + required: &590 - avatar_url - events_url - followers_url @@ -82682,8 +82736,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *474 - - *475 + - *477 + - *478 - *145 responses: '204': @@ -82730,8 +82784,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *474 - - *475 + - *477 + - *478 - *145 requestBody: required: false @@ -82758,7 +82812,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &665 + schema: &666 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -82987,8 +83041,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *474 - - *475 + - *477 + - *478 - *145 responses: '204': @@ -83020,8 +83074,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *474 - - *475 + - *477 + - *478 - *145 responses: '200': @@ -83042,8 +83096,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *586 - required: *587 + properties: *589 + required: *590 nullable: true required: - permission @@ -83098,8 +83152,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -83109,7 +83163,7 @@ paths: application/json: schema: type: array - items: &588 + items: &591 title: Commit Comment description: Commit Comment type: object @@ -83167,7 +83221,7 @@ paths: - created_at - updated_at examples: - default: &593 + default: &596 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -83226,17 +83280,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *474 - - *475 + - *477 + - *478 - *243 responses: '200': description: Response content: application/json: - schema: *588 + schema: *591 examples: - default: &594 + default: &597 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -83293,8 +83347,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *474 - - *475 + - *477 + - *478 - *243 requestBody: required: true @@ -83317,7 +83371,7 @@ paths: description: Response content: application/json: - schema: *588 + schema: *591 examples: default: value: @@ -83368,8 +83422,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *474 - - *475 + - *477 + - *478 - *243 responses: '204': @@ -83391,8 +83445,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *474 - - *475 + - *477 + - *478 - *243 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -83419,7 +83473,7 @@ paths: application/json: schema: type: array - items: &589 + items: &592 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -83462,7 +83516,7 @@ paths: - content - created_at examples: - default: &669 + default: &670 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -83507,8 +83561,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *474 - - *475 + - *477 + - *478 - *243 requestBody: required: true @@ -83541,9 +83595,9 @@ paths: description: Reaction exists content: application/json: - schema: *589 + schema: *592 examples: - default: &590 + default: &593 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -83572,9 +83626,9 @@ paths: description: Reaction created content: application/json: - schema: *589 + schema: *592 examples: - default: *590 + default: *593 '422': *15 x-github: githubCloudOnly: false @@ -83596,10 +83650,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *474 - - *475 + - *477 + - *478 - *243 - - &670 + - &671 name: reaction_id description: The unique identifier of the reaction. in: path @@ -83654,8 +83708,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *474 - - *475 + - *477 + - *478 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -83711,9 +83765,9 @@ paths: application/json: schema: type: array - items: *591 + items: *594 examples: - default: &722 + default: &723 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -83807,9 +83861,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *474 - - *475 - - &592 + - *477 + - *478 + - &595 name: commit_sha description: The SHA of the commit. in: path @@ -83881,9 +83935,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *474 - - *475 - - *592 + - *477 + - *478 + - *595 - *17 - *19 responses: @@ -83893,9 +83947,9 @@ paths: application/json: schema: type: array - items: *588 + items: *591 examples: - default: *593 + default: *596 headers: Link: *47 x-github: @@ -83923,9 +83977,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *474 - - *475 - - *592 + - *477 + - *478 + - *595 requestBody: required: true content: @@ -83960,9 +84014,9 @@ paths: description: Response content: application/json: - schema: *588 + schema: *591 examples: - default: *594 + default: *597 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -83990,9 +84044,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *474 - - *475 - - *592 + - *477 + - *478 + - *595 - *17 - *19 responses: @@ -84002,9 +84056,9 @@ paths: application/json: schema: type: array - items: *595 + items: *598 examples: - default: &714 + default: &715 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -84541,11 +84595,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *474 - - *475 + - *477 + - *478 - *19 - *17 - - &596 + - &599 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), or tag name (`tags/TAG_NAME`). For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" @@ -84560,9 +84614,9 @@ paths: description: Response content: application/json: - schema: *591 + schema: *594 examples: - default: &699 + default: &700 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -84675,11 +84729,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *474 - - *475 - - *596 - - *597 - - *598 + - *477 + - *478 + - *599 + - *600 + - *601 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -84713,9 +84767,9 @@ paths: type: integer check_runs: type: array - items: *538 + items: *541 examples: - default: *599 + default: *602 headers: Link: *47 x-github: @@ -84740,9 +84794,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *474 - - *475 - - *596 + - *477 + - *478 + - *599 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -84750,7 +84804,7 @@ paths: schema: type: integer example: 1 - - *597 + - *600 - *17 - *19 responses: @@ -84768,7 +84822,7 @@ paths: type: integer check_suites: type: array - items: *543 + items: *546 examples: default: value: @@ -84968,9 +85022,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *474 - - *475 - - *596 + - *477 + - *478 + - *599 - *17 - *19 responses: @@ -85168,9 +85222,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *474 - - *475 - - *596 + - *477 + - *478 + - *599 - *17 - *19 responses: @@ -85180,7 +85234,7 @@ paths: application/json: schema: type: array - items: &775 + items: &776 title: Status description: The status of a commit. type: object @@ -85261,7 +85315,7 @@ paths: site_admin: false headers: Link: *47 - '301': *480 + '301': *483 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85289,8 +85343,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -85319,20 +85373,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *600 - required: *601 + properties: *603 + required: *604 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &602 + properties: &605 url: type: string format: uri html_url: type: string format: uri - required: &603 + required: &606 - url - html_url nullable: true @@ -85346,26 +85400,26 @@ paths: contributing: title: Community Health File type: object - properties: *602 - required: *603 + properties: *605 + required: *606 nullable: true readme: title: Community Health File type: object - properties: *602 - required: *603 + properties: *605 + required: *606 nullable: true issue_template: title: Community Health File type: object - properties: *602 - required: *603 + properties: *605 + required: *606 nullable: true pull_request_template: title: Community Health File type: object - properties: *602 - required: *603 + properties: *605 + required: *606 nullable: true required: - code_of_conduct @@ -85492,8 +85546,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *474 - - *475 + - *477 + - *478 - *19 - *17 - name: basehead @@ -85536,8 +85590,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *591 - merge_base_commit: *591 + base_commit: *594 + merge_base_commit: *594 status: type: string enum: @@ -85557,10 +85611,10 @@ paths: example: 6 commits: type: array - items: *591 + items: *594 files: type: array - items: *604 + items: *607 required: - url - html_url @@ -85846,8 +85900,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *474 - - *475 + - *477 + - *478 - name: path description: path parameter in: path @@ -86007,7 +86061,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &605 + response-if-content-is-a-file-github-object: &608 summary: Response if content is a file value: type: file @@ -86139,7 +86193,7 @@ paths: - size - type - url - - &727 + - &728 title: Content File description: Content File type: object @@ -86340,7 +86394,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *605 + response-if-content-is-a-file: *608 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -86409,7 +86463,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *606 + '302': *609 '304': *37 x-github: githubCloudOnly: false @@ -86432,8 +86486,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *474 - - *475 + - *477 + - *478 - name: path description: path parameter in: path @@ -86526,7 +86580,7 @@ paths: description: Response content: application/json: - schema: &607 + schema: &610 title: File Commit description: File Commit type: object @@ -86678,7 +86732,7 @@ paths: description: Response content: application/json: - schema: *607 + schema: *610 examples: example-for-creating-a-file: value: @@ -86732,7 +86786,7 @@ paths: schema: oneOf: - *3 - - &648 + - &649 description: Repository rule violation was detected type: object properties: @@ -86753,7 +86807,7 @@ paths: items: type: object properties: - placeholder_id: &767 + placeholder_id: &768 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -86785,8 +86839,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *474 - - *475 + - *477 + - *478 - name: path description: path parameter in: path @@ -86847,7 +86901,7 @@ paths: description: Response content: application/json: - schema: *607 + schema: *610 examples: default: value: @@ -86902,8 +86956,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *474 - - *475 + - *477 + - *478 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -87026,8 +87080,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - *340 - *341 - *342 @@ -87040,7 +87094,7 @@ paths: schema: type: string - *345 - - *608 + - *611 - *346 - *347 - *348 @@ -87055,7 +87109,7 @@ paths: application/json: schema: type: array - items: &612 + items: &615 type: object description: A Dependabot alert. properties: @@ -87102,7 +87156,7 @@ paths: - direct - transitive - inconclusive - security_advisory: *609 + security_advisory: *612 security_vulnerability: *134 url: *135 html_url: *136 @@ -87133,8 +87187,8 @@ paths: nullable: true maxLength: 280 fixed_at: *140 - auto_dismissed_at: *610 - dismissal_request: *611 + auto_dismissed_at: *613 + dismissal_request: *614 assignees: type: array description: The users assigned to this alert. @@ -87389,9 +87443,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *474 - - *475 - - &613 + - *477 + - *478 + - &616 name: alert_number in: path description: |- @@ -87406,7 +87460,7 @@ paths: description: Response content: application/json: - schema: *612 + schema: *615 examples: default: value: @@ -87538,9 +87592,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *474 - - *475 - - *613 + - *477 + - *478 + - *616 requestBody: required: true content: @@ -87596,7 +87650,7 @@ paths: description: Response content: application/json: - schema: *612 + schema: *615 examples: default: value: @@ -87726,8 +87780,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -87745,7 +87799,7 @@ paths: type: integer secrets: type: array - items: &616 + items: &619 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -87798,16 +87852,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response content: application/json: - schema: *614 + schema: *617 examples: - default: *615 + default: *618 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87827,15 +87881,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *474 - - *475 + - *477 + - *478 - *300 responses: '200': description: Response content: application/json: - schema: *616 + schema: *619 examples: default: value: @@ -87861,8 +87915,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *474 - - *475 + - *477 + - *478 - *300 requestBody: required: true @@ -87915,8 +87969,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *474 - - *475 + - *477 + - *478 - *300 responses: '204': @@ -87939,8 +87993,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *474 - - *475 + - *477 + - *478 - name: basehead description: The base and head Git revisions to compare. The Git revisions will be resolved to commit SHAs. Named revisions will be resolved to their @@ -88100,8 +88154,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -88340,8 +88394,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -88416,7 +88470,7 @@ paths: - version - url additionalProperties: false - metadata: &617 + metadata: &620 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -88449,7 +88503,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *617 + metadata: *620 resolved: type: object description: A collection of resolved package dependencies. @@ -88462,7 +88516,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *617 + metadata: *620 relationship: type: string description: A notation of whether a dependency is requested @@ -88591,8 +88645,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *474 - - *475 + - *477 + - *478 - name: sha description: The SHA recorded at creation time. in: query @@ -88632,9 +88686,9 @@ paths: application/json: schema: type: array - items: *618 + items: *621 examples: - default: *619 + default: *622 headers: Link: *47 x-github: @@ -88700,8 +88754,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -88782,7 +88836,7 @@ paths: description: Response content: application/json: - schema: *618 + schema: *621 examples: simple-example: summary: Simple example @@ -88855,9 +88909,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *474 - - *475 - - &620 + - *477 + - *478 + - &623 name: deployment_id description: deployment_id parameter in: path @@ -88869,7 +88923,7 @@ paths: description: Response content: application/json: - schema: *618 + schema: *621 examples: default: value: @@ -88934,9 +88988,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *474 - - *475 - - *620 + - *477 + - *478 + - *623 responses: '204': description: Response @@ -88958,9 +89012,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *474 - - *475 - - *620 + - *477 + - *478 + - *623 - *17 - *19 responses: @@ -88970,7 +89024,7 @@ paths: application/json: schema: type: array - items: &621 + items: &624 title: Deployment Status description: The status of a deployment. type: object @@ -89131,9 +89185,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *474 - - *475 - - *620 + - *477 + - *478 + - *623 requestBody: required: true content: @@ -89208,9 +89262,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *624 examples: - default: &622 + default: &625 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -89266,9 +89320,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *474 - - *475 - - *620 + - *477 + - *478 + - *623 - name: status_id in: path required: true @@ -89279,9 +89333,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *624 examples: - default: *622 + default: *625 '404': *6 x-github: githubCloudOnly: false @@ -89308,12 +89362,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *474 - - *475 - - *623 - - *624 - - *625 + - *477 + - *478 - *626 + - *627 + - *628 + - *629 - *17 - *19 responses: @@ -89323,9 +89377,9 @@ paths: application/json: schema: type: array - items: *627 + items: *630 examples: - default: *628 + default: *631 '404': *6 '403': *29 '500': *40 @@ -89349,8 +89403,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *474 - - *475 + - *477 + - *478 - name: alert_number in: path required: true @@ -89362,7 +89416,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *627 + schema: *630 examples: default: value: @@ -89418,8 +89472,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *474 - - *475 + - *477 + - *478 - name: alert_number in: path required: true @@ -89478,12 +89532,12 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *474 - - *475 - - *623 - - *624 - - *625 + - *477 + - *478 - *626 + - *627 + - *628 + - *629 - *17 - *19 responses: @@ -89493,9 +89547,9 @@ paths: application/json: schema: type: array - items: *629 + items: *632 examples: - default: *630 + default: *633 '404': *6 '403': *29 '500': *40 @@ -89519,8 +89573,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *474 - - *475 + - *477 + - *478 - name: alert_number in: path required: true @@ -89532,7 +89586,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *629 + schema: *632 examples: default: value: @@ -89583,8 +89637,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *474 - - *475 + - *477 + - *478 - name: alert_number in: path required: true @@ -89622,7 +89676,7 @@ paths: description: The created dismissal request. content: application/json: - schema: *629 + schema: *632 examples: default: value: @@ -89673,8 +89727,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *474 - - *475 + - *477 + - *478 - name: alert_number in: path required: true @@ -89745,8 +89799,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *474 - - *475 + - *477 + - *478 - name: alert_number in: path required: true @@ -89779,12 +89833,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *474 - - *475 + - *477 + - *478 - *105 - *106 - *107 - - *353 + - *352 - *17 - *19 responses: @@ -89794,9 +89848,9 @@ paths: application/json: schema: type: array - items: *631 + items: *354 examples: - default: *632 + default: *355 '404': *6 '403': *29 '500': *40 @@ -89821,8 +89875,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *474 - - *475 + - *477 + - *478 - name: alert_number in: path required: true @@ -89834,7 +89888,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *631 + schema: *354 examples: default: value: @@ -89892,8 +89946,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *474 - - *475 + - *477 + - *478 - name: alert_number in: path required: true @@ -89962,8 +90016,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -90020,8 +90074,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -90038,7 +90092,7 @@ paths: type: integer environments: type: array - items: &634 + items: &635 title: Environment description: Details of a deployment environment type: object @@ -90090,7 +90144,7 @@ paths: type: type: string example: wait_timer - wait_timer: &636 + wait_timer: &637 type: integer example: 30 description: The amount of time to delay a job after @@ -90127,7 +90181,7 @@ paths: items: type: object properties: - type: *633 + type: *634 reviewer: anyOf: - *4 @@ -90151,7 +90205,7 @@ paths: - id - node_id - type - deployment_branch_policy: &637 + deployment_branch_policy: &638 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -90267,9 +90321,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *474 - - *475 - - &635 + - *477 + - *478 + - &636 name: environment_name in: path required: true @@ -90282,9 +90336,9 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: - default: &638 + default: &639 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -90368,9 +90422,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *474 - - *475 - - *635 + - *477 + - *478 + - *636 requestBody: required: false content: @@ -90379,7 +90433,7 @@ paths: type: object nullable: true properties: - wait_timer: *636 + wait_timer: *637 prevent_self_review: type: boolean example: false @@ -90396,13 +90450,13 @@ paths: items: type: object properties: - type: *633 + type: *634 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *637 + deployment_branch_policy: *638 additionalProperties: false examples: default: @@ -90422,9 +90476,9 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: - default: *638 + default: *639 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -90448,9 +90502,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *474 - - *475 - - *635 + - *477 + - *478 + - *636 responses: '204': description: Default response @@ -90475,9 +90529,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *474 - - *475 - - *635 + - *477 + - *478 + - *636 - *17 - *19 responses: @@ -90495,7 +90549,7 @@ paths: example: 2 branch_policies: type: array - items: &639 + items: &640 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -90552,9 +90606,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *474 - - *475 - - *635 + - *477 + - *478 + - *636 requestBody: required: true content: @@ -90600,9 +90654,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - example-wildcard: &640 + example-wildcard: &641 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -90644,10 +90698,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *474 - - *475 - - *635 - - &641 + - *477 + - *478 + - *636 + - &642 name: branch_policy_id in: path required: true @@ -90659,9 +90713,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: *640 + default: *641 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90680,10 +90734,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *474 - - *475 - - *635 - - *641 + - *477 + - *478 + - *636 + - *642 requestBody: required: true content: @@ -90711,9 +90765,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: *640 + default: *641 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90732,10 +90786,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *474 - - *475 - - *635 - - *641 + - *477 + - *478 + - *636 + - *642 responses: '204': description: Response @@ -90760,9 +90814,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *635 - - *475 - - *474 + - *636 + - *478 + - *477 responses: '200': description: List of deployment protection rules @@ -90778,7 +90832,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &642 + items: &643 title: Deployment protection rule description: Deployment protection rule type: object @@ -90797,7 +90851,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &643 + app: &644 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -90896,9 +90950,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *635 - - *475 - - *474 + - *636 + - *478 + - *477 requestBody: content: application/json: @@ -90919,9 +90973,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *642 + schema: *643 examples: - default: &644 + default: &645 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -90956,9 +91010,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *635 - - *475 - - *474 + - *636 + - *478 + - *477 - *19 - *17 responses: @@ -90977,7 +91031,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *643 + items: *644 examples: default: value: @@ -91012,10 +91066,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *474 - - *475 - - *635 - - &645 + - *477 + - *478 + - *636 + - &646 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -91027,9 +91081,9 @@ paths: description: Response content: application/json: - schema: *642 + schema: *643 examples: - default: *644 + default: *645 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91050,10 +91104,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *635 - - *475 - - *474 - - *645 + - *636 + - *478 + - *477 + - *646 responses: '204': description: Response @@ -91079,9 +91133,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *474 - - *475 - - *635 + - *477 + - *478 + - *636 - *17 - *19 responses: @@ -91099,9 +91153,9 @@ paths: type: integer secrets: type: array - items: *505 + items: *508 examples: - default: *506 + default: *509 headers: Link: *47 x-github: @@ -91126,17 +91180,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *474 - - *475 - - *635 + - *477 + - *478 + - *636 responses: '200': description: Response content: application/json: - schema: *507 + schema: *510 examples: - default: *508 + default: *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91158,18 +91212,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *474 - - *475 - - *635 + - *477 + - *478 + - *636 - *300 responses: '200': description: Response content: application/json: - schema: *505 + schema: *508 examples: - default: *646 + default: *647 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91191,9 +91245,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *474 - - *475 - - *635 + - *477 + - *478 + - *636 - *300 requestBody: required: true @@ -91251,9 +91305,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *474 - - *475 - - *635 + - *477 + - *478 + - *636 - *300 responses: '204': @@ -91279,10 +91333,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *474 - - *475 - - *635 - - *492 + - *477 + - *478 + - *636 + - *495 - *19 responses: '200': @@ -91299,9 +91353,9 @@ paths: type: integer variables: type: array - items: *509 + items: *512 examples: - default: *510 + default: *513 headers: Link: *47 x-github: @@ -91324,9 +91378,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *474 - - *475 - - *635 + - *477 + - *478 + - *636 requestBody: required: true content: @@ -91378,18 +91432,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *474 - - *475 - - *635 + - *477 + - *478 + - *636 - *303 responses: '200': description: Response content: application/json: - schema: *509 + schema: *512 examples: - default: *647 + default: *648 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91410,10 +91464,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *474 - - *475 + - *477 + - *478 - *303 - - *635 + - *636 requestBody: required: true content: @@ -91455,10 +91509,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *474 - - *475 + - *477 + - *478 - *303 - - *635 + - *636 responses: '204': description: Response @@ -91480,8 +91534,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -91549,8 +91603,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *474 - - *475 + - *477 + - *478 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -91709,8 +91763,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: false content: @@ -91742,9 +91796,9 @@ paths: description: Response content: application/json: - schema: *479 + schema: *482 examples: - default: *481 + default: *484 '400': *14 '422': *15 '403': *29 @@ -91765,8 +91819,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -91826,7 +91880,7 @@ paths: schema: oneOf: - *265 - - *648 + - *649 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91851,8 +91905,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *474 - - *475 + - *477 + - *478 - name: file_sha in: path required: true @@ -91951,8 +92005,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -92061,7 +92115,7 @@ paths: description: Response content: application/json: - schema: &649 + schema: &650 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -92275,15 +92329,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *474 - - *475 - - *592 + - *477 + - *478 + - *595 responses: '200': description: Response content: application/json: - schema: *649 + schema: *650 examples: default: value: @@ -92339,9 +92393,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *474 - - *475 - - &650 + - *477 + - *478 + - &651 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -92358,7 +92412,7 @@ paths: application/json: schema: type: array - items: &651 + items: &652 title: Git Reference description: Git references within a repository type: object @@ -92433,17 +92487,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *474 - - *475 - - *650 + - *477 + - *478 + - *651 responses: '200': description: Response content: application/json: - schema: *651 + schema: *652 examples: - default: &652 + default: &653 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -92472,8 +92526,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -92502,9 +92556,9 @@ paths: description: Response content: application/json: - schema: *651 + schema: *652 examples: - default: *652 + default: *653 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -92530,9 +92584,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *474 - - *475 - - *650 + - *477 + - *478 + - *651 requestBody: required: true content: @@ -92561,9 +92615,9 @@ paths: description: Response content: application/json: - schema: *651 + schema: *652 examples: - default: *652 + default: *653 '422': *15 '409': *121 x-github: @@ -92581,9 +92635,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *474 - - *475 - - *650 + - *477 + - *478 + - *651 responses: '204': description: Response @@ -92638,8 +92692,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -92706,7 +92760,7 @@ paths: description: Response content: application/json: - schema: &654 + schema: &655 title: Git Tag description: Metadata for a Git tag type: object @@ -92757,7 +92811,7 @@ paths: - sha - type - url - verification: *653 + verification: *654 required: - sha - url @@ -92767,7 +92821,7 @@ paths: - tag - message examples: - default: &655 + default: &656 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -92840,8 +92894,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *474 - - *475 + - *477 + - *478 - name: tag_sha in: path required: true @@ -92852,9 +92906,9 @@ paths: description: Response content: application/json: - schema: *654 + schema: *655 examples: - default: *655 + default: *656 '404': *6 '409': *121 x-github: @@ -92878,8 +92932,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -92952,7 +93006,7 @@ paths: description: Response content: application/json: - schema: &656 + schema: &657 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -93048,8 +93102,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *474 - - *475 + - *477 + - *478 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -93072,7 +93126,7 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: default-response: summary: Default response @@ -93131,8 +93185,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -93142,7 +93196,7 @@ paths: application/json: schema: type: array - items: &657 + items: &658 title: Webhook description: Webhooks for repositories. type: object @@ -93196,7 +93250,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &918 + last_response: &919 title: Hook Response type: object properties: @@ -93270,8 +93324,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: false content: @@ -93323,9 +93377,9 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: &658 + default: &659 value: type: Repository id: 12345678 @@ -93373,17 +93427,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *474 - - *475 - - *358 + - *477 + - *478 + - *360 responses: '200': description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: *658 + default: *659 '404': *6 x-github: githubCloudOnly: false @@ -93403,9 +93457,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *474 - - *475 - - *358 + - *477 + - *478 + - *360 requestBody: required: true content: @@ -93450,9 +93504,9 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: *658 + default: *659 '422': *15 '404': *6 x-github: @@ -93473,9 +93527,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *474 - - *475 - - *358 + - *477 + - *478 + - *360 responses: '204': description: Response @@ -93499,9 +93553,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *474 - - *475 - - *358 + - *477 + - *478 + - *360 responses: '200': description: Response @@ -93528,9 +93582,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *474 - - *475 - - *358 + - *477 + - *478 + - *360 requestBody: required: false content: @@ -93574,12 +93628,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *474 - - *475 - - *358 - - *17 - - *359 + - *477 + - *478 - *360 + - *17 + - *361 + - *362 responses: '200': description: Response @@ -93587,9 +93641,9 @@ paths: application/json: schema: type: array - items: *361 + items: *363 examples: - default: *362 + default: *364 '400': *14 '422': *15 x-github: @@ -93608,18 +93662,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *474 - - *475 - - *358 + - *477 + - *478 + - *360 - *16 responses: '200': description: Response content: application/json: - schema: *363 + schema: *365 examples: - default: *364 + default: *366 '400': *14 '422': *15 x-github: @@ -93638,9 +93692,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *474 - - *475 - - *358 + - *477 + - *478 + - *360 - *16 responses: '202': *39 @@ -93663,9 +93717,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *474 - - *475 - - *358 + - *477 + - *478 + - *360 responses: '204': description: Response @@ -93690,9 +93744,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *474 - - *475 - - *358 + - *477 + - *478 + - *360 responses: '204': description: Response @@ -93715,8 +93769,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-immutable-releases-are-enabled-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response if immutable releases are enabled @@ -93762,8 +93816,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-immutable-releases parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': *157 '409': *121 @@ -93783,8 +93837,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-immutable-releases parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': *157 '409': *121 @@ -93841,14 +93895,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response content: application/json: - schema: &659 + schema: &660 title: Import description: A repository import from an external source. type: object @@ -93947,7 +94001,7 @@ paths: - html_url - authors_url examples: - default: &662 + default: &663 value: vcs: subversion use_lfs: true @@ -93963,7 +94017,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *6 - '503': &660 + '503': &661 description: Unavailable due to service under maintenance. content: application/json: @@ -93992,8 +94046,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -94041,7 +94095,7 @@ paths: description: Response content: application/json: - schema: *659 + schema: *660 examples: default: value: @@ -94066,7 +94120,7 @@ paths: type: string '422': *15 '404': *6 - '503': *660 + '503': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94094,8 +94148,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: false content: @@ -94144,7 +94198,7 @@ paths: description: Response content: application/json: - schema: *659 + schema: *660 examples: example-1: summary: Example 1 @@ -94192,7 +94246,7 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '503': *660 + '503': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94215,12 +94269,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Response - '503': *660 + '503': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94246,9 +94300,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *474 - - *475 - - &844 + - *477 + - *478 + - &845 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -94262,7 +94316,7 @@ paths: application/json: schema: type: array - items: &661 + items: &662 title: Porter Author description: Porter Author type: object @@ -94316,7 +94370,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *6 - '503': *660 + '503': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94341,8 +94395,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *474 - - *475 + - *477 + - *478 - name: author_id in: path required: true @@ -94372,7 +94426,7 @@ paths: description: Response content: application/json: - schema: *661 + schema: *662 examples: default: value: @@ -94385,7 +94439,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *660 + '503': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94409,8 +94463,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -94451,7 +94505,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *660 + '503': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94479,8 +94533,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -94507,11 +94561,11 @@ paths: description: Response content: application/json: - schema: *659 + schema: *660 examples: - default: *662 + default: *663 '422': *15 - '503': *660 + '503': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94534,8 +94588,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -94543,8 +94597,8 @@ paths: application/json: schema: *22 examples: - default: *376 - '301': *480 + default: *378 + '301': *483 '404': *6 x-github: githubCloudOnly: false @@ -94564,8 +94618,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -94573,12 +94627,12 @@ paths: application/json: schema: anyOf: - - *378 + - *380 - type: object properties: {} additionalProperties: false examples: - default: &664 + default: &665 value: limit: collaborators_only origin: repository @@ -94603,13 +94657,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: application/json: - schema: *663 + schema: *664 examples: default: summary: Example request body @@ -94621,9 +94675,9 @@ paths: description: Response content: application/json: - schema: *378 + schema: *380 examples: - default: *664 + default: *665 '409': description: Response x-github: @@ -94645,8 +94699,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Response @@ -94669,8 +94723,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -94680,9 +94734,9 @@ paths: application/json: schema: type: array - items: *665 + items: *666 examples: - default: &837 + default: &838 value: - id: 1 repository: @@ -94813,9 +94867,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *474 - - *475 - - *382 + - *477 + - *478 + - *384 requestBody: required: false content: @@ -94844,7 +94898,7 @@ paths: description: Response content: application/json: - schema: *665 + schema: *666 examples: default: value: @@ -94975,9 +95029,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *474 - - *475 - - *382 + - *477 + - *478 + - *384 responses: '204': description: Response @@ -95008,8 +95062,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *474 - - *475 + - *477 + - *478 - name: milestone description: If an `integer` is passed, it should refer to a milestone by its `number` field. If the string `*` is passed, issues with any milestone @@ -95057,7 +95111,7 @@ paths: required: false schema: type: string - - *389 + - *391 - name: sort description: What to sort results by. in: query @@ -95082,7 +95136,7 @@ paths: type: array items: *227 examples: - default: &677 + default: &678 value: - id: 1 node_id: MDU6SXNzdWUx @@ -95231,7 +95285,7 @@ paths: state_reason: completed headers: Link: *47 - '301': *480 + '301': *483 '422': *15 '404': *6 x-github: @@ -95260,8 +95314,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -95345,7 +95399,7 @@ paths: application/json: schema: *227 examples: - default: &674 + default: &675 value: id: 1 node_id: MDU6SXNzdWUx @@ -95502,7 +95556,7 @@ paths: '422': *15 '503': *198 '404': *6 - '410': *666 + '410': *667 x-github: triggersNotification: true githubCloudOnly: false @@ -95530,8 +95584,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - *251 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -95552,9 +95606,9 @@ paths: application/json: schema: type: array - items: *667 + items: *668 examples: - default: &676 + default: &677 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -95612,17 +95666,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *474 - - *475 + - *477 + - *478 - *243 responses: '200': description: Response content: application/json: - schema: *667 + schema: *668 examples: - default: &668 + default: &669 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -95677,8 +95731,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *474 - - *475 + - *477 + - *478 - *243 requestBody: required: true @@ -95701,9 +95755,9 @@ paths: description: Response content: application/json: - schema: *667 + schema: *668 examples: - default: *668 + default: *669 '422': *15 x-github: githubCloudOnly: false @@ -95721,8 +95775,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *474 - - *475 + - *477 + - *478 - *243 responses: '204': @@ -95751,15 +95805,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#pin-an-issue-comment parameters: - - *474 - - *475 + - *477 + - *478 - *243 responses: '200': description: Response content: application/json: - schema: *667 + schema: *668 examples: default: value: @@ -95815,7 +95869,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *666 + '410': *667 '422': *15 x-github: githubCloudOnly: false @@ -95832,8 +95886,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#unpin-an-issue-comment parameters: - - *474 - - *475 + - *477 + - *478 - *243 responses: '204': @@ -95841,7 +95895,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *666 + '410': *667 '503': *198 x-github: githubCloudOnly: false @@ -95859,8 +95913,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *474 - - *475 + - *477 + - *478 - *243 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -95887,9 +95941,9 @@ paths: application/json: schema: type: array - items: *589 + items: *592 examples: - default: *669 + default: *670 headers: Link: *47 '404': *6 @@ -95910,8 +95964,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *474 - - *475 + - *477 + - *478 - *243 requestBody: required: true @@ -95944,16 +95998,16 @@ paths: description: Reaction exists content: application/json: - schema: *589 + schema: *592 examples: - default: *590 + default: *593 '201': description: Reaction created content: application/json: - schema: *589 + schema: *592 examples: - default: *590 + default: *593 '422': *15 x-github: githubCloudOnly: false @@ -95975,10 +96029,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *474 - - *475 + - *477 + - *478 - *243 - - *670 + - *671 responses: '204': description: Response @@ -95998,8 +96052,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -96009,7 +96063,7 @@ paths: application/json: schema: type: array - items: &673 + items: &674 title: Issue Event description: Issue Event type: object @@ -96052,8 +96106,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *671 - required: *672 + properties: *672 + required: *673 nullable: true label: title: Issue Event Label @@ -96361,8 +96415,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *474 - - *475 + - *477 + - *478 - name: event_id in: path required: true @@ -96373,7 +96427,7 @@ paths: description: Response content: application/json: - schema: *673 + schema: *674 examples: default: value: @@ -96566,7 +96620,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *666 + '410': *667 '403': *29 x-github: githubCloudOnly: false @@ -96600,9 +96654,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *474 - - *475 - - &675 + - *477 + - *478 + - &676 name: issue_number description: The number that identifies the issue. in: path @@ -96618,7 +96672,7 @@ paths: examples: default: summary: Issue - value: *674 + value: *675 pinned_comment: summary: Issue with pinned comment value: @@ -96817,9 +96871,9 @@ paths: site_admin: false author_association: COLLABORATOR state_reason: completed - '301': *480 + '301': *483 '404': *6 - '410': *666 + '410': *667 '304': *37 x-github: githubCloudOnly: false @@ -96844,9 +96898,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 requestBody: required: false content: @@ -96972,13 +97026,13 @@ paths: application/json: schema: *227 examples: - default: *674 + default: *675 '422': *15 '503': *198 '403': *29 - '301': *480 + '301': *483 '404': *6 - '410': *666 + '410': *667 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96996,9 +97050,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 requestBody: required: false content: @@ -97026,7 +97080,7 @@ paths: application/json: schema: *227 examples: - default: *674 + default: *675 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97042,9 +97096,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 requestBody: content: application/json: @@ -97071,7 +97125,7 @@ paths: application/json: schema: *227 examples: - default: *674 + default: *675 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97093,9 +97147,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 - name: assignee in: path required: true @@ -97135,9 +97189,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 - *234 - *17 - *19 @@ -97148,13 +97202,13 @@ paths: application/json: schema: type: array - items: *667 + items: *668 examples: - default: *676 + default: *677 headers: Link: *47 '404': *6 - '410': *666 + '410': *667 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97183,9 +97237,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 requestBody: required: true content: @@ -97207,16 +97261,16 @@ paths: description: Response content: application/json: - schema: *667 + schema: *668 examples: - default: *668 + default: *669 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *666 + '410': *667 '422': *15 '404': *6 x-github: @@ -97244,9 +97298,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 - *17 - *19 responses: @@ -97258,12 +97312,12 @@ paths: type: array items: *227 examples: - default: *677 + default: *678 headers: Link: *47 - '301': *480 + '301': *483 '404': *6 - '410': *666 + '410': *667 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97291,9 +97345,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 requestBody: required: true content: @@ -97317,15 +97371,15 @@ paths: application/json: schema: *227 examples: - default: *674 + default: *675 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *480 + '301': *483 '403': *29 - '410': *666 + '410': *667 '422': *15 '404': *6 x-github: @@ -97356,9 +97410,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -97372,13 +97426,13 @@ paths: application/json: schema: *227 examples: - default: *674 - '301': *480 + default: *675 + '301': *483 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *666 + '410': *667 x-github: triggersNotification: true githubCloudOnly: false @@ -97404,9 +97458,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 - *17 - *19 responses: @@ -97418,12 +97472,12 @@ paths: type: array items: *227 examples: - default: *677 + default: *678 headers: Link: *47 - '301': *480 + '301': *483 '404': *6 - '410': *666 + '410': *667 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97440,9 +97494,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 - *17 - *19 responses: @@ -97456,7 +97510,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &680 + - &681 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -97510,7 +97564,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &681 + - &682 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -97646,7 +97700,7 @@ paths: - performed_via_github_app - assignee - assigner - - &682 + - &683 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -97697,7 +97751,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &683 + - &684 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -97748,7 +97802,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &684 + - &685 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -97802,7 +97856,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &685 + - &686 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -97849,7 +97903,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &686 + - &687 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -97896,7 +97950,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &687 + - &688 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -97956,7 +98010,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &688 + - &689 title: Locked Issue Event description: Locked Issue Event type: object @@ -98004,7 +98058,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &689 + - &690 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -98070,7 +98124,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &690 + - &691 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -98136,7 +98190,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &691 + - &692 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -98202,7 +98256,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &692 + - &693 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -98293,7 +98347,7 @@ paths: color: red headers: Link: *47 - '410': *666 + '410': *667 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98310,9 +98364,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#list-issue-field-values-for-an-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 - *17 - *19 responses: @@ -98322,9 +98376,9 @@ paths: application/json: schema: type: array - items: *678 + items: *679 examples: - default: &781 + default: &782 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -98348,9 +98402,9 @@ paths: value: '2025-12-25' headers: Link: *47 - '301': *480 + '301': *483 '404': *6 - '410': *666 + '410': *667 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98367,9 +98421,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 - *17 - *19 responses: @@ -98381,7 +98435,7 @@ paths: type: array items: *226 examples: - default: &679 + default: &680 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -98399,9 +98453,9 @@ paths: default: false headers: Link: *47 - '301': *480 + '301': *483 '404': *6 - '410': *666 + '410': *667 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98417,9 +98471,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 requestBody: required: false content: @@ -98464,10 +98518,10 @@ paths: type: array items: *226 examples: - default: *679 - '301': *480 + default: *680 + '301': *483 '404': *6 - '410': *666 + '410': *667 '422': *15 x-github: githubCloudOnly: false @@ -98484,9 +98538,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 requestBody: required: false content: @@ -98548,10 +98602,10 @@ paths: type: array items: *226 examples: - default: *679 - '301': *480 + default: *680 + '301': *483 '404': *6 - '410': *666 + '410': *667 '422': *15 x-github: githubCloudOnly: false @@ -98568,15 +98622,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 responses: '204': description: Response - '301': *480 + '301': *483 '404': *6 - '410': *666 + '410': *667 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98595,9 +98649,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 - name: name in: path required: true @@ -98621,9 +98675,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *480 + '301': *483 '404': *6 - '410': *666 + '410': *667 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98643,9 +98697,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 requestBody: required: false content: @@ -98673,7 +98727,7 @@ paths: '204': description: Response '403': *29 - '410': *666 + '410': *667 '404': *6 '422': *15 x-github: @@ -98691,9 +98745,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 responses: '204': description: Response @@ -98723,9 +98777,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#get-parent-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 responses: '200': description: Response @@ -98733,10 +98787,10 @@ paths: application/json: schema: *227 examples: - default: *674 - '301': *480 + default: *675 + '301': *483 '404': *6 - '410': *666 + '410': *667 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98753,9 +98807,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -98781,13 +98835,13 @@ paths: application/json: schema: type: array - items: *589 + items: *592 examples: - default: *669 + default: *670 headers: Link: *47 '404': *6 - '410': *666 + '410': *667 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98805,9 +98859,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 requestBody: required: true content: @@ -98839,16 +98893,16 @@ paths: description: Response content: application/json: - schema: *589 + schema: *592 examples: - default: *590 + default: *593 '201': description: Response content: application/json: - schema: *589 + schema: *592 examples: - default: *590 + default: *593 '422': *15 x-github: githubCloudOnly: false @@ -98870,10 +98924,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *474 - - *475 - - *675 - - *670 + - *477 + - *478 + - *676 + - *671 responses: '204': description: Response @@ -98902,9 +98956,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 requestBody: required: true content: @@ -98928,7 +98982,7 @@ paths: application/json: schema: *227 examples: - default: *674 + default: *675 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -98961,9 +99015,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 - *17 - *19 responses: @@ -98975,11 +99029,11 @@ paths: type: array items: *227 examples: - default: *677 + default: *678 headers: Link: *47 '404': *6 - '410': *666 + '410': *667 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99007,9 +99061,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 requestBody: required: true content: @@ -99038,14 +99092,14 @@ paths: application/json: schema: *227 examples: - default: *674 + default: *675 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *666 + '410': *667 '422': *15 '404': *6 x-github: @@ -99065,9 +99119,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 requestBody: required: true content: @@ -99100,7 +99154,7 @@ paths: application/json: schema: *227 examples: - default: *674 + default: *675 '403': *29 '404': *6 '422': *7 @@ -99122,9 +99176,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 - *17 - *19 responses: @@ -99139,7 +99193,6 @@ paths: description: Timeline Event type: object anyOf: - - *680 - *681 - *682 - *683 @@ -99152,6 +99205,7 @@ paths: - *690 - *691 - *692 + - *693 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -99212,8 +99266,8 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *693 - required: *694 + properties: *694 + required: *695 nullable: true required: - event @@ -99468,7 +99522,7 @@ paths: type: string comments: type: array - items: &716 + items: &717 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -99683,7 +99737,7 @@ paths: type: string comments: type: array - items: *588 + items: *591 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -99972,7 +100026,7 @@ paths: headers: Link: *47 '404': *6 - '410': *666 + '410': *667 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99989,8 +100043,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -100000,7 +100054,7 @@ paths: application/json: schema: type: array - items: &695 + items: &696 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -100066,8 +100120,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -100103,9 +100157,9 @@ paths: description: Response content: application/json: - schema: *695 + schema: *696 examples: - default: &696 + default: &697 value: id: 1 key: ssh-rsa AAA... @@ -100139,9 +100193,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *474 - - *475 - - &697 + - *477 + - *478 + - &698 name: key_id description: The unique identifier of the key. in: path @@ -100153,9 +100207,9 @@ paths: description: Response content: application/json: - schema: *695 + schema: *696 examples: - default: *696 + default: *697 '404': *6 x-github: githubCloudOnly: false @@ -100173,9 +100227,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *474 - - *475 - - *697 + - *477 + - *478 + - *698 responses: '204': description: Response @@ -100195,8 +100249,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -100208,7 +100262,7 @@ paths: type: array items: *226 examples: - default: *679 + default: *680 headers: Link: *47 '404': *6 @@ -100229,8 +100283,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -100268,7 +100322,7 @@ paths: application/json: schema: *226 examples: - default: &698 + default: &699 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -100300,8 +100354,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *474 - - *475 + - *477 + - *478 - name: name in: path required: true @@ -100314,7 +100368,7 @@ paths: application/json: schema: *226 examples: - default: *698 + default: *699 '404': *6 x-github: githubCloudOnly: false @@ -100331,8 +100385,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *474 - - *475 + - *477 + - *478 - name: name in: path required: true @@ -100397,8 +100451,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *474 - - *475 + - *477 + - *478 - name: name in: path required: true @@ -100424,8 +100478,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -100461,8 +100515,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '202': *39 '403': @@ -100490,8 +100544,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Response @@ -100517,9 +100571,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *474 - - *475 - - *561 + - *477 + - *478 + - *564 responses: '200': description: Response @@ -100664,8 +100718,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -100730,8 +100784,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -100765,9 +100819,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *591 + schema: *594 examples: - default: *699 + default: *700 '204': description: Response when already merged '404': @@ -100792,8 +100846,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *474 - - *475 + - *477 + - *478 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -100834,12 +100888,12 @@ paths: application/json: schema: type: array - items: &700 + items: &701 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *421 - required: *422 + properties: *423 + required: *424 examples: default: value: @@ -100895,8 +100949,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -100936,9 +100990,9 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: - default: &701 + default: &702 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -100997,9 +101051,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *474 - - *475 - - &702 + - *477 + - *478 + - &703 name: milestone_number description: The number that identifies the milestone. in: path @@ -101011,9 +101065,9 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: - default: *701 + default: *702 '404': *6 x-github: githubCloudOnly: false @@ -101030,9 +101084,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *474 - - *475 - - *702 + - *477 + - *478 + - *703 requestBody: required: false content: @@ -101070,9 +101124,9 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: - default: *701 + default: *702 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101088,9 +101142,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *474 - - *475 - - *702 + - *477 + - *478 + - *703 responses: '204': description: Response @@ -101111,9 +101165,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *474 - - *475 - - *702 + - *477 + - *478 + - *703 - *17 - *19 responses: @@ -101125,7 +101179,7 @@ paths: type: array items: *226 examples: - default: *679 + default: *680 headers: Link: *47 x-github: @@ -101144,12 +101198,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *474 - - *475 - - *703 + - *477 + - *478 - *704 - - *234 - *705 + - *234 + - *706 - *17 - *19 responses: @@ -101161,7 +101215,7 @@ paths: type: array items: *254 examples: - default: *706 + default: *707 headers: Link: *47 x-github: @@ -101185,8 +101239,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: false content: @@ -101244,14 +101298,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response content: application/json: - schema: &707 + schema: &708 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -101376,7 +101430,7 @@ paths: - custom_404 - public examples: - default: &708 + default: &709 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -101417,8 +101471,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -101472,9 +101526,9 @@ paths: description: Response content: application/json: - schema: *707 + schema: *708 examples: - default: *708 + default: *709 '422': *15 '409': *121 x-github: @@ -101497,8 +101551,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -101605,8 +101659,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Response @@ -101632,8 +101686,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -101643,7 +101697,7 @@ paths: application/json: schema: type: array - items: &709 + items: &710 title: Page Build description: Page Build type: object @@ -101737,8 +101791,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *474 - - *475 + - *477 + - *478 responses: '201': description: Response @@ -101783,16 +101837,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response content: application/json: - schema: *709 + schema: *710 examples: - default: &710 + default: &711 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -101840,8 +101894,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *474 - - *475 + - *477 + - *478 - name: build_id in: path required: true @@ -101852,9 +101906,9 @@ paths: description: Response content: application/json: - schema: *709 + schema: *710 examples: - default: *710 + default: *711 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101874,8 +101928,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -101980,9 +102034,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *474 - - *475 - - &711 + - *477 + - *478 + - &712 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -102040,9 +102094,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *474 - - *475 - - *711 + - *477 + - *478 + - *712 responses: '204': *157 '404': *6 @@ -102069,8 +102123,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -102328,8 +102382,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-private-vulnerability-reporting-is-enabled-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Private vulnerability reporting status @@ -102366,8 +102420,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': *157 '422': *14 @@ -102388,8 +102442,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': *157 '422': *14 @@ -102411,8 +102465,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -102422,7 +102476,7 @@ paths: type: array items: *158 examples: - default: *712 + default: *713 '403': *29 '404': *6 x-github: @@ -102444,8 +102498,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -102461,7 +102515,7 @@ paths: required: - properties examples: - default: *713 + default: *714 responses: '204': description: No Content when custom property values are successfully created @@ -102499,8 +102553,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *474 - - *475 + - *477 + - *478 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -102560,9 +102614,9 @@ paths: application/json: schema: type: array - items: *595 + items: *598 examples: - default: *714 + default: *715 headers: Link: *47 '304': *37 @@ -102594,8 +102648,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -102660,7 +102714,7 @@ paths: description: Response content: application/json: - schema: &718 + schema: &719 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -102771,8 +102825,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *421 - required: *422 + properties: *423 + required: *424 nullable: true active_lock_reason: type: string @@ -102815,7 +102869,7 @@ paths: items: *4 requested_teams: type: array - items: *458 + items: *461 head: type: object properties: @@ -102853,14 +102907,14 @@ paths: _links: type: object properties: - comments: *423 - commits: *423 - statuses: *423 - html: *423 - issue: *423 - review_comments: *423 - review_comment: *423 - self: *423 + comments: *425 + commits: *425 + statuses: *425 + html: *425 + issue: *425 + review_comments: *425 + review_comment: *425 + self: *425 required: - comments - commits @@ -102871,7 +102925,7 @@ paths: - review_comment - self author_association: *224 - auto_merge: *715 + auto_merge: *716 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -102963,7 +103017,7 @@ paths: - merged_by - review_comments examples: - default: &719 + default: &720 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -103490,8 +103544,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - name: sort in: query required: false @@ -103520,9 +103574,9 @@ paths: application/json: schema: type: array - items: *716 + items: *717 examples: - default: &721 + default: &722 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -103599,17 +103653,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *474 - - *475 + - *477 + - *478 - *243 responses: '200': description: Response content: application/json: - schema: *716 + schema: *717 examples: - default: &717 + default: &718 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -103684,8 +103738,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *474 - - *475 + - *477 + - *478 - *243 requestBody: required: true @@ -103708,9 +103762,9 @@ paths: description: Response content: application/json: - schema: *716 + schema: *717 examples: - default: *717 + default: *718 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103726,8 +103780,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *474 - - *475 + - *477 + - *478 - *243 responses: '204': @@ -103749,8 +103803,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *474 - - *475 + - *477 + - *478 - *243 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -103777,9 +103831,9 @@ paths: application/json: schema: type: array - items: *589 + items: *592 examples: - default: *669 + default: *670 headers: Link: *47 '404': *6 @@ -103800,8 +103854,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *474 - - *475 + - *477 + - *478 - *243 requestBody: required: true @@ -103834,16 +103888,16 @@ paths: description: Reaction exists content: application/json: - schema: *589 + schema: *592 examples: - default: *590 + default: *593 '201': description: Reaction created content: application/json: - schema: *589 + schema: *592 examples: - default: *590 + default: *593 '422': *15 x-github: githubCloudOnly: false @@ -103865,10 +103919,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *474 - - *475 + - *477 + - *478 - *243 - - *670 + - *671 responses: '204': description: Response @@ -103911,9 +103965,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *474 - - *475 - - &720 + - *477 + - *478 + - &721 name: pull_number description: The number that identifies the pull request. in: path @@ -103926,9 +103980,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *718 + schema: *719 examples: - default: *719 + default: *720 '304': *37 '404': *6 '406': @@ -103963,9 +104017,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *474 - - *475 - - *720 + - *477 + - *478 + - *721 requestBody: required: false content: @@ -104007,9 +104061,9 @@ paths: description: Response content: application/json: - schema: *718 + schema: *719 examples: - default: *719 + default: *720 '422': *15 '403': *29 x-github: @@ -104031,9 +104085,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *474 - - *475 - - *720 + - *477 + - *478 + - *721 requestBody: required: true content: @@ -104093,17 +104147,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *391 + schema: *393 examples: - default: *578 + default: *581 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *391 + schema: *393 examples: - default: *578 + default: *581 '401': *25 '403': *29 '404': *6 @@ -104133,9 +104187,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *474 - - *475 - - *720 + - *477 + - *478 + - *721 - *251 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -104156,9 +104210,9 @@ paths: application/json: schema: type: array - items: *716 + items: *717 examples: - default: *721 + default: *722 headers: Link: *47 x-github: @@ -104191,9 +104245,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *474 - - *475 - - *720 + - *477 + - *478 + - *721 requestBody: required: true content: @@ -104298,7 +104352,7 @@ paths: description: Response content: application/json: - schema: *716 + schema: *717 examples: example-for-a-multi-line-comment: value: @@ -104386,9 +104440,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *474 - - *475 - - *720 + - *477 + - *478 + - *721 - *243 requestBody: required: true @@ -104411,7 +104465,7 @@ paths: description: Response content: application/json: - schema: *716 + schema: *717 examples: default: value: @@ -104497,9 +104551,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *474 - - *475 - - *720 + - *477 + - *478 + - *721 - *17 - *19 responses: @@ -104509,9 +104563,9 @@ paths: application/json: schema: type: array - items: *591 + items: *594 examples: - default: *722 + default: *723 headers: Link: *47 x-github: @@ -104541,9 +104595,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *474 - - *475 - - *720 + - *477 + - *478 + - *721 - *17 - *19 responses: @@ -104553,7 +104607,7 @@ paths: application/json: schema: type: array - items: *604 + items: *607 examples: default: value: @@ -104591,9 +104645,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *474 - - *475 - - *720 + - *477 + - *478 + - *721 responses: '204': description: Response if pull request has been merged @@ -104616,9 +104670,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *474 - - *475 - - *720 + - *477 + - *478 + - *721 requestBody: required: false content: @@ -104729,9 +104783,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *474 - - *475 - - *720 + - *477 + - *478 + - *721 responses: '200': description: Response @@ -104806,9 +104860,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *474 - - *475 - - *720 + - *477 + - *478 + - *721 requestBody: required: false content: @@ -104845,7 +104899,7 @@ paths: description: Response content: application/json: - schema: *595 + schema: *598 examples: default: value: @@ -105381,9 +105435,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *474 - - *475 - - *720 + - *477 + - *478 + - *721 requestBody: required: true content: @@ -105417,7 +105471,7 @@ paths: description: Response content: application/json: - schema: *595 + schema: *598 examples: default: value: @@ -105922,9 +105976,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *474 - - *475 - - *720 + - *477 + - *478 + - *721 - *17 - *19 responses: @@ -105934,7 +105988,7 @@ paths: application/json: schema: type: array - items: &723 + items: &724 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -106085,9 +106139,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *474 - - *475 - - *720 + - *477 + - *478 + - *721 requestBody: required: false content: @@ -106173,9 +106227,9 @@ paths: description: Response content: application/json: - schema: *723 + schema: *724 examples: - default: &725 + default: &726 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -106238,10 +106292,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *474 - - *475 - - *720 - - &724 + - *477 + - *478 + - *721 + - &725 name: review_id description: The unique identifier of the review. in: path @@ -106253,9 +106307,9 @@ paths: description: Response content: application/json: - schema: *723 + schema: *724 examples: - default: &726 + default: &727 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -106314,10 +106368,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *474 - - *475 - - *720 - - *724 + - *477 + - *478 + - *721 + - *725 requestBody: required: true content: @@ -106340,7 +106394,7 @@ paths: description: Response content: application/json: - schema: *723 + schema: *724 examples: default: value: @@ -106402,18 +106456,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *474 - - *475 - - *720 - - *724 + - *477 + - *478 + - *721 + - *725 responses: '200': description: Response content: application/json: - schema: *723 + schema: *724 examples: - default: *725 + default: *726 '422': *7 '404': *6 x-github: @@ -106440,10 +106494,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *474 - - *475 - - *720 - - *724 + - *477 + - *478 + - *721 + - *725 - *17 - *19 responses: @@ -106526,9 +106580,9 @@ paths: _links: type: object properties: - self: *423 - html: *423 - pull_request: *423 + self: *425 + html: *425 + pull_request: *425 required: - self - html @@ -106678,10 +106732,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *474 - - *475 - - *720 - - *724 + - *477 + - *478 + - *721 + - *725 requestBody: required: true content: @@ -106709,7 +106763,7 @@ paths: description: Response content: application/json: - schema: *723 + schema: *724 examples: default: value: @@ -106772,10 +106826,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *474 - - *475 - - *720 - - *724 + - *477 + - *478 + - *721 + - *725 requestBody: required: true content: @@ -106810,9 +106864,9 @@ paths: description: Response content: application/json: - schema: *723 + schema: *724 examples: - default: *726 + default: *727 '404': *6 '422': *7 '403': *29 @@ -106834,9 +106888,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *474 - - *475 - - *720 + - *477 + - *478 + - *721 requestBody: required: false content: @@ -106899,8 +106953,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *474 - - *475 + - *477 + - *478 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -106913,9 +106967,9 @@ paths: description: Response content: application/json: - schema: *727 + schema: *728 examples: - default: &728 + default: &729 value: type: file encoding: base64 @@ -106957,8 +107011,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *474 - - *475 + - *477 + - *478 - name: dir description: The alternate path to look for a README file in: path @@ -106978,9 +107032,9 @@ paths: description: Response content: application/json: - schema: *727 + schema: *728 examples: - default: *728 + default: *729 '404': *6 '422': *15 x-github: @@ -107002,8 +107056,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -107013,7 +107067,7 @@ paths: application/json: schema: type: array - items: *729 + items: *730 examples: default: value: @@ -107107,8 +107161,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -107184,9 +107238,9 @@ paths: description: Response content: application/json: - schema: *729 + schema: *730 examples: - default: &733 + default: &734 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -107291,9 +107345,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *474 - - *475 - - &731 + - *477 + - *478 + - &732 name: asset_id description: The unique identifier of the asset. in: path @@ -107305,9 +107359,9 @@ paths: description: Response content: application/json: - schema: *730 + schema: *731 examples: - default: &732 + default: &733 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -107342,7 +107396,7 @@ paths: type: User site_admin: false '404': *6 - '302': *606 + '302': *609 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107358,9 +107412,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *474 - - *475 - - *731 + - *477 + - *478 + - *732 requestBody: required: false content: @@ -107388,9 +107442,9 @@ paths: description: Response content: application/json: - schema: *730 + schema: *731 examples: - default: *732 + default: *733 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -107406,9 +107460,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *474 - - *475 - - *731 + - *477 + - *478 + - *732 responses: '204': description: Response @@ -107433,8 +107487,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -107519,16 +107573,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response content: application/json: - schema: *729 + schema: *730 examples: - default: *733 + default: *734 '404': *6 x-github: githubCloudOnly: false @@ -107546,8 +107600,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *474 - - *475 + - *477 + - *478 - name: tag description: tag parameter in: path @@ -107560,9 +107614,9 @@ paths: description: Response content: application/json: - schema: *729 + schema: *730 examples: - default: *733 + default: *734 '404': *6 x-github: githubCloudOnly: false @@ -107584,9 +107638,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *474 - - *475 - - &734 + - *477 + - *478 + - &735 name: release_id description: The unique identifier of the release. in: path @@ -107600,9 +107654,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *729 + schema: *730 examples: - default: *733 + default: *734 '401': description: Unauthorized x-github: @@ -107620,9 +107674,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *474 - - *475 - - *734 + - *477 + - *478 + - *735 requestBody: required: false content: @@ -107686,9 +107740,9 @@ paths: description: Response content: application/json: - schema: *729 + schema: *730 examples: - default: *733 + default: *734 '404': description: Not Found if the discussion category name is invalid content: @@ -107709,9 +107763,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *474 - - *475 - - *734 + - *477 + - *478 + - *735 responses: '204': description: Response @@ -107732,9 +107786,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *474 - - *475 - - *734 + - *477 + - *478 + - *735 - *17 - *19 responses: @@ -107744,7 +107798,7 @@ paths: application/json: schema: type: array - items: *730 + items: *731 examples: default: value: @@ -107826,9 +107880,9 @@ paths: description: The URL origin (protocol + host name + port) is included in `upload_url` returned in the response of the "Create a release" endpoint parameters: - - *474 - - *475 - - *734 + - *477 + - *478 + - *735 - name: name in: query required: true @@ -107854,7 +107908,7 @@ paths: description: Response for successful upload content: application/json: - schema: *730 + schema: *731 examples: response-for-successful-upload: value: @@ -107909,9 +107963,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *474 - - *475 - - *734 + - *477 + - *478 + - *735 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -107935,9 +107989,9 @@ paths: application/json: schema: type: array - items: *589 + items: *592 examples: - default: *669 + default: *670 headers: Link: *47 '404': *6 @@ -107958,9 +108012,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *474 - - *475 - - *734 + - *477 + - *478 + - *735 requestBody: required: true content: @@ -107990,16 +108044,16 @@ paths: description: Reaction exists content: application/json: - schema: *589 + schema: *592 examples: - default: *590 + default: *593 '201': description: Reaction created content: application/json: - schema: *589 + schema: *592 examples: - default: *590 + default: *593 '422': *15 x-github: githubCloudOnly: false @@ -108021,10 +108075,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *474 - - *475 - - *734 - - *670 + - *477 + - *478 + - *735 + - *671 responses: '204': description: Response @@ -108048,9 +108102,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 - *17 - *19 responses: @@ -108067,7 +108121,7 @@ paths: oneOf: - allOf: - *172 - - &735 + - &736 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -108088,67 +108142,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *173 - - *735 + - *736 - allOf: - *174 - - *735 + - *736 - allOf: - *175 - - *735 + - *736 - allOf: + - *737 - *736 - - *735 - allOf: - *176 - - *735 + - *736 - allOf: - *177 - - *735 + - *736 - allOf: - *178 - - *735 + - *736 - allOf: - *179 - - *735 + - *736 - allOf: - *180 - - *735 + - *736 - allOf: - *181 - - *735 + - *736 - allOf: - *182 - - *735 + - *736 - allOf: - *183 - - *735 + - *736 - allOf: - *184 - - *735 + - *736 - allOf: - *185 - - *735 + - *736 - allOf: - *186 - - *735 + - *736 - allOf: - *187 - - *735 + - *736 - allOf: - *188 - - *735 + - *736 - allOf: - *189 - - *735 + - *736 - allOf: - *190 - - *735 + - *736 - allOf: - *191 - - *735 + - *736 - allOf: - *192 - - *735 + - *736 examples: default: value: @@ -108187,8 +108241,8 @@ paths: category: repos subcategory: rules parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 - name: includes_parents @@ -108199,7 +108253,7 @@ paths: schema: type: boolean default: true - - *737 + - *738 responses: '200': description: Response @@ -108254,8 +108308,8 @@ paths: category: repos subcategory: rules parameters: - - *474 - - *475 + - *477 + - *478 requestBody: description: Request body required: true @@ -108284,7 +108338,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *738 + items: *739 required: - name - enforcement @@ -108317,7 +108371,7 @@ paths: application/json: schema: *193 examples: - default: &747 + default: &748 value: id: 42 name: super cool ruleset @@ -108365,12 +108419,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *474 - - *475 - - *739 - - *107 + - *477 + - *478 - *740 + - *107 - *741 + - *742 - *17 - *19 responses: @@ -108378,9 +108432,9 @@ paths: description: Response content: application/json: - schema: *742 + schema: *743 examples: - default: *743 + default: *744 '404': *6 '500': *40 x-github: @@ -108401,17 +108455,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *474 - - *475 - - *744 + - *477 + - *478 + - *745 responses: '200': description: Response content: application/json: - schema: *745 + schema: *746 examples: - default: *746 + default: *747 '404': *6 '500': *40 x-github: @@ -108439,8 +108493,8 @@ paths: category: repos subcategory: rules parameters: - - *474 - - *475 + - *477 + - *478 - name: ruleset_id description: The ID of the ruleset. in: path @@ -108462,7 +108516,7 @@ paths: application/json: schema: *193 examples: - default: *747 + default: *748 '404': *6 '500': *40 put: @@ -108480,8 +108534,8 @@ paths: category: repos subcategory: rules parameters: - - *474 - - *475 + - *477 + - *478 - name: ruleset_id description: The ID of the ruleset. in: path @@ -108515,7 +108569,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *738 + items: *739 examples: default: value: @@ -108545,7 +108599,7 @@ paths: application/json: schema: *193 examples: - default: *747 + default: *748 '404': *6 '422': *15 '500': *40 @@ -108564,8 +108618,8 @@ paths: category: repos subcategory: rules parameters: - - *474 - - *475 + - *477 + - *478 - name: ruleset_id description: The ID of the ruleset. in: path @@ -108588,8 +108642,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 - name: ruleset_id @@ -108607,7 +108661,7 @@ paths: type: array items: *197 examples: - default: *441 + default: *443 '404': *6 '500': *40 x-github: @@ -108626,8 +108680,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *474 - - *475 + - *477 + - *478 - name: ruleset_id description: The ID of the ruleset. in: path @@ -108645,7 +108699,7 @@ paths: description: Response content: application/json: - schema: *442 + schema: *444 examples: default: value: @@ -108700,23 +108754,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *474 - - *475 - - *443 - - *444 + - *477 + - *478 - *445 - *446 - *447 - *448 + - *449 + - *450 + - *451 - *112 - *19 - *17 - - *748 - *749 - - *449 - - *450 - - *451 + - *750 - *452 + - *453 + - *454 + - *455 responses: '200': description: Response @@ -108724,7 +108779,7 @@ paths: application/json: schema: type: array - items: &753 + items: &754 type: object properties: number: *130 @@ -108743,8 +108798,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *750 - resolution: *751 + state: *751 + resolution: *752 resolved_at: type: string format: date-time @@ -108770,6 +108825,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/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. @@ -108840,7 +108899,7 @@ paths: pull request. ' - oneOf: *752 + oneOf: *753 nullable: true has_more_locations: type: boolean @@ -109004,16 +109063,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *474 - - *475 - - *555 - - *452 + - *477 + - *478 + - *558 + - *455 responses: '200': description: Response content: application/json: - schema: *753 + schema: *754 examples: default: value: @@ -109067,9 +109126,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *474 - - *475 - - *555 + - *477 + - *478 + - *558 requestBody: required: true content: @@ -109077,8 +109136,8 @@ paths: schema: type: object properties: - state: *750 - resolution: *751 + state: *751 + resolution: *752 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -109114,7 +109173,7 @@ paths: description: Response content: application/json: - schema: *753 + schema: *754 examples: default: value: @@ -109209,9 +109268,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *474 - - *475 - - *555 + - *477 + - *478 + - *558 - *19 - *17 responses: @@ -109222,7 +109281,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &940 + items: &941 type: object properties: type: @@ -109248,7 +109307,6 @@ paths: example: commit details: oneOf: - - *754 - *755 - *756 - *757 @@ -109261,6 +109319,7 @@ paths: - *764 - *765 - *766 + - *767 examples: default: value: @@ -109346,8 +109405,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -109355,14 +109414,14 @@ paths: schema: type: object properties: - reason: &768 + reason: &769 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *767 + placeholder_id: *768 required: - reason - placeholder_id @@ -109379,7 +109438,7 @@ paths: schema: type: object properties: - reason: *768 + reason: *769 expire_at: type: string format: date-time @@ -109425,8 +109484,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -109441,7 +109500,7 @@ paths: properties: incremental_scans: type: array - items: &769 + items: &770 description: Information on a single scan performed by secret scanning on the repository type: object @@ -109467,15 +109526,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *769 + items: *770 backfill_scans: type: array - items: *769 + items: *770 custom_pattern_backfill_scans: type: array items: allOf: - - *769 + - *770 - type: object properties: pattern_name: @@ -109545,8 +109604,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *474 - - *475 + - *477 + - *478 - *112 - name: sort description: The property to sort the results by. @@ -109590,9 +109649,9 @@ paths: application/json: schema: type: array - items: *770 + items: *771 examples: - default: *771 + default: *772 '400': *14 '404': *6 x-github: @@ -109615,8 +109674,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -109689,7 +109748,7 @@ paths: login: type: string description: The username of the user credited. - type: *457 + type: *460 required: - login - type @@ -109776,9 +109835,9 @@ paths: description: Response content: application/json: - schema: *770 + schema: *771 examples: - default: &773 + default: &774 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -110011,8 +110070,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -110116,7 +110175,7 @@ paths: description: Response content: application/json: - schema: *770 + schema: *771 examples: default: value: @@ -110263,17 +110322,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *474 - - *475 - - *772 + - *477 + - *478 + - *773 responses: '200': description: Response content: application/json: - schema: *770 + schema: *771 examples: - default: *773 + default: *774 '403': *29 '404': *6 x-github: @@ -110297,9 +110356,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *474 - - *475 - - *772 + - *477 + - *478 + - *773 requestBody: required: true content: @@ -110372,7 +110431,7 @@ paths: login: type: string description: The username of the user credited. - type: *457 + type: *460 required: - login - type @@ -110458,10 +110517,10 @@ paths: description: Response content: application/json: - schema: *770 + schema: *771 examples: - default: *773 - add_credit: *773 + default: *774 + add_credit: *774 '403': *29 '404': *6 '422': @@ -110499,9 +110558,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *474 - - *475 - - *772 + - *477 + - *478 + - *773 responses: '202': *39 '400': *14 @@ -110528,17 +110587,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *474 - - *475 - - *772 + - *477 + - *478 + - *773 responses: '202': description: Response content: application/json: - schema: *479 + schema: *482 examples: - default: *481 + default: *484 '400': *14 '422': *15 '403': *29 @@ -110564,8 +110623,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -110664,8 +110723,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -110674,7 +110733,7 @@ paths: application/json: schema: type: array - items: &774 + items: &775 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -110707,8 +110766,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -110784,8 +110843,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -110881,8 +110940,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -111036,8 +111095,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -111047,7 +111106,7 @@ paths: application/json: schema: type: array - items: *774 + items: *775 examples: default: value: @@ -111080,8 +111139,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *474 - - *475 + - *477 + - *478 - name: sha in: path required: true @@ -111135,7 +111194,7 @@ paths: description: Response content: application/json: - schema: *775 + schema: *776 examples: default: value: @@ -111189,8 +111248,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -111222,14 +111281,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &776 + schema: &777 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -111297,8 +111356,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: false content: @@ -111324,7 +111383,7 @@ paths: description: Response content: application/json: - schema: *776 + schema: *777 examples: default: value: @@ -111351,8 +111410,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Response @@ -111372,8 +111431,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -111452,8 +111511,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *474 - - *475 + - *477 + - *478 - name: ref in: path required: true @@ -111489,8 +111548,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -111502,7 +111561,7 @@ paths: type: array items: *319 examples: - default: *401 + default: *403 headers: Link: *47 '404': *6 @@ -111522,8 +111581,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *474 - - *475 + - *477 + - *478 - *19 - *17 responses: @@ -111531,7 +111590,7 @@ paths: description: Response content: application/json: - schema: &777 + schema: &778 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -111543,7 +111602,7 @@ paths: required: - names examples: - default: &778 + default: &779 value: names: - octocat @@ -111566,8 +111625,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -111598,9 +111657,9 @@ paths: description: Response content: application/json: - schema: *777 + schema: *778 examples: - default: *778 + default: *779 '404': *6 '422': *7 x-github: @@ -111621,9 +111680,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *474 - - *475 - - &779 + - *477 + - *478 + - &780 name: per description: The time frame to display results for. in: query @@ -111652,7 +111711,7 @@ paths: example: 128 clones: type: array - items: &780 + items: &781 title: Traffic type: object properties: @@ -111739,8 +111798,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -111830,8 +111889,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -111891,9 +111950,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *474 - - *475 - - *779 + - *477 + - *478 + - *780 responses: '200': description: Response @@ -111912,7 +111971,7 @@ paths: example: 3782 views: type: array - items: *780 + items: *781 required: - uniques - count @@ -111989,8 +112048,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -112264,8 +112323,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -112288,8 +112347,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Response @@ -112311,8 +112370,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Response @@ -112338,8 +112397,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *474 - - *475 + - *477 + - *478 - name: ref in: path required: true @@ -112431,9 +112490,9 @@ paths: description: Response content: application/json: - schema: *479 + schema: *482 examples: - default: *481 + default: *484 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -112581,7 +112640,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - *284 - - *675 + - *676 requestBody: required: true content: @@ -112645,9 +112704,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *678 + items: *679 examples: - default: *781 + default: *782 '400': *14 '403': *29 '404': *6 @@ -112684,7 +112743,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - *284 - - *675 + - *676 requestBody: required: true content: @@ -112749,9 +112808,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *678 + items: *679 examples: - default: *781 + default: *782 '400': *14 '403': *29 '404': *6 @@ -112783,8 +112842,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - *284 - - *675 - - *385 + - *676 + - *387 responses: '204': description: Issue field value deleted successfully @@ -112826,7 +112885,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &789 + - &790 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -112835,7 +112894,7 @@ paths: schema: type: string example: members - - &794 + - &795 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -112846,7 +112905,7 @@ paths: default: 1 format: int32 example: 1 - - &795 + - &796 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -112888,7 +112947,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &784 + items: &785 allOf: - type: object required: @@ -112963,7 +113022,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &796 + meta: &797 type: object description: The metadata associated with the creation/updates to the user. @@ -113023,30 +113082,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &785 + '400': &786 description: Bad request content: application/json: - schema: *782 + schema: *783 application/scim+json: - schema: *782 - '401': *783 - '403': &786 + schema: *783 + '401': *784 + '403': &787 description: Permission denied - '429': &787 + '429': &788 description: Too many requests content: application/json: - schema: *782 + schema: *783 application/scim+json: - schema: *782 - '500': &788 + schema: *783 + '500': &789 description: Internal server error content: application/json: - schema: *782 + schema: *783 application/scim+json: - schema: *782 + schema: *783 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113070,7 +113129,7 @@ paths: required: true content: application/json: - schema: &792 + schema: &793 type: object required: - schemas @@ -113130,9 +113189,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *784 + schema: *785 examples: - group: &790 + group: &791 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -113151,13 +113210,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 - '400': *785 - '401': *783 - '403': *786 - '409': &793 + '400': *786 + '401': *784 + '403': *787 + '409': &794 description: Duplicate record detected - '429': *787 - '500': *788 + '429': *788 + '500': *789 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113174,7 +113233,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &791 + - &792 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -113182,22 +113241,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *789 + - *790 - *41 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *784 + schema: *785 examples: - default: *790 - '400': *785 - '401': *783 - '403': *786 + default: *791 + '400': *786 + '401': *784 + '403': *787 '404': *6 - '429': *787 - '500': *788 + '429': *788 + '500': *789 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113216,13 +113275,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *791 + - *792 - *41 requestBody: required: true content: application/json: - schema: *792 + schema: *793 examples: group: summary: Group @@ -113248,17 +113307,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *784 + schema: *785 examples: - group: *790 - groupWithMembers: *790 - '400': *785 - '401': *783 - '403': *786 + group: *791 + groupWithMembers: *791 + '400': *786 + '401': *784 + '403': *787 '404': *6 - '409': *793 - '429': *787 - '500': *788 + '409': *794 + '429': *788 + '500': *789 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113282,13 +113341,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *791 + - *792 - *41 requestBody: required: true content: application/json: - schema: &803 + schema: &804 type: object required: - Operations @@ -113348,17 +113407,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *784 + schema: *785 examples: - updateGroup: *790 - addMembers: *790 - '400': *785 - '401': *783 - '403': *786 + updateGroup: *791 + addMembers: *791 + '400': *786 + '401': *784 + '403': *787 '404': *6 - '409': *793 - '429': *787 - '500': *788 + '409': *794 + '429': *788 + '500': *789 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113374,17 +113433,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *791 + - *792 - *41 responses: '204': description: Group was deleted, no content - '400': *785 - '401': *783 - '403': *786 + '400': *786 + '401': *784 + '403': *787 '404': *6 - '429': *787 - '500': *788 + '429': *788 + '500': *789 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113418,8 +113477,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *794 - *795 + - *796 - *41 responses: '200': @@ -113452,7 +113511,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &798 + items: &799 allOf: - type: object required: @@ -113531,7 +113590,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &797 + roles: &798 type: array description: The roles assigned to the user. items: @@ -113587,7 +113646,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *796 + meta: *797 startIndex: type: integer description: A starting index for the returned page @@ -113624,11 +113683,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *785 - '401': *783 - '403': *786 - '429': *787 - '500': *788 + '400': *786 + '401': *784 + '403': *787 + '429': *788 + '500': *789 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113652,7 +113711,7 @@ paths: required: true content: application/json: - schema: &801 + schema: &802 type: object required: - schemas @@ -113734,9 +113793,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *797 + roles: *798 examples: - user: &802 + user: &803 summary: User value: schemas: @@ -113783,9 +113842,9 @@ paths: description: User has been created content: application/scim+json: - schema: *798 + schema: *799 examples: - user: &799 + user: &800 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -113811,13 +113870,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *799 - '400': *785 - '401': *783 - '403': *786 - '409': *793 - '429': *787 - '500': *788 + enterpriseOwner: *800 + '400': *786 + '401': *784 + '403': *787 + '409': *794 + '429': *788 + '500': *789 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113834,7 +113893,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &800 + - &801 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -113847,15 +113906,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *798 + schema: *799 examples: - default: *799 - '400': *785 - '401': *783 - '403': *786 + default: *800 + '400': *786 + '401': *784 + '403': *787 '404': *6 - '429': *787 - '500': *788 + '429': *788 + '500': *789 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113906,30 +113965,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *800 + - *801 - *41 requestBody: required: true content: application/json: - schema: *801 + schema: *802 examples: - user: *802 + user: *803 responses: '200': description: User was updated content: application/scim+json: - schema: *798 + schema: *799 examples: - user: *799 - '400': *785 - '401': *783 - '403': *786 + user: *800 + '400': *786 + '401': *784 + '403': *787 '404': *6 - '409': *793 - '429': *787 - '500': *788 + '409': *794 + '429': *788 + '500': *789 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113970,13 +114029,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *800 + - *801 - *41 requestBody: required: true content: application/json: - schema: *803 + schema: *804 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -114016,18 +114075,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *798 + schema: *799 examples: - userMultiValuedProperties: *799 - userSingleValuedProperties: *799 - disableUser: *799 - '400': *785 - '401': *783 - '403': *786 + userMultiValuedProperties: *800 + userSingleValuedProperties: *800 + disableUser: *800 + '400': *786 + '401': *784 + '403': *787 '404': *6 - '409': *793 - '429': *787 - '500': *788 + '409': *794 + '429': *788 + '500': *789 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -114047,17 +114106,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *800 + - *801 - *41 responses: '204': description: User was deleted, no content - '400': *785 - '401': *783 - '403': *786 + '400': *786 + '401': *784 + '403': *787 '404': *6 - '429': *787 - '500': *788 + '429': *788 + '500': *789 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -114144,7 +114203,7 @@ paths: example: 1 Resources: type: array - items: &804 + items: &805 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -114375,22 +114434,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *37 - '404': &805 + '404': &806 description: Resource not found content: application/json: - schema: *782 + schema: *783 application/scim+json: - schema: *782 - '403': &806 + schema: *783 + '403': &807 description: Forbidden content: application/json: - schema: *782 + schema: *783 application/scim+json: - schema: *782 - '400': *785 - '429': *787 + schema: *783 + '400': *786 + '429': *788 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -114416,9 +114475,9 @@ paths: description: Response content: application/scim+json: - schema: *804 + schema: *805 examples: - default: &807 + default: &808 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -114441,17 +114500,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *37 - '404': *805 - '403': *806 - '500': *788 + '404': *806 + '403': *807 + '500': *789 '409': description: Conflict content: application/json: - schema: *782 + schema: *783 application/scim+json: - schema: *782 - '400': *785 + schema: *783 + '400': *786 requestBody: required: true content: @@ -114549,17 +114608,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *89 - - *800 + - *801 responses: '200': description: Response content: application/scim+json: - schema: *804 + schema: *805 examples: - default: *807 - '404': *805 - '403': *806 + default: *808 + '404': *806 + '403': *807 '304': *37 x-github: githubCloudOnly: true @@ -114583,18 +114642,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *89 - - *800 + - *801 responses: '200': description: Response content: application/scim+json: - schema: *804 + schema: *805 examples: - default: *807 + default: *808 '304': *37 - '404': *805 - '403': *806 + '404': *806 + '403': *807 requestBody: required: true content: @@ -114707,19 +114766,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *89 - - *800 + - *801 responses: '200': description: Response content: application/scim+json: - schema: *804 + schema: *805 examples: - default: *807 + default: *808 '304': *37 - '404': *805 - '403': *806 - '400': *785 + '404': *806 + '403': *807 + '400': *786 '429': description: Response content: @@ -114810,12 +114869,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *89 - - *800 + - *801 responses: '204': description: Response - '404': *805 - '403': *806 + '404': *806 + '403': *807 '304': *37 x-github: githubCloudOnly: true @@ -114951,7 +115010,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &808 + text_matches: &809 title: Search Result Text Matches type: array items: @@ -115114,7 +115173,7 @@ paths: enum: - author-date - committer-date - - &809 + - &810 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 @@ -115185,7 +115244,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *525 + properties: *528 nullable: true comment_count: type: integer @@ -115205,7 +115264,7 @@ paths: url: type: string format: uri - verification: *653 + verification: *654 required: - author - committer @@ -115224,7 +115283,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *525 + properties: *528 nullable: true parents: type: array @@ -115242,7 +115301,7 @@ paths: type: number node_id: type: string - text_matches: *808 + text_matches: *809 required: - sha - node_id @@ -115435,7 +115494,7 @@ paths: - interactions - created - updated - - *809 + - *810 - *17 - *19 - name: advanced_search @@ -115549,11 +115608,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 issue_field_values: type: array - items: *678 + items: *679 state: type: string state_reason: @@ -115570,8 +115629,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *421 - required: *422 + properties: *423 + required: *424 nullable: true comments: type: integer @@ -115585,7 +115644,7 @@ paths: type: string format: date-time nullable: true - text_matches: *808 + text_matches: *809 pull_request: type: object properties: @@ -115629,7 +115688,7 @@ paths: timeline_url: type: string format: uri - type: *386 + type: *388 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -115857,7 +115916,7 @@ paths: enum: - created - updated - - *809 + - *810 - *17 - *19 responses: @@ -115901,7 +115960,7 @@ paths: nullable: true score: type: number - text_matches: *808 + text_matches: *809 required: - id - node_id @@ -115987,7 +116046,7 @@ paths: - forks - help-wanted-issues - updated - - *809 + - *810 - *17 - *19 responses: @@ -116235,7 +116294,7 @@ paths: - admin - pull - push - text_matches: *808 + text_matches: *809 temp_clone_token: type: string allow_merge_commit: @@ -116536,7 +116595,7 @@ paths: type: string format: uri nullable: true - text_matches: *808 + text_matches: *809 related: type: array nullable: true @@ -116729,7 +116788,7 @@ paths: - followers - repositories - joined - - *809 + - *810 - *17 - *19 responses: @@ -116833,7 +116892,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *808 + text_matches: *809 blog: type: string nullable: true @@ -116912,7 +116971,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &812 + - &813 name: team_id description: The unique identifier of the team. in: path @@ -116924,9 +116983,9 @@ paths: description: Response content: application/json: - schema: *466 + schema: *469 examples: - default: *467 + default: *470 '404': *6 x-github: githubCloudOnly: false @@ -116953,7 +117012,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *812 + - *813 requestBody: required: true content: @@ -117016,16 +117075,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *466 + schema: *469 examples: - default: *467 + default: *470 '201': description: Response content: application/json: - schema: *466 + schema: *469 examples: - default: *467 + default: *470 '404': *6 '422': *15 '403': *29 @@ -117053,7 +117112,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *812 + - *813 responses: '204': description: Response @@ -117082,7 +117141,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *812 + - *813 - *17 - *19 responses: @@ -117092,9 +117151,9 @@ paths: application/json: schema: type: array - items: *380 + items: *382 examples: - default: *381 + default: *383 headers: Link: *47 x-github: @@ -117120,7 +117179,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *812 + - *813 - name: role description: Filters members returned by their role in the team. in: query @@ -117171,7 +117230,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *812 + - *813 - *145 responses: '204': @@ -117208,7 +117267,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *812 + - *813 - *145 responses: '204': @@ -117248,7 +117307,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *812 + - *813 - *145 responses: '204': @@ -117285,16 +117344,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *812 + - *813 - *145 responses: '200': description: Response content: application/json: - schema: *473 + schema: *476 examples: - response-if-user-is-a-team-maintainer: *813 + response-if-user-is-a-team-maintainer: *814 '404': *6 x-github: githubCloudOnly: false @@ -117327,7 +117386,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *812 + - *813 - *145 requestBody: required: false @@ -117353,9 +117412,9 @@ paths: description: Response content: application/json: - schema: *473 + schema: *476 examples: - response-if-users-membership-with-team-is-now-pending: *814 + response-if-users-membership-with-team-is-now-pending: *815 '403': description: Forbidden if team synchronization is set up '422': @@ -117389,7 +117448,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *812 + - *813 - *145 responses: '204': @@ -117417,7 +117476,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *812 + - *813 - *17 - *19 responses: @@ -117429,7 +117488,7 @@ paths: type: array items: *290 examples: - default: *408 + default: *410 headers: Link: *47 '404': *6 @@ -117459,15 +117518,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *812 - - *474 - - *475 + - *813 + - *477 + - *478 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *815 + schema: *816 examples: alternative-response-with-extra-repository-information: value: @@ -117618,9 +117677,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *812 - - *474 - - *475 + - *813 + - *477 + - *478 requestBody: required: false content: @@ -117670,9 +117729,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *812 - - *474 - - *475 + - *813 + - *477 + - *478 responses: '204': description: Response @@ -117701,15 +117760,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team-legacy parameters: - - *812 + - *813 responses: '200': description: Response content: application/json: - schema: *476 + schema: *479 examples: - default: *477 + default: *480 '403': *29 '404': *6 x-github: @@ -117736,7 +117795,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections-legacy parameters: - - *812 + - *813 requestBody: required: true content: @@ -117793,7 +117852,7 @@ paths: description: Response content: application/json: - schema: *476 + schema: *479 examples: default: value: @@ -117824,7 +117883,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *812 + - *813 - *17 - *19 responses: @@ -117836,7 +117895,7 @@ paths: type: array items: *319 examples: - response-if-child-teams-exist: *816 + response-if-child-teams-exist: *817 headers: Link: *47 '404': *6 @@ -117869,7 +117928,7 @@ paths: application/json: schema: oneOf: - - &818 + - &819 title: Private User description: Private User type: object @@ -118072,7 +118131,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *817 + - *818 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -118225,7 +118284,7 @@ paths: description: Response content: application/json: - schema: *818 + schema: *819 examples: default: value: @@ -118428,9 +118487,9 @@ paths: type: integer codespaces: type: array - items: *391 + items: *393 examples: - default: *392 + default: *394 '304': *37 '500': *40 '401': *25 @@ -118569,17 +118628,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *391 + schema: *393 examples: - default: *578 + default: *581 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *391 + schema: *393 examples: - default: *578 + default: *581 '401': *25 '403': *29 '404': *6 @@ -118623,7 +118682,7 @@ paths: type: integer secrets: type: array - items: &819 + items: &820 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -118663,7 +118722,7 @@ paths: - visibility - selected_repositories_url examples: - default: *581 + default: *584 headers: Link: *47 x-github: @@ -118739,7 +118798,7 @@ paths: description: Response content: application/json: - schema: *819 + schema: *820 examples: default: value: @@ -119029,15 +119088,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *393 + - *395 responses: '200': description: Response content: application/json: - schema: *391 + schema: *393 examples: - default: *578 + default: *581 '304': *37 '500': *40 '401': *25 @@ -119063,7 +119122,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *393 + - *395 requestBody: required: false content: @@ -119093,9 +119152,9 @@ paths: description: Response content: application/json: - schema: *391 + schema: *393 examples: - default: *578 + default: *581 '401': *25 '403': *29 '404': *6 @@ -119117,7 +119176,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *393 + - *395 responses: '202': *39 '304': *37 @@ -119146,13 +119205,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *393 + - *395 responses: '202': description: Response content: application/json: - schema: &820 + schema: &821 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -119193,7 +119252,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &821 + default: &822 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -119225,7 +119284,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *393 + - *395 - name: export_id in: path required: true @@ -119238,9 +119297,9 @@ paths: description: Response content: application/json: - schema: *820 + schema: *821 examples: - default: *821 + default: *822 '404': *6 x-github: githubCloudOnly: false @@ -119261,7 +119320,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *393 + - *395 responses: '200': description: Response @@ -119277,9 +119336,9 @@ paths: type: integer machines: type: array - items: *822 + items: *823 examples: - default: *823 + default: *824 '304': *37 '500': *40 '401': *25 @@ -119308,7 +119367,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *393 + - *395 requestBody: required: true content: @@ -119358,13 +119417,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *479 + repository: *482 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *579 - required: *580 + properties: *582 + required: *583 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -120138,15 +120197,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *393 + - *395 responses: '200': description: Response content: application/json: - schema: *391 + schema: *393 examples: - default: *578 + default: *581 '304': *37 '500': *40 '400': *14 @@ -120178,15 +120237,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *393 + - *395 responses: '200': description: Response content: application/json: - schema: *391 + schema: *393 examples: - default: *578 + default: *581 '500': *40 '401': *25 '403': *29 @@ -120216,9 +120275,9 @@ paths: application/json: schema: type: array - items: *402 + items: *404 examples: - default: &834 + default: &835 value: - id: 197 name: hello_docker @@ -120319,7 +120378,7 @@ paths: application/json: schema: type: array - items: &824 + items: &825 title: Email description: Email type: object @@ -120384,9 +120443,9 @@ paths: application/json: schema: type: array - items: *824 + items: *825 examples: - default: &836 + default: &837 value: - email: octocat@github.com verified: true @@ -120461,7 +120520,7 @@ paths: application/json: schema: type: array - items: *824 + items: *825 examples: default: value: @@ -120717,7 +120776,7 @@ paths: application/json: schema: type: array - items: &825 + items: &826 title: GPG Key description: A unique encryption key type: object @@ -120848,7 +120907,7 @@ paths: - subkeys - revoked examples: - default: &852 + default: &853 value: - id: 3 name: Octocat's GPG Key @@ -120933,9 +120992,9 @@ paths: description: Response content: application/json: - schema: *825 + schema: *826 examples: - default: &826 + default: &827 value: id: 3 name: Octocat's GPG Key @@ -120992,7 +121051,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &827 + - &828 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -121004,9 +121063,9 @@ paths: description: Response content: application/json: - schema: *825 + schema: *826 examples: - default: *826 + default: *827 '404': *6 '304': *37 '403': *29 @@ -121029,7 +121088,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *827 + - *828 responses: '204': description: Response @@ -121308,12 +121367,12 @@ paths: application/json: schema: anyOf: - - *378 + - *380 - type: object properties: {} additionalProperties: false examples: - default: *379 + default: *381 '204': description: Response when there are no restrictions x-github: @@ -121337,7 +121396,7 @@ paths: required: true content: application/json: - schema: *663 + schema: *664 examples: default: value: @@ -121348,7 +121407,7 @@ paths: description: Response content: application/json: - schema: *378 + schema: *380 examples: default: value: @@ -121429,7 +121488,7 @@ paths: - closed - all default: open - - *389 + - *391 - name: sort description: What to sort results by. in: query @@ -121454,7 +121513,7 @@ paths: type: array items: *227 examples: - default: *390 + default: *392 headers: Link: *47 '404': *6 @@ -121487,7 +121546,7 @@ paths: application/json: schema: type: array - items: &828 + items: &829 title: Key description: Key type: object @@ -121588,9 +121647,9 @@ paths: description: Response content: application/json: - schema: *828 + schema: *829 examples: - default: &829 + default: &830 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -121623,15 +121682,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *697 + - *698 responses: '200': description: Response content: application/json: - schema: *828 + schema: *829 examples: - default: *829 + default: *830 '404': *6 '304': *37 '403': *29 @@ -121654,7 +121713,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *697 + - *698 responses: '204': description: Response @@ -121687,7 +121746,7 @@ paths: application/json: schema: type: array - items: &830 + items: &831 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -121755,7 +121814,7 @@ paths: - account - plan examples: - default: &831 + default: &832 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -121817,9 +121876,9 @@ paths: application/json: schema: type: array - items: *830 + items: *831 examples: - default: *831 + default: *832 headers: Link: *47 '304': *37 @@ -121859,7 +121918,7 @@ paths: application/json: schema: type: array - items: *394 + items: *396 examples: default: value: @@ -121973,7 +122032,7 @@ paths: description: Response content: application/json: - schema: *394 + schema: *396 examples: default: value: @@ -122060,7 +122119,7 @@ paths: description: Response content: application/json: - schema: *394 + schema: *396 examples: default: value: @@ -122132,7 +122191,7 @@ paths: application/json: schema: type: array - items: *396 + items: *398 examples: default: value: @@ -122385,7 +122444,7 @@ paths: description: Response content: application/json: - schema: *396 + schema: *398 examples: default: value: @@ -122565,7 +122624,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *397 + - *399 - name: exclude in: query required: false @@ -122578,7 +122637,7 @@ paths: description: Response content: application/json: - schema: *396 + schema: *398 examples: default: value: @@ -122772,7 +122831,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *397 + - *399 responses: '302': description: Response @@ -122798,7 +122857,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *397 + - *399 responses: '204': description: Response @@ -122827,8 +122886,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *397 - - *832 + - *399 + - *833 responses: '204': description: Response @@ -122852,7 +122911,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *397 + - *399 - *17 - *19 responses: @@ -122864,7 +122923,7 @@ paths: type: array items: *290 examples: - default: *408 + default: *410 headers: Link: *47 '404': *6 @@ -122943,7 +123002,7 @@ paths: - docker - nuget - container - - *833 + - *834 - *19 - *17 responses: @@ -122953,10 +123012,10 @@ paths: application/json: schema: type: array - items: *402 + items: *404 examples: - default: *834 - '400': *835 + default: *835 + '400': *836 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -122976,16 +123035,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *404 - - *405 + - *406 + - *407 responses: '200': description: Response content: application/json: - schema: *402 + schema: *404 examples: - default: &853 + default: &854 value: id: 40201 name: octo-name @@ -123098,8 +123157,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *404 - - *405 + - *406 + - *407 responses: '204': description: Response @@ -123129,8 +123188,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *404 - - *405 + - *406 + - *407 - name: token description: package token schema: @@ -123162,8 +123221,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *404 - - *405 + - *406 + - *407 - *19 - *17 - name: state @@ -123183,7 +123242,7 @@ paths: application/json: schema: type: array - items: *406 + items: *408 examples: default: value: @@ -123232,15 +123291,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *404 - - *405 + - *406 - *407 + - *409 responses: '200': description: Response content: application/json: - schema: *406 + schema: *408 examples: default: value: @@ -123276,9 +123335,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *404 - - *405 + - *406 - *407 + - *409 responses: '204': description: Response @@ -123308,9 +123367,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *404 - - *405 + - *406 - *407 + - *409 responses: '204': description: Response @@ -123347,9 +123406,9 @@ paths: application/json: schema: type: array - items: *824 + items: *825 examples: - default: *836 + default: *837 headers: Link: *47 '304': *37 @@ -123462,7 +123521,7 @@ paths: type: array items: *80 examples: - default: &843 + default: &844 summary: Default response value: - id: 1296269 @@ -123766,9 +123825,9 @@ paths: description: Response content: application/json: - schema: *479 + schema: *482 examples: - default: *481 + default: *484 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -123806,9 +123865,9 @@ paths: application/json: schema: type: array - items: *665 + items: *666 examples: - default: *837 + default: *838 headers: Link: *47 '304': *37 @@ -123831,7 +123890,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *382 + - *384 responses: '204': description: Response @@ -123854,7 +123913,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *382 + - *384 responses: '204': description: Response @@ -123887,7 +123946,7 @@ paths: application/json: schema: type: array - items: &838 + items: &839 title: Social account description: Social media account type: object @@ -123902,7 +123961,7 @@ paths: - provider - url examples: - default: &839 + default: &840 value: - provider: twitter url: https://twitter.com/github @@ -123964,9 +124023,9 @@ paths: application/json: schema: type: array - items: *838 + items: *839 examples: - default: *839 + default: *840 '422': *15 '304': *37 '404': *6 @@ -124053,7 +124112,7 @@ paths: application/json: schema: type: array - items: &840 + items: &841 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -124073,7 +124132,7 @@ paths: - title - created_at examples: - default: &867 + default: &868 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -124137,9 +124196,9 @@ paths: description: Response content: application/json: - schema: *840 + schema: *841 examples: - default: &841 + default: &842 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -124169,7 +124228,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &842 + - &843 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -124181,9 +124240,9 @@ paths: description: Response content: application/json: - schema: *840 + schema: *841 examples: - default: *841 + default: *842 '404': *6 '304': *37 '403': *29 @@ -124206,7 +124265,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *842 + - *843 responses: '204': description: Response @@ -124235,7 +124294,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &868 + - &869 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 @@ -124260,11 +124319,11 @@ paths: type: array items: *80 examples: - default-response: *843 + default-response: *844 application/vnd.github.v3.star+json: schema: type: array - items: &869 + items: &870 title: Starred Repository description: Starred Repository type: object @@ -124420,8 +124479,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Response if this repository is starred by you @@ -124449,8 +124508,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Response @@ -124474,8 +124533,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Response @@ -124510,7 +124569,7 @@ paths: type: array items: *290 examples: - default: *408 + default: *410 headers: Link: *47 '304': *37 @@ -124547,7 +124606,7 @@ paths: application/json: schema: type: array - items: *466 + items: *469 examples: default: value: @@ -124633,10 +124692,10 @@ paths: application/json: schema: oneOf: + - *819 - *818 - - *817 examples: - default-response: &847 + default-response: &848 summary: Default response value: login: octocat @@ -124671,7 +124730,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &848 + response-with-git-hub-plan-information: &849 summary: Response with GitHub plan information value: login: octocat @@ -124728,14 +124787,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &845 + - &846 name: user_id description: The unique identifier of the user. in: path required: true schema: type: string - - *420 + - *422 requestBody: required: true description: Details of the draft item to create in the project. @@ -124769,9 +124828,9 @@ paths: description: Response content: application/json: - schema: *426 + schema: *428 examples: - draft_issue: *427 + draft_issue: *429 '304': *37 '403': *29 '401': *25 @@ -124794,7 +124853,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *844 + - *845 - *17 responses: '200': @@ -124829,8 +124888,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *845 - - *420 + - *846 + - *422 requestBody: required: true content: @@ -124901,17 +124960,17 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *846 + schema: *847 examples: table_view: summary: Response for creating a table view - value: *431 + value: *433 board_view: summary: Response for creating a board view with filter - value: *431 + value: *433 roadmap_view: summary: Response for creating a roadmap view - value: *431 + value: *433 '304': *37 '403': *29 '401': *25 @@ -124953,11 +125012,11 @@ paths: application/json: schema: oneOf: + - *819 - *818 - - *817 examples: - default-response: *847 - response-with-git-hub-plan-information: *848 + default-response: *848 + response-with-git-hub-plan-information: *849 '404': *6 x-github: githubCloudOnly: false @@ -125007,8 +125066,8 @@ paths: required: - subject_digests examples: - default: *849 - withPredicateType: *850 + default: *850 + withPredicateType: *851 responses: '200': description: Response @@ -125061,7 +125120,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *851 + default: *852 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -125266,7 +125325,7 @@ paths: initiator: type: string examples: - default: *521 + default: *524 '201': description: Response content: @@ -125305,9 +125364,9 @@ paths: application/json: schema: type: array - items: *402 + items: *404 examples: - default: *834 + default: *835 '403': *29 '401': *25 x-github: @@ -125691,9 +125750,9 @@ paths: application/json: schema: type: array - items: *825 + items: *826 examples: - default: *852 + default: *853 headers: Link: *47 x-github: @@ -125797,7 +125856,7 @@ paths: application/json: schema: *22 examples: - default: *376 + default: *378 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -125921,7 +125980,7 @@ paths: - docker - nuget - container - - *833 + - *834 - *145 - *19 - *17 @@ -125932,12 +125991,12 @@ paths: application/json: schema: type: array - items: *402 + items: *404 examples: - default: *834 + default: *835 '403': *29 '401': *25 - '400': *835 + '400': *836 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -125957,17 +126016,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *404 - - *405 + - *406 + - *407 - *145 responses: '200': description: Response content: application/json: - schema: *402 + schema: *404 examples: - default: *853 + default: *854 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -125988,8 +126047,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *404 - - *405 + - *406 + - *407 - *145 responses: '204': @@ -126022,8 +126081,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *404 - - *405 + - *406 + - *407 - *145 - name: token description: package token @@ -126056,8 +126115,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *404 - - *405 + - *406 + - *407 - *145 responses: '200': @@ -126066,7 +126125,7 @@ paths: application/json: schema: type: array - items: *406 + items: *408 examples: default: value: @@ -126124,16 +126183,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-a-user parameters: - - *404 - - *405 + - *406 - *407 + - *409 - *145 responses: '200': description: Response content: application/json: - schema: *406 + schema: *408 examples: default: value: @@ -126168,10 +126227,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *404 - - *405 - - *145 + - *406 - *407 + - *145 + - *409 responses: '204': description: Response @@ -126203,10 +126262,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *404 - - *405 - - *145 + - *406 - *407 + - *145 + - *409 responses: '204': description: Response @@ -126247,9 +126306,9 @@ paths: application/json: schema: type: array - items: *418 + items: *420 examples: - default: *419 + default: *421 headers: Link: *47 '304': *37 @@ -126271,16 +126330,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-user parameters: - - *420 + - *422 - *145 responses: '200': description: Response content: application/json: - schema: *418 + schema: *420 examples: - default: *419 + default: *421 headers: Link: *47 '304': *37 @@ -126302,7 +126361,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-user parameters: - - *420 + - *422 - *145 - *17 - *110 @@ -126314,9 +126373,9 @@ paths: application/json: schema: type: array - items: *424 + items: *426 examples: - default: *854 + default: *855 headers: Link: *47 '304': *37 @@ -126338,7 +126397,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#add-field-to-user-owned-project parameters: - *145 - - *420 + - *422 requestBody: required: true content: @@ -126376,7 +126435,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *855 + items: *856 required: - name - data_type @@ -126392,7 +126451,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *856 + iteration_configuration: *857 required: - name - data_type @@ -126414,20 +126473,20 @@ paths: value: name: Due date data_type: date - single_select_field: *857 - iteration_field: *858 + single_select_field: *858 + iteration_field: *859 responses: '201': description: Response content: application/json: - schema: *424 + schema: *426 examples: - text_field: *859 - number_field: *860 - date_field: *861 - single_select_field: *862 - iteration_field: *863 + text_field: *860 + number_field: *861 + date_field: *862 + single_select_field: *863 + iteration_field: *864 '304': *37 '403': *29 '401': *25 @@ -126448,17 +126507,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-user parameters: - - *420 - - *864 + - *422 + - *865 - *145 responses: '200': description: Response content: application/json: - schema: *424 + schema: *426 examples: - default: *865 + default: *866 headers: Link: *47 '304': *37 @@ -126481,7 +126540,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-a-user-owned-project parameters: - - *420 + - *422 - *145 - *110 - *111 @@ -126514,9 +126573,9 @@ paths: application/json: schema: type: array - items: *428 + items: *430 examples: - default: *429 + default: *431 headers: Link: *47 '304': *37 @@ -126538,7 +126597,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-user-owned-project parameters: - *145 - - *420 + - *422 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -126608,22 +126667,22 @@ paths: description: Response content: application/json: - schema: *426 + schema: *428 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *427 + value: *429 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *427 + value: *429 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *427 + value: *429 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *427 + value: *429 '304': *37 '403': *29 '401': *25 @@ -126643,9 +126702,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#get-an-item-for-a-user-owned-project parameters: - - *420 + - *422 - *145 - - *430 + - *432 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -126665,9 +126724,9 @@ paths: description: Response content: application/json: - schema: *428 + schema: *430 examples: - default: *429 + default: *431 headers: Link: *47 '304': *37 @@ -126688,9 +126747,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-user parameters: - - *420 + - *422 - *145 - - *430 + - *432 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -126760,13 +126819,13 @@ paths: description: Response content: application/json: - schema: *428 + schema: *430 examples: - text_field: *429 - number_field: *429 - date_field: *429 - single_select_field: *429 - iteration_field: *429 + text_field: *431 + number_field: *431 + date_field: *431 + single_select_field: *431 + iteration_field: *431 '401': *25 '403': *29 '404': *6 @@ -126786,9 +126845,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-user parameters: - - *420 + - *422 - *145 - - *430 + - *432 responses: '204': description: Response @@ -126810,9 +126869,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-a-user-project-view parameters: - - *420 + - *422 - *145 - - *866 + - *867 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -126838,9 +126897,9 @@ paths: application/json: schema: type: array - items: *428 + items: *430 examples: - default: *429 + default: *431 headers: Link: *47 '304': *37 @@ -127061,7 +127120,7 @@ paths: type: array items: *290 examples: - default: *408 + default: *410 headers: Link: *47 x-github: @@ -127091,9 +127150,9 @@ paths: application/json: schema: type: array - items: *838 + items: *839 examples: - default: *839 + default: *840 headers: Link: *47 x-github: @@ -127123,9 +127182,9 @@ paths: application/json: schema: type: array - items: *840 + items: *841 examples: - default: *867 + default: *868 headers: Link: *47 x-github: @@ -127150,7 +127209,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *145 - - *868 + - *869 - *112 - *17 - *19 @@ -127162,11 +127221,11 @@ paths: schema: anyOf: - type: array - items: *869 + items: *870 - type: array items: *80 examples: - default-response: *843 + default-response: *844 headers: Link: *47 x-github: @@ -127197,7 +127256,7 @@ paths: type: array items: *290 examples: - default: *408 + default: *410 headers: Link: *47 x-github: @@ -127325,7 +127384,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &870 + enterprise: &871 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -127383,7 +127442,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &871 + installation: &872 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -127402,7 +127461,7 @@ x-webhooks: required: - id - node_id - organization: &872 + organization: &873 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -127462,13 +127521,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &873 + repository: &874 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: &912 + properties: &913 id: description: Unique identifier of the repository example: 42 @@ -128163,7 +128222,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &913 + required: &914 - archive_url - assignees_url - blobs_url @@ -128314,10 +128373,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -128393,11 +128452,11 @@ x-webhooks: type: string enum: - created - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 - rule: &874 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 + rule: &875 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-cloud@latest//github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -128620,11 +128679,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 - rule: *874 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 + rule: *875 sender: *4 required: - action @@ -128807,11 +128866,11 @@ x-webhooks: - everyone required: - from - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 - rule: *874 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 + rule: *875 sender: *4 required: - action @@ -128884,7 +128943,7 @@ x-webhooks: required: true content: application/json: - schema: &896 + schema: &897 title: Exemption request cancellation event type: object properties: @@ -128892,11 +128951,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 - exemption_request: &875 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 + exemption_request: &876 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -129200,7 +129259,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &876 + items: &877 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -129310,7 +129369,7 @@ x-webhooks: required: true content: application/json: - schema: &897 + schema: &898 title: Exemption request completed event type: object properties: @@ -129318,11 +129377,11 @@ x-webhooks: type: string enum: - completed - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 - exemption_request: *875 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 + exemption_request: *876 sender: *4 required: - action @@ -129394,7 +129453,7 @@ x-webhooks: required: true content: application/json: - schema: &894 + schema: &895 title: Exemption request created event type: object properties: @@ -129402,11 +129461,11 @@ x-webhooks: type: string enum: - created - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 - exemption_request: *875 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 + exemption_request: *876 sender: *4 required: - action @@ -129478,7 +129537,7 @@ x-webhooks: required: true content: application/json: - schema: &898 + schema: &899 title: Exemption response dismissed event type: object properties: @@ -129486,12 +129545,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 - exemption_request: *875 - exemption_response: *876 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 + exemption_request: *876 + exemption_response: *877 sender: *4 required: - action @@ -129565,7 +129624,7 @@ x-webhooks: required: true content: application/json: - schema: &895 + schema: &896 title: Exemption response submitted event type: object properties: @@ -129573,12 +129632,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 - exemption_request: *875 - exemption_response: *876 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 + exemption_request: *876 + exemption_response: *877 sender: *4 required: - action @@ -129662,7 +129721,7 @@ x-webhooks: type: string enum: - completed - check_run: &878 + check_run: &879 title: CheckRun description: A check performed on the code of a given code change type: object @@ -129753,7 +129812,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *877 + deployment: *878 details_url: example: https://example.com type: string @@ -129838,10 +129897,10 @@ x-webhooks: - output - app - pull_requests - installation: *871 - enterprise: *870 - organization: *872 - repository: *873 + installation: *872 + enterprise: *871 + organization: *873 + repository: *874 sender: *4 required: - check_run @@ -130232,11 +130291,11 @@ x-webhooks: type: string enum: - created - check_run: *878 - installation: *871 - enterprise: *870 - organization: *872 - repository: *873 + check_run: *879 + installation: *872 + enterprise: *871 + organization: *873 + repository: *874 sender: *4 required: - check_run @@ -130630,11 +130689,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *878 - installation: *871 - enterprise: *870 - organization: *872 - repository: *873 + check_run: *879 + installation: *872 + enterprise: *871 + organization: *873 + repository: *874 requested_action: description: The action requested by the user. type: object @@ -131037,11 +131096,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *878 - installation: *871 - enterprise: *870 - organization: *872 - repository: *873 + check_run: *879 + installation: *872 + enterprise: *871 + organization: *873 + repository: *874 sender: *4 required: - check_run @@ -132011,10 +132070,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -132703,10 +132762,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -133389,10 +133448,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -133558,7 +133617,7 @@ x-webhooks: required: - login - id - dismissed_comment: *550 + dismissed_comment: *553 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -133703,20 +133762,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &879 + commit_oid: &880 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: *870 - installation: *871 - organization: *872 - ref: &880 + enterprise: *871 + installation: *872 + organization: *873 + ref: &881 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: *873 + repository: *874 sender: *4 required: - action @@ -133881,7 +133940,7 @@ x-webhooks: required: - login - id - dismissed_comment: *550 + dismissed_comment: *553 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -134111,12 +134170,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *879 - enterprise: *870 - installation: *871 - organization: *872 - ref: *880 - repository: *873 + commit_oid: *880 + enterprise: *871 + installation: *872 + organization: *873 + ref: *881 + repository: *874 sender: *4 required: - action @@ -134211,7 +134270,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *550 + dismissed_comment: *553 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -134382,12 +134441,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *879 - enterprise: *870 - installation: *871 - organization: *872 - ref: *880 - repository: *873 + commit_oid: *880 + enterprise: *871 + installation: *872 + organization: *873 + ref: *881 + repository: *874 sender: *4 required: - action @@ -134553,7 +134612,7 @@ x-webhooks: required: - login - id - dismissed_comment: *550 + dismissed_comment: *553 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -134719,12 +134778,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *879 - enterprise: *870 - installation: *871 - organization: *872 - ref: *880 - repository: *873 + commit_oid: *880 + enterprise: *871 + installation: *872 + organization: *873 + ref: *881 + repository: *874 sender: *4 required: - action @@ -134823,7 +134882,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *550 + dismissed_comment: *553 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -134998,16 +135057,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 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: *873 + repository: *874 sender: *4 required: - action @@ -135104,7 +135163,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *550 + dismissed_comment: *553 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -135244,12 +135303,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *879 - enterprise: *870 - installation: *871 - organization: *872 - ref: *880 - repository: *873 + commit_oid: *880 + enterprise: *871 + installation: *872 + organization: *873 + ref: *881 + repository: *874 sender: *4 required: - action @@ -135415,7 +135474,7 @@ x-webhooks: required: - login - id - dismissed_comment: *550 + dismissed_comment: *553 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -135560,10 +135619,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -135818,10 +135877,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -135901,18 +135960,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *872 - pusher_type: &881 + organization: *873 + pusher_type: &882 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &882 + ref: &883 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -135922,7 +135981,7 @@ x-webhooks: enum: - tag - branch - repository: *873 + repository: *874 sender: *4 required: - ref @@ -136005,9 +136064,9 @@ x-webhooks: enum: - created definition: *159 - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 sender: *4 required: - action @@ -136092,9 +136151,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 sender: *4 required: - action @@ -136172,9 +136231,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *159 - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 sender: *4 required: - action @@ -136252,9 +136311,9 @@ x-webhooks: enum: - updated definition: *159 - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 sender: *4 required: - action @@ -136331,10 +136390,10 @@ x-webhooks: type: string enum: - updated - enterprise: *870 - installation: *871 - repository: *873 - organization: *872 + enterprise: *871 + installation: *872 + repository: *874 + organization: *873 sender: *4 new_property_values: type: array @@ -136419,18 +136478,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *870 - installation: *871 - organization: *872 - pusher_type: *881 - ref: *882 + enterprise: *871 + installation: *872 + organization: *873 + pusher_type: *882 + ref: *883 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *873 + repository: *874 sender: *4 required: - ref @@ -136510,11 +136569,11 @@ x-webhooks: type: string enum: - assignees_changed - alert: *612 - installation: *871 - organization: *872 - enterprise: *870 - repository: *873 + alert: *615 + installation: *872 + organization: *873 + enterprise: *871 + repository: *874 sender: *4 required: - action @@ -136594,11 +136653,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *612 - installation: *871 - organization: *872 - enterprise: *870 - repository: *873 + alert: *615 + installation: *872 + organization: *873 + enterprise: *871 + repository: *874 sender: *4 required: - action @@ -136679,11 +136738,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *612 - installation: *871 - organization: *872 - enterprise: *870 - repository: *873 + alert: *615 + installation: *872 + organization: *873 + enterprise: *871 + repository: *874 sender: *4 required: - action @@ -136764,11 +136823,11 @@ x-webhooks: type: string enum: - created - alert: *612 - installation: *871 - organization: *872 - enterprise: *870 - repository: *873 + alert: *615 + installation: *872 + organization: *873 + enterprise: *871 + repository: *874 sender: *4 required: - action @@ -136847,11 +136906,11 @@ x-webhooks: type: string enum: - dismissed - alert: *612 - installation: *871 - organization: *872 - enterprise: *870 - repository: *873 + alert: *615 + installation: *872 + organization: *873 + enterprise: *871 + repository: *874 sender: *4 required: - action @@ -136930,11 +136989,11 @@ x-webhooks: type: string enum: - fixed - alert: *612 - installation: *871 - organization: *872 - enterprise: *870 - repository: *873 + alert: *615 + installation: *872 + organization: *873 + enterprise: *871 + repository: *874 sender: *4 required: - action @@ -137014,11 +137073,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *612 - installation: *871 - organization: *872 - enterprise: *870 - repository: *873 + alert: *615 + installation: *872 + organization: *873 + enterprise: *871 + repository: *874 sender: *4 required: - action @@ -137097,11 +137156,11 @@ x-webhooks: type: string enum: - reopened - alert: *612 - installation: *871 - organization: *872 - enterprise: *870 - repository: *873 + alert: *615 + installation: *872 + organization: *873 + enterprise: *871 + repository: *874 sender: *4 required: - action @@ -137178,9 +137237,9 @@ x-webhooks: type: string enum: - created - enterprise: *870 - installation: *871 - key: &883 + enterprise: *871 + installation: *872 + key: &884 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -137216,8 +137275,8 @@ x-webhooks: - verified - created_at - read_only - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 required: - action @@ -137294,11 +137353,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *870 - installation: *871 - key: *883 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + key: *884 + organization: *873 + repository: *874 sender: *4 required: - action @@ -137854,12 +137913,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 - workflow: &889 + workflow: &890 title: Workflow type: object nullable: true @@ -138600,15 +138659,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *884 - required: *885 + properties: *885 + required: *886 nullable: true pull_requests: type: array - items: *718 - repository: *873 - organization: *872 - installation: *871 + items: *719 + repository: *874 + organization: *873 + installation: *872 sender: *4 responses: '200': @@ -138679,7 +138738,7 @@ x-webhooks: type: string enum: - approved - approver: &886 + approver: &887 type: object properties: avatar_url: @@ -138722,11 +138781,11 @@ x-webhooks: type: string comment: type: string - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 - reviewers: &887 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 + reviewers: &888 type: array items: type: object @@ -138805,7 +138864,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &888 + workflow_job_run: &889 type: object properties: conclusion: @@ -139536,18 +139595,18 @@ x-webhooks: type: string enum: - rejected - approver: *886 + approver: *887 comment: type: string - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 - reviewers: *887 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 + reviewers: *888 sender: *4 since: type: string - workflow_job_run: *888 + workflow_job_run: *889 workflow_job_runs: type: array items: @@ -140251,13 +140310,13 @@ x-webhooks: type: string enum: - requested - enterprise: *870 + enterprise: *871 environment: type: string - installation: *871 - organization: *872 - repository: *873 - requestor: &899 + installation: *872 + organization: *873 + repository: *874 + requestor: &900 title: User type: object nullable: true @@ -142146,12 +142205,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 - workflow: *889 + workflow: *890 workflow_run: title: Deployment Workflow Run type: object @@ -142831,7 +142890,7 @@ x-webhooks: type: string enum: - answered - answer: &892 + answer: &893 type: object properties: author_association: @@ -142988,11 +143047,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *890 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + discussion: *891 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -143119,11 +143178,11 @@ x-webhooks: - from required: - category - discussion: *890 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + discussion: *891 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -143206,11 +143265,11 @@ x-webhooks: type: string enum: - closed - discussion: *890 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + discussion: *891 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -143292,7 +143351,7 @@ x-webhooks: type: string enum: - created - comment: &891 + comment: &892 type: object properties: author_association: @@ -143449,11 +143508,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *890 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + discussion: *891 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -143536,12 +143595,12 @@ x-webhooks: type: string enum: - deleted - comment: *891 - discussion: *890 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + comment: *892 + discussion: *891 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -143636,12 +143695,12 @@ x-webhooks: - from required: - body - comment: *891 - discussion: *890 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + comment: *892 + discussion: *891 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -143725,11 +143784,11 @@ x-webhooks: type: string enum: - created - discussion: *890 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + discussion: *891 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -143811,11 +143870,11 @@ x-webhooks: type: string enum: - deleted - discussion: *890 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + discussion: *891 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -143915,11 +143974,11 @@ x-webhooks: type: string required: - from - discussion: *890 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + discussion: *891 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -144001,10 +144060,10 @@ x-webhooks: type: string enum: - labeled - discussion: *890 - enterprise: *870 - installation: *871 - label: &893 + discussion: *891 + enterprise: *871 + installation: *872 + label: &894 title: Label type: object properties: @@ -144036,8 +144095,8 @@ x-webhooks: - color - default - description - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 required: - action @@ -144120,11 +144179,11 @@ x-webhooks: type: string enum: - locked - discussion: *890 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + discussion: *891 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -144206,11 +144265,11 @@ x-webhooks: type: string enum: - pinned - discussion: *890 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + discussion: *891 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -144292,11 +144351,11 @@ x-webhooks: type: string enum: - reopened - discussion: *890 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + discussion: *891 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -144381,16 +144440,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *890 - new_repository: *873 + new_discussion: *891 + new_repository: *874 required: - new_discussion - new_repository - discussion: *890 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + discussion: *891 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -144473,10 +144532,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *890 - old_answer: *892 - organization: *872 - repository: *873 + discussion: *891 + old_answer: *893 + organization: *873 + repository: *874 sender: *4 required: - action @@ -144558,12 +144617,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *890 - enterprise: *870 - installation: *871 - label: *893 - organization: *872 - repository: *873 + discussion: *891 + enterprise: *871 + installation: *872 + label: *894 + organization: *873 + repository: *874 sender: *4 required: - action @@ -144646,11 +144705,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *890 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + discussion: *891 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -144732,11 +144791,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *890 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + discussion: *891 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -144805,7 +144864,7 @@ x-webhooks: required: true content: application/json: - schema: *894 + schema: *895 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144868,7 +144927,7 @@ x-webhooks: required: true content: application/json: - schema: *895 + schema: *896 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144931,7 +144990,7 @@ x-webhooks: required: true content: application/json: - schema: *896 + schema: *897 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144994,7 +145053,7 @@ x-webhooks: required: true content: application/json: - schema: *894 + schema: *895 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145057,7 +145116,7 @@ x-webhooks: required: true content: application/json: - schema: *895 + schema: *896 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145123,7 +145182,7 @@ x-webhooks: required: true content: application/json: - schema: *896 + schema: *897 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145189,7 +145248,7 @@ x-webhooks: required: true content: application/json: - schema: *897 + schema: *898 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145255,7 +145314,7 @@ x-webhooks: required: true content: application/json: - schema: *894 + schema: *895 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145321,7 +145380,7 @@ x-webhooks: required: true content: application/json: - schema: *898 + schema: *899 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145387,7 +145446,7 @@ x-webhooks: required: true content: application/json: - schema: *895 + schema: *896 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145452,7 +145511,7 @@ x-webhooks: required: true content: application/json: - schema: *896 + schema: *897 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145517,7 +145576,7 @@ x-webhooks: required: true content: application/json: - schema: *897 + schema: *898 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145582,7 +145641,7 @@ x-webhooks: required: true content: application/json: - schema: *894 + schema: *895 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145647,7 +145706,7 @@ x-webhooks: required: true content: application/json: - schema: *898 + schema: *899 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145713,7 +145772,7 @@ x-webhooks: required: true content: application/json: - schema: *895 + schema: *896 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145780,7 +145839,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *870 + enterprise: *871 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -146440,9 +146499,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *871 - organization: *872 - repository: *873 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - forkee @@ -146588,9 +146647,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 pages: description: The pages that were updated. type: array @@ -146627,7 +146686,7 @@ x-webhooks: - action - sha - html_url - repository: *873 + repository: *874 sender: *4 required: - pages @@ -146703,10 +146762,10 @@ x-webhooks: type: string enum: - created - enterprise: *870 + enterprise: *871 installation: *22 - organization: *872 - repositories: &900 + organization: *873 + repositories: &901 description: An array of repository objects that the installation can access. type: array @@ -146732,8 +146791,8 @@ x-webhooks: - name - full_name - private - repository: *873 - requester: *899 + repository: *874 + requester: *900 sender: *4 required: - action @@ -146808,11 +146867,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *870 + enterprise: *871 installation: *22 - organization: *872 - repositories: *900 - repository: *873 + organization: *873 + repositories: *901 + repository: *874 requester: nullable: true sender: *4 @@ -146888,11 +146947,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *870 + enterprise: *871 installation: *22 - organization: *872 - repositories: *900 - repository: *873 + organization: *873 + repositories: *901 + repository: *874 requester: nullable: true sender: *4 @@ -146968,10 +147027,10 @@ x-webhooks: type: string enum: - added - enterprise: *870 + enterprise: *871 installation: *22 - organization: *872 - repositories_added: &901 + organization: *873 + repositories_added: &902 description: An array of repository objects, which were added to the installation. type: array @@ -147017,15 +147076,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *873 - repository_selection: &902 + repository: *874 + repository_selection: &903 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *899 + requester: *900 sender: *4 required: - action @@ -147104,10 +147163,10 @@ x-webhooks: type: string enum: - removed - enterprise: *870 + enterprise: *871 installation: *22 - organization: *872 - repositories_added: *901 + organization: *873 + repositories_added: *902 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -147134,9 +147193,9 @@ x-webhooks: - name - full_name - private - repository: *873 - repository_selection: *902 - requester: *899 + repository: *874 + repository_selection: *903 + requester: *900 sender: *4 required: - action @@ -147215,11 +147274,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *870 + enterprise: *871 installation: *22 - organization: *872 - repositories: *900 - repository: *873 + organization: *873 + repositories: *901 + repository: *874 requester: nullable: true sender: *4 @@ -147398,10 +147457,10 @@ x-webhooks: type: string required: - from - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 target_type: type: string @@ -147480,11 +147539,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *870 + enterprise: *871 installation: *22 - organization: *872 - repositories: *900 - repository: *873 + organization: *873 + repositories: *901 + repository: *874 requester: nullable: true sender: *4 @@ -147658,8 +147717,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *693 - required: *694 + properties: *694 + required: *695 nullable: true user: title: User @@ -147744,8 +147803,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -148534,8 +148593,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148551,7 +148610,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *386 + type: *388 updated_at: type: string format: date-time @@ -148884,8 +148943,8 @@ x-webhooks: - state - locked - assignee - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 required: - action @@ -148965,7 +149024,7 @@ x-webhooks: type: string enum: - deleted - comment: &903 + comment: &904 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -149122,8 +149181,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *693 - required: *694 + properties: *694 + required: *695 nullable: true required: - url @@ -149138,8 +149197,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -149924,8 +149983,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149941,7 +150000,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *386 + type: *388 updated_at: type: string format: date-time @@ -150276,8 +150335,8 @@ x-webhooks: - state - locked - assignee - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 required: - action @@ -150357,7 +150416,7 @@ x-webhooks: type: string enum: - edited - changes: &932 + changes: &933 description: The changes to the comment. type: object properties: @@ -150369,9 +150428,9 @@ x-webhooks: type: string required: - from - comment: *903 - enterprise: *870 - installation: *871 + comment: *904 + enterprise: *871 + installation: *872 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -151159,8 +151218,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151176,7 +151235,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *386 + type: *388 updated_at: type: string format: date-time @@ -151509,8 +151568,8 @@ x-webhooks: - state - locked - assignee - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 required: - action @@ -151591,9 +151650,9 @@ x-webhooks: type: string enum: - pinned - comment: *903 - enterprise: *870 - installation: *871 + comment: *904 + enterprise: *871 + installation: *872 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -152383,8 +152442,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152400,7 +152459,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *386 + type: *388 updated_at: type: string format: date-time @@ -152735,8 +152794,8 @@ x-webhooks: - state - locked - assignee - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 required: - action @@ -152816,9 +152875,9 @@ x-webhooks: type: string enum: - unpinned - comment: *903 - enterprise: *870 - installation: *871 + comment: *904 + enterprise: *871 + installation: *872 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -153608,8 +153667,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153625,7 +153684,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *386 + type: *388 updated_at: type: string format: date-time @@ -153960,8 +154019,8 @@ x-webhooks: - state - locked - assignee - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 required: - action @@ -154050,9 +154109,9 @@ x-webhooks: type: number blocking_issue: *227 blocking_issue_repo: *80 - installation: *871 - organization: *872 - repository: *873 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -154141,9 +154200,9 @@ x-webhooks: type: number blocking_issue: *227 blocking_issue_repo: *80 - installation: *871 - organization: *872 - repository: *873 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -154231,9 +154290,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *227 - installation: *871 - organization: *872 - repository: *873 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -154322,9 +154381,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *227 - installation: *871 - organization: *872 - repository: *873 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -154404,10 +154463,10 @@ x-webhooks: type: string enum: - assigned - assignee: *899 - enterprise: *870 - installation: *871 - issue: &906 + assignee: *900 + enterprise: *871 + installation: *872 + issue: &907 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -155199,11 +155258,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 issue_field_values: type: array - items: *678 + items: *679 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155219,7 +155278,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *386 + type: *388 updated_at: type: string format: date-time @@ -155320,8 +155379,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 required: - action @@ -155401,8 +155460,8 @@ x-webhooks: type: string enum: - closed - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -156199,11 +156258,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 issue_field_values: type: array - items: *678 + items: *679 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156219,7 +156278,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *386 + type: *388 updated_at: type: string format: date-time @@ -156455,8 +156514,8 @@ x-webhooks: required: - state - closed_at - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 required: - action @@ -156535,8 +156594,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -157324,11 +157383,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 issue_field_values: type: array - items: *678 + items: *679 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157344,7 +157403,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *386 + type: *388 updated_at: type: string format: date-time @@ -157444,8 +157503,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 required: - action @@ -157524,8 +157583,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -158335,11 +158394,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 issue_field_values: type: array - items: *678 + items: *679 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158355,7 +158414,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *386 + type: *388 updated_at: type: string format: date-time @@ -158434,7 +158493,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &904 + milestone: &905 title: Milestone description: A collection of related issues and pull requests. type: object @@ -158572,8 +158631,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 required: - action @@ -158672,8 +158731,8 @@ x-webhooks: type: string required: - from - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -159465,11 +159524,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 issue_field_values: type: array - items: *678 + items: *679 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159482,7 +159541,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *386 + type: *388 title: description: Title of the issue type: string @@ -159586,9 +159645,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *893 - organization: *872 - repository: *873 + label: *894 + organization: *873 + repository: *874 sender: *4 required: - action @@ -159668,8 +159727,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -160460,11 +160519,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 issue_field_values: type: array - items: *678 + items: *679 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160477,7 +160536,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *386 + type: *388 title: description: Title of the issue type: string @@ -160581,9 +160640,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *893 - organization: *872 - repository: *873 + label: *894 + organization: *873 + repository: *874 sender: *4 required: - action @@ -160663,8 +160722,8 @@ x-webhooks: type: string enum: - locked - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -161479,11 +161538,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 issue_field_values: type: array - items: *678 + items: *679 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161496,7 +161555,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *386 + type: *388 title: description: Title of the issue type: string @@ -161577,8 +161636,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 required: - action @@ -161657,8 +161716,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -162467,11 +162526,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 issue_field_values: type: array - items: *678 + items: *679 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162487,7 +162546,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *386 + type: *388 updated_at: type: string format: date-time @@ -162565,9 +162624,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *904 - organization: *872 - repository: *873 + milestone: *905 + organization: *873 + repository: *874 sender: *4 required: - action @@ -163430,11 +163489,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 issue_field_values: type: array - items: *678 + items: *679 state: description: State of the issue; either 'open' or 'closed' type: string @@ -163535,7 +163594,7 @@ x-webhooks: required: - login - id - type: *386 + type: *388 required: - id - number @@ -164015,8 +164074,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -164800,11 +164859,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 issue_field_values: type: array - items: *678 + items: *679 state: description: State of the issue; either 'open' or 'closed' type: string @@ -164820,7 +164879,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *386 + type: *388 updated_at: type: string format: date-time @@ -164928,8 +164987,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 required: - action @@ -165009,9 +165068,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *870 - installation: *871 - issue: &905 + enterprise: *871 + installation: *872 + issue: &906 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -165797,11 +165856,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 issue_field_values: type: array - items: *678 + items: *679 state: description: State of the issue; either 'open' or 'closed' type: string @@ -165817,7 +165876,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *386 + type: *388 updated_at: type: string format: date-time @@ -165917,8 +165976,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 required: - action @@ -165997,8 +166056,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -166811,11 +166870,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 issue_field_values: type: array - items: *678 + items: *679 state: description: State of the issue; either 'open' or 'closed' type: string @@ -166909,9 +166968,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *386 - organization: *872 - repository: *873 + type: *388 + organization: *873 + repository: *874 sender: *4 required: - action @@ -167780,11 +167839,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 issue_field_values: type: array - items: *678 + items: *679 state: description: State of the issue; either 'open' or 'closed' type: string @@ -167800,7 +167859,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *386 + type: *388 updated_at: type: string format: date-time @@ -168379,11 +168438,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *870 - installation: *871 - issue: *905 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + issue: *906 + organization: *873 + repository: *874 sender: *4 required: - action @@ -168463,12 +168522,12 @@ x-webhooks: type: string enum: - typed - enterprise: *870 - installation: *871 - issue: *906 - type: *386 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + issue: *907 + type: *388 + organization: *873 + repository: *874 sender: *4 required: - action @@ -168549,7 +168608,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &935 + assignee: &936 title: User type: object nullable: true @@ -168619,11 +168678,11 @@ x-webhooks: required: - login - id - enterprise: *870 - installation: *871 - issue: *906 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + issue: *907 + organization: *873 + repository: *874 sender: *4 required: - action @@ -168702,12 +168761,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *870 - installation: *871 - issue: *906 - label: *893 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + issue: *907 + label: *894 + organization: *873 + repository: *874 sender: *4 required: - action @@ -168787,8 +168846,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -169601,11 +169660,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 issue_field_values: type: array - items: *678 + items: *679 state: description: State of the issue; either 'open' or 'closed' type: string @@ -169621,7 +169680,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *386 + type: *388 updated_at: type: string format: date-time @@ -169699,8 +169758,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 required: - action @@ -169780,11 +169839,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *870 - installation: *871 - issue: *905 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + issue: *906 + organization: *873 + repository: *874 sender: *4 required: - action @@ -169863,12 +169922,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *870 - installation: *871 - issue: *906 - type: *386 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + issue: *907 + type: *388 + organization: *873 + repository: *874 sender: *4 required: - action @@ -169948,11 +170007,11 @@ x-webhooks: type: string enum: - created - enterprise: *870 - installation: *871 - label: *893 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + label: *894 + organization: *873 + repository: *874 sender: *4 required: - action @@ -170030,11 +170089,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *870 - installation: *871 - label: *893 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + label: *894 + organization: *873 + repository: *874 sender: *4 required: - action @@ -170144,11 +170203,11 @@ x-webhooks: type: string required: - from - enterprise: *870 - installation: *871 - label: *893 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + label: *894 + organization: *873 + repository: *874 sender: *4 required: - action @@ -170230,9 +170289,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *870 - installation: *871 - marketplace_purchase: &907 + enterprise: *871 + installation: *872 + marketplace_purchase: &908 title: Marketplace Purchase type: object required: @@ -170315,8 +170374,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *872 - previous_marketplace_purchase: &908 + organization: *873 + previous_marketplace_purchase: &909 title: Marketplace Purchase type: object properties: @@ -170396,7 +170455,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *873 + repository: *874 sender: *4 required: - action @@ -170476,10 +170535,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *870 - installation: *871 - marketplace_purchase: *907 - organization: *872 + enterprise: *871 + installation: *872 + marketplace_purchase: *908 + organization: *873 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -170562,7 +170621,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *873 + repository: *874 sender: *4 required: - action @@ -170644,10 +170703,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *870 - installation: *871 - marketplace_purchase: *907 - organization: *872 + enterprise: *871 + installation: *872 + marketplace_purchase: *908 + organization: *873 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -170729,7 +170788,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *873 + repository: *874 sender: *4 required: - action @@ -170810,8 +170869,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 marketplace_purchase: title: Marketplace Purchase type: object @@ -170893,9 +170952,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *872 - previous_marketplace_purchase: *908 - repository: *873 + organization: *873 + previous_marketplace_purchase: *909 + repository: *874 sender: *4 required: - action @@ -170975,12 +171034,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *870 - installation: *871 - marketplace_purchase: *907 - organization: *872 - previous_marketplace_purchase: *908 - repository: *873 + enterprise: *871 + installation: *872 + marketplace_purchase: *908 + organization: *873 + previous_marketplace_purchase: *909 + repository: *874 sender: *4 required: - action @@ -171082,11 +171141,11 @@ x-webhooks: type: string required: - to - enterprise: *870 - installation: *871 - member: *899 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + member: *900 + organization: *873 + repository: *874 sender: *4 required: - action @@ -171186,11 +171245,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *870 - installation: *871 - member: *899 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + member: *900 + organization: *873 + repository: *874 sender: *4 required: - action @@ -171269,11 +171328,11 @@ x-webhooks: type: string enum: - removed - enterprise: *870 - installation: *871 - member: *899 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + member: *900 + organization: *873 + repository: *874 sender: *4 required: - action @@ -171351,11 +171410,11 @@ x-webhooks: type: string enum: - added - enterprise: *870 - installation: *871 - member: *899 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + member: *900 + organization: *873 + repository: *874 scope: description: The scope of the membership. Currently, can only be `team`. @@ -171431,7 +171490,7 @@ x-webhooks: required: - login - id - team: &909 + team: &910 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -171654,11 +171713,11 @@ x-webhooks: type: string enum: - removed - enterprise: *870 - installation: *871 - member: *899 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + member: *900 + organization: *873 + repository: *874 scope: description: The scope of the membership. Currently, can only be `team`. @@ -171735,7 +171794,7 @@ x-webhooks: required: - login - id - team: *909 + team: *910 required: - action - scope @@ -171817,8 +171876,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *871 - merge_group: &911 + installation: *872 + merge_group: &912 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -171837,15 +171896,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *910 + head_commit: *911 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 required: - action @@ -171931,10 +171990,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *871 - merge_group: *911 - organization: *872 - repository: *873 + installation: *872 + merge_group: *912 + organization: *873 + repository: *874 sender: *4 required: - action @@ -172007,7 +172066,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *870 + enterprise: *871 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -172116,16 +172175,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *871 - organization: *872 + installation: *872 + organization: *873 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: *912 - required: *913 + properties: *913 + required: *914 nullable: true sender: *4 required: @@ -172206,11 +172265,11 @@ x-webhooks: type: string enum: - closed - enterprise: *870 - installation: *871 - milestone: *904 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + milestone: *905 + organization: *873 + repository: *874 sender: *4 required: - action @@ -172289,9 +172348,9 @@ x-webhooks: type: string enum: - created - enterprise: *870 - installation: *871 - milestone: &914 + enterprise: *871 + installation: *872 + milestone: &915 title: Milestone description: A collection of related issues and pull requests. type: object @@ -172428,8 +172487,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 required: - action @@ -172508,11 +172567,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *870 - installation: *871 - milestone: *904 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + milestone: *905 + organization: *873 + repository: *874 sender: *4 required: - action @@ -172622,11 +172681,11 @@ x-webhooks: type: string required: - from - enterprise: *870 - installation: *871 - milestone: *904 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + milestone: *905 + organization: *873 + repository: *874 sender: *4 required: - action @@ -172706,11 +172765,11 @@ x-webhooks: type: string enum: - opened - enterprise: *870 - installation: *871 - milestone: *914 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + milestone: *915 + organization: *873 + repository: *874 sender: *4 required: - action @@ -172789,11 +172848,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *899 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + blocked_user: *900 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -172872,11 +172931,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *899 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + blocked_user: *900 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -172952,7 +173011,7 @@ x-webhooks: enum: - created definition: *153 - enterprise: *870 + enterprise: *871 sender: *4 required: - action @@ -173032,8 +173091,8 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 sender: *4 required: - action @@ -173106,8 +173165,8 @@ x-webhooks: enum: - updated definition: *153 - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 sender: *4 required: - action @@ -173179,9 +173238,9 @@ x-webhooks: type: string enum: - updated - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 sender: *4 new_property_values: type: array @@ -173269,9 +173328,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *870 - installation: *871 - membership: &915 + enterprise: *871 + installation: *872 + membership: &916 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -173378,8 +173437,8 @@ x-webhooks: - role - organization_url - user - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 required: - action @@ -173457,11 +173516,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *870 - installation: *871 - membership: *915 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + membership: *916 + organization: *873 + repository: *874 sender: *4 required: - action @@ -173540,8 +173599,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -173657,10 +173716,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 - user: *899 + user: *900 required: - action - invitation @@ -173738,11 +173797,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *870 - installation: *871 - membership: *915 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + membership: *916 + organization: *873 + repository: *874 sender: *4 required: - action @@ -173829,11 +173888,11 @@ x-webhooks: properties: from: type: string - enterprise: *870 - installation: *871 - membership: *915 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + membership: *916 + organization: *873 + repository: *874 sender: *4 required: - action @@ -173911,9 +173970,9 @@ x-webhooks: type: string enum: - published - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 package: description: Information about the package. type: object @@ -174412,7 +174471,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &916 + items: &917 title: Ruby Gems metadata type: object properties: @@ -174507,7 +174566,7 @@ x-webhooks: - owner - package_version - registry - repository: *873 + repository: *874 sender: *4 required: - action @@ -174584,9 +174643,9 @@ x-webhooks: type: string enum: - updated - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 package: description: Information about the package. type: object @@ -174939,7 +174998,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *916 + items: *917 source_url: type: string format: uri @@ -175009,7 +175068,7 @@ x-webhooks: - owner - package_version - registry - repository: *873 + repository: *874 sender: *4 required: - action @@ -175185,12 +175244,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *870 + enterprise: *871 id: type: integer - installation: *871 - organization: *872 - repository: *873 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - id @@ -175267,7 +175326,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &917 + personal_access_token_request: &918 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -175413,10 +175472,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *870 - organization: *872 + enterprise: *871 + organization: *873 sender: *4 - installation: *871 + installation: *872 required: - action - personal_access_token_request @@ -175493,11 +175552,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *917 - enterprise: *870 - organization: *872 + personal_access_token_request: *918 + enterprise: *871 + organization: *873 sender: *4 - installation: *871 + installation: *872 required: - action - personal_access_token_request @@ -175573,11 +175632,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *917 - enterprise: *870 - organization: *872 + personal_access_token_request: *918 + enterprise: *871 + organization: *873 sender: *4 - installation: *871 + installation: *872 required: - action - personal_access_token_request @@ -175652,11 +175711,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *917 - organization: *872 - enterprise: *870 + personal_access_token_request: *918 + organization: *873 + enterprise: *871 sender: *4 - installation: *871 + installation: *872 required: - action - personal_access_token_request @@ -175761,7 +175820,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *918 + last_response: *919 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -175793,8 +175852,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 zen: description: Random string of GitHub zen. @@ -176039,10 +176098,10 @@ x-webhooks: - from required: - note - enterprise: *870 - installation: *871 - organization: *872 - project_card: &919 + enterprise: *871 + installation: *872 + organization: *873 + project_card: &920 title: Project Card type: object properties: @@ -176161,7 +176220,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *873 + repository: *874 sender: *4 required: - action @@ -176242,11 +176301,11 @@ x-webhooks: type: string enum: - created - enterprise: *870 - installation: *871 - organization: *872 - project_card: *919 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + project_card: *920 + repository: *874 sender: *4 required: - action @@ -176326,9 +176385,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 project_card: title: Project Card type: object @@ -176456,8 +176515,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: *912 - required: *913 + properties: *913 + required: *914 nullable: true sender: *4 required: @@ -176551,11 +176610,11 @@ x-webhooks: - from required: - note - enterprise: *870 - installation: *871 - organization: *872 - project_card: *919 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + project_card: *920 + repository: *874 sender: *4 required: - action @@ -176649,9 +176708,9 @@ x-webhooks: - from required: - column_id - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 project_card: allOf: - title: Project Card @@ -176841,7 +176900,7 @@ x-webhooks: type: string required: - after_id - repository: *873 + repository: *874 sender: *4 required: - action @@ -176921,10 +176980,10 @@ x-webhooks: type: string enum: - closed - enterprise: *870 - installation: *871 - organization: *872 - project: &921 + enterprise: *871 + installation: *872 + organization: *873 + project: &922 title: Project type: object properties: @@ -177048,7 +177107,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *873 + repository: *874 sender: *4 required: - action @@ -177128,10 +177187,10 @@ x-webhooks: type: string enum: - created - enterprise: *870 - installation: *871 - organization: *872 - project_column: &920 + enterprise: *871 + installation: *872 + organization: *873 + project_column: &921 title: Project Column type: object properties: @@ -177170,7 +177229,7 @@ x-webhooks: - name - created_at - updated_at - repository: *873 + repository: *874 sender: *4 required: - action @@ -177249,18 +177308,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *870 - installation: *871 - organization: *872 - project_column: *920 + enterprise: *871 + installation: *872 + organization: *873 + project_column: *921 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *912 - required: *913 + properties: *913 + required: *914 nullable: true sender: *4 required: @@ -177350,11 +177409,11 @@ x-webhooks: type: string required: - from - enterprise: *870 - installation: *871 - organization: *872 - project_column: *920 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + project_column: *921 + repository: *874 sender: *4 required: - action @@ -177434,11 +177493,11 @@ x-webhooks: type: string enum: - moved - enterprise: *870 - installation: *871 - organization: *872 - project_column: *920 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + project_column: *921 + repository: *874 sender: *4 required: - action @@ -177518,11 +177577,11 @@ x-webhooks: type: string enum: - created - enterprise: *870 - installation: *871 - organization: *872 - project: *921 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + project: *922 + repository: *874 sender: *4 required: - action @@ -177602,18 +177661,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *870 - installation: *871 - organization: *872 - project: *921 + enterprise: *871 + installation: *872 + organization: *873 + project: *922 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: *912 - required: *913 + properties: *913 + required: *914 nullable: true sender: *4 required: @@ -177715,11 +177774,11 @@ x-webhooks: type: string required: - from - enterprise: *870 - installation: *871 - organization: *872 - project: *921 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + project: *922 + repository: *874 sender: *4 required: - action @@ -177798,11 +177857,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *870 - installation: *871 - organization: *872 - project: *921 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + project: *922 + repository: *874 sender: *4 required: - action @@ -177883,9 +177942,9 @@ x-webhooks: type: string enum: - closed - installation: *871 - organization: *872 - projects_v2: *418 + installation: *872 + organization: *873 + projects_v2: *420 sender: *4 required: - action @@ -177966,9 +178025,9 @@ x-webhooks: type: string enum: - created - installation: *871 - organization: *872 - projects_v2: *418 + installation: *872 + organization: *873 + projects_v2: *420 sender: *4 required: - action @@ -178049,9 +178108,9 @@ x-webhooks: type: string enum: - deleted - installation: *871 - organization: *872 - projects_v2: *418 + installation: *872 + organization: *873 + projects_v2: *420 sender: *4 required: - action @@ -178168,9 +178227,9 @@ x-webhooks: type: string to: type: string - installation: *871 - organization: *872 - projects_v2: *418 + installation: *872 + organization: *873 + projects_v2: *420 sender: *4 required: - action @@ -178253,7 +178312,7 @@ x-webhooks: type: string enum: - archived - changes: &925 + changes: &926 type: object properties: archived_at: @@ -178267,9 +178326,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *871 - organization: *872 - projects_v2_item: &922 + installation: *872 + organization: *873 + projects_v2_item: &923 title: Projects v2 Item description: An item belonging to a project type: object @@ -178287,7 +178346,7 @@ x-webhooks: type: string description: The node ID of the content represented by this item. - content_type: *425 + content_type: *427 creator: *4 created_at: type: string @@ -178404,9 +178463,9 @@ x-webhooks: nullable: true to: type: string - installation: *871 - organization: *872 - projects_v2_item: *922 + installation: *872 + organization: *873 + projects_v2_item: *923 sender: *4 required: - action @@ -178488,9 +178547,9 @@ x-webhooks: type: string enum: - created - installation: *871 - organization: *872 - projects_v2_item: *922 + installation: *872 + organization: *873 + projects_v2_item: *923 sender: *4 required: - action @@ -178571,9 +178630,9 @@ x-webhooks: type: string enum: - deleted - installation: *871 - organization: *872 - projects_v2_item: *922 + installation: *872 + organization: *873 + projects_v2_item: *923 sender: *4 required: - action @@ -178679,7 +178738,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &923 + - &924 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -178701,7 +178760,7 @@ x-webhooks: required: - id - name - - &924 + - &925 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -178735,8 +178794,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *923 - *924 + - *925 required: - field_value - type: object @@ -178752,9 +178811,9 @@ x-webhooks: nullable: true required: - body - installation: *871 - organization: *872 - projects_v2_item: *922 + installation: *872 + organization: *873 + projects_v2_item: *923 sender: *4 required: - action @@ -178849,9 +178908,9 @@ x-webhooks: to: type: string nullable: true - installation: *871 - organization: *872 - projects_v2_item: *922 + installation: *872 + organization: *873 + projects_v2_item: *923 sender: *4 required: - action @@ -178934,10 +178993,10 @@ x-webhooks: type: string enum: - restored - changes: *925 - installation: *871 - organization: *872 - projects_v2_item: *922 + changes: *926 + installation: *872 + organization: *873 + projects_v2_item: *923 sender: *4 required: - action @@ -179019,9 +179078,9 @@ x-webhooks: type: string enum: - reopened - installation: *871 - organization: *872 - projects_v2: *418 + installation: *872 + organization: *873 + projects_v2: *420 sender: *4 required: - action @@ -179102,14 +179161,14 @@ x-webhooks: type: string enum: - created - installation: *871 - organization: *872 - projects_v2_status_update: &928 + installation: *872 + organization: *873 + projects_v2_status_update: &929 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *926 - required: *927 + properties: *927 + required: *928 sender: *4 required: - action @@ -179190,9 +179249,9 @@ x-webhooks: type: string enum: - deleted - installation: *871 - organization: *872 - projects_v2_status_update: *928 + installation: *872 + organization: *873 + projects_v2_status_update: *929 sender: *4 required: - action @@ -179328,9 +179387,9 @@ x-webhooks: type: string format: date nullable: true - installation: *871 - organization: *872 - projects_v2_status_update: *928 + installation: *872 + organization: *873 + projects_v2_status_update: *929 sender: *4 required: - action @@ -179401,10 +179460,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - repository @@ -179481,13 +179540,13 @@ x-webhooks: type: string enum: - assigned - assignee: *899 - enterprise: *870 - installation: *871 - number: &929 + assignee: *900 + enterprise: *871 + installation: *872 + number: &930 description: The pull request number. type: integer - organization: *872 + organization: *873 pull_request: title: Pull Request type: object @@ -181792,7 +181851,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *873 + repository: *874 sender: *4 required: - action @@ -181874,11 +181933,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 number: type: integer - organization: *872 + organization: *873 pull_request: title: Pull Request type: object @@ -184178,7 +184237,7 @@ x-webhooks: - draft reason: type: string - repository: *873 + repository: *874 sender: *4 required: - action @@ -184260,11 +184319,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 number: type: integer - organization: *872 + organization: *873 pull_request: title: Pull Request type: object @@ -186564,7 +186623,7 @@ x-webhooks: - draft reason: type: string - repository: *873 + repository: *874 sender: *4 required: - action @@ -186646,13 +186705,13 @@ x-webhooks: type: string enum: - closed - enterprise: *870 - installation: *871 - number: *929 - organization: *872 - pull_request: &930 + enterprise: *871 + installation: *872 + number: *930 + organization: *873 + pull_request: &931 allOf: - - *718 + - *719 - type: object properties: allow_auto_merge: @@ -186714,7 +186773,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *873 + repository: *874 sender: *4 required: - action @@ -186795,12 +186854,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *870 - installation: *871 - number: *929 - organization: *872 - pull_request: *930 - repository: *873 + enterprise: *871 + installation: *872 + number: *930 + organization: *873 + pull_request: *931 + repository: *874 sender: *4 required: - action @@ -186880,11 +186939,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *870 - milestone: *700 - number: *929 - organization: *872 - pull_request: &931 + enterprise: *871 + milestone: *701 + number: *930 + organization: *873 + pull_request: &932 title: Pull Request type: object properties: @@ -189169,7 +189228,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *873 + repository: *874 sender: *4 required: - action @@ -189248,11 +189307,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 number: type: integer - organization: *872 + organization: *873 pull_request: title: Pull Request type: object @@ -191556,7 +191615,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *873 + repository: *874 sender: *4 required: - action @@ -191680,12 +191739,12 @@ x-webhooks: type: string required: - from - enterprise: *870 - installation: *871 - number: *929 - organization: *872 - pull_request: *930 - repository: *873 + enterprise: *871 + installation: *872 + number: *930 + organization: *873 + pull_request: *931 + repository: *874 sender: *4 required: - action @@ -191765,11 +191824,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 number: type: integer - organization: *872 + organization: *873 pull_request: title: Pull Request type: object @@ -194058,7 +194117,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *873 + repository: *874 sender: *4 required: - action @@ -194138,11 +194197,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *870 - installation: *871 - label: *893 - number: *929 - organization: *872 + enterprise: *871 + installation: *872 + label: *894 + number: *930 + organization: *873 pull_request: title: Pull Request type: object @@ -196446,7 +196505,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *873 + repository: *874 sender: *4 required: - action @@ -196527,10 +196586,10 @@ x-webhooks: type: string enum: - locked - enterprise: *870 - installation: *871 - number: *929 - organization: *872 + enterprise: *871 + installation: *872 + number: *930 + organization: *873 pull_request: title: Pull Request type: object @@ -198832,7 +198891,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *873 + repository: *874 sender: *4 required: - action @@ -198912,12 +198971,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *870 - milestone: *700 - number: *929 - organization: *872 - pull_request: *931 - repository: *873 + enterprise: *871 + milestone: *701 + number: *930 + organization: *873 + pull_request: *932 + repository: *874 sender: *4 required: - action @@ -198996,12 +199055,12 @@ x-webhooks: type: string enum: - opened - enterprise: *870 - installation: *871 - number: *929 - organization: *872 - pull_request: *930 - repository: *873 + enterprise: *871 + installation: *872 + number: *930 + organization: *873 + pull_request: *931 + repository: *874 sender: *4 required: - action @@ -199082,12 +199141,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *870 - installation: *871 - number: *929 - organization: *872 - pull_request: *930 - repository: *873 + enterprise: *871 + installation: *872 + number: *930 + organization: *873 + pull_request: *931 + repository: *874 sender: *4 required: - action @@ -199167,12 +199226,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *870 - installation: *871 - number: *929 - organization: *872 - pull_request: *930 - repository: *873 + enterprise: *871 + installation: *872 + number: *930 + organization: *873 + pull_request: *931 + repository: *874 sender: *4 required: - action @@ -199538,9 +199597,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 pull_request: type: object properties: @@ -201732,7 +201791,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *873 + repository: *874 sender: *4 required: - action @@ -201812,7 +201871,7 @@ x-webhooks: type: string enum: - deleted - comment: &933 + comment: &934 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -202097,9 +202156,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 pull_request: type: object properties: @@ -204279,7 +204338,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *873 + repository: *874 sender: *4 required: - action @@ -204359,11 +204418,11 @@ x-webhooks: type: string enum: - edited - changes: *932 - comment: *933 - enterprise: *870 - installation: *871 - organization: *872 + changes: *933 + comment: *934 + enterprise: *871 + installation: *872 + organization: *873 pull_request: type: object properties: @@ -206546,7 +206605,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *873 + repository: *874 sender: *4 required: - action @@ -206627,9 +206686,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 pull_request: title: Simple Pull Request type: object @@ -208824,7 +208883,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *873 + repository: *874 review: description: The review that was affected. type: object @@ -209071,9 +209130,9 @@ x-webhooks: type: string required: - from - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 pull_request: title: Simple Pull Request type: object @@ -211127,8 +211186,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *873 - review: &934 + repository: *874 + review: &935 description: The review that was affected. type: object properties: @@ -211361,12 +211420,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 number: description: The pull request number. type: integer - organization: *872 + organization: *873 pull_request: title: Pull Request type: object @@ -213671,7 +213730,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *873 + repository: *874 requested_reviewer: title: User type: object @@ -213755,12 +213814,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 number: description: The pull request number. type: integer - organization: *872 + organization: *873 pull_request: title: Pull Request type: object @@ -216072,7 +216131,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *873 + repository: *874 requested_team: title: Team description: Groups of organization members that gives permissions @@ -216264,12 +216323,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 number: description: The pull request number. type: integer - organization: *872 + organization: *873 pull_request: title: Pull Request type: object @@ -218576,7 +218635,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *873 + repository: *874 requested_reviewer: title: User type: object @@ -218661,12 +218720,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 number: description: The pull request number. type: integer - organization: *872 + organization: *873 pull_request: title: Pull Request type: object @@ -220964,7 +221023,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *873 + repository: *874 requested_team: title: Team description: Groups of organization members that gives permissions @@ -221145,9 +221204,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 pull_request: title: Simple Pull Request type: object @@ -223344,8 +223403,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *873 - review: *934 + repository: *874 + review: *935 sender: *4 required: - action @@ -223425,9 +223484,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 pull_request: title: Simple Pull Request type: object @@ -225519,7 +225578,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *873 + repository: *874 sender: *4 thread: type: object @@ -225906,9 +225965,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 pull_request: title: Simple Pull Request type: object @@ -227986,7 +228045,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *873 + repository: *874 sender: *4 thread: type: object @@ -228376,10 +228435,10 @@ x-webhooks: type: string before: type: string - enterprise: *870 - installation: *871 - number: *929 - organization: *872 + enterprise: *871 + installation: *872 + number: *930 + organization: *873 pull_request: title: Pull Request type: object @@ -230672,7 +230731,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *873 + repository: *874 sender: *4 required: - action @@ -230754,11 +230813,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *935 - enterprise: *870 - installation: *871 - number: *929 - organization: *872 + assignee: *936 + enterprise: *871 + installation: *872 + number: *930 + organization: *873 pull_request: title: Pull Request type: object @@ -233063,7 +233122,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *873 + repository: *874 sender: *4 required: - action @@ -233142,11 +233201,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *870 - installation: *871 - label: *893 - number: *929 - organization: *872 + enterprise: *871 + installation: *872 + label: *894 + number: *930 + organization: *873 pull_request: title: Pull Request type: object @@ -235441,7 +235500,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *873 + repository: *874 sender: *4 required: - action @@ -235522,10 +235581,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *870 - installation: *871 - number: *929 - organization: *872 + enterprise: *871 + installation: *872 + number: *930 + organization: *873 pull_request: title: Pull Request type: object @@ -237812,7 +237871,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *873 + repository: *874 sender: *4 required: - action @@ -238012,7 +238071,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *870 + enterprise: *871 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -238104,8 +238163,8 @@ x-webhooks: - url - author - committer - installation: *871 - organization: *872 + installation: *872 + organization: *873 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -238691,9 +238750,9 @@ x-webhooks: type: string enum: - published - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 registry_package: type: object properties: @@ -239139,7 +239198,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *916 + items: *917 summary: type: string tag_name: @@ -239193,7 +239252,7 @@ x-webhooks: - owner - package_version - registry - repository: *873 + repository: *874 sender: *4 required: - action @@ -239271,9 +239330,9 @@ x-webhooks: type: string enum: - updated - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 registry_package: type: object properties: @@ -239581,7 +239640,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *916 + items: *917 summary: type: string tag_name: @@ -239630,7 +239689,7 @@ x-webhooks: - owner - package_version - registry - repository: *873 + repository: *874 sender: *4 required: - action @@ -239707,10 +239766,10 @@ x-webhooks: type: string enum: - created - enterprise: *870 - installation: *871 - organization: *872 - release: &936 + enterprise: *871 + installation: *872 + organization: *873 + release: &937 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -240028,7 +240087,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *873 + repository: *874 sender: *4 required: - action @@ -240105,11 +240164,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *870 - installation: *871 - organization: *872 - release: *936 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + release: *937 + repository: *874 sender: *4 required: - action @@ -240226,11 +240285,11 @@ x-webhooks: type: boolean required: - to - enterprise: *870 - installation: *871 - organization: *872 - release: *936 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + release: *937 + repository: *874 sender: *4 required: - action @@ -240308,9 +240367,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -240632,7 +240691,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *873 + repository: *874 sender: *4 required: - action @@ -240708,10 +240767,10 @@ x-webhooks: type: string enum: - published - enterprise: *870 - installation: *871 - organization: *872 - release: &937 + enterprise: *871 + installation: *872 + organization: *873 + release: &938 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -241030,7 +241089,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *873 + repository: *874 sender: *4 required: - action @@ -241106,11 +241165,11 @@ x-webhooks: type: string enum: - released - enterprise: *870 - installation: *871 - organization: *872 - release: *936 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + release: *937 + repository: *874 sender: *4 required: - action @@ -241186,11 +241245,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *870 - installation: *871 - organization: *872 - release: *937 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + release: *938 + repository: *874 sender: *4 required: - action @@ -241266,11 +241325,11 @@ x-webhooks: type: string enum: - published - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 - repository_advisory: *770 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 + repository_advisory: *771 sender: *4 required: - action @@ -241346,11 +241405,11 @@ x-webhooks: type: string enum: - reported - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 - repository_advisory: *770 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 + repository_advisory: *771 sender: *4 required: - action @@ -241426,10 +241485,10 @@ x-webhooks: type: string enum: - archived - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -241506,10 +241565,10 @@ x-webhooks: type: string enum: - created - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -241587,10 +241646,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -241674,10 +241733,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -241789,10 +241848,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -241864,10 +241923,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 status: type: string @@ -241948,10 +242007,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -242028,10 +242087,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -242125,10 +242184,10 @@ x-webhooks: - name required: - repository - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -242208,10 +242267,10 @@ x-webhooks: type: string enum: - created - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 repository_ruleset: *193 sender: *4 required: @@ -242290,10 +242349,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 repository_ruleset: *193 sender: *4 required: @@ -242372,10 +242431,10 @@ x-webhooks: type: string enum: - edited - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 repository_ruleset: *193 changes: type: object @@ -242437,16 +242496,16 @@ x-webhooks: properties: added: type: array - items: *738 + items: *739 deleted: type: array - items: *738 + items: *739 updated: type: array items: type: object properties: - rule: *738 + rule: *739 changes: type: object properties: @@ -242680,10 +242739,10 @@ x-webhooks: - from required: - owner - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -242761,10 +242820,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -242842,7 +242901,7 @@ x-webhooks: type: string enum: - create - alert: &938 + alert: &939 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -242964,10 +243023,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -243173,10 +243232,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -243254,11 +243313,11 @@ x-webhooks: type: string enum: - reopen - alert: *938 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + alert: *939 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -243457,10 +243516,10 @@ x-webhooks: enum: - fixed - open - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -243538,7 +243597,7 @@ x-webhooks: type: string enum: - assigned - alert: &939 + alert: &940 type: object properties: number: *130 @@ -243593,6 +243652,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/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. @@ -243672,10 +243735,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -243753,11 +243816,11 @@ x-webhooks: type: string enum: - created - alert: *939 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + alert: *940 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -243838,11 +243901,11 @@ x-webhooks: type: string enum: - created - alert: *939 - installation: *871 - location: *940 - organization: *872 - repository: *873 + alert: *940 + installation: *872 + location: *941 + organization: *873 + repository: *874 sender: *4 required: - location @@ -244080,11 +244143,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *939 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + alert: *940 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -244162,11 +244225,11 @@ x-webhooks: type: string enum: - reopened - alert: *939 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + alert: *940 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -244244,11 +244307,11 @@ x-webhooks: type: string enum: - resolved - alert: *939 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + alert: *940 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -244326,12 +244389,12 @@ x-webhooks: type: string enum: - unassigned - alert: *939 + alert: *940 assignee: *4 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -244409,11 +244472,11 @@ x-webhooks: type: string enum: - validated - alert: *939 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + alert: *940 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -244539,10 +244602,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *873 - enterprise: *870 - installation: *871 - organization: *872 + repository: *874 + enterprise: *871 + installation: *872 + organization: *873 sender: *4 required: - action @@ -244620,11 +244683,11 @@ x-webhooks: type: string enum: - published - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 - security_advisory: &941 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 + security_advisory: &942 description: The details of the security advisory, including summary, description, and severity. type: object @@ -244807,11 +244870,11 @@ x-webhooks: type: string enum: - updated - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 - security_advisory: *941 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 + security_advisory: *942 sender: *4 required: - action @@ -244884,10 +244947,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -245071,11 +245134,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *435 - enterprise: *870 - installation: *871 - organization: *872 - repository: *479 + security_and_analysis: *437 + enterprise: *871 + installation: *872 + organization: *873 + repository: *482 sender: *4 required: - changes @@ -245153,12 +245216,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 - sponsorship: &942 + sponsorship: &943 type: object properties: created_at: @@ -245459,12 +245522,12 @@ x-webhooks: type: string enum: - created - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 - sponsorship: *942 + sponsorship: *943 required: - action - sponsorship @@ -245552,12 +245615,12 @@ x-webhooks: type: string required: - from - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 - sponsorship: *942 + sponsorship: *943 required: - action - changes @@ -245634,17 +245697,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &943 + effective_date: &944 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: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 - sponsorship: *942 + sponsorship: *943 required: - action - sponsorship @@ -245718,7 +245781,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &944 + changes: &945 type: object properties: tier: @@ -245762,13 +245825,13 @@ x-webhooks: - from required: - tier - effective_date: *943 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + effective_date: *944 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 - sponsorship: *942 + sponsorship: *943 required: - action - changes @@ -245845,13 +245908,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *944 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + changes: *945 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 - sponsorship: *942 + sponsorship: *943 required: - action - changes @@ -245925,10 +245988,10 @@ x-webhooks: type: string enum: - created - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -246011,10 +246074,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -246434,15 +246497,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *870 + enterprise: *871 id: description: The unique identifier of the status. type: integer - installation: *871 + installation: *872 name: type: string - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 sha: description: The Commit SHA. @@ -246557,9 +246620,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *227 - installation: *871 - organization: *872 - repository: *873 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -246649,9 +246712,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *227 - installation: *871 - organization: *872 - repository: *873 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -246741,9 +246804,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *227 - installation: *871 - organization: *872 - repository: *873 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -246833,9 +246896,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *227 - installation: *871 - organization: *872 - repository: *873 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -246912,12 +246975,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 - team: &945 + team: &946 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -247140,9 +247203,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 repository: title: Repository description: A git repository @@ -247600,7 +247663,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *945 + team: *946 required: - action - team @@ -247676,9 +247739,9 @@ x-webhooks: type: string enum: - created - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 repository: title: Repository description: A git repository @@ -248136,7 +248199,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *945 + team: *946 required: - action - team @@ -248213,9 +248276,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 repository: title: Repository description: A git repository @@ -248673,7 +248736,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *945 + team: *946 required: - action - team @@ -248817,9 +248880,9 @@ x-webhooks: - from required: - permissions - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 repository: title: Repository description: A git repository @@ -249277,7 +249340,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *945 + team: *946 required: - action - changes @@ -249355,9 +249418,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 repository: title: Repository description: A git repository @@ -249815,7 +249878,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *945 + team: *946 required: - action - team @@ -249891,10 +249954,10 @@ x-webhooks: type: string enum: - started - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -249967,16 +250030,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *870 + enterprise: *871 inputs: type: object nullable: true additionalProperties: true - installation: *871 - organization: *872 + installation: *872 + organization: *873 ref: type: string - repository: *873 + repository: *874 sender: *4 workflow: type: string @@ -250058,10 +250121,10 @@ x-webhooks: type: string enum: - completed - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 workflow_job: allOf: @@ -250298,7 +250361,7 @@ x-webhooks: type: string required: - conclusion - deployment: *618 + deployment: *621 required: - action - repository @@ -250377,10 +250440,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 workflow_job: allOf: @@ -250640,7 +250703,7 @@ x-webhooks: required: - status - steps - deployment: *618 + deployment: *621 required: - action - repository @@ -250719,10 +250782,10 @@ x-webhooks: type: string enum: - queued - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 workflow_job: type: object @@ -250857,7 +250920,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *618 + deployment: *621 required: - action - repository @@ -250936,10 +250999,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 workflow_job: type: object @@ -251075,7 +251138,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *618 + deployment: *621 required: - action - repository @@ -251155,12 +251218,12 @@ x-webhooks: type: string enum: - completed - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 - workflow: *889 + workflow: *890 workflow_run: title: Workflow Run type: object @@ -252159,12 +252222,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 - workflow: *889 + workflow: *890 workflow_run: title: Workflow Run type: object @@ -253148,12 +253211,12 @@ x-webhooks: type: string enum: - requested - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 - workflow: *889 + workflow: *890 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.json b/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.json index 0a89ef4d4..cc01a6e88 100644 --- a/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.json @@ -50459,6 +50459,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", @@ -66370,6 +66840,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", @@ -66700,6 +67179,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." @@ -256655,6 +257139,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", @@ -256994,6 +257487,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." @@ -579351,6 +579849,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", @@ -579695,6 +580202,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." @@ -581022,6 +581534,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." @@ -582325,6 +582842,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." @@ -1412474,6 +1412996,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.", @@ -1414963,6 +1415490,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.", @@ -1417328,6 +1417860,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.", @@ -1420163,6 +1420700,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.", @@ -1422528,6 +1423070,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.", @@ -1424893,6 +1425440,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.", @@ -1427258,6 +1427810,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.", @@ -1429747,6 +1430304,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.", diff --git a/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.yaml b/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.yaml index 767dd5a17..3ae0215ba 100644 --- a/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.yaml @@ -837,7 +837,7 @@ paths: - subscriptions_url - type - url - type: &457 + type: &460 type: string description: The type of credit the user is receiving. enum: @@ -1002,7 +1002,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &772 + - &773 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -4085,7 +4085,7 @@ paths: schema: type: integer default: 30 - - &359 + - &361 name: cursor description: 'Used for pagination: the starting delivery from which the page of deliveries is fetched. Refer to the `link` header for the next and previous @@ -4094,7 +4094,7 @@ paths: required: false schema: type: string - - &360 + - &362 name: status description: Returns webhook deliveries filtered by delivery outcome classification based on `status_code` range. A `status` of `success` returns deliveries @@ -4114,7 +4114,7 @@ paths: application/json: schema: type: array - items: &361 + items: &363 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -4194,7 +4194,7 @@ paths: - installation_id - repository_id examples: - default: &362 + default: &364 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -4226,7 +4226,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &782 + schema: &783 title: Scim Error description: Scim Error type: object @@ -4322,7 +4322,7 @@ paths: description: Response content: application/json: - schema: &363 + schema: &365 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -4436,7 +4436,7 @@ paths: - request - response examples: - default: &364 + default: &366 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -5432,7 +5432,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &433 + properties: &435 id: description: Unique identifier of the repository example: 42 @@ -5868,7 +5868,7 @@ paths: type: boolean lexical_commit_sha: type: string - required: &434 + required: &436 - archive_url - assignees_url - blobs_url @@ -11565,7 +11565,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &783 + '401': &784 description: Authorization failure '404': *6 x-github: @@ -15776,7 +15776,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &548 + instances_url: &551 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -15811,7 +15811,7 @@ paths: format: date-time readOnly: true nullable: true - dismissed_reason: &549 + dismissed_reason: &552 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -15820,13 +15820,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &550 + dismissed_comment: &553 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &551 + rule: &554 type: object properties: id: @@ -15879,7 +15879,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &552 + tool: &555 type: object properties: name: *113 @@ -15889,26 +15889,26 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *114 - most_recent_instance: &553 + most_recent_instance: &556 type: object properties: - ref: &546 + ref: &549 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &563 + analysis_key: &566 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions this includes the workflow filename and job name. - environment: &564 + environment: &567 type: string description: Identifies the variable values associated with the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &565 + category: &568 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -15928,7 +15928,7 @@ paths: with placeholder links for related locations replaced by links to the relevant code. Only populated when related locations are available for the alert instance. - location: &566 + location: &569 type: object description: Describe a region within a file for the alert. properties: @@ -15949,7 +15949,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: &567 + items: &570 type: string description: A classification of the file. For example to identify it as generated. @@ -18297,7 +18297,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &399 + properties: &401 id: description: Unique identifier of the team type: integer @@ -18369,7 +18369,7 @@ paths: description: Unique identifier of the enterprise to which this team belongs example: 42 - required: &400 + required: &402 - id - node_id - url @@ -20164,7 +20164,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &608 + - &611 name: has in: query description: |- @@ -20287,7 +20287,7 @@ paths: - direct - transitive - inconclusive - security_advisory: &609 + security_advisory: &612 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -20504,14 +20504,14 @@ paths: nullable: true maxLength: 280 fixed_at: *140 - auto_dismissed_at: &610 + auto_dismissed_at: &613 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissal_request: &611 + dismissal_request: &614 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -20921,6 +20921,244 @@ paths: previews: [] category: dependabot subcategory: alerts + "/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. + + The authenticated user must be an enterprise owner or an enterprise security manager to access this endpoint. + Personal 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: + - *41 + - *104 + - *105 + - *106 + - *107 + - &352 + 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 + - *17 + - *19 + responses: + '200': + description: A list of the alert dismissal requests. + content: + application/json: + schema: + type: array + items: &354 + 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: *109 + 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: &355 + 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': *6 + '403': *29 + '500': *40 "/enterprises/{enterprise}/enterprise-roles": get: summary: Get all enterprise roles for an enterprise @@ -21549,7 +21787,7 @@ paths: application/json: schema: *22 examples: - default: &376 + default: &378 value: id: 1 account: @@ -21803,7 +22041,7 @@ paths: - name - created_on examples: - default: &462 + default: &465 value: total_count: 2 network_configurations: @@ -22054,7 +22292,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - *41 - - &463 + - &466 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -22066,7 +22304,7 @@ paths: description: Response content: application/json: - schema: &464 + schema: &467 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -22100,7 +22338,7 @@ paths: - subnet_id - region examples: - default: &465 + default: &468 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -22919,7 +23157,7 @@ paths: required: true content: application/json: - schema: &432 + schema: &434 title: Custom Property Set Payload description: Custom property set payload type: object @@ -24111,7 +24349,7 @@ paths: nullable: true anyOf: - *164 - - &438 + - &440 title: Organization ruleset conditions type: object description: |- @@ -24158,7 +24396,7 @@ paths: - *167 rules: type: array - items: &738 + items: &739 title: Repository Rule type: object description: A repository rule. @@ -24167,7 +24405,7 @@ paths: - *173 - *174 - *175 - - &736 + - &737 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -24495,7 +24733,7 @@ paths: type: string format: date-time examples: - default: &441 + default: &443 value: - version_id: 3 actor: @@ -24548,7 +24786,7 @@ paths: description: Response content: application/json: - schema: &442 + schema: &444 allOf: - *197 - type: object @@ -24603,7 +24841,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *41 - - &443 + - &445 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -24614,7 +24852,7 @@ paths: enum: - open - resolved - - &444 + - &446 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -24624,7 +24862,7 @@ paths: required: false schema: type: string - - &445 + - &447 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -24635,7 +24873,15 @@ paths: required: false schema: type: string - - &446 + - &448 + name: exclude_providers + in: query + description: A comma-separated list of provider names to exclude from the + results. + required: false + schema: + type: string + - &449 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -24644,7 +24890,7 @@ paths: required: false schema: type: string - - &447 + - &450 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -24663,7 +24909,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &448 + - &451 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. @@ -24679,7 +24925,7 @@ paths: - *17 - *110 - *111 - - &449 + - &452 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -24688,7 +24934,7 @@ paths: required: false schema: type: string - - &450 + - &453 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -24697,7 +24943,7 @@ paths: schema: type: boolean default: false - - &451 + - &454 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -24706,7 +24952,7 @@ paths: schema: type: boolean default: false - - &452 + - &455 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -24722,7 +24968,7 @@ paths: application/json: schema: type: array - items: &453 + items: &456 type: object properties: number: *130 @@ -24741,14 +24987,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &750 + state: &751 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: &751 + resolution: &752 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -24779,6 +25025,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/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. @@ -24855,8 +25105,8 @@ paths: pull request. ' - oneOf: &752 - - &754 + oneOf: &753 + - &755 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -24914,7 +25164,7 @@ paths: - blob_url - commit_sha - commit_url - - &755 + - &756 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. @@ -24969,7 +25219,7 @@ paths: - page_url - commit_sha - commit_url - - &756 + - &757 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -24989,7 +25239,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &757 + - &758 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -25009,7 +25259,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &758 + - &759 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -25029,7 +25279,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &759 + - &760 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -25043,7 +25293,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &760 + - &761 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -25057,7 +25307,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &761 + - &762 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -25071,7 +25321,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &762 + - &763 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. @@ -25091,7 +25341,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &763 + - &764 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. @@ -25111,7 +25361,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &764 + - &765 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. @@ -25131,7 +25381,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &765 + - &766 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. @@ -25151,7 +25401,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &766 + - &767 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. @@ -25199,7 +25449,7 @@ paths: required: *21 nullable: true examples: - default: &454 + default: &457 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -25408,7 +25658,7 @@ paths: description: Response content: application/json: - schema: &455 + schema: &458 title: Secret scanning pattern configuration description: A collection of secret scanning patterns and their settings related to push protection. @@ -25491,7 +25741,7 @@ paths: description: Overrides for custom patterns defined by the organization. items: *199 examples: - default: &456 + default: &459 value: pattern_config_version: 0ujsswThIGTUYm2K8FjOOfXtY1K provider_pattern_overrides: @@ -25627,7 +25877,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/licensing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *41 - - &459 + - &462 name: advanced_security_product in: query description: | @@ -25647,7 +25897,7 @@ paths: description: Success content: application/json: - schema: &460 + schema: &463 type: object properties: total_advanced_security_committers: @@ -25702,7 +25952,7 @@ paths: required: - repositories examples: - default: &461 + default: &464 value: total_advanced_security_committers: 2 total_count: 2 @@ -28814,7 +29064,7 @@ paths: properties: action: type: string - discussion: &890 + discussion: &891 title: Discussion description: A Discussion in a repository. type: object @@ -29181,7 +29431,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &671 + properties: &672 id: type: integer format: int64 @@ -29287,7 +29537,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &421 + properties: &423 url: type: string format: uri @@ -29357,7 +29607,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &422 + required: &424 - closed_issues - creator - description @@ -29436,7 +29686,7 @@ paths: timeline_url: type: string format: uri - type: &386 + type: &388 title: Issue Type description: The type of issue. type: object @@ -29550,7 +29800,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &810 + sub_issues_summary: &811 title: Sub-issues Summary type: object properties: @@ -29637,7 +29887,7 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: &693 + properties: &694 pinned_at: type: string format: date-time @@ -29649,7 +29899,7 @@ paths: properties: *20 required: *21 nullable: true - required: &694 + required: &695 - pinned_at - pinned_by nullable: true @@ -29663,7 +29913,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &811 + issue_dependencies_summary: &812 title: Issue Dependencies Summary type: object properties: @@ -29682,7 +29932,7 @@ paths: - total_blocking issue_field_values: type: array - items: &678 + items: &679 title: Issue Field Value description: A value assigned to an issue field type: object @@ -29743,7 +29993,7 @@ paths: - node_id - data_type - value - required: &672 + required: &673 - closed_at - comments - comments_url @@ -29780,7 +30030,7 @@ paths: action: type: string issue: *227 - comment: &667 + comment: &668 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -30444,7 +30694,7 @@ paths: type: string release: allOf: - - &729 + - &730 title: Release description: A release. type: object @@ -30515,7 +30765,7 @@ paths: author: *4 assets: type: array - items: &730 + items: &731 title: Release Asset description: Data related to a release. type: object @@ -32741,7 +32991,7 @@ paths: - closed - all default: open - - &389 + - &391 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -32792,7 +33042,7 @@ paths: type: array items: *227 examples: - default: &390 + default: &392 value: - id: 1 node_id: MDU6SXNzdWUx @@ -34177,14 +34427,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &474 + - &477 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &475 + - &478 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -34246,7 +34496,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &480 + '301': &483 description: Moved permanently content: application/json: @@ -34268,7 +34518,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &703 + - &704 name: all description: If `true`, show notifications marked as read. in: query @@ -34276,7 +34526,7 @@ paths: schema: type: boolean default: false - - &704 + - &705 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -34286,7 +34536,7 @@ paths: type: boolean default: false - *234 - - &705 + - &706 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -34322,7 +34572,7 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: &354 + properties: &356 id: type: integer format: int64 @@ -34606,7 +34856,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &435 + security_and_analysis: &437 nullable: true type: object properties: @@ -34734,7 +34984,7 @@ paths: the repository. The keys are the custom property names, and the values are the corresponding custom property values. additionalProperties: true - required: &355 + required: &357 - archive_url - assignees_url - blobs_url @@ -34822,7 +35072,7 @@ paths: - url - subscription_url examples: - default: &706 + default: &707 value: - id: '1' repository: @@ -35859,7 +36109,7 @@ paths: type: array items: *158 examples: - default: &712 + default: &713 value: - property_name: environment value: production @@ -35909,7 +36159,7 @@ paths: required: - properties examples: - default: &713 + default: &714 value: properties: - property_name: environment @@ -36713,7 +36963,7 @@ paths: type: integer repository_cache_usages: type: array - items: &487 + items: &490 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -39993,7 +40243,7 @@ paths: description: Response content: application/json: - schema: &507 + schema: &510 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -40022,7 +40272,7 @@ paths: - key_id - key examples: - default: &508 + default: &511 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -40435,7 +40685,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *89 - - &492 + - &495 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -41709,12 +41959,12 @@ paths: required: - subject_digests examples: - default: &849 + default: &850 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &850 + withPredicateType: &851 value: subject_digests: - sha256:abc123 @@ -41758,7 +42008,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &851 + default: &852 value: attestations_subject_digests: - sha256:abc: @@ -42091,7 +42341,7 @@ paths: initiator: type: string examples: - default: &521 + default: &524 value: attestations: - bundle: @@ -43008,7 +43258,7 @@ paths: be returned. in: query required: false - schema: &547 + schema: &550 type: string description: Severity of a code scanning alert. enum: @@ -44073,7 +44323,7 @@ paths: type: integer codespaces: type: array - items: &391 + items: &393 type: object title: Codespace description: A codespace. @@ -44103,7 +44353,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &579 + properties: &582 name: type: string description: The name of the machine. @@ -44145,7 +44395,7 @@ paths: - ready - in_progress nullable: true - required: &580 + required: &583 - name - display_name - operating_system @@ -44350,7 +44600,7 @@ paths: - pulls_url - recent_folders examples: - default: &392 + default: &394 value: total_count: 3 codespaces: @@ -45013,7 +45263,7 @@ paths: - updated_at - visibility examples: - default: &581 + default: &584 value: total_count: 2 secrets: @@ -45051,7 +45301,7 @@ paths: description: Response content: application/json: - schema: &582 + schema: &585 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -45080,7 +45330,7 @@ paths: - key_id - key examples: - default: &583 + default: &586 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -45112,7 +45362,7 @@ paths: application/json: schema: *333 examples: - default: &585 + default: &588 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -47480,7 +47730,7 @@ paths: description: Response content: application/json: - schema: &614 + schema: &617 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -47497,7 +47747,7 @@ paths: - key_id - key examples: - default: &615 + default: &618 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -47823,7 +48073,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *89 - - &623 + - &626 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -47831,7 +48081,7 @@ paths: required: false schema: type: string - - &624 + - &627 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -47839,7 +48089,7 @@ paths: required: false schema: type: string - - &625 + - &628 name: time_period description: |- The time period to filter by. @@ -47855,7 +48105,7 @@ paths: - week - month default: month - - &626 + - &629 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -47880,7 +48130,7 @@ paths: application/json: schema: type: array - items: &627 + items: &630 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -47986,7 +48236,7 @@ paths: type: array description: The responses to the dismissal request. nullable: true - items: &352 + items: &353 title: Dismissal request response description: A response made by a requester to dismiss the request. @@ -48036,7 +48286,7 @@ paths: format: uri example: https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &628 + default: &631 value: - id: 21 number: 42 @@ -48128,23 +48378,7 @@ paths: - *105 - *106 - *107 - - &353 - 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 + - *352 - *17 - *19 responses: @@ -48154,7 +48388,7 @@ paths: application/json: schema: type: array - items: &629 + items: &632 title: Dependabot alert dismissal request description: Alert dismissal request made by a user asking to dismiss a Dependabot alert. @@ -48260,7 +48494,7 @@ paths: type: array description: The responses to the dismissal request. nullable: true - items: *352 + items: *353 url: type: string format: uri @@ -48271,7 +48505,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/dependabot/1 examples: - default: &630 + default: &633 value: - id: 21 number: 42 @@ -48363,7 +48597,7 @@ paths: - *105 - *106 - *107 - - *353 + - *352 - *17 - *19 responses: @@ -48373,190 +48607,9 @@ paths: application/json: schema: type: array - items: &631 - title: Secret scanning alert dismissal request - description: A dismissal request made by a user asking to close - a secret scanning alert in this repository. - 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: *109 - 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 + items: *354 examples: - default: &632 - 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 + default: *355 '404': *6 '403': *29 '500': *40 @@ -48582,7 +48635,7 @@ paths: application/json: schema: type: array - items: &402 + items: &404 title: Package description: A software package type: object @@ -48632,8 +48685,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *354 - required: *355 + properties: *356 + required: *357 nullable: true created_at: type: string @@ -48652,7 +48705,7 @@ paths: - created_at - updated_at examples: - default: &403 + default: &405 value: - id: 197 name: hello_docker @@ -48839,7 +48892,7 @@ paths: description: Response content: application/json: - schema: &471 + schema: &474 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -48920,7 +48973,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &472 + default: &475 value: group_id: '123' group_name: Octocat admins @@ -48975,7 +49028,7 @@ paths: description: Response content: application/json: - schema: &468 + schema: &471 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -49012,7 +49065,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &469 + default: &472 value: groups: - group_id: '123' @@ -49057,7 +49110,7 @@ paths: application/json: schema: type: array - items: &380 + items: &382 title: Organization Invitation description: Organization Invitation type: object @@ -49104,7 +49157,7 @@ paths: - invitation_teams_url - node_id examples: - default: &381 + default: &383 value: - id: 1 login: monalisa @@ -49171,7 +49224,7 @@ paths: application/json: schema: type: array - items: &436 + items: &438 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -49185,7 +49238,7 @@ paths: - name - description examples: - default: &437 + default: &439 value: - name: add_assignee description: Assign or remove a user @@ -49226,7 +49279,7 @@ paths: application/json: schema: type: array - items: &356 + items: &358 title: Org Hook description: Org Hook type: object @@ -49395,9 +49448,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *358 examples: - default: &357 + default: &359 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -49442,7 +49495,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - *89 - - &358 + - &360 name: hook_id description: The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery. @@ -49455,9 +49508,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *358 examples: - default: *357 + default: *359 '404': *6 x-github: githubCloudOnly: false @@ -49479,7 +49532,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - *89 - - *358 + - *360 requestBody: required: false content: @@ -49524,7 +49577,7 @@ paths: description: Response content: application/json: - schema: *356 + schema: *358 examples: default: value: @@ -49564,7 +49617,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - *89 - - *358 + - *360 responses: '204': description: Response @@ -49590,7 +49643,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *89 - - *358 + - *360 responses: '200': description: Response @@ -49619,7 +49672,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *89 - - *358 + - *360 requestBody: required: false content: @@ -49668,10 +49721,10 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *89 - - *358 - - *17 - - *359 - *360 + - *17 + - *361 + - *362 responses: '200': description: Response @@ -49679,9 +49732,9 @@ paths: application/json: schema: type: array - items: *361 + items: *363 examples: - default: *362 + default: *364 '400': *14 '422': *15 x-github: @@ -49705,16 +49758,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *89 - - *358 + - *360 - *16 responses: '200': description: Response content: application/json: - schema: *363 + schema: *365 examples: - default: *364 + default: *366 '400': *14 '422': *15 x-github: @@ -49738,7 +49791,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *89 - - *358 + - *360 - *16 responses: '202': *39 @@ -49765,7 +49818,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - *89 - - *358 + - *360 responses: '204': description: Response @@ -49788,7 +49841,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - *89 - - &369 + - &371 name: actor_type in: path description: The type of the actor @@ -49801,14 +49854,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &370 + - &372 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &365 + - &367 name: min_timestamp description: 'The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -49816,7 +49869,7 @@ paths: required: true schema: type: string - - &366 + - &368 name: max_timestamp description: 'The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -49910,12 +49963,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - *89 - - *365 - - *366 + - *367 + - *368 - *19 - *17 - *112 - - &375 + - &377 name: sort description: The property to sort the results by. in: query @@ -49993,14 +50046,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - *89 - - *365 - - *366 + - *367 + - *368 responses: '200': description: Response content: application/json: - schema: &367 + schema: &369 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -50016,7 +50069,7 @@ paths: type: integer format: int64 examples: - default: &368 + default: &370 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -50037,23 +50090,23 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - *89 - - &371 + - &373 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *365 - - *366 + - *367 + - *368 responses: '200': description: Response content: application/json: - schema: *367 + schema: *369 examples: - default: *368 + default: *370 x-github: enabledForGitHubApps: true category: orgs @@ -50072,18 +50125,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *89 - - *365 - - *366 - - *369 - - *370 + - *367 + - *368 + - *371 + - *372 responses: '200': description: Response content: application/json: - schema: *367 + schema: *369 examples: - default: *368 + default: *370 x-github: enabledForGitHubApps: true category: orgs @@ -50101,9 +50154,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - *89 - - *365 - - *366 - - &372 + - *367 + - *368 + - &374 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -50116,7 +50169,7 @@ paths: description: Response content: application/json: - schema: &373 + schema: &375 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -50132,7 +50185,7 @@ paths: type: integer format: int64 examples: - default: &374 + default: &376 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -50169,18 +50222,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - *89 - - *371 - - *365 - - *366 - - *372 + - *373 + - *367 + - *368 + - *374 responses: '200': description: Response content: application/json: - schema: *373 + schema: *375 examples: - default: *374 + default: *376 x-github: enabledForGitHubApps: true category: orgs @@ -50198,19 +50251,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - *89 - - *369 - - *370 - - *365 - - *366 + - *371 - *372 + - *367 + - *368 + - *374 responses: '200': description: Response content: application/json: - schema: *373 + schema: *375 examples: - default: *374 + default: *376 x-github: enabledForGitHubApps: true category: orgs @@ -50228,13 +50281,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - *89 - - *371 - - *365 - - *366 + - *373 + - *367 + - *368 - *19 - *17 - *112 - - *375 + - *377 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -50315,7 +50368,7 @@ paths: application/json: schema: *22 examples: - default: *376 + default: *378 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -50435,12 +50488,12 @@ paths: application/json: schema: anyOf: - - &378 + - &380 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &377 + limit: &379 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -50465,7 +50518,7 @@ paths: properties: {} additionalProperties: false examples: - default: &379 + default: &381 value: limit: collaborators_only origin: organization @@ -50494,13 +50547,13 @@ paths: required: true content: application/json: - schema: &663 + schema: &664 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *377 + limit: *379 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -50524,9 +50577,9 @@ paths: description: Response content: application/json: - schema: *378 + schema: *380 examples: - default: *379 + default: *381 '422': *15 x-github: githubCloudOnly: false @@ -50604,9 +50657,9 @@ paths: application/json: schema: type: array - items: *380 + items: *382 examples: - default: *381 + default: *383 headers: Link: *47 '404': *6 @@ -50684,7 +50737,7 @@ paths: description: Response content: application/json: - schema: *380 + schema: *382 examples: default: value: @@ -50741,7 +50794,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - *89 - - &382 + - &384 name: invitation_id description: The unique identifier of the invitation. in: path @@ -50775,7 +50828,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - *89 - - *382 + - *384 - *17 - *19 responses: @@ -50787,7 +50840,7 @@ paths: type: array items: *319 examples: - default: &401 + default: &403 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -50830,7 +50883,7 @@ paths: application/json: schema: type: array - items: &383 + items: &385 title: Issue Field description: A custom attribute defined at the organization level for attaching structured data to issues. @@ -51063,9 +51116,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *385 examples: - default: &384 + default: &386 value: id: 512 node_id: IF_kwDNAd3NAZr @@ -51121,7 +51174,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-fields#update-issue-field-for-an-organization parameters: - *89 - - &385 + - &387 name: issue_field_id description: The unique identifier of the issue field. in: path @@ -51220,9 +51273,9 @@ paths: description: Response content: application/json: - schema: *383 + schema: *385 examples: - default: *384 + default: *386 '404': *6 '422': *7 x-github: @@ -51247,7 +51300,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-fields#delete-issue-field-for-an-organization parameters: - *89 - - *385 + - *387 responses: '204': *157 '404': *6 @@ -51277,7 +51330,7 @@ paths: application/json: schema: type: array - items: *386 + items: *388 examples: default: value: @@ -51362,9 +51415,9 @@ paths: description: Response content: application/json: - schema: *386 + schema: *388 examples: - default: &387 + default: &389 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -51397,7 +51450,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *89 - - &388 + - &390 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -51450,9 +51503,9 @@ paths: description: Response content: application/json: - schema: *386 + schema: *388 examples: - default: *387 + default: *389 '404': *6 '422': *7 x-github: @@ -51477,7 +51530,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *89 - - *388 + - *390 responses: '204': description: Response @@ -51540,7 +51593,7 @@ paths: - closed - all default: open - - *389 + - *391 - name: type description: Can be the name of an issue type. in: query @@ -51571,7 +51624,7 @@ paths: type: array items: *227 examples: - default: *390 + default: *392 headers: Link: *47 '404': *6 @@ -51731,9 +51784,9 @@ paths: type: integer codespaces: type: array - items: *391 + items: *393 examples: - default: *392 + default: *394 '304': *37 '500': *40 '401': *25 @@ -51760,7 +51813,7 @@ paths: parameters: - *89 - *145 - - &393 + - &395 name: codespace_name in: path required: true @@ -51795,15 +51848,15 @@ paths: parameters: - *89 - *145 - - *393 + - *395 responses: '200': description: Response content: application/json: - schema: *391 + schema: *393 examples: - default: &578 + default: &581 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -52059,7 +52112,7 @@ paths: description: Response content: application/json: - schema: &394 + schema: &396 title: Org Membership description: Org Membership type: object @@ -52126,7 +52179,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &395 + response-if-user-has-an-active-admin-membership-with-organization: &397 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -52227,9 +52280,9 @@ paths: description: Response content: application/json: - schema: *394 + schema: *396 examples: - response-if-user-already-had-membership-with-organization: *395 + response-if-user-already-had-membership-with-organization: *397 '422': *15 '403': *29 '451': *15 @@ -52301,7 +52354,7 @@ paths: application/json: schema: type: array - items: &396 + items: &398 title: Migration description: A migration. type: object @@ -52630,7 +52683,7 @@ paths: description: Response content: application/json: - schema: *396 + schema: *398 examples: default: value: @@ -52809,7 +52862,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - *89 - - &397 + - &399 name: migration_id description: The unique identifier of the migration. in: path @@ -52836,7 +52889,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *396 + schema: *398 examples: default: value: @@ -53006,7 +53059,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - *89 - - *397 + - *399 responses: '302': description: Response @@ -53028,7 +53081,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *89 - - *397 + - *399 responses: '204': description: Response @@ -53052,8 +53105,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - *89 - - *397 - - &831 + - *399 + - &832 name: repo_name description: repo_name parameter in: path @@ -53081,7 +53134,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *89 - - *397 + - *399 - *17 - *19 responses: @@ -53191,7 +53244,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &398 + items: &400 title: Organization Role description: Organization roles type: object @@ -53398,7 +53451,7 @@ paths: description: Response content: application/json: - schema: *398 + schema: *400 examples: default: value: @@ -53628,7 +53681,7 @@ paths: description: Response content: application/json: - schema: *398 + schema: *400 examples: default: value: @@ -53725,7 +53778,7 @@ paths: description: Response content: application/json: - schema: *398 + schema: *400 examples: default: value: @@ -53883,8 +53936,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *399 - required: *400 + properties: *401 + required: *402 nullable: true type: description: The ownership type of the team @@ -53916,7 +53969,7 @@ paths: - type - parent examples: - default: *401 + default: *403 headers: Link: *47 '404': @@ -53974,13 +54027,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &458 + items: &461 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *399 - required: *400 + properties: *401 + required: *402 name: nullable: true type: string @@ -54268,7 +54321,7 @@ paths: - nuget - container - *89 - - &832 + - &833 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -54304,12 +54357,12 @@ paths: application/json: schema: type: array - items: *402 + items: *404 examples: - default: *403 + default: *405 '403': *29 '401': *25 - '400': &834 + '400': &835 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -54331,7 +54384,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &404 + - &406 name: package_type description: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry @@ -54349,7 +54402,7 @@ paths: - docker - nuget - container - - &405 + - &407 name: package_name description: The name of the package. in: path @@ -54362,7 +54415,7 @@ paths: description: Response content: application/json: - schema: *402 + schema: *404 examples: default: value: @@ -54414,8 +54467,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *404 - - *405 + - *406 + - *407 - *89 responses: '204': @@ -54448,8 +54501,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *404 - - *405 + - *406 + - *407 - *89 - name: token description: package token @@ -54482,8 +54535,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *404 - - *405 + - *406 + - *407 - *89 - *19 - *17 @@ -54504,7 +54557,7 @@ paths: application/json: schema: type: array - items: &406 + items: &408 title: Package Version description: A version of a software package type: object @@ -54629,10 +54682,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *404 - - *405 + - *406 + - *407 - *89 - - &407 + - &409 name: package_version_id description: Unique identifier of the package version. in: path @@ -54644,7 +54697,7 @@ paths: description: Response content: application/json: - schema: *406 + schema: *408 examples: default: value: @@ -54680,10 +54733,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *404 - - *405 - - *89 + - *406 - *407 + - *89 + - *409 responses: '204': description: Response @@ -54715,10 +54768,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *404 - - *405 - - *89 + - *406 - *407 + - *89 + - *409 responses: '204': description: Response @@ -54748,7 +54801,7 @@ paths: - *89 - *17 - *19 - - &408 + - &410 name: sort description: The property by which to sort the results. in: query @@ -54759,7 +54812,7 @@ paths: - created_at default: created_at - *112 - - &409 + - &411 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -54770,7 +54823,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &410 + - &412 name: repository description: The name of the repository to use to filter the results. in: query @@ -54778,7 +54831,7 @@ paths: schema: type: string example: Hello-World - - &411 + - &413 name: permission description: The permission to use to filter the results. in: query @@ -54786,7 +54839,7 @@ paths: schema: type: string example: issues_read - - &412 + - &414 name: last_used_before description: 'Only show fine-grained personal access tokens used before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -54796,7 +54849,7 @@ paths: schema: type: string format: date-time - - &413 + - &415 name: last_used_after description: 'Only show fine-grained personal access tokens used after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -54806,7 +54859,7 @@ paths: schema: type: string format: date-time - - &414 + - &416 name: token_id description: The ID of the token in: query @@ -55119,7 +55172,7 @@ paths: type: array items: *290 examples: - default: &415 + default: &417 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -55256,14 +55309,14 @@ paths: - *89 - *17 - *19 - - *408 - - *112 - - *409 - *410 + - *112 - *411 - *412 - *413 - *414 + - *415 + - *416 responses: '500': *40 '422': *15 @@ -55545,7 +55598,7 @@ paths: type: array items: *290 examples: - default: *415 + default: *417 headers: Link: *47 x-github: @@ -55587,7 +55640,7 @@ paths: type: integer configurations: type: array - items: &416 + items: &418 title: Organization private registry description: Private registry configuration for an organization type: object @@ -56015,7 +56068,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &417 + org-private-registry-with-selected-visibility: &419 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -56111,9 +56164,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *416 + schema: *418 examples: - default: *417 + default: *419 '404': *6 x-github: githubCloudOnly: false @@ -56340,7 +56393,7 @@ paths: application/json: schema: type: array - items: &418 + items: &420 title: Projects v2 Project description: A projects v2 project type: object @@ -56410,7 +56463,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &926 + properties: &927 id: type: number description: The unique identifier of the status update. @@ -56458,7 +56511,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &927 + required: &928 - id - node_id - created_at @@ -56483,7 +56536,7 @@ paths: - deleted_at - deleted_by examples: - default: &419 + default: &421 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -56586,7 +56639,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-organization parameters: - - &420 + - &422 name: project_number description: The project's number. in: path @@ -56599,9 +56652,9 @@ paths: description: Response content: application/json: - schema: *418 + schema: *420 examples: - default: *419 + default: *421 headers: Link: *47 '304': *37 @@ -56624,7 +56677,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - *89 - - *420 + - *422 requestBody: required: true description: Details of the draft item to create in the project. @@ -56658,7 +56711,7 @@ paths: description: Response content: application/json: - schema: &426 + schema: &428 title: Projects v2 Item description: An item belonging to a project type: object @@ -56672,7 +56725,7 @@ paths: content: oneOf: - *227 - - &595 + - &598 title: Pull Request Simple description: Pull Request Simple type: object @@ -56778,8 +56831,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *421 - required: *422 + properties: *423 + required: *424 nullable: true active_lock_reason: type: string @@ -56861,7 +56914,7 @@ paths: _links: type: object properties: - comments: &423 + comments: &425 title: Link description: Hypermedia Link type: object @@ -56870,13 +56923,13 @@ paths: type: string required: - href - commits: *423 - statuses: *423 - html: *423 - issue: *423 - review_comments: *423 - review_comment: *423 - self: *423 + commits: *425 + statuses: *425 + html: *425 + issue: *425 + review_comments: *425 + review_comment: *425 + self: *425 required: - comments - commits @@ -56887,7 +56940,7 @@ paths: - review_comment - self author_association: *224 - auto_merge: &715 + auto_merge: &716 title: Auto merge description: The status of auto merging a pull request. type: object @@ -56987,7 +57040,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: &425 + content_type: &427 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -57027,7 +57080,7 @@ paths: - updated_at - archived_at examples: - draft_issue: &427 + draft_issue: &429 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -57101,7 +57154,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-organization parameters: - - *420 + - *422 - *89 - *17 - *110 @@ -57113,7 +57166,7 @@ paths: application/json: schema: type: array - items: &424 + items: &426 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -57263,7 +57316,7 @@ paths: - updated_at - project_url examples: - default: &854 + default: &855 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -57393,7 +57446,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#add-a-field-to-an-organization-owned-project parameters: - - *420 + - *422 - *89 requestBody: required: true @@ -57440,7 +57493,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &855 + items: &856 type: object properties: name: @@ -57477,7 +57530,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &856 + iteration_configuration: &857 type: object description: The configuration for iteration fields. properties: @@ -57527,7 +57580,7 @@ paths: value: name: Due date data_type: date - single_select_field: &857 + single_select_field: &858 summary: Create a single select field value: name: Priority @@ -57554,7 +57607,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &858 + iteration_field: &859 summary: Create an iteration field value: name: Sprint @@ -57578,9 +57631,9 @@ paths: description: Response for adding a field to an organization-owned project. content: application/json: - schema: *424 + schema: *426 examples: - text_field: &859 + text_field: &860 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -57589,7 +57642,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: &860 + number_field: &861 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -57598,7 +57651,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: &861 + date_field: &862 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -57607,7 +57660,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: &862 + single_select_field: &863 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -57641,7 +57694,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &863 + iteration_field: &864 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -57686,8 +57739,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-organization parameters: - - *420 - - &864 + - *422 + - &865 name: field_id description: The unique identifier of the field. in: path @@ -57700,9 +57753,9 @@ paths: description: Response content: application/json: - schema: *424 + schema: *426 examples: - default: &865 + default: &866 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -57758,7 +57811,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-an-organization-owned-project parameters: - - *420 + - *422 - *89 - name: q description: Search query to filter items, see [Filtering projects](https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects) @@ -57791,7 +57844,7 @@ paths: application/json: schema: type: array - items: &428 + items: &430 title: Projects v2 Item description: An item belonging to a project type: object @@ -57807,7 +57860,7 @@ paths: format: uri example: https://api.github.com/users/monalisa/2/projectsV2/3 description: The API URL of the project that contains this item. - content_type: *425 + content_type: *427 content: type: object additionalProperties: true @@ -57850,7 +57903,7 @@ paths: - updated_at - archived_at examples: - default: &429 + default: &431 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -58548,7 +58601,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-organization-owned-project parameters: - *89 - - *420 + - *422 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -58618,22 +58671,22 @@ paths: description: Response content: application/json: - schema: *426 + schema: *428 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *427 + value: *429 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *427 + value: *429 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *427 + value: *429 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *427 + value: *429 '304': *37 '403': *29 '401': *25 @@ -58653,9 +58706,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#get-an-item-for-an-organization-owned-project parameters: - - *420 + - *422 - *89 - - &430 + - &432 name: item_id description: The unique identifier of the project item. in: path @@ -58681,9 +58734,9 @@ paths: description: Response content: application/json: - schema: *428 + schema: *430 examples: - default: *429 + default: *431 headers: Link: *47 '304': *37 @@ -58704,9 +58757,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-organization parameters: - - *420 + - *422 - *89 - - *430 + - *432 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -58776,13 +58829,13 @@ paths: description: Response content: application/json: - schema: *428 + schema: *430 examples: - text_field: *429 - number_field: *429 - date_field: *429 - single_select_field: *429 - iteration_field: *429 + text_field: *431 + number_field: *431 + date_field: *431 + single_select_field: *431 + iteration_field: *431 '401': *25 '403': *29 '404': *6 @@ -58802,9 +58855,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-organization parameters: - - *420 + - *422 - *89 - - *430 + - *432 responses: '204': description: Response @@ -58828,7 +58881,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - *89 - - *420 + - *422 requestBody: required: true content: @@ -58899,7 +58952,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &846 + schema: &847 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -58997,7 +59050,7 @@ paths: examples: table_view: summary: Response for creating a table view - value: &431 + value: &433 value: id: 1 number: 1 @@ -59043,10 +59096,10 @@ paths: - 456 board_view: summary: Response for creating a board view with filter - value: *431 + value: *433 roadmap_view: summary: Response for creating a roadmap view - value: *431 + value: *433 '304': *37 '403': *29 '401': *25 @@ -59074,9 +59127,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-an-organization-project-view parameters: - - *420 + - *422 - *89 - - &866 + - &867 name: view_number description: The number that identifies the project view. in: path @@ -59108,9 +59161,9 @@ paths: application/json: schema: type: array - items: *428 + items: *430 examples: - default: *429 + default: *431 headers: Link: *47 '304': *37 @@ -59274,7 +59327,7 @@ paths: required: true content: application/json: - schema: *432 + schema: *434 examples: default: value: @@ -59639,7 +59692,7 @@ paths: type: array items: *290 examples: - default: *415 + default: *417 headers: Link: *47 x-github: @@ -59842,7 +59895,7 @@ paths: description: Response content: application/json: - schema: &479 + schema: &482 title: Full Repository description: Full Repository type: object @@ -60127,8 +60180,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *433 - required: *434 + properties: *435 + required: *436 nullable: true temp_clone_token: type: string @@ -60240,7 +60293,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &600 + properties: &603 url: type: string format: uri @@ -60256,12 +60309,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &601 + required: &604 - url - key - name - html_url - security_and_analysis: *435 + security_and_analysis: *437 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -60345,7 +60398,7 @@ paths: - network_count - subscribers_count examples: - default: &481 + default: &484 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -60872,9 +60925,9 @@ paths: application/json: schema: type: array - items: *436 + items: *438 examples: - default: *437 + default: *439 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -60899,7 +60952,7 @@ paths: - *89 - *17 - *19 - - &737 + - &738 name: targets description: | A comma-separated list of rule targets to filter by. @@ -60990,11 +61043,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *171 - conditions: *438 + conditions: *440 rules: type: array description: An array of rules within the ruleset. - items: &440 + items: &442 title: Repository Rule type: object description: A repository rule. @@ -61059,7 +61112,7 @@ paths: application/json: schema: *193 examples: - default: &439 + default: &441 value: id: 21 name: super cool ruleset @@ -61115,7 +61168,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *89 - - &739 + - &740 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -61127,14 +61180,14 @@ paths: x-multi-segment: true - *316 - *107 - - &740 + - &741 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &741 + - &742 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -61154,7 +61207,7 @@ paths: description: Response content: application/json: - schema: &742 + schema: &743 title: Rule Suites description: Response type: array @@ -61209,7 +61262,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &743 + default: &744 value: - id: 21 actor_id: 12 @@ -61253,7 +61306,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *89 - - &744 + - &745 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -61269,7 +61322,7 @@ paths: description: Response content: application/json: - schema: &745 + schema: &746 title: Rule Suite description: Response type: object @@ -61368,7 +61421,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &746 + default: &747 value: id: 21 actor_id: 12 @@ -61443,7 +61496,7 @@ paths: application/json: schema: *193 examples: - default: *439 + default: *441 '404': *6 '500': *40 put: @@ -61492,11 +61545,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *171 - conditions: *438 + conditions: *440 rules: description: An array of rules within the ruleset. type: array - items: *440 + items: *442 examples: default: value: @@ -61533,7 +61586,7 @@ paths: application/json: schema: *193 examples: - default: *439 + default: *441 '404': *6 '422': *15 '500': *40 @@ -61593,7 +61646,7 @@ paths: type: array items: *197 examples: - default: *441 + default: *443 '404': *6 '500': *40 x-github: @@ -61630,7 +61683,7 @@ paths: description: Response content: application/json: - schema: *442 + schema: *444 examples: default: value: @@ -61693,16 +61746,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *89 - - *443 - - *444 - *445 - *446 - *447 - *448 + - *449 + - *450 + - *451 - *112 - *19 - *17 - - &748 + - &749 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -61712,7 +61766,7 @@ paths: required: false schema: type: string - - &749 + - &750 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -61722,10 +61776,10 @@ paths: required: false schema: type: string - - *449 - - *450 - - *451 - *452 + - *453 + - *454 + - *455 responses: '200': description: Response @@ -61733,9 +61787,9 @@ paths: application/json: schema: type: array - items: *453 + items: *456 examples: - default: *454 + default: *457 headers: Link: *47 '404': *6 @@ -61770,9 +61824,9 @@ paths: description: Response content: application/json: - schema: *455 + schema: *458 examples: - default: *456 + default: *459 '403': *29 '404': *6 patch: @@ -61925,7 +61979,7 @@ paths: application/json: schema: type: array - items: &770 + items: &771 description: A repository security advisory. type: object properties: @@ -62127,7 +62181,7 @@ paths: login: type: string description: The username of the user credited. - type: *457 + type: *460 credits_detailed: type: array nullable: true @@ -62137,7 +62191,7 @@ paths: type: object properties: user: *4 - type: *457 + type: *460 state: type: string description: The state of the user's acceptance of the @@ -62197,7 +62251,7 @@ paths: - private_fork additionalProperties: false examples: - default: &771 + default: &772 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -62584,7 +62638,7 @@ paths: application/json: schema: type: array - items: *458 + items: *461 examples: default: value: @@ -62683,7 +62737,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *89 - - *459 + - *462 - *17 - *19 responses: @@ -62691,9 +62745,9 @@ paths: description: Success content: application/json: - schema: *460 + schema: *463 examples: - default: *461 + default: *464 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -62974,7 +63028,7 @@ paths: type: array items: *150 examples: - default: *462 + default: *465 headers: Link: *47 x-github: @@ -63203,15 +63257,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - *89 - - *463 + - *466 responses: '200': description: Response content: application/json: - schema: *464 + schema: *467 examples: - default: *465 + default: *468 headers: Link: *47 x-github: @@ -63249,7 +63303,7 @@ paths: description: Response content: application/json: - schema: &476 + schema: &479 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -63295,7 +63349,7 @@ paths: type: string nullable: true examples: - default: &477 + default: &480 value: groups: - group_id: '123' @@ -63421,7 +63475,7 @@ paths: type: array items: *319 examples: - default: *401 + default: *403 headers: Link: *47 '403': *29 @@ -63507,7 +63561,7 @@ paths: description: Response content: application/json: - schema: &466 + schema: &469 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -63570,8 +63624,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *399 - required: *400 + properties: *401 + required: *402 nullable: true members_count: type: integer @@ -63834,7 +63888,7 @@ paths: - repos_count - organization examples: - default: &467 + default: &470 value: id: 1 node_id: MDQ6VGVhbTE= @@ -63911,9 +63965,9 @@ paths: description: Response content: application/json: - schema: *466 + schema: *469 examples: - default: *467 + default: *470 '404': *6 x-github: githubCloudOnly: false @@ -63997,16 +64051,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *466 + schema: *469 examples: - default: *467 + default: *470 '201': description: Response content: application/json: - schema: *466 + schema: *469 examples: - default: *467 + default: *470 '404': *6 '422': *15 '403': *29 @@ -64036,7 +64090,7 @@ paths: responses: '204': description: Response - '422': &470 + '422': &473 description: Unprocessable entity if you attempt to modify an enterprise team at the organization level. x-github: @@ -64065,10 +64119,10 @@ paths: description: Response content: application/json: - schema: *468 + schema: *471 examples: - default: *469 - '422': *470 + default: *472 + '422': *473 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -64111,10 +64165,10 @@ paths: description: Response content: application/json: - schema: *471 + schema: *474 examples: - default: *472 - '422': *470 + default: *475 + '422': *473 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -64138,7 +64192,7 @@ paths: responses: '204': description: Response - '422': *470 + '422': *473 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -64170,12 +64224,12 @@ paths: application/json: schema: type: array - items: *380 + items: *382 examples: - default: *381 + default: *383 headers: Link: *47 - '422': *470 + '422': *473 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64257,7 +64311,7 @@ paths: description: Response content: application/json: - schema: &473 + schema: &476 title: Team Membership description: Team Membership type: object @@ -64284,7 +64338,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &813 + response-if-user-is-a-team-maintainer: &814 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -64347,9 +64401,9 @@ paths: description: Response content: application/json: - schema: *473 + schema: *476 examples: - response-if-users-membership-with-team-is-now-pending: &814 + response-if-users-membership-with-team-is-now-pending: &815 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -64425,7 +64479,7 @@ paths: type: array items: *290 examples: - default: *415 + default: *417 headers: Link: *47 x-github: @@ -64456,14 +64510,14 @@ paths: parameters: - *89 - *220 - - *474 - - *475 + - *477 + - *478 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &815 + schema: &816 title: Team Repository description: A team's access to a repository. type: object @@ -65028,8 +65082,8 @@ paths: parameters: - *89 - *220 - - *474 - - *475 + - *477 + - *478 requestBody: required: false content: @@ -65076,8 +65130,8 @@ paths: parameters: - *89 - *220 - - *474 - - *475 + - *477 + - *478 responses: '204': description: Response @@ -65110,10 +65164,10 @@ paths: description: Response content: application/json: - schema: *476 + schema: *479 examples: - default: *477 - '422': *470 + default: *480 + '422': *473 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -65179,7 +65233,7 @@ paths: description: Response content: application/json: - schema: *476 + schema: *479 examples: default: value: @@ -65191,7 +65245,7 @@ paths: group_name: Octocat docs members group_description: The people who make your octoworld come to life. - '422': *470 + '422': *473 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -65225,7 +65279,7 @@ paths: type: array items: *319 examples: - response-if-child-teams-exist: &816 + response-if-child-teams-exist: &817 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -65379,7 +65433,7 @@ paths: resources: type: object properties: - core: &478 + core: &481 title: Rate Limit type: object properties: @@ -65396,17 +65450,17 @@ paths: - remaining - reset - used - graphql: *478 - search: *478 - code_search: *478 - source_import: *478 - integration_manifest: *478 - code_scanning_upload: *478 - actions_runner_registration: *478 - scim: *478 - dependency_snapshots: *478 - dependency_sbom: *478 - code_scanning_autofix: *478 + graphql: *481 + search: *481 + code_search: *481 + source_import: *481 + integration_manifest: *481 + code_scanning_upload: *481 + actions_runner_registration: *481 + scim: *481 + dependency_snapshots: *481 + dependency_sbom: *481 + code_scanning_autofix: *481 required: - core - search @@ -65513,14 +65567,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response content: application/json: - schema: *479 + schema: *482 examples: default-response: summary: Default response @@ -66029,7 +66083,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *480 + '301': *483 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66047,8 +66101,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: false content: @@ -66356,10 +66410,10 @@ paths: description: Response content: application/json: - schema: *479 + schema: *482 examples: - default: *481 - '307': &482 + default: *484 + '307': &485 description: Temporary Redirect content: application/json: @@ -66388,8 +66442,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Response @@ -66411,7 +66465,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository - '307': *482 + '307': *485 '404': *6 '409': *121 x-github: @@ -66435,11 +66489,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 - - &499 + - &502 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -66462,7 +66516,7 @@ paths: type: integer artifacts: type: array - items: &483 + items: &486 title: Artifact description: An artifact type: object @@ -66540,7 +66594,7 @@ paths: - expires_at - updated_at examples: - default: &500 + default: &503 value: total_count: 2 artifacts: @@ -66601,9 +66655,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *474 - - *475 - - &484 + - *477 + - *478 + - &487 name: artifact_id description: The unique identifier of the artifact. in: path @@ -66615,7 +66669,7 @@ paths: description: Response content: application/json: - schema: *483 + schema: *486 examples: default: value: @@ -66653,9 +66707,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *474 - - *475 - - *484 + - *477 + - *478 + - *487 responses: '204': description: Response @@ -66679,9 +66733,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *474 - - *475 - - *484 + - *477 + - *478 + - *487 - name: archive_format in: path required: true @@ -66695,7 +66749,7 @@ paths: example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': &666 + '410': &667 description: Gone content: application/json: @@ -66720,14 +66774,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-retention-limit-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response content: application/json: - schema: &485 + schema: &488 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -66760,13 +66814,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#set-github-actions-cache-retention-limit-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: application/json: - schema: *485 + schema: *488 examples: selected_actions: *44 responses: @@ -66795,14 +66849,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-storage-limit-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response content: application/json: - schema: &486 + schema: &489 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -66835,13 +66889,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#set-github-actions-cache-storage-limit-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: application/json: - schema: *486 + schema: *489 examples: selected_actions: *46 responses: @@ -66872,14 +66926,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response content: application/json: - schema: *487 + schema: *490 examples: default: value: @@ -66905,11 +66959,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 - - &488 + - &491 name: ref description: The full Git reference for narrowing down the cache. The `ref` for a branch should be formatted as `refs/heads/`. To reference @@ -66943,7 +66997,7 @@ paths: description: Response content: application/json: - schema: &489 + schema: &492 title: Repository actions caches description: Repository actions caches type: object @@ -66985,7 +67039,7 @@ paths: - total_count - actions_caches examples: - default: &490 + default: &493 value: total_count: 1 actions_caches: @@ -67017,23 +67071,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *474 - - *475 + - *477 + - *478 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *488 + - *491 responses: '200': description: Response content: application/json: - schema: *489 + schema: *492 examples: - default: *490 + default: *493 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67053,8 +67107,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *474 - - *475 + - *477 + - *478 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -67085,9 +67139,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *474 - - *475 - - &491 + - *477 + - *478 + - &494 name: job_id description: The unique identifier of the job. in: path @@ -67099,7 +67153,7 @@ paths: description: Response content: application/json: - schema: &503 + schema: &506 title: Job description: Information of a job execution in a workflow run type: object @@ -67406,9 +67460,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *474 - - *475 - - *491 + - *477 + - *478 + - *494 responses: '302': description: Response @@ -67436,9 +67490,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *474 - - *475 - - *491 + - *477 + - *478 + - *494 requestBody: required: false content: @@ -67483,8 +67537,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Status response @@ -67534,8 +67588,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -67598,8 +67652,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -67617,7 +67671,7 @@ paths: type: integer secrets: type: array - items: &505 + items: &508 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -67637,7 +67691,7 @@ paths: - created_at - updated_at examples: - default: &506 + default: &509 value: total_count: 2 secrets: @@ -67670,9 +67724,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *474 - - *475 - - *492 + - *477 + - *478 + - *495 - *19 responses: '200': @@ -67689,7 +67743,7 @@ paths: type: integer variables: type: array - items: &509 + items: &512 title: Actions Variable type: object properties: @@ -67719,7 +67773,7 @@ paths: - created_at - updated_at examples: - default: &510 + default: &513 value: total_count: 2 variables: @@ -67752,8 +67806,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -67762,7 +67816,7 @@ paths: schema: type: object properties: - enabled: &493 + enabled: &496 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *62 @@ -67797,8 +67851,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Response @@ -67809,7 +67863,7 @@ paths: schema: type: object properties: - enabled: *493 + enabled: *496 allowed_actions: *62 sha_pinning_required: *63 required: @@ -67842,14 +67896,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response content: application/json: - schema: &494 + schema: &497 type: object properties: access_level: @@ -67867,7 +67921,7 @@ paths: required: - access_level examples: - default: &495 + default: &498 value: access_level: organization x-github: @@ -67892,15 +67946,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: application/json: - schema: *494 + schema: *497 examples: - default: *495 + default: *498 responses: '204': description: Response @@ -67924,8 +67978,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -67955,8 +68009,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Empty response for successful settings update @@ -67990,8 +68044,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -68018,8 +68072,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Response @@ -68053,8 +68107,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -68082,8 +68136,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -68114,8 +68168,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -68146,8 +68200,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Response @@ -68179,8 +68233,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -68209,8 +68263,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Success response @@ -68250,8 +68304,8 @@ paths: in: query schema: type: string - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -68295,8 +68349,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -68328,8 +68382,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -68403,8 +68457,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '201': description: Response @@ -68440,8 +68494,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '201': description: Response @@ -68471,8 +68525,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - *77 responses: '200': @@ -68502,8 +68556,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - *77 responses: '204': @@ -68530,8 +68584,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - *77 responses: '200': *83 @@ -68556,8 +68610,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - *77 requestBody: required: true @@ -68606,8 +68660,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - *77 requestBody: required: true @@ -68657,8 +68711,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - *77 responses: '200': *297 @@ -68688,8 +68742,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - *77 - *298 responses: @@ -68719,9 +68773,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *474 - - *475 - - &513 + - *477 + - *478 + - &516 name: actor description: Returns someone's workflow runs. Use the login for the user who created the `push` associated with the check suite or workflow run. @@ -68729,7 +68783,7 @@ paths: required: false schema: type: string - - &514 + - &517 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -68737,7 +68791,7 @@ paths: required: false schema: type: string - - &515 + - &518 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -68746,7 +68800,7 @@ paths: required: false schema: type: string - - &516 + - &519 name: status description: Returns workflow runs with the check run `status` or `conclusion` that you specify. For example, a conclusion can be `success` or a status @@ -68773,7 +68827,7 @@ paths: - pending - *17 - *19 - - &517 + - &520 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/enterprise-cloud@latest//search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -68782,7 +68836,7 @@ paths: schema: type: string format: date-time - - &496 + - &499 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -68791,13 +68845,13 @@ paths: schema: type: boolean default: false - - &518 + - &521 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &519 + - &522 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -68820,7 +68874,7 @@ paths: type: integer workflow_runs: type: array - items: &497 + items: &500 title: Workflow Run description: An invocation of a workflow type: object @@ -68968,7 +69022,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &541 + properties: &544 id: type: string description: SHA for the commit @@ -69019,7 +69073,7 @@ paths: - name - email nullable: true - required: &542 + required: &545 - id - tree_id - message @@ -69066,7 +69120,7 @@ paths: - workflow_url - pull_requests examples: - default: &520 + default: &523 value: total_count: 1 workflow_runs: @@ -69302,24 +69356,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *474 - - *475 - - &498 + - *477 + - *478 + - &501 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *496 + - *499 responses: '200': description: Response content: application/json: - schema: *497 + schema: *500 examples: - default: &501 + default: &504 value: id: 30433642 name: Build @@ -69560,9 +69614,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *474 - - *475 - - *498 + - *477 + - *478 + - *501 responses: '204': description: Response @@ -69585,9 +69639,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *474 - - *475 - - *498 + - *477 + - *478 + - *501 responses: '200': description: Response @@ -69706,9 +69760,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *474 - - *475 - - *498 + - *477 + - *478 + - *501 responses: '201': description: Response @@ -69741,12 +69795,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *474 - - *475 - - *498 + - *477 + - *478 + - *501 - *17 - *19 - - *499 + - *502 - *112 responses: '200': @@ -69763,9 +69817,9 @@ paths: type: integer artifacts: type: array - items: *483 + items: *486 examples: - default: *500 + default: *503 headers: Link: *47 x-github: @@ -69789,25 +69843,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *474 - - *475 - - *498 - - &502 + - *477 + - *478 + - *501 + - &505 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *496 + - *499 responses: '200': description: Response content: application/json: - schema: *497 + schema: *500 examples: - default: *501 + default: *504 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69830,10 +69884,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *474 - - *475 - - *498 - - *502 + - *477 + - *478 + - *501 + - *505 - *17 - *19 responses: @@ -69851,9 +69905,9 @@ paths: type: integer jobs: type: array - items: *503 + items: *506 examples: - default: &504 + default: &507 value: total_count: 1 jobs: @@ -69966,10 +70020,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *474 - - *475 - - *498 - - *502 + - *477 + - *478 + - *501 + - *505 responses: '302': description: Response @@ -69997,9 +70051,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *474 - - *475 - - *498 + - *477 + - *478 + - *501 responses: '202': description: Response @@ -70032,9 +70086,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *474 - - *475 - - *498 + - *477 + - *478 + - *501 requestBody: required: true content: @@ -70101,9 +70155,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *474 - - *475 - - *498 + - *477 + - *478 + - *501 responses: '202': description: Response @@ -70136,9 +70190,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *474 - - *475 - - *498 + - *477 + - *478 + - *501 - name: filter description: Filters jobs by their `completed_at` timestamp. `latest` returns jobs from the most recent execution of the workflow run. `all` returns all @@ -70168,9 +70222,9 @@ paths: type: integer jobs: type: array - items: *503 + items: *506 examples: - default: *504 + default: *507 headers: Link: *47 x-github: @@ -70195,9 +70249,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *474 - - *475 - - *498 + - *477 + - *478 + - *501 responses: '302': description: Response @@ -70224,9 +70278,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *474 - - *475 - - *498 + - *477 + - *478 + - *501 responses: '204': description: Response @@ -70253,9 +70307,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *474 - - *475 - - *498 + - *477 + - *478 + - *501 responses: '200': description: Response @@ -70315,7 +70369,7 @@ paths: items: type: object properties: - type: &633 + type: &634 type: string description: The type of reviewer. enum: @@ -70400,9 +70454,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *474 - - *475 - - *498 + - *477 + - *478 + - *501 requestBody: required: true content: @@ -70449,12 +70503,12 @@ paths: application/json: schema: type: array - items: &618 + items: &621 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &884 + properties: &885 url: type: string format: uri @@ -70539,7 +70593,7 @@ paths: nullable: true properties: *222 required: *223 - required: &885 + required: &886 - id - node_id - sha @@ -70555,7 +70609,7 @@ paths: - created_at - updated_at examples: - default: &619 + default: &622 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -70611,9 +70665,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *474 - - *475 - - *498 + - *477 + - *478 + - *501 requestBody: required: false content: @@ -70657,9 +70711,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *474 - - *475 - - *498 + - *477 + - *478 + - *501 requestBody: required: false content: @@ -70713,9 +70767,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *474 - - *475 - - *498 + - *477 + - *478 + - *501 responses: '200': description: Response @@ -70852,8 +70906,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -70871,9 +70925,9 @@ paths: type: integer secrets: type: array - items: *505 + items: *508 examples: - default: *506 + default: *509 headers: Link: *47 x-github: @@ -70898,16 +70952,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response content: application/json: - schema: *507 + schema: *510 examples: - default: *508 + default: *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70929,17 +70983,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *474 - - *475 + - *477 + - *478 - *300 responses: '200': description: Response content: application/json: - schema: *505 + schema: *508 examples: - default: &646 + default: &647 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -70965,8 +71019,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *474 - - *475 + - *477 + - *478 - *300 requestBody: required: true @@ -71024,8 +71078,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *474 - - *475 + - *477 + - *478 - *300 responses: '204': @@ -71051,9 +71105,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *474 - - *475 - - *492 + - *477 + - *478 + - *495 - *19 responses: '200': @@ -71070,9 +71124,9 @@ paths: type: integer variables: type: array - items: *509 + items: *512 examples: - default: *510 + default: *513 headers: Link: *47 x-github: @@ -71095,8 +71149,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -71148,17 +71202,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *474 - - *475 + - *477 + - *478 - *303 responses: '200': description: Response content: application/json: - schema: *509 + schema: *512 examples: - default: &647 + default: &648 value: name: USERNAME value: octocat @@ -71184,8 +71238,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *474 - - *475 + - *477 + - *478 - *303 requestBody: required: true @@ -71228,8 +71282,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *474 - - *475 + - *477 + - *478 - *303 responses: '204': @@ -71255,8 +71309,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -71274,7 +71328,7 @@ paths: type: integer workflows: type: array - items: &511 + items: &514 title: Workflow description: A GitHub Actions workflow type: object @@ -71381,9 +71435,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *474 - - *475 - - &512 + - *477 + - *478 + - &515 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -71398,7 +71452,7 @@ paths: description: Response content: application/json: - schema: *511 + schema: *514 examples: default: value: @@ -71431,9 +71485,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *474 - - *475 - - *512 + - *477 + - *478 + - *515 responses: '204': description: Response @@ -71458,9 +71512,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *474 - - *475 - - *512 + - *477 + - *478 + - *515 responses: '200': description: Response including the workflow run ID and URLs when `return_run_details` @@ -71541,9 +71595,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *474 - - *475 - - *512 + - *477 + - *478 + - *515 responses: '204': description: Response @@ -71570,19 +71624,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *474 - - *475 - - *512 - - *513 - - *514 + - *477 + - *478 - *515 - *516 - - *17 - - *19 - *517 - - *496 - *518 - *519 + - *17 + - *19 + - *520 + - *499 + - *521 + - *522 responses: '200': description: Response @@ -71598,9 +71652,9 @@ paths: type: integer workflow_runs: type: array - items: *497 + items: *500 examples: - default: *520 + default: *523 headers: Link: *47 x-github: @@ -71633,9 +71687,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *474 - - *475 - - *512 + - *477 + - *478 + - *515 responses: '200': description: Response @@ -71696,8 +71750,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *474 - - *475 + - *477 + - *478 - *112 - *17 - *110 @@ -71861,8 +71915,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -71899,8 +71953,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *474 - - *475 + - *477 + - *478 - name: assignee in: path required: true @@ -71936,8 +71990,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/attestations#create-an-attestation parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -72047,8 +72101,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/attestations#list-attestations parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *110 - *111 @@ -72089,7 +72143,7 @@ paths: initiator: type: string examples: - default: *521 + default: *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72109,8 +72163,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -72118,7 +72172,7 @@ paths: application/json: schema: type: array - items: &522 + items: &525 title: Autolink reference description: An autolink reference. type: object @@ -72172,8 +72226,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -72212,9 +72266,9 @@ paths: description: response content: application/json: - schema: *522 + schema: *525 examples: - default: &523 + default: &526 value: id: 1 key_prefix: TICKET- @@ -72245,9 +72299,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *474 - - *475 - - &524 + - *477 + - *478 + - &527 name: autolink_id description: The unique identifier of the autolink. in: path @@ -72259,9 +72313,9 @@ paths: description: Response content: application/json: - schema: *522 + schema: *525 examples: - default: *523 + default: *526 '404': *6 x-github: githubCloudOnly: false @@ -72281,9 +72335,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *474 - - *475 - - *524 + - *477 + - *478 + - *527 responses: '204': description: Response @@ -72307,8 +72361,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response if Dependabot is enabled @@ -72356,8 +72410,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Response @@ -72378,8 +72432,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Response @@ -72399,8 +72453,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *474 - - *475 + - *477 + - *478 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -72438,7 +72492,7 @@ paths: - url protected: type: boolean - protection: &526 + protection: &529 title: Branch Protection description: Branch Protection type: object @@ -72480,7 +72534,7 @@ paths: required: - contexts - checks - enforce_admins: &529 + enforce_admins: &532 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -72495,7 +72549,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &531 + required_pull_request_reviews: &534 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -72571,7 +72625,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &528 + restrictions: &531 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -72848,9 +72902,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *474 - - *475 - - &527 + - *477 + - *478 + - &530 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/enterprise-cloud@latest//graphql). @@ -72864,14 +72918,14 @@ paths: description: Response content: application/json: - schema: &537 + schema: &540 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &591 + commit: &594 title: Commit description: Commit type: object @@ -72905,7 +72959,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &525 + properties: &528 name: type: string example: '"Chris Wanstrath"' @@ -72921,7 +72975,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *525 + properties: *528 nullable: true message: type: string @@ -72942,7 +72996,7 @@ paths: required: - sha - url - verification: &653 + verification: &654 title: Verification type: object properties: @@ -73012,7 +73066,7 @@ paths: type: integer files: type: array - items: &604 + items: &607 title: Diff Entry description: Diff Entry type: object @@ -73096,7 +73150,7 @@ paths: - self protected: type: boolean - protection: *526 + protection: *529 protection_url: type: string format: uri @@ -73203,7 +73257,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *480 + '301': *483 '404': *6 x-github: githubCloudOnly: false @@ -73225,15 +73279,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 responses: '200': description: Response content: application/json: - schema: *526 + schema: *529 examples: default: value: @@ -73427,9 +73481,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 requestBody: required: true content: @@ -73684,7 +73738,7 @@ paths: url: type: string format: uri - required_status_checks: &534 + required_status_checks: &537 title: Status Check Policy description: Status Check Policy type: object @@ -73836,7 +73890,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *528 + restrictions: *531 required_conversation_resolution: type: object properties: @@ -73948,9 +74002,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 responses: '204': description: Response @@ -73975,17 +74029,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 responses: '200': description: Response content: application/json: - schema: *529 + schema: *532 examples: - default: &530 + default: &533 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -74007,17 +74061,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 responses: '200': description: Response content: application/json: - schema: *529 + schema: *532 examples: - default: *530 + default: *533 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74036,9 +74090,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 responses: '204': description: Response @@ -74063,17 +74117,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 responses: '200': description: Response content: application/json: - schema: *531 + schema: *534 examples: - default: &532 + default: &535 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -74169,9 +74223,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 requestBody: required: false content: @@ -74269,9 +74323,9 @@ paths: description: Response content: application/json: - schema: *531 + schema: *534 examples: - default: *532 + default: *535 '422': *15 x-github: githubCloudOnly: false @@ -74292,9 +74346,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 responses: '204': description: Response @@ -74321,17 +74375,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 responses: '200': description: Response content: application/json: - schema: *529 + schema: *532 examples: - default: &533 + default: &536 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -74354,17 +74408,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 responses: '200': description: Response content: application/json: - schema: *529 + schema: *532 examples: - default: *533 + default: *536 '404': *6 x-github: githubCloudOnly: false @@ -74384,9 +74438,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 responses: '204': description: Response @@ -74411,17 +74465,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 responses: '200': description: Response content: application/json: - schema: *534 + schema: *537 examples: - default: &535 + default: &538 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -74447,9 +74501,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 requestBody: required: false content: @@ -74501,9 +74555,9 @@ paths: description: Response content: application/json: - schema: *534 + schema: *537 examples: - default: *535 + default: *538 '404': *6 '422': *15 x-github: @@ -74525,9 +74579,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 responses: '204': description: Response @@ -74551,9 +74605,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 responses: '200': description: Response @@ -74587,9 +74641,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 requestBody: required: false content: @@ -74656,9 +74710,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 requestBody: required: false content: @@ -74722,9 +74776,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 requestBody: content: application/json: @@ -74790,15 +74844,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 responses: '200': description: Response content: application/json: - schema: *528 + schema: *531 examples: default: value: @@ -74889,9 +74943,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 responses: '204': description: Response @@ -74914,9 +74968,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 responses: '200': description: Response @@ -74926,7 +74980,7 @@ paths: type: array items: *5 examples: - default: &536 + default: &539 value: - id: 1 slug: octoapp @@ -74983,9 +75037,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 requestBody: required: true content: @@ -75019,7 +75073,7 @@ paths: type: array items: *5 examples: - default: *536 + default: *539 '422': *15 x-github: githubCloudOnly: false @@ -75040,9 +75094,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 requestBody: required: true content: @@ -75076,7 +75130,7 @@ paths: type: array items: *5 examples: - default: *536 + default: *539 '422': *15 x-github: githubCloudOnly: false @@ -75097,9 +75151,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 requestBody: required: true content: @@ -75133,7 +75187,7 @@ paths: type: array items: *5 examples: - default: *536 + default: *539 '422': *15 x-github: githubCloudOnly: false @@ -75155,9 +75209,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 responses: '200': description: Response @@ -75167,7 +75221,7 @@ paths: type: array items: *319 examples: - default: *401 + default: *403 '404': *6 x-github: githubCloudOnly: false @@ -75187,9 +75241,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 requestBody: required: false content: @@ -75227,7 +75281,7 @@ paths: type: array items: *319 examples: - default: *401 + default: *403 '422': *15 x-github: githubCloudOnly: false @@ -75248,9 +75302,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 requestBody: required: false content: @@ -75288,7 +75342,7 @@ paths: type: array items: *319 examples: - default: *401 + default: *403 '422': *15 x-github: githubCloudOnly: false @@ -75309,9 +75363,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 requestBody: content: application/json: @@ -75348,7 +75402,7 @@ paths: type: array items: *319 examples: - default: *401 + default: *403 '422': *15 x-github: githubCloudOnly: false @@ -75370,9 +75424,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 responses: '200': description: Response @@ -75406,9 +75460,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 requestBody: required: true content: @@ -75466,9 +75520,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 requestBody: required: true content: @@ -75526,9 +75580,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 requestBody: required: true content: @@ -75588,9 +75642,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 requestBody: required: true content: @@ -75612,7 +75666,7 @@ paths: description: Response content: application/json: - schema: *537 + schema: *540 examples: default: value: @@ -75726,8 +75780,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *474 - - *475 + - *477 + - *478 - *105 - *106 - *107 @@ -75763,8 +75817,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *474 - - *475 + - *477 + - *478 - name: bypass_request_number in: path required: true @@ -75837,8 +75891,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *474 - - *475 + - *477 + - *478 - *105 - *106 - *107 @@ -75878,8 +75932,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *474 - - *475 + - *477 + - *478 - name: bypass_request_number in: path required: true @@ -75949,8 +76003,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *474 - - *475 + - *477 + - *478 - name: bypass_request_number in: path required: true @@ -76021,8 +76075,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *474 - - *475 + - *477 + - *478 - name: bypass_response_id in: path required: true @@ -76055,8 +76109,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -76335,7 +76389,7 @@ paths: description: Response content: application/json: - schema: &538 + schema: &541 title: CheckRun description: A check performed on the code of a given code change type: object @@ -76455,7 +76509,7 @@ paths: check. type: array items: *232 - deployment: &877 + deployment: &878 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -76735,9 +76789,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *474 - - *475 - - &539 + - *477 + - *478 + - &542 name: check_run_id description: The unique identifier of the check run. in: path @@ -76749,9 +76803,9 @@ paths: description: Response content: application/json: - schema: *538 + schema: *541 examples: - default: &540 + default: &543 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -76851,9 +76905,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *474 - - *475 - - *539 + - *477 + - *478 + - *542 requestBody: required: true content: @@ -77093,9 +77147,9 @@ paths: description: Response content: application/json: - schema: *538 + schema: *541 examples: - default: *540 + default: *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77115,9 +77169,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *474 - - *475 - - *539 + - *477 + - *478 + - *542 - *17 - *19 responses: @@ -77212,9 +77266,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *474 - - *475 - - *539 + - *477 + - *478 + - *542 responses: '201': description: Response @@ -77258,8 +77312,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -77281,7 +77335,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &543 + schema: &546 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -77367,12 +77421,12 @@ paths: type: string format: date-time nullable: true - head_commit: &910 + head_commit: &911 title: Simple Commit description: A commit. type: object - properties: *541 - required: *542 + properties: *544 + required: *545 latest_check_runs_count: type: integer check_runs_url: @@ -77400,7 +77454,7 @@ paths: - check_runs_url - pull_requests examples: - default: &544 + default: &547 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -77691,9 +77745,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *543 + schema: *546 examples: - default: *544 + default: *547 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77712,8 +77766,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -78022,9 +78076,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *474 - - *475 - - &545 + - *477 + - *478 + - &548 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -78036,9 +78090,9 @@ paths: description: Response content: application/json: - schema: *543 + schema: *546 examples: - default: *544 + default: *547 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78061,17 +78115,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *474 - - *475 - - *545 - - &597 + - *477 + - *478 + - *548 + - &600 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &598 + - &601 name: status description: Returns check runs with the specified `status`. in: query @@ -78110,9 +78164,9 @@ paths: type: integer check_runs: type: array - items: *538 + items: *541 examples: - default: &599 + default: &602 value: total_count: 1 check_runs: @@ -78214,9 +78268,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *474 - - *475 - - *545 + - *477 + - *478 + - *548 responses: '201': description: Response @@ -78249,21 +78303,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - *323 - *324 - *19 - *17 - - &561 + - &564 name: ref description: The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. in: query required: false - schema: *546 - - &562 + schema: *549 + - &565 name: pr description: The number of the pull request for the results you want to list. in: query @@ -78294,7 +78348,7 @@ paths: be returned. in: query required: false - schema: *547 + schema: *550 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -78318,7 +78372,7 @@ paths: updated_at: *138 url: *135 html_url: *136 - instances_url: *548 + instances_url: *551 state: *115 fixed_at: *140 dismissed_by: @@ -78329,11 +78383,11 @@ paths: required: *21 nullable: true dismissed_at: *139 - dismissed_reason: *549 - dismissed_comment: *550 - rule: *551 - tool: *552 - most_recent_instance: *553 + dismissed_reason: *552 + dismissed_comment: *553 + rule: *554 + tool: *555 + most_recent_instance: *556 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -78459,7 +78513,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &554 + '403': &557 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -78486,9 +78540,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *474 - - *475 - - &555 + - *477 + - *478 + - &558 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -78502,7 +78556,7 @@ paths: description: Response content: application/json: - schema: &556 + schema: &559 type: object properties: number: *130 @@ -78510,7 +78564,7 @@ paths: updated_at: *138 url: *135 html_url: *136 - instances_url: *548 + instances_url: *551 state: *115 fixed_at: *140 dismissed_by: @@ -78521,8 +78575,8 @@ paths: required: *21 nullable: true dismissed_at: *139 - dismissed_reason: *549 - dismissed_comment: *550 + dismissed_reason: *552 + dismissed_comment: *553 rule: type: object properties: @@ -78576,8 +78630,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *552 - most_recent_instance: *553 + tool: *555 + most_recent_instance: *556 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -78676,7 +78730,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *554 + '403': *557 '404': *6 '503': *198 x-github: @@ -78696,9 +78750,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *474 - - *475 - - *555 + - *477 + - *478 + - *558 requestBody: required: true content: @@ -78713,8 +78767,8 @@ paths: enum: - open - dismissed - dismissed_reason: *549 - dismissed_comment: *550 + dismissed_reason: *552 + dismissed_comment: *553 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -78742,7 +78796,7 @@ paths: description: Response content: application/json: - schema: *556 + schema: *559 examples: default: value: @@ -78818,7 +78872,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &560 + '403': &563 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -78845,15 +78899,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert parameters: - - *474 - - *475 - - *555 + - *477 + - *478 + - *558 responses: '200': description: Response content: application/json: - schema: &557 + schema: &560 type: object properties: status: @@ -78879,13 +78933,13 @@ paths: - description - started_at examples: - default: &558 + default: &561 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &559 + '400': &562 description: Bad Request content: application/json: @@ -78896,7 +78950,7 @@ paths: message: The alert_number is not valid documentation_url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert status: '400' - '403': *554 + '403': *557 '404': *6 '503': *198 x-github: @@ -78921,29 +78975,29 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-an-autofix-for-a-code-scanning-alert parameters: - - *474 - - *475 - - *555 + - *477 + - *478 + - *558 responses: '200': description: OK content: application/json: - schema: *557 + schema: *560 examples: - default: *558 + default: *561 '202': description: Accepted content: application/json: - schema: *557 + schema: *560 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *559 + '400': *562 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -78975,9 +79029,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#commit-an-autofix-for-a-code-scanning-alert parameters: - - *474 - - *475 - - *555 + - *477 + - *478 + - *558 requestBody: required: false content: @@ -79022,8 +79076,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *559 - '403': *560 + '400': *562 + '403': *563 '404': *6 '422': description: Unprocessable Entity @@ -79047,13 +79101,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *474 - - *475 - - *555 + - *477 + - *478 + - *558 - *19 - *17 - - *561 - - *562 + - *564 + - *565 responses: '200': description: Response @@ -79064,10 +79118,10 @@ paths: items: type: object properties: - ref: *546 - analysis_key: *563 - environment: *564 - category: *565 + ref: *549 + analysis_key: *566 + environment: *567 + category: *568 state: type: string description: State of a code scanning alert instance. @@ -79082,7 +79136,7 @@ paths: properties: text: type: string - location: *566 + location: *569 html_url: type: string classifications: @@ -79090,7 +79144,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: *567 + items: *570 examples: default: value: @@ -79127,7 +79181,7 @@ paths: end_column: 50 classifications: - source - '403': *554 + '403': *557 '404': *6 '503': *198 x-github: @@ -79161,25 +79215,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - *323 - *324 - *19 - *17 - - *562 + - *565 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *546 + schema: *549 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &568 + schema: &571 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -79200,23 +79254,23 @@ paths: application/json: schema: type: array - items: &569 + items: &572 type: object properties: - ref: *546 - commit_sha: &577 + ref: *549 + commit_sha: &580 description: The SHA of the commit to which the analysis you are uploading relates. type: string minLength: 40 maxLength: 40 pattern: "^[0-9a-fA-F]+$" - analysis_key: *563 + analysis_key: *566 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *565 + category: *568 error: type: string example: error reading field xyz @@ -79240,8 +79294,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *568 - tool: *552 + sarif_id: *571 + tool: *555 deletable: type: boolean warning: @@ -79302,7 +79356,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *554 + '403': *557 '404': *6 '503': *198 x-github: @@ -79338,8 +79392,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -79352,7 +79406,7 @@ paths: description: Response content: application/json: - schema: *569 + schema: *572 examples: response: summary: application/json response @@ -79406,7 +79460,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *554 + '403': *557 '404': *6 '422': description: Response if analysis could not be processed @@ -79493,8 +79547,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -79547,7 +79601,7 @@ paths: next_analysis_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41 confirm_delete_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41?confirm_delete '400': *14 - '403': *560 + '403': *563 '404': *6 '503': *198 x-github: @@ -79569,8 +79623,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -79578,7 +79632,7 @@ paths: application/json: schema: type: array - items: &570 + items: &573 title: CodeQL Database description: A CodeQL database. type: object @@ -79689,7 +79743,7 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '403': *554 + '403': *557 '404': *6 '503': *198 x-github: @@ -79718,8 +79772,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - name: language in: path description: The language of the CodeQL database. @@ -79731,7 +79785,7 @@ paths: description: Response content: application/json: - schema: *570 + schema: *573 examples: default: value: @@ -79763,9 +79817,9 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &606 + '302': &609 description: Found - '403': *554 + '403': *557 '404': *6 '503': *198 x-github: @@ -79787,8 +79841,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *474 - - *475 + - *477 + - *478 - name: language in: path description: The language of the CodeQL database. @@ -79798,7 +79852,7 @@ paths: responses: '204': description: Response - '403': *560 + '403': *563 '404': *6 '503': *198 x-github: @@ -79826,8 +79880,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -79836,7 +79890,7 @@ paths: type: object additionalProperties: false properties: - language: &571 + language: &574 type: string description: The language targeted by the CodeQL query enum: @@ -79916,7 +79970,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &575 + schema: &578 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -79926,7 +79980,7 @@ paths: description: The ID of the variant analysis. controller_repo: *122 actor: *4 - query_language: *571 + query_language: *574 query_pack_url: type: string description: The download url for the query pack. @@ -79973,7 +80027,7 @@ paths: items: type: object properties: - repository: &572 + repository: &575 title: Repository Identifier description: Repository Identifier type: object @@ -80009,7 +80063,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &576 + analysis_status: &579 type: string description: The new status of the CodeQL variant analysis repository task. @@ -80041,7 +80095,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &573 + access_mismatch_repos: &576 type: object properties: repository_count: @@ -80055,7 +80109,7 @@ paths: This list may not include all repositories that were skipped. This is only available when the repository was found and the user has access to it. - items: *572 + items: *575 required: - repository_count - repositories @@ -80077,8 +80131,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *573 - over_limit_repos: *573 + no_codeql_db_repos: *576 + over_limit_repos: *576 required: - access_mismatch_repos - not_found_repos @@ -80094,7 +80148,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &574 + value: &577 summary: Default response value: id: 1 @@ -80240,10 +80294,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *574 + value: *577 repository_lists: summary: Response for a successful variant analysis submission - value: *574 + value: *577 '404': *6 '422': description: Unable to process variant analysis submission @@ -80271,8 +80325,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-summary-of-a-codeql-variant-analysis parameters: - - *474 - - *475 + - *477 + - *478 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -80284,9 +80338,9 @@ paths: description: Response content: application/json: - schema: *575 + schema: *578 examples: - default: *574 + default: *577 '404': *6 '503': *198 x-github: @@ -80309,7 +80363,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-analysis-status-of-a-repository-in-a-codeql-variant-analysis parameters: - - *474 + - *477 - name: repo in: path description: The name of the controller repository. @@ -80344,7 +80398,7 @@ paths: type: object properties: repository: *122 - analysis_status: *576 + analysis_status: *579 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -80469,8 +80523,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -80553,7 +80607,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *554 + '403': *557 '404': *6 '503': *198 x-github: @@ -80574,8 +80628,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -80667,7 +80721,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *560 + '403': *563 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -80738,8 +80792,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -80747,7 +80801,7 @@ paths: schema: type: object properties: - commit_sha: *577 + commit_sha: *580 ref: type: string description: |- @@ -80805,7 +80859,7 @@ paths: schema: type: object properties: - id: *568 + id: *571 url: type: string description: The REST API URL for checking the status of the upload. @@ -80819,7 +80873,7 @@ paths: url: https://api.github.com/repos/octocat/hello-world/code-scanning/sarifs/47177e22-5596-11eb-80a1-c1e54ef945c6 '400': description: Bad Request if the sarif field is invalid - '403': *560 + '403': *563 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -80842,8 +80896,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *474 - - *475 + - *477 + - *478 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -80889,7 +80943,7 @@ paths: value: processing_status: complete analyses_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses?sarif_id=47177e22-5596-11eb-80a1-c1e54ef945c6 - '403': *554 + '403': *557 '404': description: Not Found if the sarif id does not match any upload '503': *198 @@ -80914,8 +80968,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -80996,8 +81050,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *474 - - *475 + - *477 + - *478 - name: ref description: 'A branch, tag or commit name used to determine which version of the CODEOWNERS file to use. Default: the repository''s default branch @@ -81117,8 +81171,8 @@ paths: parameters: - *17 - *19 - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -81134,7 +81188,7 @@ paths: type: integer codespaces: type: array - items: *391 + items: *393 examples: default: value: @@ -81432,8 +81486,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -81496,17 +81550,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *391 + schema: *393 examples: - default: *578 + default: *581 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *391 + schema: *393 examples: - default: *578 + default: *581 '400': *14 '401': *25 '403': *29 @@ -81535,8 +81589,8 @@ paths: parameters: - *17 - *19 - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -81600,8 +81654,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -81636,14 +81690,14 @@ paths: type: integer machines: type: array - items: &821 + items: &822 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *579 - required: *580 + properties: *582 + required: *583 examples: - default: &822 + default: &823 value: total_count: 2 machines: @@ -81683,8 +81737,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *474 - - *475 + - *477 + - *478 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -81768,8 +81822,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user parameters: - - *474 - - *475 + - *477 + - *478 - name: ref description: The git reference that points to the location of the devcontainer configuration to use for the permission check. The value of `ref` will typically @@ -81835,8 +81889,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -81854,7 +81908,7 @@ paths: type: integer secrets: type: array - items: &584 + items: &587 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -81874,7 +81928,7 @@ paths: - created_at - updated_at examples: - default: *581 + default: *584 headers: Link: *47 x-github: @@ -81897,16 +81951,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response content: application/json: - schema: *582 + schema: *585 examples: - default: *583 + default: *586 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -81926,17 +81980,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *474 - - *475 + - *477 + - *478 - *300 responses: '200': description: Response content: application/json: - schema: *584 + schema: *587 examples: - default: *585 + default: *588 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81956,8 +82010,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *474 - - *475 + - *477 + - *478 - *300 requestBody: required: true @@ -82010,8 +82064,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *474 - - *475 + - *477 + - *478 - *300 responses: '204': @@ -82040,8 +82094,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *474 - - *475 + - *477 + - *478 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -82083,7 +82137,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &586 + properties: &589 login: type: string example: octocat @@ -82176,7 +82230,7 @@ paths: user_view_type: type: string example: public - required: &587 + required: &590 - avatar_url - events_url - followers_url @@ -82250,8 +82304,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *474 - - *475 + - *477 + - *478 - *145 responses: '204': @@ -82298,8 +82352,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *474 - - *475 + - *477 + - *478 - *145 requestBody: required: false @@ -82326,7 +82380,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &665 + schema: &666 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -82555,8 +82609,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *474 - - *475 + - *477 + - *478 - *145 responses: '204': @@ -82588,8 +82642,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *474 - - *475 + - *477 + - *478 - *145 responses: '200': @@ -82610,8 +82664,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *586 - required: *587 + properties: *589 + required: *590 nullable: true required: - permission @@ -82666,8 +82720,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -82677,7 +82731,7 @@ paths: application/json: schema: type: array - items: &588 + items: &591 title: Commit Comment description: Commit Comment type: object @@ -82735,7 +82789,7 @@ paths: - created_at - updated_at examples: - default: &593 + default: &596 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -82794,17 +82848,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *474 - - *475 + - *477 + - *478 - *243 responses: '200': description: Response content: application/json: - schema: *588 + schema: *591 examples: - default: &594 + default: &597 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -82861,8 +82915,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *474 - - *475 + - *477 + - *478 - *243 requestBody: required: true @@ -82885,7 +82939,7 @@ paths: description: Response content: application/json: - schema: *588 + schema: *591 examples: default: value: @@ -82936,8 +82990,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *474 - - *475 + - *477 + - *478 - *243 responses: '204': @@ -82959,8 +83013,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *474 - - *475 + - *477 + - *478 - *243 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -82987,7 +83041,7 @@ paths: application/json: schema: type: array - items: &589 + items: &592 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -83030,7 +83084,7 @@ paths: - content - created_at examples: - default: &669 + default: &670 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -83075,8 +83129,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *474 - - *475 + - *477 + - *478 - *243 requestBody: required: true @@ -83109,9 +83163,9 @@ paths: description: Reaction exists content: application/json: - schema: *589 + schema: *592 examples: - default: &590 + default: &593 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -83140,9 +83194,9 @@ paths: description: Reaction created content: application/json: - schema: *589 + schema: *592 examples: - default: *590 + default: *593 '422': *15 x-github: githubCloudOnly: false @@ -83164,10 +83218,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *474 - - *475 + - *477 + - *478 - *243 - - &670 + - &671 name: reaction_id description: The unique identifier of the reaction. in: path @@ -83222,8 +83276,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *474 - - *475 + - *477 + - *478 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -83279,9 +83333,9 @@ paths: application/json: schema: type: array - items: *591 + items: *594 examples: - default: &722 + default: &723 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -83375,9 +83429,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *474 - - *475 - - &592 + - *477 + - *478 + - &595 name: commit_sha description: The SHA of the commit. in: path @@ -83449,9 +83503,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *474 - - *475 - - *592 + - *477 + - *478 + - *595 - *17 - *19 responses: @@ -83461,9 +83515,9 @@ paths: application/json: schema: type: array - items: *588 + items: *591 examples: - default: *593 + default: *596 headers: Link: *47 x-github: @@ -83491,9 +83545,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *474 - - *475 - - *592 + - *477 + - *478 + - *595 requestBody: required: true content: @@ -83528,9 +83582,9 @@ paths: description: Response content: application/json: - schema: *588 + schema: *591 examples: - default: *594 + default: *597 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -83558,9 +83612,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *474 - - *475 - - *592 + - *477 + - *478 + - *595 - *17 - *19 responses: @@ -83570,9 +83624,9 @@ paths: application/json: schema: type: array - items: *595 + items: *598 examples: - default: &714 + default: &715 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -84109,11 +84163,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *474 - - *475 + - *477 + - *478 - *19 - *17 - - &596 + - &599 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), or tag name (`tags/TAG_NAME`). For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" @@ -84128,9 +84182,9 @@ paths: description: Response content: application/json: - schema: *591 + schema: *594 examples: - default: &699 + default: &700 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -84243,11 +84297,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *474 - - *475 - - *596 - - *597 - - *598 + - *477 + - *478 + - *599 + - *600 + - *601 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -84281,9 +84335,9 @@ paths: type: integer check_runs: type: array - items: *538 + items: *541 examples: - default: *599 + default: *602 headers: Link: *47 x-github: @@ -84308,9 +84362,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *474 - - *475 - - *596 + - *477 + - *478 + - *599 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -84318,7 +84372,7 @@ paths: schema: type: integer example: 1 - - *597 + - *600 - *17 - *19 responses: @@ -84336,7 +84390,7 @@ paths: type: integer check_suites: type: array - items: *543 + items: *546 examples: default: value: @@ -84536,9 +84590,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *474 - - *475 - - *596 + - *477 + - *478 + - *599 - *17 - *19 responses: @@ -84736,9 +84790,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *474 - - *475 - - *596 + - *477 + - *478 + - *599 - *17 - *19 responses: @@ -84748,7 +84802,7 @@ paths: application/json: schema: type: array - items: &775 + items: &776 title: Status description: The status of a commit. type: object @@ -84829,7 +84883,7 @@ paths: site_admin: false headers: Link: *47 - '301': *480 + '301': *483 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84857,8 +84911,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -84887,20 +84941,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *600 - required: *601 + properties: *603 + required: *604 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &602 + properties: &605 url: type: string format: uri html_url: type: string format: uri - required: &603 + required: &606 - url - html_url nullable: true @@ -84914,26 +84968,26 @@ paths: contributing: title: Community Health File type: object - properties: *602 - required: *603 + properties: *605 + required: *606 nullable: true readme: title: Community Health File type: object - properties: *602 - required: *603 + properties: *605 + required: *606 nullable: true issue_template: title: Community Health File type: object - properties: *602 - required: *603 + properties: *605 + required: *606 nullable: true pull_request_template: title: Community Health File type: object - properties: *602 - required: *603 + properties: *605 + required: *606 nullable: true required: - code_of_conduct @@ -85060,8 +85114,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *474 - - *475 + - *477 + - *478 - *19 - *17 - name: basehead @@ -85104,8 +85158,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *591 - merge_base_commit: *591 + base_commit: *594 + merge_base_commit: *594 status: type: string enum: @@ -85125,10 +85179,10 @@ paths: example: 6 commits: type: array - items: *591 + items: *594 files: type: array - items: *604 + items: *607 required: - url - html_url @@ -85414,8 +85468,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *474 - - *475 + - *477 + - *478 - name: path description: path parameter in: path @@ -85575,7 +85629,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &605 + response-if-content-is-a-file-github-object: &608 summary: Response if content is a file value: type: file @@ -85707,7 +85761,7 @@ paths: - size - type - url - - &727 + - &728 title: Content File description: Content File type: object @@ -85908,7 +85962,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *605 + response-if-content-is-a-file: *608 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -85977,7 +86031,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *606 + '302': *609 '304': *37 x-github: githubCloudOnly: false @@ -86000,8 +86054,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *474 - - *475 + - *477 + - *478 - name: path description: path parameter in: path @@ -86094,7 +86148,7 @@ paths: description: Response content: application/json: - schema: &607 + schema: &610 title: File Commit description: File Commit type: object @@ -86246,7 +86300,7 @@ paths: description: Response content: application/json: - schema: *607 + schema: *610 examples: example-for-creating-a-file: value: @@ -86300,7 +86354,7 @@ paths: schema: oneOf: - *3 - - &648 + - &649 description: Repository rule violation was detected type: object properties: @@ -86321,7 +86375,7 @@ paths: items: type: object properties: - placeholder_id: &767 + placeholder_id: &768 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -86353,8 +86407,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *474 - - *475 + - *477 + - *478 - name: path description: path parameter in: path @@ -86415,7 +86469,7 @@ paths: description: Response content: application/json: - schema: *607 + schema: *610 examples: default: value: @@ -86470,8 +86524,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *474 - - *475 + - *477 + - *478 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -86594,8 +86648,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - *340 - *341 - *342 @@ -86608,7 +86662,7 @@ paths: schema: type: string - *345 - - *608 + - *611 - *346 - *347 - *348 @@ -86623,7 +86677,7 @@ paths: application/json: schema: type: array - items: &612 + items: &615 type: object description: A Dependabot alert. properties: @@ -86670,7 +86724,7 @@ paths: - direct - transitive - inconclusive - security_advisory: *609 + security_advisory: *612 security_vulnerability: *134 url: *135 html_url: *136 @@ -86701,8 +86755,8 @@ paths: nullable: true maxLength: 280 fixed_at: *140 - auto_dismissed_at: *610 - dismissal_request: *611 + auto_dismissed_at: *613 + dismissal_request: *614 assignees: type: array description: The users assigned to this alert. @@ -86957,9 +87011,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *474 - - *475 - - &613 + - *477 + - *478 + - &616 name: alert_number in: path description: |- @@ -86974,7 +87028,7 @@ paths: description: Response content: application/json: - schema: *612 + schema: *615 examples: default: value: @@ -87106,9 +87160,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *474 - - *475 - - *613 + - *477 + - *478 + - *616 requestBody: required: true content: @@ -87164,7 +87218,7 @@ paths: description: Response content: application/json: - schema: *612 + schema: *615 examples: default: value: @@ -87294,8 +87348,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -87313,7 +87367,7 @@ paths: type: integer secrets: type: array - items: &616 + items: &619 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -87366,16 +87420,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response content: application/json: - schema: *614 + schema: *617 examples: - default: *615 + default: *618 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87395,15 +87449,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *474 - - *475 + - *477 + - *478 - *300 responses: '200': description: Response content: application/json: - schema: *616 + schema: *619 examples: default: value: @@ -87429,8 +87483,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *474 - - *475 + - *477 + - *478 - *300 requestBody: required: true @@ -87483,8 +87537,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *474 - - *475 + - *477 + - *478 - *300 responses: '204': @@ -87507,8 +87561,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *474 - - *475 + - *477 + - *478 - name: basehead description: The base and head Git revisions to compare. The Git revisions will be resolved to commit SHAs. Named revisions will be resolved to their @@ -87668,8 +87722,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -87908,8 +87962,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -87984,7 +88038,7 @@ paths: - version - url additionalProperties: false - metadata: &617 + metadata: &620 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -88017,7 +88071,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *617 + metadata: *620 resolved: type: object description: A collection of resolved package dependencies. @@ -88030,7 +88084,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *617 + metadata: *620 relationship: type: string description: A notation of whether a dependency is requested @@ -88159,8 +88213,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *474 - - *475 + - *477 + - *478 - name: sha description: The SHA recorded at creation time. in: query @@ -88200,9 +88254,9 @@ paths: application/json: schema: type: array - items: *618 + items: *621 examples: - default: *619 + default: *622 headers: Link: *47 x-github: @@ -88268,8 +88322,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -88350,7 +88404,7 @@ paths: description: Response content: application/json: - schema: *618 + schema: *621 examples: simple-example: summary: Simple example @@ -88423,9 +88477,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *474 - - *475 - - &620 + - *477 + - *478 + - &623 name: deployment_id description: deployment_id parameter in: path @@ -88437,7 +88491,7 @@ paths: description: Response content: application/json: - schema: *618 + schema: *621 examples: default: value: @@ -88502,9 +88556,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *474 - - *475 - - *620 + - *477 + - *478 + - *623 responses: '204': description: Response @@ -88526,9 +88580,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *474 - - *475 - - *620 + - *477 + - *478 + - *623 - *17 - *19 responses: @@ -88538,7 +88592,7 @@ paths: application/json: schema: type: array - items: &621 + items: &624 title: Deployment Status description: The status of a deployment. type: object @@ -88699,9 +88753,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *474 - - *475 - - *620 + - *477 + - *478 + - *623 requestBody: required: true content: @@ -88776,9 +88830,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *624 examples: - default: &622 + default: &625 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -88834,9 +88888,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *474 - - *475 - - *620 + - *477 + - *478 + - *623 - name: status_id in: path required: true @@ -88847,9 +88901,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *624 examples: - default: *622 + default: *625 '404': *6 x-github: githubCloudOnly: false @@ -88876,12 +88930,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *474 - - *475 - - *623 - - *624 - - *625 + - *477 + - *478 - *626 + - *627 + - *628 + - *629 - *17 - *19 responses: @@ -88891,9 +88945,9 @@ paths: application/json: schema: type: array - items: *627 + items: *630 examples: - default: *628 + default: *631 '404': *6 '403': *29 '500': *40 @@ -88917,8 +88971,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *474 - - *475 + - *477 + - *478 - name: alert_number in: path required: true @@ -88930,7 +88984,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *627 + schema: *630 examples: default: value: @@ -88986,8 +89040,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *474 - - *475 + - *477 + - *478 - name: alert_number in: path required: true @@ -89046,12 +89100,12 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *474 - - *475 - - *623 - - *624 - - *625 + - *477 + - *478 - *626 + - *627 + - *628 + - *629 - *17 - *19 responses: @@ -89061,9 +89115,9 @@ paths: application/json: schema: type: array - items: *629 + items: *632 examples: - default: *630 + default: *633 '404': *6 '403': *29 '500': *40 @@ -89087,8 +89141,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *474 - - *475 + - *477 + - *478 - name: alert_number in: path required: true @@ -89100,7 +89154,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *629 + schema: *632 examples: default: value: @@ -89151,8 +89205,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *474 - - *475 + - *477 + - *478 - name: alert_number in: path required: true @@ -89190,7 +89244,7 @@ paths: description: The created dismissal request. content: application/json: - schema: *629 + schema: *632 examples: default: value: @@ -89241,8 +89295,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *474 - - *475 + - *477 + - *478 - name: alert_number in: path required: true @@ -89313,8 +89367,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *474 - - *475 + - *477 + - *478 - name: alert_number in: path required: true @@ -89347,12 +89401,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *474 - - *475 + - *477 + - *478 - *105 - *106 - *107 - - *353 + - *352 - *17 - *19 responses: @@ -89362,9 +89416,9 @@ paths: application/json: schema: type: array - items: *631 + items: *354 examples: - default: *632 + default: *355 '404': *6 '403': *29 '500': *40 @@ -89389,8 +89443,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *474 - - *475 + - *477 + - *478 - name: alert_number in: path required: true @@ -89402,7 +89456,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *631 + schema: *354 examples: default: value: @@ -89460,8 +89514,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *474 - - *475 + - *477 + - *478 - name: alert_number in: path required: true @@ -89530,8 +89584,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -89588,8 +89642,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -89606,7 +89660,7 @@ paths: type: integer environments: type: array - items: &634 + items: &635 title: Environment description: Details of a deployment environment type: object @@ -89658,7 +89712,7 @@ paths: type: type: string example: wait_timer - wait_timer: &636 + wait_timer: &637 type: integer example: 30 description: The amount of time to delay a job after @@ -89695,7 +89749,7 @@ paths: items: type: object properties: - type: *633 + type: *634 reviewer: anyOf: - *4 @@ -89719,7 +89773,7 @@ paths: - id - node_id - type - deployment_branch_policy: &637 + deployment_branch_policy: &638 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -89835,9 +89889,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *474 - - *475 - - &635 + - *477 + - *478 + - &636 name: environment_name in: path required: true @@ -89850,9 +89904,9 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: - default: &638 + default: &639 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -89936,9 +89990,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *474 - - *475 - - *635 + - *477 + - *478 + - *636 requestBody: required: false content: @@ -89947,7 +90001,7 @@ paths: type: object nullable: true properties: - wait_timer: *636 + wait_timer: *637 prevent_self_review: type: boolean example: false @@ -89964,13 +90018,13 @@ paths: items: type: object properties: - type: *633 + type: *634 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *637 + deployment_branch_policy: *638 additionalProperties: false examples: default: @@ -89990,9 +90044,9 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: - default: *638 + default: *639 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -90016,9 +90070,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *474 - - *475 - - *635 + - *477 + - *478 + - *636 responses: '204': description: Default response @@ -90043,9 +90097,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *474 - - *475 - - *635 + - *477 + - *478 + - *636 - *17 - *19 responses: @@ -90063,7 +90117,7 @@ paths: example: 2 branch_policies: type: array - items: &639 + items: &640 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -90120,9 +90174,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *474 - - *475 - - *635 + - *477 + - *478 + - *636 requestBody: required: true content: @@ -90168,9 +90222,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - example-wildcard: &640 + example-wildcard: &641 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -90212,10 +90266,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *474 - - *475 - - *635 - - &641 + - *477 + - *478 + - *636 + - &642 name: branch_policy_id in: path required: true @@ -90227,9 +90281,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: *640 + default: *641 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90248,10 +90302,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *474 - - *475 - - *635 - - *641 + - *477 + - *478 + - *636 + - *642 requestBody: required: true content: @@ -90279,9 +90333,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: *640 + default: *641 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90300,10 +90354,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *474 - - *475 - - *635 - - *641 + - *477 + - *478 + - *636 + - *642 responses: '204': description: Response @@ -90328,9 +90382,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *635 - - *475 - - *474 + - *636 + - *478 + - *477 responses: '200': description: List of deployment protection rules @@ -90346,7 +90400,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &642 + items: &643 title: Deployment protection rule description: Deployment protection rule type: object @@ -90365,7 +90419,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &643 + app: &644 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -90464,9 +90518,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *635 - - *475 - - *474 + - *636 + - *478 + - *477 requestBody: content: application/json: @@ -90487,9 +90541,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *642 + schema: *643 examples: - default: &644 + default: &645 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -90524,9 +90578,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *635 - - *475 - - *474 + - *636 + - *478 + - *477 - *19 - *17 responses: @@ -90545,7 +90599,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *643 + items: *644 examples: default: value: @@ -90580,10 +90634,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *474 - - *475 - - *635 - - &645 + - *477 + - *478 + - *636 + - &646 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -90595,9 +90649,9 @@ paths: description: Response content: application/json: - schema: *642 + schema: *643 examples: - default: *644 + default: *645 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90618,10 +90672,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *635 - - *475 - - *474 - - *645 + - *636 + - *478 + - *477 + - *646 responses: '204': description: Response @@ -90647,9 +90701,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *474 - - *475 - - *635 + - *477 + - *478 + - *636 - *17 - *19 responses: @@ -90667,9 +90721,9 @@ paths: type: integer secrets: type: array - items: *505 + items: *508 examples: - default: *506 + default: *509 headers: Link: *47 x-github: @@ -90694,17 +90748,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *474 - - *475 - - *635 + - *477 + - *478 + - *636 responses: '200': description: Response content: application/json: - schema: *507 + schema: *510 examples: - default: *508 + default: *511 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90726,18 +90780,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *474 - - *475 - - *635 + - *477 + - *478 + - *636 - *300 responses: '200': description: Response content: application/json: - schema: *505 + schema: *508 examples: - default: *646 + default: *647 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90759,9 +90813,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *474 - - *475 - - *635 + - *477 + - *478 + - *636 - *300 requestBody: required: true @@ -90819,9 +90873,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *474 - - *475 - - *635 + - *477 + - *478 + - *636 - *300 responses: '204': @@ -90847,10 +90901,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *474 - - *475 - - *635 - - *492 + - *477 + - *478 + - *636 + - *495 - *19 responses: '200': @@ -90867,9 +90921,9 @@ paths: type: integer variables: type: array - items: *509 + items: *512 examples: - default: *510 + default: *513 headers: Link: *47 x-github: @@ -90892,9 +90946,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *474 - - *475 - - *635 + - *477 + - *478 + - *636 requestBody: required: true content: @@ -90946,18 +91000,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *474 - - *475 - - *635 + - *477 + - *478 + - *636 - *303 responses: '200': description: Response content: application/json: - schema: *509 + schema: *512 examples: - default: *647 + default: *648 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90978,10 +91032,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *474 - - *475 + - *477 + - *478 - *303 - - *635 + - *636 requestBody: required: true content: @@ -91023,10 +91077,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *474 - - *475 + - *477 + - *478 - *303 - - *635 + - *636 responses: '204': description: Response @@ -91048,8 +91102,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -91117,8 +91171,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *474 - - *475 + - *477 + - *478 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -91277,8 +91331,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: false content: @@ -91310,9 +91364,9 @@ paths: description: Response content: application/json: - schema: *479 + schema: *482 examples: - default: *481 + default: *484 '400': *14 '422': *15 '403': *29 @@ -91333,8 +91387,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -91394,7 +91448,7 @@ paths: schema: oneOf: - *265 - - *648 + - *649 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91419,8 +91473,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *474 - - *475 + - *477 + - *478 - name: file_sha in: path required: true @@ -91519,8 +91573,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -91629,7 +91683,7 @@ paths: description: Response content: application/json: - schema: &649 + schema: &650 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -91843,15 +91897,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *474 - - *475 - - *592 + - *477 + - *478 + - *595 responses: '200': description: Response content: application/json: - schema: *649 + schema: *650 examples: default: value: @@ -91907,9 +91961,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *474 - - *475 - - &650 + - *477 + - *478 + - &651 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -91926,7 +91980,7 @@ paths: application/json: schema: type: array - items: &651 + items: &652 title: Git Reference description: Git references within a repository type: object @@ -92001,17 +92055,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *474 - - *475 - - *650 + - *477 + - *478 + - *651 responses: '200': description: Response content: application/json: - schema: *651 + schema: *652 examples: - default: &652 + default: &653 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -92040,8 +92094,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -92070,9 +92124,9 @@ paths: description: Response content: application/json: - schema: *651 + schema: *652 examples: - default: *652 + default: *653 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -92098,9 +92152,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *474 - - *475 - - *650 + - *477 + - *478 + - *651 requestBody: required: true content: @@ -92129,9 +92183,9 @@ paths: description: Response content: application/json: - schema: *651 + schema: *652 examples: - default: *652 + default: *653 '422': *15 '409': *121 x-github: @@ -92149,9 +92203,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *474 - - *475 - - *650 + - *477 + - *478 + - *651 responses: '204': description: Response @@ -92206,8 +92260,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -92274,7 +92328,7 @@ paths: description: Response content: application/json: - schema: &654 + schema: &655 title: Git Tag description: Metadata for a Git tag type: object @@ -92325,7 +92379,7 @@ paths: - sha - type - url - verification: *653 + verification: *654 required: - sha - url @@ -92335,7 +92389,7 @@ paths: - tag - message examples: - default: &655 + default: &656 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -92408,8 +92462,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *474 - - *475 + - *477 + - *478 - name: tag_sha in: path required: true @@ -92420,9 +92474,9 @@ paths: description: Response content: application/json: - schema: *654 + schema: *655 examples: - default: *655 + default: *656 '404': *6 '409': *121 x-github: @@ -92446,8 +92500,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -92520,7 +92574,7 @@ paths: description: Response content: application/json: - schema: &656 + schema: &657 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -92616,8 +92670,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *474 - - *475 + - *477 + - *478 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -92640,7 +92694,7 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: default-response: summary: Default response @@ -92699,8 +92753,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -92710,7 +92764,7 @@ paths: application/json: schema: type: array - items: &657 + items: &658 title: Webhook description: Webhooks for repositories. type: object @@ -92764,7 +92818,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &918 + last_response: &919 title: Hook Response type: object properties: @@ -92838,8 +92892,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: false content: @@ -92891,9 +92945,9 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: &658 + default: &659 value: type: Repository id: 12345678 @@ -92941,17 +92995,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *474 - - *475 - - *358 + - *477 + - *478 + - *360 responses: '200': description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: *658 + default: *659 '404': *6 x-github: githubCloudOnly: false @@ -92971,9 +93025,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *474 - - *475 - - *358 + - *477 + - *478 + - *360 requestBody: required: true content: @@ -93018,9 +93072,9 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: *658 + default: *659 '422': *15 '404': *6 x-github: @@ -93041,9 +93095,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *474 - - *475 - - *358 + - *477 + - *478 + - *360 responses: '204': description: Response @@ -93067,9 +93121,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *474 - - *475 - - *358 + - *477 + - *478 + - *360 responses: '200': description: Response @@ -93096,9 +93150,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *474 - - *475 - - *358 + - *477 + - *478 + - *360 requestBody: required: false content: @@ -93142,12 +93196,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *474 - - *475 - - *358 - - *17 - - *359 + - *477 + - *478 - *360 + - *17 + - *361 + - *362 responses: '200': description: Response @@ -93155,9 +93209,9 @@ paths: application/json: schema: type: array - items: *361 + items: *363 examples: - default: *362 + default: *364 '400': *14 '422': *15 x-github: @@ -93176,18 +93230,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *474 - - *475 - - *358 + - *477 + - *478 + - *360 - *16 responses: '200': description: Response content: application/json: - schema: *363 + schema: *365 examples: - default: *364 + default: *366 '400': *14 '422': *15 x-github: @@ -93206,9 +93260,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *474 - - *475 - - *358 + - *477 + - *478 + - *360 - *16 responses: '202': *39 @@ -93231,9 +93285,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *474 - - *475 - - *358 + - *477 + - *478 + - *360 responses: '204': description: Response @@ -93258,9 +93312,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *474 - - *475 - - *358 + - *477 + - *478 + - *360 responses: '204': description: Response @@ -93283,8 +93337,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-immutable-releases-are-enabled-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response if immutable releases are enabled @@ -93330,8 +93384,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-immutable-releases parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': *157 '409': *121 @@ -93351,8 +93405,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-immutable-releases parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': *157 '409': *121 @@ -93409,14 +93463,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response content: application/json: - schema: &659 + schema: &660 title: Import description: A repository import from an external source. type: object @@ -93515,7 +93569,7 @@ paths: - html_url - authors_url examples: - default: &662 + default: &663 value: vcs: subversion use_lfs: true @@ -93531,7 +93585,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *6 - '503': &660 + '503': &661 description: Unavailable due to service under maintenance. content: application/json: @@ -93560,8 +93614,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -93609,7 +93663,7 @@ paths: description: Response content: application/json: - schema: *659 + schema: *660 examples: default: value: @@ -93634,7 +93688,7 @@ paths: type: string '422': *15 '404': *6 - '503': *660 + '503': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93662,8 +93716,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: false content: @@ -93712,7 +93766,7 @@ paths: description: Response content: application/json: - schema: *659 + schema: *660 examples: example-1: summary: Example 1 @@ -93760,7 +93814,7 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '503': *660 + '503': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93783,12 +93837,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Response - '503': *660 + '503': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93814,9 +93868,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *474 - - *475 - - &844 + - *477 + - *478 + - &845 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -93830,7 +93884,7 @@ paths: application/json: schema: type: array - items: &661 + items: &662 title: Porter Author description: Porter Author type: object @@ -93884,7 +93938,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *6 - '503': *660 + '503': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93909,8 +93963,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *474 - - *475 + - *477 + - *478 - name: author_id in: path required: true @@ -93940,7 +93994,7 @@ paths: description: Response content: application/json: - schema: *661 + schema: *662 examples: default: value: @@ -93953,7 +94007,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *660 + '503': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93977,8 +94031,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -94019,7 +94073,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *660 + '503': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94047,8 +94101,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -94075,11 +94129,11 @@ paths: description: Response content: application/json: - schema: *659 + schema: *660 examples: - default: *662 + default: *663 '422': *15 - '503': *660 + '503': *661 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94102,8 +94156,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -94111,8 +94165,8 @@ paths: application/json: schema: *22 examples: - default: *376 - '301': *480 + default: *378 + '301': *483 '404': *6 x-github: githubCloudOnly: false @@ -94132,8 +94186,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -94141,12 +94195,12 @@ paths: application/json: schema: anyOf: - - *378 + - *380 - type: object properties: {} additionalProperties: false examples: - default: &664 + default: &665 value: limit: collaborators_only origin: repository @@ -94171,13 +94225,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: application/json: - schema: *663 + schema: *664 examples: default: summary: Example request body @@ -94189,9 +94243,9 @@ paths: description: Response content: application/json: - schema: *378 + schema: *380 examples: - default: *664 + default: *665 '409': description: Response x-github: @@ -94213,8 +94267,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Response @@ -94237,8 +94291,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -94248,9 +94302,9 @@ paths: application/json: schema: type: array - items: *665 + items: *666 examples: - default: &836 + default: &837 value: - id: 1 repository: @@ -94381,9 +94435,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *474 - - *475 - - *382 + - *477 + - *478 + - *384 requestBody: required: false content: @@ -94412,7 +94466,7 @@ paths: description: Response content: application/json: - schema: *665 + schema: *666 examples: default: value: @@ -94543,9 +94597,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *474 - - *475 - - *382 + - *477 + - *478 + - *384 responses: '204': description: Response @@ -94576,8 +94630,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *474 - - *475 + - *477 + - *478 - name: milestone description: If an `integer` is passed, it should refer to a milestone by its `number` field. If the string `*` is passed, issues with any milestone @@ -94625,7 +94679,7 @@ paths: required: false schema: type: string - - *389 + - *391 - name: sort description: What to sort results by. in: query @@ -94650,7 +94704,7 @@ paths: type: array items: *227 examples: - default: &677 + default: &678 value: - id: 1 node_id: MDU6SXNzdWUx @@ -94799,7 +94853,7 @@ paths: state_reason: completed headers: Link: *47 - '301': *480 + '301': *483 '422': *15 '404': *6 x-github: @@ -94828,8 +94882,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -94906,7 +94960,7 @@ paths: application/json: schema: *227 examples: - default: &674 + default: &675 value: id: 1 node_id: MDU6SXNzdWUx @@ -95063,7 +95117,7 @@ paths: '422': *15 '503': *198 '404': *6 - '410': *666 + '410': *667 x-github: triggersNotification: true githubCloudOnly: false @@ -95091,8 +95145,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - *251 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -95113,9 +95167,9 @@ paths: application/json: schema: type: array - items: *667 + items: *668 examples: - default: &676 + default: &677 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -95173,17 +95227,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *474 - - *475 + - *477 + - *478 - *243 responses: '200': description: Response content: application/json: - schema: *667 + schema: *668 examples: - default: &668 + default: &669 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -95238,8 +95292,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *474 - - *475 + - *477 + - *478 - *243 requestBody: required: true @@ -95262,9 +95316,9 @@ paths: description: Response content: application/json: - schema: *667 + schema: *668 examples: - default: *668 + default: *669 '422': *15 x-github: githubCloudOnly: false @@ -95282,8 +95336,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *474 - - *475 + - *477 + - *478 - *243 responses: '204': @@ -95312,15 +95366,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#pin-an-issue-comment parameters: - - *474 - - *475 + - *477 + - *478 - *243 responses: '200': description: Response content: application/json: - schema: *667 + schema: *668 examples: default: value: @@ -95376,7 +95430,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *666 + '410': *667 '422': *15 x-github: githubCloudOnly: false @@ -95393,8 +95447,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#unpin-an-issue-comment parameters: - - *474 - - *475 + - *477 + - *478 - *243 responses: '204': @@ -95402,7 +95456,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *666 + '410': *667 '503': *198 x-github: githubCloudOnly: false @@ -95420,8 +95474,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *474 - - *475 + - *477 + - *478 - *243 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -95448,9 +95502,9 @@ paths: application/json: schema: type: array - items: *589 + items: *592 examples: - default: *669 + default: *670 headers: Link: *47 '404': *6 @@ -95471,8 +95525,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *474 - - *475 + - *477 + - *478 - *243 requestBody: required: true @@ -95505,16 +95559,16 @@ paths: description: Reaction exists content: application/json: - schema: *589 + schema: *592 examples: - default: *590 + default: *593 '201': description: Reaction created content: application/json: - schema: *589 + schema: *592 examples: - default: *590 + default: *593 '422': *15 x-github: githubCloudOnly: false @@ -95536,10 +95590,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *474 - - *475 + - *477 + - *478 - *243 - - *670 + - *671 responses: '204': description: Response @@ -95559,8 +95613,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -95570,7 +95624,7 @@ paths: application/json: schema: type: array - items: &673 + items: &674 title: Issue Event description: Issue Event type: object @@ -95613,8 +95667,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *671 - required: *672 + properties: *672 + required: *673 nullable: true label: title: Issue Event Label @@ -95922,8 +95976,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *474 - - *475 + - *477 + - *478 - name: event_id in: path required: true @@ -95934,7 +95988,7 @@ paths: description: Response content: application/json: - schema: *673 + schema: *674 examples: default: value: @@ -96127,7 +96181,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *666 + '410': *667 '403': *29 x-github: githubCloudOnly: false @@ -96161,9 +96215,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *474 - - *475 - - &675 + - *477 + - *478 + - &676 name: issue_number description: The number that identifies the issue. in: path @@ -96179,7 +96233,7 @@ paths: examples: default: summary: Issue - value: *674 + value: *675 pinned_comment: summary: Issue with pinned comment value: @@ -96378,9 +96432,9 @@ paths: site_admin: false author_association: COLLABORATOR state_reason: completed - '301': *480 + '301': *483 '404': *6 - '410': *666 + '410': *667 '304': *37 x-github: githubCloudOnly: false @@ -96405,9 +96459,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 requestBody: required: false content: @@ -96528,13 +96582,13 @@ paths: application/json: schema: *227 examples: - default: *674 + default: *675 '422': *15 '503': *198 '403': *29 - '301': *480 + '301': *483 '404': *6 - '410': *666 + '410': *667 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96552,9 +96606,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 requestBody: required: false content: @@ -96582,7 +96636,7 @@ paths: application/json: schema: *227 examples: - default: *674 + default: *675 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96598,9 +96652,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 requestBody: content: application/json: @@ -96627,7 +96681,7 @@ paths: application/json: schema: *227 examples: - default: *674 + default: *675 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96649,9 +96703,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 - name: assignee in: path required: true @@ -96691,9 +96745,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 - *234 - *17 - *19 @@ -96704,13 +96758,13 @@ paths: application/json: schema: type: array - items: *667 + items: *668 examples: - default: *676 + default: *677 headers: Link: *47 '404': *6 - '410': *666 + '410': *667 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96739,9 +96793,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 requestBody: required: true content: @@ -96763,16 +96817,16 @@ paths: description: Response content: application/json: - schema: *667 + schema: *668 examples: - default: *668 + default: *669 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *666 + '410': *667 '422': *15 '404': *6 x-github: @@ -96800,9 +96854,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 - *17 - *19 responses: @@ -96814,12 +96868,12 @@ paths: type: array items: *227 examples: - default: *677 + default: *678 headers: Link: *47 - '301': *480 + '301': *483 '404': *6 - '410': *666 + '410': *667 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96847,9 +96901,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 requestBody: required: true content: @@ -96873,15 +96927,15 @@ paths: application/json: schema: *227 examples: - default: *674 + default: *675 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *480 + '301': *483 '403': *29 - '410': *666 + '410': *667 '422': *15 '404': *6 x-github: @@ -96912,9 +96966,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -96928,13 +96982,13 @@ paths: application/json: schema: *227 examples: - default: *674 - '301': *480 + default: *675 + '301': *483 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *666 + '410': *667 x-github: triggersNotification: true githubCloudOnly: false @@ -96960,9 +97014,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 - *17 - *19 responses: @@ -96974,12 +97028,12 @@ paths: type: array items: *227 examples: - default: *677 + default: *678 headers: Link: *47 - '301': *480 + '301': *483 '404': *6 - '410': *666 + '410': *667 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96996,9 +97050,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 - *17 - *19 responses: @@ -97012,7 +97066,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &680 + - &681 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -97066,7 +97120,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &681 + - &682 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -97202,7 +97256,7 @@ paths: - performed_via_github_app - assignee - assigner - - &682 + - &683 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -97253,7 +97307,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &683 + - &684 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -97304,7 +97358,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &684 + - &685 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -97358,7 +97412,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &685 + - &686 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -97405,7 +97459,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &686 + - &687 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -97452,7 +97506,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &687 + - &688 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -97512,7 +97566,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &688 + - &689 title: Locked Issue Event description: Locked Issue Event type: object @@ -97560,7 +97614,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &689 + - &690 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -97626,7 +97680,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &690 + - &691 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -97692,7 +97746,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &691 + - &692 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -97758,7 +97812,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &692 + - &693 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -97849,7 +97903,7 @@ paths: color: red headers: Link: *47 - '410': *666 + '410': *667 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97866,9 +97920,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#list-issue-field-values-for-an-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 - *17 - *19 responses: @@ -97878,9 +97932,9 @@ paths: application/json: schema: type: array - items: *678 + items: *679 examples: - default: &781 + default: &782 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -97904,9 +97958,9 @@ paths: value: '2025-12-25' headers: Link: *47 - '301': *480 + '301': *483 '404': *6 - '410': *666 + '410': *667 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97923,9 +97977,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 - *17 - *19 responses: @@ -97937,7 +97991,7 @@ paths: type: array items: *226 examples: - default: &679 + default: &680 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -97955,9 +98009,9 @@ paths: default: false headers: Link: *47 - '301': *480 + '301': *483 '404': *6 - '410': *666 + '410': *667 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97973,9 +98027,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 requestBody: required: false content: @@ -98020,10 +98074,10 @@ paths: type: array items: *226 examples: - default: *679 - '301': *480 + default: *680 + '301': *483 '404': *6 - '410': *666 + '410': *667 '422': *15 x-github: githubCloudOnly: false @@ -98040,9 +98094,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 requestBody: required: false content: @@ -98104,10 +98158,10 @@ paths: type: array items: *226 examples: - default: *679 - '301': *480 + default: *680 + '301': *483 '404': *6 - '410': *666 + '410': *667 '422': *15 x-github: githubCloudOnly: false @@ -98124,15 +98178,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 responses: '204': description: Response - '301': *480 + '301': *483 '404': *6 - '410': *666 + '410': *667 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98151,9 +98205,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 - name: name in: path required: true @@ -98177,9 +98231,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *480 + '301': *483 '404': *6 - '410': *666 + '410': *667 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98199,9 +98253,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 requestBody: required: false content: @@ -98229,7 +98283,7 @@ paths: '204': description: Response '403': *29 - '410': *666 + '410': *667 '404': *6 '422': *15 x-github: @@ -98247,9 +98301,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 responses: '204': description: Response @@ -98279,9 +98333,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#get-parent-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 responses: '200': description: Response @@ -98289,10 +98343,10 @@ paths: application/json: schema: *227 examples: - default: *674 - '301': *480 + default: *675 + '301': *483 '404': *6 - '410': *666 + '410': *667 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98309,9 +98363,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -98337,13 +98391,13 @@ paths: application/json: schema: type: array - items: *589 + items: *592 examples: - default: *669 + default: *670 headers: Link: *47 '404': *6 - '410': *666 + '410': *667 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98361,9 +98415,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 requestBody: required: true content: @@ -98395,16 +98449,16 @@ paths: description: Response content: application/json: - schema: *589 + schema: *592 examples: - default: *590 + default: *593 '201': description: Response content: application/json: - schema: *589 + schema: *592 examples: - default: *590 + default: *593 '422': *15 x-github: githubCloudOnly: false @@ -98426,10 +98480,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *474 - - *475 - - *675 - - *670 + - *477 + - *478 + - *676 + - *671 responses: '204': description: Response @@ -98458,9 +98512,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 requestBody: required: true content: @@ -98484,7 +98538,7 @@ paths: application/json: schema: *227 examples: - default: *674 + default: *675 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -98517,9 +98571,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 - *17 - *19 responses: @@ -98531,11 +98585,11 @@ paths: type: array items: *227 examples: - default: *677 + default: *678 headers: Link: *47 '404': *6 - '410': *666 + '410': *667 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98563,9 +98617,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 requestBody: required: true content: @@ -98594,14 +98648,14 @@ paths: application/json: schema: *227 examples: - default: *674 + default: *675 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *666 + '410': *667 '422': *15 '404': *6 x-github: @@ -98621,9 +98675,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 requestBody: required: true content: @@ -98656,7 +98710,7 @@ paths: application/json: schema: *227 examples: - default: *674 + default: *675 '403': *29 '404': *6 '422': *7 @@ -98678,9 +98732,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *474 - - *475 - - *675 + - *477 + - *478 + - *676 - *17 - *19 responses: @@ -98695,7 +98749,6 @@ paths: description: Timeline Event type: object anyOf: - - *680 - *681 - *682 - *683 @@ -98708,6 +98761,7 @@ paths: - *690 - *691 - *692 + - *693 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -98768,8 +98822,8 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *693 - required: *694 + properties: *694 + required: *695 nullable: true required: - event @@ -99024,7 +99078,7 @@ paths: type: string comments: type: array - items: &716 + items: &717 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -99239,7 +99293,7 @@ paths: type: string comments: type: array - items: *588 + items: *591 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -99528,7 +99582,7 @@ paths: headers: Link: *47 '404': *6 - '410': *666 + '410': *667 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99545,8 +99599,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -99556,7 +99610,7 @@ paths: application/json: schema: type: array - items: &695 + items: &696 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -99622,8 +99676,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -99659,9 +99713,9 @@ paths: description: Response content: application/json: - schema: *695 + schema: *696 examples: - default: &696 + default: &697 value: id: 1 key: ssh-rsa AAA... @@ -99695,9 +99749,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *474 - - *475 - - &697 + - *477 + - *478 + - &698 name: key_id description: The unique identifier of the key. in: path @@ -99709,9 +99763,9 @@ paths: description: Response content: application/json: - schema: *695 + schema: *696 examples: - default: *696 + default: *697 '404': *6 x-github: githubCloudOnly: false @@ -99729,9 +99783,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *474 - - *475 - - *697 + - *477 + - *478 + - *698 responses: '204': description: Response @@ -99751,8 +99805,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -99764,7 +99818,7 @@ paths: type: array items: *226 examples: - default: *679 + default: *680 headers: Link: *47 '404': *6 @@ -99785,8 +99839,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -99824,7 +99878,7 @@ paths: application/json: schema: *226 examples: - default: &698 + default: &699 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -99856,8 +99910,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *474 - - *475 + - *477 + - *478 - name: name in: path required: true @@ -99870,7 +99924,7 @@ paths: application/json: schema: *226 examples: - default: *698 + default: *699 '404': *6 x-github: githubCloudOnly: false @@ -99887,8 +99941,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *474 - - *475 + - *477 + - *478 - name: name in: path required: true @@ -99953,8 +100007,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *474 - - *475 + - *477 + - *478 - name: name in: path required: true @@ -99980,8 +100034,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -100017,8 +100071,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '202': *39 '403': @@ -100046,8 +100100,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Response @@ -100073,9 +100127,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *474 - - *475 - - *561 + - *477 + - *478 + - *564 responses: '200': description: Response @@ -100220,8 +100274,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -100286,8 +100340,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -100321,9 +100375,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *591 + schema: *594 examples: - default: *699 + default: *700 '204': description: Response when already merged '404': @@ -100348,8 +100402,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *474 - - *475 + - *477 + - *478 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -100390,12 +100444,12 @@ paths: application/json: schema: type: array - items: &700 + items: &701 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *421 - required: *422 + properties: *423 + required: *424 examples: default: value: @@ -100451,8 +100505,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -100492,9 +100546,9 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: - default: &701 + default: &702 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -100553,9 +100607,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *474 - - *475 - - &702 + - *477 + - *478 + - &703 name: milestone_number description: The number that identifies the milestone. in: path @@ -100567,9 +100621,9 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: - default: *701 + default: *702 '404': *6 x-github: githubCloudOnly: false @@ -100586,9 +100640,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *474 - - *475 - - *702 + - *477 + - *478 + - *703 requestBody: required: false content: @@ -100626,9 +100680,9 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: - default: *701 + default: *702 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100644,9 +100698,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *474 - - *475 - - *702 + - *477 + - *478 + - *703 responses: '204': description: Response @@ -100667,9 +100721,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *474 - - *475 - - *702 + - *477 + - *478 + - *703 - *17 - *19 responses: @@ -100681,7 +100735,7 @@ paths: type: array items: *226 examples: - default: *679 + default: *680 headers: Link: *47 x-github: @@ -100700,12 +100754,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *474 - - *475 - - *703 + - *477 + - *478 - *704 - - *234 - *705 + - *234 + - *706 - *17 - *19 responses: @@ -100717,7 +100771,7 @@ paths: type: array items: *254 examples: - default: *706 + default: *707 headers: Link: *47 x-github: @@ -100741,8 +100795,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: false content: @@ -100800,14 +100854,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response content: application/json: - schema: &707 + schema: &708 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -100932,7 +100986,7 @@ paths: - custom_404 - public examples: - default: &708 + default: &709 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -100973,8 +101027,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -101028,9 +101082,9 @@ paths: description: Response content: application/json: - schema: *707 + schema: *708 examples: - default: *708 + default: *709 '422': *15 '409': *121 x-github: @@ -101053,8 +101107,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -101161,8 +101215,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Response @@ -101188,8 +101242,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -101199,7 +101253,7 @@ paths: application/json: schema: type: array - items: &709 + items: &710 title: Page Build description: Page Build type: object @@ -101293,8 +101347,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *474 - - *475 + - *477 + - *478 responses: '201': description: Response @@ -101339,16 +101393,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response content: application/json: - schema: *709 + schema: *710 examples: - default: &710 + default: &711 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -101396,8 +101450,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *474 - - *475 + - *477 + - *478 - name: build_id in: path required: true @@ -101408,9 +101462,9 @@ paths: description: Response content: application/json: - schema: *709 + schema: *710 examples: - default: *710 + default: *711 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101430,8 +101484,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -101536,9 +101590,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *474 - - *475 - - &711 + - *477 + - *478 + - &712 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -101596,9 +101650,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *474 - - *475 - - *711 + - *477 + - *478 + - *712 responses: '204': *157 '404': *6 @@ -101625,8 +101679,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -101884,8 +101938,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-private-vulnerability-reporting-is-enabled-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Private vulnerability reporting status @@ -101922,8 +101976,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': *157 '422': *14 @@ -101944,8 +101998,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': *157 '422': *14 @@ -101967,8 +102021,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -101978,7 +102032,7 @@ paths: type: array items: *158 examples: - default: *712 + default: *713 '403': *29 '404': *6 x-github: @@ -102000,8 +102054,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -102017,7 +102071,7 @@ paths: required: - properties examples: - default: *713 + default: *714 responses: '204': description: No Content when custom property values are successfully created @@ -102055,8 +102109,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *474 - - *475 + - *477 + - *478 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -102116,9 +102170,9 @@ paths: application/json: schema: type: array - items: *595 + items: *598 examples: - default: *714 + default: *715 headers: Link: *47 '304': *37 @@ -102150,8 +102204,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -102216,7 +102270,7 @@ paths: description: Response content: application/json: - schema: &718 + schema: &719 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -102327,8 +102381,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *421 - required: *422 + properties: *423 + required: *424 nullable: true active_lock_reason: type: string @@ -102360,7 +102414,7 @@ paths: items: *4 requested_teams: type: array - items: *458 + items: *461 head: type: object properties: @@ -102398,14 +102452,14 @@ paths: _links: type: object properties: - comments: *423 - commits: *423 - statuses: *423 - html: *423 - issue: *423 - review_comments: *423 - review_comment: *423 - self: *423 + comments: *425 + commits: *425 + statuses: *425 + html: *425 + issue: *425 + review_comments: *425 + review_comment: *425 + self: *425 required: - comments - commits @@ -102416,7 +102470,7 @@ paths: - review_comment - self author_association: *224 - auto_merge: *715 + auto_merge: *716 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -102506,7 +102560,7 @@ paths: - merged_by - review_comments examples: - default: &719 + default: &720 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -103033,8 +103087,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *474 - - *475 + - *477 + - *478 - name: sort in: query required: false @@ -103063,9 +103117,9 @@ paths: application/json: schema: type: array - items: *716 + items: *717 examples: - default: &721 + default: &722 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -103142,17 +103196,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *474 - - *475 + - *477 + - *478 - *243 responses: '200': description: Response content: application/json: - schema: *716 + schema: *717 examples: - default: &717 + default: &718 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -103227,8 +103281,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *474 - - *475 + - *477 + - *478 - *243 requestBody: required: true @@ -103251,9 +103305,9 @@ paths: description: Response content: application/json: - schema: *716 + schema: *717 examples: - default: *717 + default: *718 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103269,8 +103323,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *474 - - *475 + - *477 + - *478 - *243 responses: '204': @@ -103292,8 +103346,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *474 - - *475 + - *477 + - *478 - *243 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -103320,9 +103374,9 @@ paths: application/json: schema: type: array - items: *589 + items: *592 examples: - default: *669 + default: *670 headers: Link: *47 '404': *6 @@ -103343,8 +103397,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *474 - - *475 + - *477 + - *478 - *243 requestBody: required: true @@ -103377,16 +103431,16 @@ paths: description: Reaction exists content: application/json: - schema: *589 + schema: *592 examples: - default: *590 + default: *593 '201': description: Reaction created content: application/json: - schema: *589 + schema: *592 examples: - default: *590 + default: *593 '422': *15 x-github: githubCloudOnly: false @@ -103408,10 +103462,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *474 - - *475 + - *477 + - *478 - *243 - - *670 + - *671 responses: '204': description: Response @@ -103454,9 +103508,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *474 - - *475 - - &720 + - *477 + - *478 + - &721 name: pull_number description: The number that identifies the pull request. in: path @@ -103469,9 +103523,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *718 + schema: *719 examples: - default: *719 + default: *720 '304': *37 '404': *6 '406': @@ -103506,9 +103560,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *474 - - *475 - - *720 + - *477 + - *478 + - *721 requestBody: required: false content: @@ -103550,9 +103604,9 @@ paths: description: Response content: application/json: - schema: *718 + schema: *719 examples: - default: *719 + default: *720 '422': *15 '403': *29 x-github: @@ -103574,9 +103628,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *474 - - *475 - - *720 + - *477 + - *478 + - *721 requestBody: required: true content: @@ -103636,17 +103690,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *391 + schema: *393 examples: - default: *578 + default: *581 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *391 + schema: *393 examples: - default: *578 + default: *581 '401': *25 '403': *29 '404': *6 @@ -103676,9 +103730,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *474 - - *475 - - *720 + - *477 + - *478 + - *721 - *251 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -103699,9 +103753,9 @@ paths: application/json: schema: type: array - items: *716 + items: *717 examples: - default: *721 + default: *722 headers: Link: *47 x-github: @@ -103734,9 +103788,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *474 - - *475 - - *720 + - *477 + - *478 + - *721 requestBody: required: true content: @@ -103841,7 +103895,7 @@ paths: description: Response content: application/json: - schema: *716 + schema: *717 examples: example-for-a-multi-line-comment: value: @@ -103929,9 +103983,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *474 - - *475 - - *720 + - *477 + - *478 + - *721 - *243 requestBody: required: true @@ -103954,7 +104008,7 @@ paths: description: Response content: application/json: - schema: *716 + schema: *717 examples: default: value: @@ -104040,9 +104094,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *474 - - *475 - - *720 + - *477 + - *478 + - *721 - *17 - *19 responses: @@ -104052,9 +104106,9 @@ paths: application/json: schema: type: array - items: *591 + items: *594 examples: - default: *722 + default: *723 headers: Link: *47 x-github: @@ -104084,9 +104138,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *474 - - *475 - - *720 + - *477 + - *478 + - *721 - *17 - *19 responses: @@ -104096,7 +104150,7 @@ paths: application/json: schema: type: array - items: *604 + items: *607 examples: default: value: @@ -104134,9 +104188,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *474 - - *475 - - *720 + - *477 + - *478 + - *721 responses: '204': description: Response if pull request has been merged @@ -104159,9 +104213,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *474 - - *475 - - *720 + - *477 + - *478 + - *721 requestBody: required: false content: @@ -104272,9 +104326,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *474 - - *475 - - *720 + - *477 + - *478 + - *721 responses: '200': description: Response @@ -104349,9 +104403,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *474 - - *475 - - *720 + - *477 + - *478 + - *721 requestBody: required: false content: @@ -104388,7 +104442,7 @@ paths: description: Response content: application/json: - schema: *595 + schema: *598 examples: default: value: @@ -104924,9 +104978,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *474 - - *475 - - *720 + - *477 + - *478 + - *721 requestBody: required: true content: @@ -104960,7 +105014,7 @@ paths: description: Response content: application/json: - schema: *595 + schema: *598 examples: default: value: @@ -105465,9 +105519,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *474 - - *475 - - *720 + - *477 + - *478 + - *721 - *17 - *19 responses: @@ -105477,7 +105531,7 @@ paths: application/json: schema: type: array - items: &723 + items: &724 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -105628,9 +105682,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *474 - - *475 - - *720 + - *477 + - *478 + - *721 requestBody: required: false content: @@ -105716,9 +105770,9 @@ paths: description: Response content: application/json: - schema: *723 + schema: *724 examples: - default: &725 + default: &726 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -105781,10 +105835,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *474 - - *475 - - *720 - - &724 + - *477 + - *478 + - *721 + - &725 name: review_id description: The unique identifier of the review. in: path @@ -105796,9 +105850,9 @@ paths: description: Response content: application/json: - schema: *723 + schema: *724 examples: - default: &726 + default: &727 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -105857,10 +105911,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *474 - - *475 - - *720 - - *724 + - *477 + - *478 + - *721 + - *725 requestBody: required: true content: @@ -105883,7 +105937,7 @@ paths: description: Response content: application/json: - schema: *723 + schema: *724 examples: default: value: @@ -105945,18 +105999,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *474 - - *475 - - *720 - - *724 + - *477 + - *478 + - *721 + - *725 responses: '200': description: Response content: application/json: - schema: *723 + schema: *724 examples: - default: *725 + default: *726 '422': *7 '404': *6 x-github: @@ -105983,10 +106037,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *474 - - *475 - - *720 - - *724 + - *477 + - *478 + - *721 + - *725 - *17 - *19 responses: @@ -106069,9 +106123,9 @@ paths: _links: type: object properties: - self: *423 - html: *423 - pull_request: *423 + self: *425 + html: *425 + pull_request: *425 required: - self - html @@ -106221,10 +106275,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *474 - - *475 - - *720 - - *724 + - *477 + - *478 + - *721 + - *725 requestBody: required: true content: @@ -106252,7 +106306,7 @@ paths: description: Response content: application/json: - schema: *723 + schema: *724 examples: default: value: @@ -106315,10 +106369,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *474 - - *475 - - *720 - - *724 + - *477 + - *478 + - *721 + - *725 requestBody: required: true content: @@ -106353,9 +106407,9 @@ paths: description: Response content: application/json: - schema: *723 + schema: *724 examples: - default: *726 + default: *727 '404': *6 '422': *7 '403': *29 @@ -106377,9 +106431,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *474 - - *475 - - *720 + - *477 + - *478 + - *721 requestBody: required: false content: @@ -106442,8 +106496,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *474 - - *475 + - *477 + - *478 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -106456,9 +106510,9 @@ paths: description: Response content: application/json: - schema: *727 + schema: *728 examples: - default: &728 + default: &729 value: type: file encoding: base64 @@ -106500,8 +106554,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *474 - - *475 + - *477 + - *478 - name: dir description: The alternate path to look for a README file in: path @@ -106521,9 +106575,9 @@ paths: description: Response content: application/json: - schema: *727 + schema: *728 examples: - default: *728 + default: *729 '404': *6 '422': *15 x-github: @@ -106545,8 +106599,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -106556,7 +106610,7 @@ paths: application/json: schema: type: array - items: *729 + items: *730 examples: default: value: @@ -106650,8 +106704,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -106727,9 +106781,9 @@ paths: description: Response content: application/json: - schema: *729 + schema: *730 examples: - default: &733 + default: &734 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -106834,9 +106888,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *474 - - *475 - - &731 + - *477 + - *478 + - &732 name: asset_id description: The unique identifier of the asset. in: path @@ -106848,9 +106902,9 @@ paths: description: Response content: application/json: - schema: *730 + schema: *731 examples: - default: &732 + default: &733 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -106885,7 +106939,7 @@ paths: type: User site_admin: false '404': *6 - '302': *606 + '302': *609 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106901,9 +106955,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *474 - - *475 - - *731 + - *477 + - *478 + - *732 requestBody: required: false content: @@ -106931,9 +106985,9 @@ paths: description: Response content: application/json: - schema: *730 + schema: *731 examples: - default: *732 + default: *733 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -106949,9 +107003,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *474 - - *475 - - *731 + - *477 + - *478 + - *732 responses: '204': description: Response @@ -106976,8 +107030,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -107062,16 +107116,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response content: application/json: - schema: *729 + schema: *730 examples: - default: *733 + default: *734 '404': *6 x-github: githubCloudOnly: false @@ -107089,8 +107143,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *474 - - *475 + - *477 + - *478 - name: tag description: tag parameter in: path @@ -107103,9 +107157,9 @@ paths: description: Response content: application/json: - schema: *729 + schema: *730 examples: - default: *733 + default: *734 '404': *6 x-github: githubCloudOnly: false @@ -107127,9 +107181,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *474 - - *475 - - &734 + - *477 + - *478 + - &735 name: release_id description: The unique identifier of the release. in: path @@ -107143,9 +107197,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *729 + schema: *730 examples: - default: *733 + default: *734 '401': description: Unauthorized x-github: @@ -107163,9 +107217,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *474 - - *475 - - *734 + - *477 + - *478 + - *735 requestBody: required: false content: @@ -107229,9 +107283,9 @@ paths: description: Response content: application/json: - schema: *729 + schema: *730 examples: - default: *733 + default: *734 '404': description: Not Found if the discussion category name is invalid content: @@ -107252,9 +107306,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *474 - - *475 - - *734 + - *477 + - *478 + - *735 responses: '204': description: Response @@ -107275,9 +107329,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *474 - - *475 - - *734 + - *477 + - *478 + - *735 - *17 - *19 responses: @@ -107287,7 +107341,7 @@ paths: application/json: schema: type: array - items: *730 + items: *731 examples: default: value: @@ -107369,9 +107423,9 @@ paths: description: The URL origin (protocol + host name + port) is included in `upload_url` returned in the response of the "Create a release" endpoint parameters: - - *474 - - *475 - - *734 + - *477 + - *478 + - *735 - name: name in: query required: true @@ -107397,7 +107451,7 @@ paths: description: Response for successful upload content: application/json: - schema: *730 + schema: *731 examples: response-for-successful-upload: value: @@ -107452,9 +107506,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *474 - - *475 - - *734 + - *477 + - *478 + - *735 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -107478,9 +107532,9 @@ paths: application/json: schema: type: array - items: *589 + items: *592 examples: - default: *669 + default: *670 headers: Link: *47 '404': *6 @@ -107501,9 +107555,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *474 - - *475 - - *734 + - *477 + - *478 + - *735 requestBody: required: true content: @@ -107533,16 +107587,16 @@ paths: description: Reaction exists content: application/json: - schema: *589 + schema: *592 examples: - default: *590 + default: *593 '201': description: Reaction created content: application/json: - schema: *589 + schema: *592 examples: - default: *590 + default: *593 '422': *15 x-github: githubCloudOnly: false @@ -107564,10 +107618,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *474 - - *475 - - *734 - - *670 + - *477 + - *478 + - *735 + - *671 responses: '204': description: Response @@ -107591,9 +107645,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *474 - - *475 - - *527 + - *477 + - *478 + - *530 - *17 - *19 responses: @@ -107610,7 +107664,7 @@ paths: oneOf: - allOf: - *172 - - &735 + - &736 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -107631,67 +107685,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *173 - - *735 + - *736 - allOf: - *174 - - *735 + - *736 - allOf: - *175 - - *735 + - *736 - allOf: + - *737 - *736 - - *735 - allOf: - *176 - - *735 + - *736 - allOf: - *177 - - *735 + - *736 - allOf: - *178 - - *735 + - *736 - allOf: - *179 - - *735 + - *736 - allOf: - *180 - - *735 + - *736 - allOf: - *181 - - *735 + - *736 - allOf: - *182 - - *735 + - *736 - allOf: - *183 - - *735 + - *736 - allOf: - *184 - - *735 + - *736 - allOf: - *185 - - *735 + - *736 - allOf: - *186 - - *735 + - *736 - allOf: - *187 - - *735 + - *736 - allOf: - *188 - - *735 + - *736 - allOf: - *189 - - *735 + - *736 - allOf: - *190 - - *735 + - *736 - allOf: - *191 - - *735 + - *736 - allOf: - *192 - - *735 + - *736 examples: default: value: @@ -107730,8 +107784,8 @@ paths: category: repos subcategory: rules parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 - name: includes_parents @@ -107742,7 +107796,7 @@ paths: schema: type: boolean default: true - - *737 + - *738 responses: '200': description: Response @@ -107797,8 +107851,8 @@ paths: category: repos subcategory: rules parameters: - - *474 - - *475 + - *477 + - *478 requestBody: description: Request body required: true @@ -107827,7 +107881,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *738 + items: *739 required: - name - enforcement @@ -107860,7 +107914,7 @@ paths: application/json: schema: *193 examples: - default: &747 + default: &748 value: id: 42 name: super cool ruleset @@ -107908,12 +107962,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *474 - - *475 - - *739 - - *107 + - *477 + - *478 - *740 + - *107 - *741 + - *742 - *17 - *19 responses: @@ -107921,9 +107975,9 @@ paths: description: Response content: application/json: - schema: *742 + schema: *743 examples: - default: *743 + default: *744 '404': *6 '500': *40 x-github: @@ -107944,17 +107998,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *474 - - *475 - - *744 + - *477 + - *478 + - *745 responses: '200': description: Response content: application/json: - schema: *745 + schema: *746 examples: - default: *746 + default: *747 '404': *6 '500': *40 x-github: @@ -107982,8 +108036,8 @@ paths: category: repos subcategory: rules parameters: - - *474 - - *475 + - *477 + - *478 - name: ruleset_id description: The ID of the ruleset. in: path @@ -108005,7 +108059,7 @@ paths: application/json: schema: *193 examples: - default: *747 + default: *748 '404': *6 '500': *40 put: @@ -108023,8 +108077,8 @@ paths: category: repos subcategory: rules parameters: - - *474 - - *475 + - *477 + - *478 - name: ruleset_id description: The ID of the ruleset. in: path @@ -108058,7 +108112,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *738 + items: *739 examples: default: value: @@ -108088,7 +108142,7 @@ paths: application/json: schema: *193 examples: - default: *747 + default: *748 '404': *6 '422': *15 '500': *40 @@ -108107,8 +108161,8 @@ paths: category: repos subcategory: rules parameters: - - *474 - - *475 + - *477 + - *478 - name: ruleset_id description: The ID of the ruleset. in: path @@ -108131,8 +108185,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 - name: ruleset_id @@ -108150,7 +108204,7 @@ paths: type: array items: *197 examples: - default: *441 + default: *443 '404': *6 '500': *40 x-github: @@ -108169,8 +108223,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *474 - - *475 + - *477 + - *478 - name: ruleset_id description: The ID of the ruleset. in: path @@ -108188,7 +108242,7 @@ paths: description: Response content: application/json: - schema: *442 + schema: *444 examples: default: value: @@ -108243,23 +108297,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *474 - - *475 - - *443 - - *444 + - *477 + - *478 - *445 - *446 - *447 - *448 + - *449 + - *450 + - *451 - *112 - *19 - *17 - - *748 - *749 - - *449 - - *450 - - *451 + - *750 - *452 + - *453 + - *454 + - *455 responses: '200': description: Response @@ -108267,7 +108322,7 @@ paths: application/json: schema: type: array - items: &753 + items: &754 type: object properties: number: *130 @@ -108286,8 +108341,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *750 - resolution: *751 + state: *751 + resolution: *752 resolved_at: type: string format: date-time @@ -108313,6 +108368,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/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. @@ -108383,7 +108442,7 @@ paths: pull request. ' - oneOf: *752 + oneOf: *753 nullable: true has_more_locations: type: boolean @@ -108547,16 +108606,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *474 - - *475 - - *555 - - *452 + - *477 + - *478 + - *558 + - *455 responses: '200': description: Response content: application/json: - schema: *753 + schema: *754 examples: default: value: @@ -108610,9 +108669,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *474 - - *475 - - *555 + - *477 + - *478 + - *558 requestBody: required: true content: @@ -108620,8 +108679,8 @@ paths: schema: type: object properties: - state: *750 - resolution: *751 + state: *751 + resolution: *752 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -108657,7 +108716,7 @@ paths: description: Response content: application/json: - schema: *753 + schema: *754 examples: default: value: @@ -108752,9 +108811,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *474 - - *475 - - *555 + - *477 + - *478 + - *558 - *19 - *17 responses: @@ -108765,7 +108824,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &940 + items: &941 type: object properties: type: @@ -108791,7 +108850,6 @@ paths: example: commit details: oneOf: - - *754 - *755 - *756 - *757 @@ -108804,6 +108862,7 @@ paths: - *764 - *765 - *766 + - *767 examples: default: value: @@ -108889,8 +108948,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -108898,14 +108957,14 @@ paths: schema: type: object properties: - reason: &768 + reason: &769 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *767 + placeholder_id: *768 required: - reason - placeholder_id @@ -108922,7 +108981,7 @@ paths: schema: type: object properties: - reason: *768 + reason: *769 expire_at: type: string format: date-time @@ -108968,8 +109027,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -108984,7 +109043,7 @@ paths: properties: incremental_scans: type: array - items: &769 + items: &770 description: Information on a single scan performed by secret scanning on the repository type: object @@ -109010,15 +109069,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *769 + items: *770 backfill_scans: type: array - items: *769 + items: *770 custom_pattern_backfill_scans: type: array items: allOf: - - *769 + - *770 - type: object properties: pattern_name: @@ -109088,8 +109147,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *474 - - *475 + - *477 + - *478 - *112 - name: sort description: The property to sort the results by. @@ -109133,9 +109192,9 @@ paths: application/json: schema: type: array - items: *770 + items: *771 examples: - default: *771 + default: *772 '400': *14 '404': *6 x-github: @@ -109158,8 +109217,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -109232,7 +109291,7 @@ paths: login: type: string description: The username of the user credited. - type: *457 + type: *460 required: - login - type @@ -109319,9 +109378,9 @@ paths: description: Response content: application/json: - schema: *770 + schema: *771 examples: - default: &773 + default: &774 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -109554,8 +109613,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -109659,7 +109718,7 @@ paths: description: Response content: application/json: - schema: *770 + schema: *771 examples: default: value: @@ -109806,17 +109865,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *474 - - *475 - - *772 + - *477 + - *478 + - *773 responses: '200': description: Response content: application/json: - schema: *770 + schema: *771 examples: - default: *773 + default: *774 '403': *29 '404': *6 x-github: @@ -109840,9 +109899,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *474 - - *475 - - *772 + - *477 + - *478 + - *773 requestBody: required: true content: @@ -109915,7 +109974,7 @@ paths: login: type: string description: The username of the user credited. - type: *457 + type: *460 required: - login - type @@ -110001,10 +110060,10 @@ paths: description: Response content: application/json: - schema: *770 + schema: *771 examples: - default: *773 - add_credit: *773 + default: *774 + add_credit: *774 '403': *29 '404': *6 '422': @@ -110042,9 +110101,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *474 - - *475 - - *772 + - *477 + - *478 + - *773 responses: '202': *39 '400': *14 @@ -110071,17 +110130,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *474 - - *475 - - *772 + - *477 + - *478 + - *773 responses: '202': description: Response content: application/json: - schema: *479 + schema: *482 examples: - default: *481 + default: *484 '400': *14 '422': *15 '403': *29 @@ -110107,8 +110166,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -110207,8 +110266,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -110217,7 +110276,7 @@ paths: application/json: schema: type: array - items: &774 + items: &775 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -110250,8 +110309,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -110327,8 +110386,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -110424,8 +110483,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -110579,8 +110638,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -110590,7 +110649,7 @@ paths: application/json: schema: type: array - items: *774 + items: *775 examples: default: value: @@ -110623,8 +110682,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *474 - - *475 + - *477 + - *478 - name: sha in: path required: true @@ -110678,7 +110737,7 @@ paths: description: Response content: application/json: - schema: *775 + schema: *776 examples: default: value: @@ -110732,8 +110791,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -110765,14 +110824,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &776 + schema: &777 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -110840,8 +110899,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: false content: @@ -110867,7 +110926,7 @@ paths: description: Response content: application/json: - schema: *776 + schema: *777 examples: default: value: @@ -110894,8 +110953,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Response @@ -110915,8 +110974,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -110995,8 +111054,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *474 - - *475 + - *477 + - *478 - name: ref in: path required: true @@ -111032,8 +111091,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *474 - - *475 + - *477 + - *478 - *17 - *19 responses: @@ -111045,7 +111104,7 @@ paths: type: array items: *319 examples: - default: *401 + default: *403 headers: Link: *47 '404': *6 @@ -111065,8 +111124,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *474 - - *475 + - *477 + - *478 - *19 - *17 responses: @@ -111074,7 +111133,7 @@ paths: description: Response content: application/json: - schema: &777 + schema: &778 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -111086,7 +111145,7 @@ paths: required: - names examples: - default: &778 + default: &779 value: names: - octocat @@ -111109,8 +111168,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -111141,9 +111200,9 @@ paths: description: Response content: application/json: - schema: *777 + schema: *778 examples: - default: *778 + default: *779 '404': *6 '422': *7 x-github: @@ -111164,9 +111223,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *474 - - *475 - - &779 + - *477 + - *478 + - &780 name: per description: The time frame to display results for. in: query @@ -111195,7 +111254,7 @@ paths: example: 128 clones: type: array - items: &780 + items: &781 title: Traffic type: object properties: @@ -111282,8 +111341,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -111373,8 +111432,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *474 - - *475 + - *477 + - *478 responses: '200': description: Response @@ -111434,9 +111493,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *474 - - *475 - - *779 + - *477 + - *478 + - *780 responses: '200': description: Response @@ -111455,7 +111514,7 @@ paths: example: 3782 views: type: array - items: *780 + items: *781 required: - uniques - count @@ -111532,8 +111591,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *474 - - *475 + - *477 + - *478 requestBody: required: true content: @@ -111807,8 +111866,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -111831,8 +111890,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Response @@ -111854,8 +111913,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Response @@ -111881,8 +111940,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *474 - - *475 + - *477 + - *478 - name: ref in: path required: true @@ -111974,9 +112033,9 @@ paths: description: Response content: application/json: - schema: *479 + schema: *482 examples: - default: *481 + default: *484 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -112124,7 +112183,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - *284 - - *675 + - *676 requestBody: required: true content: @@ -112188,9 +112247,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *678 + items: *679 examples: - default: *781 + default: *782 '400': *14 '403': *29 '404': *6 @@ -112227,7 +112286,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - *284 - - *675 + - *676 requestBody: required: true content: @@ -112292,9 +112351,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *678 + items: *679 examples: - default: *781 + default: *782 '400': *14 '403': *29 '404': *6 @@ -112326,8 +112385,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - *284 - - *675 - - *385 + - *676 + - *387 responses: '204': description: Issue field value deleted successfully @@ -112369,7 +112428,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &789 + - &790 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -112378,7 +112437,7 @@ paths: schema: type: string example: members - - &794 + - &795 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -112389,7 +112448,7 @@ paths: default: 1 format: int32 example: 1 - - &795 + - &796 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -112431,7 +112490,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &784 + items: &785 allOf: - type: object required: @@ -112506,7 +112565,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &796 + meta: &797 type: object description: The metadata associated with the creation/updates to the user. @@ -112566,30 +112625,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &785 + '400': &786 description: Bad request content: application/json: - schema: *782 + schema: *783 application/scim+json: - schema: *782 - '401': *783 - '403': &786 + schema: *783 + '401': *784 + '403': &787 description: Permission denied - '429': &787 + '429': &788 description: Too many requests content: application/json: - schema: *782 + schema: *783 application/scim+json: - schema: *782 - '500': &788 + schema: *783 + '500': &789 description: Internal server error content: application/json: - schema: *782 + schema: *783 application/scim+json: - schema: *782 + schema: *783 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -112613,7 +112672,7 @@ paths: required: true content: application/json: - schema: &792 + schema: &793 type: object required: - schemas @@ -112673,9 +112732,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *784 + schema: *785 examples: - group: &790 + group: &791 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -112694,13 +112753,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 - '400': *785 - '401': *783 - '403': *786 - '409': &793 + '400': *786 + '401': *784 + '403': *787 + '409': &794 description: Duplicate record detected - '429': *787 - '500': *788 + '429': *788 + '500': *789 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -112717,7 +112776,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &791 + - &792 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -112725,22 +112784,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *789 + - *790 - *41 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *784 + schema: *785 examples: - default: *790 - '400': *785 - '401': *783 - '403': *786 + default: *791 + '400': *786 + '401': *784 + '403': *787 '404': *6 - '429': *787 - '500': *788 + '429': *788 + '500': *789 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -112759,13 +112818,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *791 + - *792 - *41 requestBody: required: true content: application/json: - schema: *792 + schema: *793 examples: group: summary: Group @@ -112791,17 +112850,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *784 + schema: *785 examples: - group: *790 - groupWithMembers: *790 - '400': *785 - '401': *783 - '403': *786 + group: *791 + groupWithMembers: *791 + '400': *786 + '401': *784 + '403': *787 '404': *6 - '409': *793 - '429': *787 - '500': *788 + '409': *794 + '429': *788 + '500': *789 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -112825,13 +112884,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *791 + - *792 - *41 requestBody: required: true content: application/json: - schema: &803 + schema: &804 type: object required: - Operations @@ -112891,17 +112950,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *784 + schema: *785 examples: - updateGroup: *790 - addMembers: *790 - '400': *785 - '401': *783 - '403': *786 + updateGroup: *791 + addMembers: *791 + '400': *786 + '401': *784 + '403': *787 '404': *6 - '409': *793 - '429': *787 - '500': *788 + '409': *794 + '429': *788 + '500': *789 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -112917,17 +112976,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *791 + - *792 - *41 responses: '204': description: Group was deleted, no content - '400': *785 - '401': *783 - '403': *786 + '400': *786 + '401': *784 + '403': *787 '404': *6 - '429': *787 - '500': *788 + '429': *788 + '500': *789 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -112961,8 +113020,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *794 - *795 + - *796 - *41 responses: '200': @@ -112995,7 +113054,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &798 + items: &799 allOf: - type: object required: @@ -113074,7 +113133,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &797 + roles: &798 type: array description: The roles assigned to the user. items: @@ -113130,7 +113189,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *796 + meta: *797 startIndex: type: integer description: A starting index for the returned page @@ -113167,11 +113226,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *785 - '401': *783 - '403': *786 - '429': *787 - '500': *788 + '400': *786 + '401': *784 + '403': *787 + '429': *788 + '500': *789 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113195,7 +113254,7 @@ paths: required: true content: application/json: - schema: &801 + schema: &802 type: object required: - schemas @@ -113277,9 +113336,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *797 + roles: *798 examples: - user: &802 + user: &803 summary: User value: schemas: @@ -113326,9 +113385,9 @@ paths: description: User has been created content: application/scim+json: - schema: *798 + schema: *799 examples: - user: &799 + user: &800 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -113354,13 +113413,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *799 - '400': *785 - '401': *783 - '403': *786 - '409': *793 - '429': *787 - '500': *788 + enterpriseOwner: *800 + '400': *786 + '401': *784 + '403': *787 + '409': *794 + '429': *788 + '500': *789 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113377,7 +113436,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &800 + - &801 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -113390,15 +113449,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *798 + schema: *799 examples: - default: *799 - '400': *785 - '401': *783 - '403': *786 + default: *800 + '400': *786 + '401': *784 + '403': *787 '404': *6 - '429': *787 - '500': *788 + '429': *788 + '500': *789 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113449,30 +113508,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *800 + - *801 - *41 requestBody: required: true content: application/json: - schema: *801 + schema: *802 examples: - user: *802 + user: *803 responses: '200': description: User was updated content: application/scim+json: - schema: *798 + schema: *799 examples: - user: *799 - '400': *785 - '401': *783 - '403': *786 + user: *800 + '400': *786 + '401': *784 + '403': *787 '404': *6 - '409': *793 - '429': *787 - '500': *788 + '409': *794 + '429': *788 + '500': *789 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113513,13 +113572,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *800 + - *801 - *41 requestBody: required: true content: application/json: - schema: *803 + schema: *804 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -113559,18 +113618,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *798 + schema: *799 examples: - userMultiValuedProperties: *799 - userSingleValuedProperties: *799 - disableUser: *799 - '400': *785 - '401': *783 - '403': *786 + userMultiValuedProperties: *800 + userSingleValuedProperties: *800 + disableUser: *800 + '400': *786 + '401': *784 + '403': *787 '404': *6 - '409': *793 - '429': *787 - '500': *788 + '409': *794 + '429': *788 + '500': *789 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113590,17 +113649,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *800 + - *801 - *41 responses: '204': description: User was deleted, no content - '400': *785 - '401': *783 - '403': *786 + '400': *786 + '401': *784 + '403': *787 '404': *6 - '429': *787 - '500': *788 + '429': *788 + '500': *789 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113687,7 +113746,7 @@ paths: example: 1 Resources: type: array - items: &804 + items: &805 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -113918,22 +113977,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *37 - '404': &805 + '404': &806 description: Resource not found content: application/json: - schema: *782 + schema: *783 application/scim+json: - schema: *782 - '403': &806 + schema: *783 + '403': &807 description: Forbidden content: application/json: - schema: *782 + schema: *783 application/scim+json: - schema: *782 - '400': *785 - '429': *787 + schema: *783 + '400': *786 + '429': *788 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -113959,9 +114018,9 @@ paths: description: Response content: application/scim+json: - schema: *804 + schema: *805 examples: - default: &807 + default: &808 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -113984,17 +114043,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *37 - '404': *805 - '403': *806 - '500': *788 + '404': *806 + '403': *807 + '500': *789 '409': description: Conflict content: application/json: - schema: *782 + schema: *783 application/scim+json: - schema: *782 - '400': *785 + schema: *783 + '400': *786 requestBody: required: true content: @@ -114092,17 +114151,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *89 - - *800 + - *801 responses: '200': description: Response content: application/scim+json: - schema: *804 + schema: *805 examples: - default: *807 - '404': *805 - '403': *806 + default: *808 + '404': *806 + '403': *807 '304': *37 x-github: githubCloudOnly: true @@ -114126,18 +114185,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *89 - - *800 + - *801 responses: '200': description: Response content: application/scim+json: - schema: *804 + schema: *805 examples: - default: *807 + default: *808 '304': *37 - '404': *805 - '403': *806 + '404': *806 + '403': *807 requestBody: required: true content: @@ -114250,19 +114309,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *89 - - *800 + - *801 responses: '200': description: Response content: application/scim+json: - schema: *804 + schema: *805 examples: - default: *807 + default: *808 '304': *37 - '404': *805 - '403': *806 - '400': *785 + '404': *806 + '403': *807 + '400': *786 '429': description: Response content: @@ -114353,12 +114412,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *89 - - *800 + - *801 responses: '204': description: Response - '404': *805 - '403': *806 + '404': *806 + '403': *807 '304': *37 x-github: githubCloudOnly: true @@ -114494,7 +114553,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &808 + text_matches: &809 title: Search Result Text Matches type: array items: @@ -114657,7 +114716,7 @@ paths: enum: - author-date - committer-date - - &809 + - &810 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 @@ -114728,7 +114787,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *525 + properties: *528 nullable: true comment_count: type: integer @@ -114748,7 +114807,7 @@ paths: url: type: string format: uri - verification: *653 + verification: *654 required: - author - committer @@ -114767,7 +114826,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *525 + properties: *528 nullable: true parents: type: array @@ -114785,7 +114844,7 @@ paths: type: number node_id: type: string - text_matches: *808 + text_matches: *809 required: - sha - node_id @@ -114978,7 +115037,7 @@ paths: - interactions - created - updated - - *809 + - *810 - *17 - *19 - name: advanced_search @@ -115092,11 +115151,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 issue_field_values: type: array - items: *678 + items: *679 state: type: string state_reason: @@ -115106,8 +115165,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *421 - required: *422 + properties: *423 + required: *424 nullable: true comments: type: integer @@ -115121,7 +115180,7 @@ paths: type: string format: date-time nullable: true - text_matches: *808 + text_matches: *809 pull_request: type: object properties: @@ -115165,7 +115224,7 @@ paths: timeline_url: type: string format: uri - type: *386 + type: *388 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -115392,7 +115451,7 @@ paths: enum: - created - updated - - *809 + - *810 - *17 - *19 responses: @@ -115436,7 +115495,7 @@ paths: nullable: true score: type: number - text_matches: *808 + text_matches: *809 required: - id - node_id @@ -115522,7 +115581,7 @@ paths: - forks - help-wanted-issues - updated - - *809 + - *810 - *17 - *19 responses: @@ -115770,7 +115829,7 @@ paths: - admin - pull - push - text_matches: *808 + text_matches: *809 temp_clone_token: type: string allow_merge_commit: @@ -116071,7 +116130,7 @@ paths: type: string format: uri nullable: true - text_matches: *808 + text_matches: *809 related: type: array nullable: true @@ -116264,7 +116323,7 @@ paths: - followers - repositories - joined - - *809 + - *810 - *17 - *19 responses: @@ -116368,7 +116427,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *808 + text_matches: *809 blog: type: string nullable: true @@ -116447,7 +116506,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &812 + - &813 name: team_id description: The unique identifier of the team. in: path @@ -116459,9 +116518,9 @@ paths: description: Response content: application/json: - schema: *466 + schema: *469 examples: - default: *467 + default: *470 '404': *6 x-github: githubCloudOnly: false @@ -116488,7 +116547,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *812 + - *813 requestBody: required: true content: @@ -116551,16 +116610,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *466 + schema: *469 examples: - default: *467 + default: *470 '201': description: Response content: application/json: - schema: *466 + schema: *469 examples: - default: *467 + default: *470 '404': *6 '422': *15 '403': *29 @@ -116588,7 +116647,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *812 + - *813 responses: '204': description: Response @@ -116617,7 +116676,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *812 + - *813 - *17 - *19 responses: @@ -116627,9 +116686,9 @@ paths: application/json: schema: type: array - items: *380 + items: *382 examples: - default: *381 + default: *383 headers: Link: *47 x-github: @@ -116655,7 +116714,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *812 + - *813 - name: role description: Filters members returned by their role in the team. in: query @@ -116706,7 +116765,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *812 + - *813 - *145 responses: '204': @@ -116743,7 +116802,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *812 + - *813 - *145 responses: '204': @@ -116783,7 +116842,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *812 + - *813 - *145 responses: '204': @@ -116820,16 +116879,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *812 + - *813 - *145 responses: '200': description: Response content: application/json: - schema: *473 + schema: *476 examples: - response-if-user-is-a-team-maintainer: *813 + response-if-user-is-a-team-maintainer: *814 '404': *6 x-github: githubCloudOnly: false @@ -116862,7 +116921,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *812 + - *813 - *145 requestBody: required: false @@ -116888,9 +116947,9 @@ paths: description: Response content: application/json: - schema: *473 + schema: *476 examples: - response-if-users-membership-with-team-is-now-pending: *814 + response-if-users-membership-with-team-is-now-pending: *815 '403': description: Forbidden if team synchronization is set up '422': @@ -116924,7 +116983,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *812 + - *813 - *145 responses: '204': @@ -116952,7 +117011,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *812 + - *813 - *17 - *19 responses: @@ -116964,7 +117023,7 @@ paths: type: array items: *290 examples: - default: *415 + default: *417 headers: Link: *47 '404': *6 @@ -116994,15 +117053,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *812 - - *474 - - *475 + - *813 + - *477 + - *478 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *815 + schema: *816 examples: alternative-response-with-extra-repository-information: value: @@ -117153,9 +117212,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *812 - - *474 - - *475 + - *813 + - *477 + - *478 requestBody: required: false content: @@ -117205,9 +117264,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *812 - - *474 - - *475 + - *813 + - *477 + - *478 responses: '204': description: Response @@ -117236,15 +117295,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team-legacy parameters: - - *812 + - *813 responses: '200': description: Response content: application/json: - schema: *476 + schema: *479 examples: - default: *477 + default: *480 '403': *29 '404': *6 x-github: @@ -117271,7 +117330,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections-legacy parameters: - - *812 + - *813 requestBody: required: true content: @@ -117328,7 +117387,7 @@ paths: description: Response content: application/json: - schema: *476 + schema: *479 examples: default: value: @@ -117359,7 +117418,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *812 + - *813 - *17 - *19 responses: @@ -117371,7 +117430,7 @@ paths: type: array items: *319 examples: - response-if-child-teams-exist: *816 + response-if-child-teams-exist: *817 headers: Link: *47 '404': *6 @@ -117404,7 +117463,7 @@ paths: application/json: schema: oneOf: - - &817 + - &818 title: Private User description: Private User type: object @@ -117607,7 +117666,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - &843 + - &844 title: Public User description: Public User type: object @@ -117919,7 +117978,7 @@ paths: description: Response content: application/json: - schema: *817 + schema: *818 examples: default: value: @@ -118122,9 +118181,9 @@ paths: type: integer codespaces: type: array - items: *391 + items: *393 examples: - default: *392 + default: *394 '304': *37 '500': *40 '401': *25 @@ -118263,17 +118322,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *391 + schema: *393 examples: - default: *578 + default: *581 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *391 + schema: *393 examples: - default: *578 + default: *581 '401': *25 '403': *29 '404': *6 @@ -118317,7 +118376,7 @@ paths: type: integer secrets: type: array - items: &818 + items: &819 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -118357,7 +118416,7 @@ paths: - visibility - selected_repositories_url examples: - default: *581 + default: *584 headers: Link: *47 x-github: @@ -118433,7 +118492,7 @@ paths: description: Response content: application/json: - schema: *818 + schema: *819 examples: default: value: @@ -118723,15 +118782,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *393 + - *395 responses: '200': description: Response content: application/json: - schema: *391 + schema: *393 examples: - default: *578 + default: *581 '304': *37 '500': *40 '401': *25 @@ -118757,7 +118816,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *393 + - *395 requestBody: required: false content: @@ -118787,9 +118846,9 @@ paths: description: Response content: application/json: - schema: *391 + schema: *393 examples: - default: *578 + default: *581 '401': *25 '403': *29 '404': *6 @@ -118811,7 +118870,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *393 + - *395 responses: '202': *39 '304': *37 @@ -118840,13 +118899,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *393 + - *395 responses: '202': description: Response content: application/json: - schema: &819 + schema: &820 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -118887,7 +118946,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &820 + default: &821 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -118919,7 +118978,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *393 + - *395 - name: export_id in: path required: true @@ -118932,9 +118991,9 @@ paths: description: Response content: application/json: - schema: *819 + schema: *820 examples: - default: *820 + default: *821 '404': *6 x-github: githubCloudOnly: false @@ -118955,7 +119014,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *393 + - *395 responses: '200': description: Response @@ -118971,9 +119030,9 @@ paths: type: integer machines: type: array - items: *821 + items: *822 examples: - default: *822 + default: *823 '304': *37 '500': *40 '401': *25 @@ -119002,7 +119061,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *393 + - *395 requestBody: required: true content: @@ -119052,13 +119111,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *479 + repository: *482 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *579 - required: *580 + properties: *582 + required: *583 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -119832,15 +119891,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *393 + - *395 responses: '200': description: Response content: application/json: - schema: *391 + schema: *393 examples: - default: *578 + default: *581 '304': *37 '500': *40 '400': *14 @@ -119872,15 +119931,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *393 + - *395 responses: '200': description: Response content: application/json: - schema: *391 + schema: *393 examples: - default: *578 + default: *581 '500': *40 '401': *25 '403': *29 @@ -119910,9 +119969,9 @@ paths: application/json: schema: type: array - items: *402 + items: *404 examples: - default: &833 + default: &834 value: - id: 197 name: hello_docker @@ -120013,7 +120072,7 @@ paths: application/json: schema: type: array - items: &823 + items: &824 title: Email description: Email type: object @@ -120078,9 +120137,9 @@ paths: application/json: schema: type: array - items: *823 + items: *824 examples: - default: &835 + default: &836 value: - email: octocat@github.com verified: true @@ -120155,7 +120214,7 @@ paths: application/json: schema: type: array - items: *823 + items: *824 examples: default: value: @@ -120411,7 +120470,7 @@ paths: application/json: schema: type: array - items: &824 + items: &825 title: GPG Key description: A unique encryption key type: object @@ -120542,7 +120601,7 @@ paths: - subkeys - revoked examples: - default: &852 + default: &853 value: - id: 3 name: Octocat's GPG Key @@ -120627,9 +120686,9 @@ paths: description: Response content: application/json: - schema: *824 + schema: *825 examples: - default: &825 + default: &826 value: id: 3 name: Octocat's GPG Key @@ -120686,7 +120745,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &826 + - &827 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -120698,9 +120757,9 @@ paths: description: Response content: application/json: - schema: *824 + schema: *825 examples: - default: *825 + default: *826 '404': *6 '304': *37 '403': *29 @@ -120723,7 +120782,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *826 + - *827 responses: '204': description: Response @@ -121002,12 +121061,12 @@ paths: application/json: schema: anyOf: - - *378 + - *380 - type: object properties: {} additionalProperties: false examples: - default: *379 + default: *381 '204': description: Response when there are no restrictions x-github: @@ -121031,7 +121090,7 @@ paths: required: true content: application/json: - schema: *663 + schema: *664 examples: default: value: @@ -121042,7 +121101,7 @@ paths: description: Response content: application/json: - schema: *378 + schema: *380 examples: default: value: @@ -121123,7 +121182,7 @@ paths: - closed - all default: open - - *389 + - *391 - name: sort description: What to sort results by. in: query @@ -121148,7 +121207,7 @@ paths: type: array items: *227 examples: - default: *390 + default: *392 headers: Link: *47 '404': *6 @@ -121181,7 +121240,7 @@ paths: application/json: schema: type: array - items: &827 + items: &828 title: Key description: Key type: object @@ -121282,9 +121341,9 @@ paths: description: Response content: application/json: - schema: *827 + schema: *828 examples: - default: &828 + default: &829 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -121317,15 +121376,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *697 + - *698 responses: '200': description: Response content: application/json: - schema: *827 + schema: *828 examples: - default: *828 + default: *829 '404': *6 '304': *37 '403': *29 @@ -121348,7 +121407,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *697 + - *698 responses: '204': description: Response @@ -121381,7 +121440,7 @@ paths: application/json: schema: type: array - items: &829 + items: &830 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -121449,7 +121508,7 @@ paths: - account - plan examples: - default: &830 + default: &831 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -121511,9 +121570,9 @@ paths: application/json: schema: type: array - items: *829 + items: *830 examples: - default: *830 + default: *831 headers: Link: *47 '304': *37 @@ -121553,7 +121612,7 @@ paths: application/json: schema: type: array - items: *394 + items: *396 examples: default: value: @@ -121667,7 +121726,7 @@ paths: description: Response content: application/json: - schema: *394 + schema: *396 examples: default: value: @@ -121754,7 +121813,7 @@ paths: description: Response content: application/json: - schema: *394 + schema: *396 examples: default: value: @@ -121826,7 +121885,7 @@ paths: application/json: schema: type: array - items: *396 + items: *398 examples: default: value: @@ -122079,7 +122138,7 @@ paths: description: Response content: application/json: - schema: *396 + schema: *398 examples: default: value: @@ -122259,7 +122318,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *397 + - *399 - name: exclude in: query required: false @@ -122272,7 +122331,7 @@ paths: description: Response content: application/json: - schema: *396 + schema: *398 examples: default: value: @@ -122466,7 +122525,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *397 + - *399 responses: '302': description: Response @@ -122492,7 +122551,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *397 + - *399 responses: '204': description: Response @@ -122521,8 +122580,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *397 - - *831 + - *399 + - *832 responses: '204': description: Response @@ -122546,7 +122605,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *397 + - *399 - *17 - *19 responses: @@ -122635,7 +122694,7 @@ paths: - docker - nuget - container - - *832 + - *833 - *19 - *17 responses: @@ -122645,10 +122704,10 @@ paths: application/json: schema: type: array - items: *402 + items: *404 examples: - default: *833 - '400': *834 + default: *834 + '400': *835 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -122668,16 +122727,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *404 - - *405 + - *406 + - *407 responses: '200': description: Response content: application/json: - schema: *402 + schema: *404 examples: - default: &853 + default: &854 value: id: 40201 name: octo-name @@ -122790,8 +122849,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *404 - - *405 + - *406 + - *407 responses: '204': description: Response @@ -122821,8 +122880,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *404 - - *405 + - *406 + - *407 - name: token description: package token schema: @@ -122854,8 +122913,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *404 - - *405 + - *406 + - *407 - *19 - *17 - name: state @@ -122875,7 +122934,7 @@ paths: application/json: schema: type: array - items: *406 + items: *408 examples: default: value: @@ -122924,15 +122983,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *404 - - *405 + - *406 - *407 + - *409 responses: '200': description: Response content: application/json: - schema: *406 + schema: *408 examples: default: value: @@ -122968,9 +123027,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *404 - - *405 + - *406 - *407 + - *409 responses: '204': description: Response @@ -123000,9 +123059,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *404 - - *405 + - *406 - *407 + - *409 responses: '204': description: Response @@ -123039,9 +123098,9 @@ paths: application/json: schema: type: array - items: *823 + items: *824 examples: - default: *835 + default: *836 headers: Link: *47 '304': *37 @@ -123154,7 +123213,7 @@ paths: type: array items: *80 examples: - default: &842 + default: &843 summary: Default response value: - id: 1296269 @@ -123458,9 +123517,9 @@ paths: description: Response content: application/json: - schema: *479 + schema: *482 examples: - default: *481 + default: *484 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -123499,9 +123558,9 @@ paths: application/json: schema: type: array - items: *665 + items: *666 examples: - default: *836 + default: *837 headers: Link: *47 '304': *37 @@ -123524,7 +123583,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *382 + - *384 responses: '204': description: Response @@ -123548,7 +123607,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *382 + - *384 responses: '204': description: Response @@ -123581,7 +123640,7 @@ paths: application/json: schema: type: array - items: &837 + items: &838 title: Social account description: Social media account type: object @@ -123596,7 +123655,7 @@ paths: - provider - url examples: - default: &838 + default: &839 value: - provider: twitter url: https://twitter.com/github @@ -123658,9 +123717,9 @@ paths: application/json: schema: type: array - items: *837 + items: *838 examples: - default: *838 + default: *839 '422': *15 '304': *37 '404': *6 @@ -123747,7 +123806,7 @@ paths: application/json: schema: type: array - items: &839 + items: &840 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -123767,7 +123826,7 @@ paths: - title - created_at examples: - default: &867 + default: &868 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -123831,9 +123890,9 @@ paths: description: Response content: application/json: - schema: *839 + schema: *840 examples: - default: &840 + default: &841 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -123863,7 +123922,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &841 + - &842 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -123875,9 +123934,9 @@ paths: description: Response content: application/json: - schema: *839 + schema: *840 examples: - default: *840 + default: *841 '404': *6 '304': *37 '403': *29 @@ -123900,7 +123959,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *841 + - *842 responses: '204': description: Response @@ -123929,7 +123988,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &868 + - &869 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 @@ -123954,11 +124013,11 @@ paths: type: array items: *80 examples: - default-response: *842 + default-response: *843 application/vnd.github.v3.star+json: schema: type: array - items: &869 + items: &870 title: Starred Repository description: Starred Repository type: object @@ -124114,8 +124173,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Response if this repository is starred by you @@ -124143,8 +124202,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Response @@ -124168,8 +124227,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *474 - - *475 + - *477 + - *478 responses: '204': description: Response @@ -124204,7 +124263,7 @@ paths: type: array items: *290 examples: - default: *415 + default: *417 headers: Link: *47 '304': *37 @@ -124241,7 +124300,7 @@ paths: application/json: schema: type: array - items: *466 + items: *469 examples: default: value: @@ -124327,10 +124386,10 @@ paths: application/json: schema: oneOf: - - *817 - - *843 + - *818 + - *844 examples: - default-response: &847 + default-response: &848 summary: Default response value: login: octocat @@ -124365,7 +124424,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &848 + response-with-git-hub-plan-information: &849 summary: Response with GitHub plan information value: login: octocat @@ -124422,14 +124481,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &845 + - &846 name: user_id description: The unique identifier of the user. in: path required: true schema: type: string - - *420 + - *422 requestBody: required: true description: Details of the draft item to create in the project. @@ -124463,9 +124522,9 @@ paths: description: Response content: application/json: - schema: *426 + schema: *428 examples: - draft_issue: *427 + draft_issue: *429 '304': *37 '403': *29 '401': *25 @@ -124488,7 +124547,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *844 + - *845 - *17 responses: '200': @@ -124523,8 +124582,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *845 - - *420 + - *846 + - *422 requestBody: required: true content: @@ -124595,17 +124654,17 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *846 + schema: *847 examples: table_view: summary: Response for creating a table view - value: *431 + value: *433 board_view: summary: Response for creating a board view with filter - value: *431 + value: *433 roadmap_view: summary: Response for creating a roadmap view - value: *431 + value: *433 '304': *37 '403': *29 '401': *25 @@ -124647,11 +124706,11 @@ paths: application/json: schema: oneOf: - - *817 - - *843 + - *818 + - *844 examples: - default-response: *847 - response-with-git-hub-plan-information: *848 + default-response: *848 + response-with-git-hub-plan-information: *849 '404': *6 x-github: githubCloudOnly: false @@ -124701,8 +124760,8 @@ paths: required: - subject_digests examples: - default: *849 - withPredicateType: *850 + default: *850 + withPredicateType: *851 responses: '200': description: Response @@ -124741,7 +124800,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *851 + default: *852 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -124930,7 +124989,7 @@ paths: initiator: type: string examples: - default: *521 + default: *524 '201': description: Response content: @@ -124969,9 +125028,9 @@ paths: application/json: schema: type: array - items: *402 + items: *404 examples: - default: *833 + default: *834 '403': *29 '401': *25 x-github: @@ -125355,9 +125414,9 @@ paths: application/json: schema: type: array - items: *824 + items: *825 examples: - default: *852 + default: *853 headers: Link: *47 x-github: @@ -125461,7 +125520,7 @@ paths: application/json: schema: *22 examples: - default: *376 + default: *378 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -125585,7 +125644,7 @@ paths: - docker - nuget - container - - *832 + - *833 - *145 - *19 - *17 @@ -125596,12 +125655,12 @@ paths: application/json: schema: type: array - items: *402 + items: *404 examples: - default: *833 + default: *834 '403': *29 '401': *25 - '400': *834 + '400': *835 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -125621,17 +125680,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *404 - - *405 + - *406 + - *407 - *145 responses: '200': description: Response content: application/json: - schema: *402 + schema: *404 examples: - default: *853 + default: *854 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -125652,8 +125711,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *404 - - *405 + - *406 + - *407 - *145 responses: '204': @@ -125686,8 +125745,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *404 - - *405 + - *406 + - *407 - *145 - name: token description: package token @@ -125720,8 +125779,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *404 - - *405 + - *406 + - *407 - *145 responses: '200': @@ -125730,7 +125789,7 @@ paths: application/json: schema: type: array - items: *406 + items: *408 examples: default: value: @@ -125788,16 +125847,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-a-user parameters: - - *404 - - *405 + - *406 - *407 + - *409 - *145 responses: '200': description: Response content: application/json: - schema: *406 + schema: *408 examples: default: value: @@ -125832,10 +125891,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *404 - - *405 - - *145 + - *406 - *407 + - *145 + - *409 responses: '204': description: Response @@ -125867,10 +125926,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *404 - - *405 - - *145 + - *406 - *407 + - *145 + - *409 responses: '204': description: Response @@ -125911,9 +125970,9 @@ paths: application/json: schema: type: array - items: *418 + items: *420 examples: - default: *419 + default: *421 headers: Link: *47 '304': *37 @@ -125935,16 +125994,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-user parameters: - - *420 + - *422 - *145 responses: '200': description: Response content: application/json: - schema: *418 + schema: *420 examples: - default: *419 + default: *421 headers: Link: *47 '304': *37 @@ -125966,7 +126025,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-user parameters: - - *420 + - *422 - *145 - *17 - *110 @@ -125978,9 +126037,9 @@ paths: application/json: schema: type: array - items: *424 + items: *426 examples: - default: *854 + default: *855 headers: Link: *47 '304': *37 @@ -126002,7 +126061,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#add-field-to-user-owned-project parameters: - *145 - - *420 + - *422 requestBody: required: true content: @@ -126040,7 +126099,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *855 + items: *856 required: - name - data_type @@ -126056,7 +126115,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *856 + iteration_configuration: *857 required: - name - data_type @@ -126078,20 +126137,20 @@ paths: value: name: Due date data_type: date - single_select_field: *857 - iteration_field: *858 + single_select_field: *858 + iteration_field: *859 responses: '201': description: Response content: application/json: - schema: *424 + schema: *426 examples: - text_field: *859 - number_field: *860 - date_field: *861 - single_select_field: *862 - iteration_field: *863 + text_field: *860 + number_field: *861 + date_field: *862 + single_select_field: *863 + iteration_field: *864 '304': *37 '403': *29 '401': *25 @@ -126112,17 +126171,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-user parameters: - - *420 - - *864 + - *422 + - *865 - *145 responses: '200': description: Response content: application/json: - schema: *424 + schema: *426 examples: - default: *865 + default: *866 headers: Link: *47 '304': *37 @@ -126145,7 +126204,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-a-user-owned-project parameters: - - *420 + - *422 - *145 - *110 - *111 @@ -126178,9 +126237,9 @@ paths: application/json: schema: type: array - items: *428 + items: *430 examples: - default: *429 + default: *431 headers: Link: *47 '304': *37 @@ -126202,7 +126261,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-user-owned-project parameters: - *145 - - *420 + - *422 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -126272,22 +126331,22 @@ paths: description: Response content: application/json: - schema: *426 + schema: *428 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *427 + value: *429 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *427 + value: *429 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *427 + value: *429 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *427 + value: *429 '304': *37 '403': *29 '401': *25 @@ -126307,9 +126366,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#get-an-item-for-a-user-owned-project parameters: - - *420 + - *422 - *145 - - *430 + - *432 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -126329,9 +126388,9 @@ paths: description: Response content: application/json: - schema: *428 + schema: *430 examples: - default: *429 + default: *431 headers: Link: *47 '304': *37 @@ -126352,9 +126411,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-user parameters: - - *420 + - *422 - *145 - - *430 + - *432 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -126424,13 +126483,13 @@ paths: description: Response content: application/json: - schema: *428 + schema: *430 examples: - text_field: *429 - number_field: *429 - date_field: *429 - single_select_field: *429 - iteration_field: *429 + text_field: *431 + number_field: *431 + date_field: *431 + single_select_field: *431 + iteration_field: *431 '401': *25 '403': *29 '404': *6 @@ -126450,9 +126509,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-user parameters: - - *420 + - *422 - *145 - - *430 + - *432 responses: '204': description: Response @@ -126474,9 +126533,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-a-user-project-view parameters: - - *420 + - *422 - *145 - - *866 + - *867 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -126502,9 +126561,9 @@ paths: application/json: schema: type: array - items: *428 + items: *430 examples: - default: *429 + default: *431 headers: Link: *47 '304': *37 @@ -126725,7 +126784,7 @@ paths: type: array items: *290 examples: - default: *415 + default: *417 headers: Link: *47 x-github: @@ -126755,9 +126814,9 @@ paths: application/json: schema: type: array - items: *837 + items: *838 examples: - default: *838 + default: *839 headers: Link: *47 x-github: @@ -126787,9 +126846,9 @@ paths: application/json: schema: type: array - items: *839 + items: *840 examples: - default: *867 + default: *868 headers: Link: *47 x-github: @@ -126814,7 +126873,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *145 - - *868 + - *869 - *112 - *17 - *19 @@ -126826,11 +126885,11 @@ paths: schema: anyOf: - type: array - items: *869 + items: *870 - type: array items: *80 examples: - default-response: *842 + default-response: *843 headers: Link: *47 x-github: @@ -126861,7 +126920,7 @@ paths: type: array items: *290 examples: - default: *415 + default: *417 headers: Link: *47 x-github: @@ -126989,7 +127048,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &870 + enterprise: &871 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -127047,7 +127106,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &871 + installation: &872 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -127066,7 +127125,7 @@ x-webhooks: required: - id - node_id - organization: &872 + organization: &873 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -127126,13 +127185,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &873 + repository: &874 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: &912 + properties: &913 id: description: Unique identifier of the repository example: 42 @@ -127816,7 +127875,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &913 + required: &914 - archive_url - assignees_url - blobs_url @@ -127967,10 +128026,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -128046,11 +128105,11 @@ x-webhooks: type: string enum: - created - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 - rule: &874 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 + rule: &875 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-cloud@latest//github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -128273,11 +128332,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 - rule: *874 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 + rule: *875 sender: *4 required: - action @@ -128460,11 +128519,11 @@ x-webhooks: - everyone required: - from - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 - rule: *874 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 + rule: *875 sender: *4 required: - action @@ -128537,7 +128596,7 @@ x-webhooks: required: true content: application/json: - schema: &896 + schema: &897 title: Exemption request cancellation event type: object properties: @@ -128545,11 +128604,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 - exemption_request: &875 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 + exemption_request: &876 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -128853,7 +128912,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &876 + items: &877 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -128963,7 +129022,7 @@ x-webhooks: required: true content: application/json: - schema: &897 + schema: &898 title: Exemption request completed event type: object properties: @@ -128971,11 +129030,11 @@ x-webhooks: type: string enum: - completed - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 - exemption_request: *875 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 + exemption_request: *876 sender: *4 required: - action @@ -129047,7 +129106,7 @@ x-webhooks: required: true content: application/json: - schema: &894 + schema: &895 title: Exemption request created event type: object properties: @@ -129055,11 +129114,11 @@ x-webhooks: type: string enum: - created - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 - exemption_request: *875 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 + exemption_request: *876 sender: *4 required: - action @@ -129131,7 +129190,7 @@ x-webhooks: required: true content: application/json: - schema: &898 + schema: &899 title: Exemption response dismissed event type: object properties: @@ -129139,12 +129198,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 - exemption_request: *875 - exemption_response: *876 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 + exemption_request: *876 + exemption_response: *877 sender: *4 required: - action @@ -129218,7 +129277,7 @@ x-webhooks: required: true content: application/json: - schema: &895 + schema: &896 title: Exemption response submitted event type: object properties: @@ -129226,12 +129285,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 - exemption_request: *875 - exemption_response: *876 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 + exemption_request: *876 + exemption_response: *877 sender: *4 required: - action @@ -129315,7 +129374,7 @@ x-webhooks: type: string enum: - completed - check_run: &878 + check_run: &879 title: CheckRun description: A check performed on the code of a given code change type: object @@ -129406,7 +129465,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *877 + deployment: *878 details_url: example: https://example.com type: string @@ -129491,10 +129550,10 @@ x-webhooks: - output - app - pull_requests - installation: *871 - enterprise: *870 - organization: *872 - repository: *873 + installation: *872 + enterprise: *871 + organization: *873 + repository: *874 sender: *4 required: - check_run @@ -129885,11 +129944,11 @@ x-webhooks: type: string enum: - created - check_run: *878 - installation: *871 - enterprise: *870 - organization: *872 - repository: *873 + check_run: *879 + installation: *872 + enterprise: *871 + organization: *873 + repository: *874 sender: *4 required: - check_run @@ -130283,11 +130342,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *878 - installation: *871 - enterprise: *870 - organization: *872 - repository: *873 + check_run: *879 + installation: *872 + enterprise: *871 + organization: *873 + repository: *874 requested_action: description: The action requested by the user. type: object @@ -130690,11 +130749,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *878 - installation: *871 - enterprise: *870 - organization: *872 - repository: *873 + check_run: *879 + installation: *872 + enterprise: *871 + organization: *873 + repository: *874 sender: *4 required: - check_run @@ -131664,10 +131723,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -132356,10 +132415,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -133042,10 +133101,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -133211,7 +133270,7 @@ x-webhooks: required: - login - id - dismissed_comment: *550 + dismissed_comment: *553 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -133356,20 +133415,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &879 + commit_oid: &880 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: *870 - installation: *871 - organization: *872 - ref: &880 + enterprise: *871 + installation: *872 + organization: *873 + ref: &881 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: *873 + repository: *874 sender: *4 required: - action @@ -133534,7 +133593,7 @@ x-webhooks: required: - login - id - dismissed_comment: *550 + dismissed_comment: *553 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -133764,12 +133823,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *879 - enterprise: *870 - installation: *871 - organization: *872 - ref: *880 - repository: *873 + commit_oid: *880 + enterprise: *871 + installation: *872 + organization: *873 + ref: *881 + repository: *874 sender: *4 required: - action @@ -133864,7 +133923,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *550 + dismissed_comment: *553 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -134035,12 +134094,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *879 - enterprise: *870 - installation: *871 - organization: *872 - ref: *880 - repository: *873 + commit_oid: *880 + enterprise: *871 + installation: *872 + organization: *873 + ref: *881 + repository: *874 sender: *4 required: - action @@ -134206,7 +134265,7 @@ x-webhooks: required: - login - id - dismissed_comment: *550 + dismissed_comment: *553 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -134372,12 +134431,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *879 - enterprise: *870 - installation: *871 - organization: *872 - ref: *880 - repository: *873 + commit_oid: *880 + enterprise: *871 + installation: *872 + organization: *873 + ref: *881 + repository: *874 sender: *4 required: - action @@ -134476,7 +134535,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *550 + dismissed_comment: *553 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -134651,16 +134710,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 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: *873 + repository: *874 sender: *4 required: - action @@ -134757,7 +134816,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *550 + dismissed_comment: *553 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -134897,12 +134956,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *879 - enterprise: *870 - installation: *871 - organization: *872 - ref: *880 - repository: *873 + commit_oid: *880 + enterprise: *871 + installation: *872 + organization: *873 + ref: *881 + repository: *874 sender: *4 required: - action @@ -135068,7 +135127,7 @@ x-webhooks: required: - login - id - dismissed_comment: *550 + dismissed_comment: *553 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -135213,10 +135272,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -135471,10 +135530,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -135554,18 +135613,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *872 - pusher_type: &881 + organization: *873 + pusher_type: &882 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &882 + ref: &883 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -135575,7 +135634,7 @@ x-webhooks: enum: - tag - branch - repository: *873 + repository: *874 sender: *4 required: - ref @@ -135658,9 +135717,9 @@ x-webhooks: enum: - created definition: *159 - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 sender: *4 required: - action @@ -135745,9 +135804,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 sender: *4 required: - action @@ -135825,9 +135884,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *159 - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 sender: *4 required: - action @@ -135905,9 +135964,9 @@ x-webhooks: enum: - updated definition: *159 - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 sender: *4 required: - action @@ -135984,10 +136043,10 @@ x-webhooks: type: string enum: - updated - enterprise: *870 - installation: *871 - repository: *873 - organization: *872 + enterprise: *871 + installation: *872 + repository: *874 + organization: *873 sender: *4 new_property_values: type: array @@ -136072,18 +136131,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *870 - installation: *871 - organization: *872 - pusher_type: *881 - ref: *882 + enterprise: *871 + installation: *872 + organization: *873 + pusher_type: *882 + ref: *883 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *873 + repository: *874 sender: *4 required: - ref @@ -136163,11 +136222,11 @@ x-webhooks: type: string enum: - assignees_changed - alert: *612 - installation: *871 - organization: *872 - enterprise: *870 - repository: *873 + alert: *615 + installation: *872 + organization: *873 + enterprise: *871 + repository: *874 sender: *4 required: - action @@ -136247,11 +136306,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *612 - installation: *871 - organization: *872 - enterprise: *870 - repository: *873 + alert: *615 + installation: *872 + organization: *873 + enterprise: *871 + repository: *874 sender: *4 required: - action @@ -136332,11 +136391,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *612 - installation: *871 - organization: *872 - enterprise: *870 - repository: *873 + alert: *615 + installation: *872 + organization: *873 + enterprise: *871 + repository: *874 sender: *4 required: - action @@ -136417,11 +136476,11 @@ x-webhooks: type: string enum: - created - alert: *612 - installation: *871 - organization: *872 - enterprise: *870 - repository: *873 + alert: *615 + installation: *872 + organization: *873 + enterprise: *871 + repository: *874 sender: *4 required: - action @@ -136500,11 +136559,11 @@ x-webhooks: type: string enum: - dismissed - alert: *612 - installation: *871 - organization: *872 - enterprise: *870 - repository: *873 + alert: *615 + installation: *872 + organization: *873 + enterprise: *871 + repository: *874 sender: *4 required: - action @@ -136583,11 +136642,11 @@ x-webhooks: type: string enum: - fixed - alert: *612 - installation: *871 - organization: *872 - enterprise: *870 - repository: *873 + alert: *615 + installation: *872 + organization: *873 + enterprise: *871 + repository: *874 sender: *4 required: - action @@ -136667,11 +136726,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *612 - installation: *871 - organization: *872 - enterprise: *870 - repository: *873 + alert: *615 + installation: *872 + organization: *873 + enterprise: *871 + repository: *874 sender: *4 required: - action @@ -136750,11 +136809,11 @@ x-webhooks: type: string enum: - reopened - alert: *612 - installation: *871 - organization: *872 - enterprise: *870 - repository: *873 + alert: *615 + installation: *872 + organization: *873 + enterprise: *871 + repository: *874 sender: *4 required: - action @@ -136831,9 +136890,9 @@ x-webhooks: type: string enum: - created - enterprise: *870 - installation: *871 - key: &883 + enterprise: *871 + installation: *872 + key: &884 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -136869,8 +136928,8 @@ x-webhooks: - verified - created_at - read_only - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 required: - action @@ -136947,11 +137006,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *870 - installation: *871 - key: *883 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + key: *884 + organization: *873 + repository: *874 sender: *4 required: - action @@ -137507,12 +137566,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 - workflow: &889 + workflow: &890 title: Workflow type: object nullable: true @@ -138253,15 +138312,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *884 - required: *885 + properties: *885 + required: *886 nullable: true pull_requests: type: array - items: *718 - repository: *873 - organization: *872 - installation: *871 + items: *719 + repository: *874 + organization: *873 + installation: *872 sender: *4 responses: '200': @@ -138332,7 +138391,7 @@ x-webhooks: type: string enum: - approved - approver: &886 + approver: &887 type: object properties: avatar_url: @@ -138375,11 +138434,11 @@ x-webhooks: type: string comment: type: string - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 - reviewers: &887 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 + reviewers: &888 type: array items: type: object @@ -138458,7 +138517,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &888 + workflow_job_run: &889 type: object properties: conclusion: @@ -139189,18 +139248,18 @@ x-webhooks: type: string enum: - rejected - approver: *886 + approver: *887 comment: type: string - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 - reviewers: *887 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 + reviewers: *888 sender: *4 since: type: string - workflow_job_run: *888 + workflow_job_run: *889 workflow_job_runs: type: array items: @@ -139904,13 +139963,13 @@ x-webhooks: type: string enum: - requested - enterprise: *870 + enterprise: *871 environment: type: string - installation: *871 - organization: *872 - repository: *873 - requestor: &899 + installation: *872 + organization: *873 + repository: *874 + requestor: &900 title: User type: object nullable: true @@ -141799,12 +141858,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 - workflow: *889 + workflow: *890 workflow_run: title: Deployment Workflow Run type: object @@ -142484,7 +142543,7 @@ x-webhooks: type: string enum: - answered - answer: &892 + answer: &893 type: object properties: author_association: @@ -142641,11 +142700,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *890 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + discussion: *891 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -142772,11 +142831,11 @@ x-webhooks: - from required: - category - discussion: *890 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + discussion: *891 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -142859,11 +142918,11 @@ x-webhooks: type: string enum: - closed - discussion: *890 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + discussion: *891 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -142945,7 +143004,7 @@ x-webhooks: type: string enum: - created - comment: &891 + comment: &892 type: object properties: author_association: @@ -143102,11 +143161,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *890 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + discussion: *891 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -143189,12 +143248,12 @@ x-webhooks: type: string enum: - deleted - comment: *891 - discussion: *890 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + comment: *892 + discussion: *891 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -143289,12 +143348,12 @@ x-webhooks: - from required: - body - comment: *891 - discussion: *890 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + comment: *892 + discussion: *891 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -143378,11 +143437,11 @@ x-webhooks: type: string enum: - created - discussion: *890 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + discussion: *891 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -143464,11 +143523,11 @@ x-webhooks: type: string enum: - deleted - discussion: *890 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + discussion: *891 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -143568,11 +143627,11 @@ x-webhooks: type: string required: - from - discussion: *890 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + discussion: *891 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -143654,10 +143713,10 @@ x-webhooks: type: string enum: - labeled - discussion: *890 - enterprise: *870 - installation: *871 - label: &893 + discussion: *891 + enterprise: *871 + installation: *872 + label: &894 title: Label type: object properties: @@ -143689,8 +143748,8 @@ x-webhooks: - color - default - description - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 required: - action @@ -143773,11 +143832,11 @@ x-webhooks: type: string enum: - locked - discussion: *890 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + discussion: *891 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -143859,11 +143918,11 @@ x-webhooks: type: string enum: - pinned - discussion: *890 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + discussion: *891 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -143945,11 +144004,11 @@ x-webhooks: type: string enum: - reopened - discussion: *890 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + discussion: *891 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -144034,16 +144093,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *890 - new_repository: *873 + new_discussion: *891 + new_repository: *874 required: - new_discussion - new_repository - discussion: *890 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + discussion: *891 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -144126,10 +144185,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *890 - old_answer: *892 - organization: *872 - repository: *873 + discussion: *891 + old_answer: *893 + organization: *873 + repository: *874 sender: *4 required: - action @@ -144211,12 +144270,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *890 - enterprise: *870 - installation: *871 - label: *893 - organization: *872 - repository: *873 + discussion: *891 + enterprise: *871 + installation: *872 + label: *894 + organization: *873 + repository: *874 sender: *4 required: - action @@ -144299,11 +144358,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *890 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + discussion: *891 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -144385,11 +144444,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *890 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + discussion: *891 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -144458,7 +144517,7 @@ x-webhooks: required: true content: application/json: - schema: *894 + schema: *895 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144521,7 +144580,7 @@ x-webhooks: required: true content: application/json: - schema: *895 + schema: *896 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144584,7 +144643,7 @@ x-webhooks: required: true content: application/json: - schema: *896 + schema: *897 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144647,7 +144706,7 @@ x-webhooks: required: true content: application/json: - schema: *894 + schema: *895 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144710,7 +144769,7 @@ x-webhooks: required: true content: application/json: - schema: *895 + schema: *896 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144776,7 +144835,7 @@ x-webhooks: required: true content: application/json: - schema: *896 + schema: *897 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144842,7 +144901,7 @@ x-webhooks: required: true content: application/json: - schema: *897 + schema: *898 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144908,7 +144967,7 @@ x-webhooks: required: true content: application/json: - schema: *894 + schema: *895 responses: '200': description: Return a 200 status to indicate that the data was received @@ -144974,7 +145033,7 @@ x-webhooks: required: true content: application/json: - schema: *898 + schema: *899 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145040,7 +145099,7 @@ x-webhooks: required: true content: application/json: - schema: *895 + schema: *896 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145105,7 +145164,7 @@ x-webhooks: required: true content: application/json: - schema: *896 + schema: *897 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145170,7 +145229,7 @@ x-webhooks: required: true content: application/json: - schema: *897 + schema: *898 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145235,7 +145294,7 @@ x-webhooks: required: true content: application/json: - schema: *894 + schema: *895 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145300,7 +145359,7 @@ x-webhooks: required: true content: application/json: - schema: *898 + schema: *899 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145366,7 +145425,7 @@ x-webhooks: required: true content: application/json: - schema: *895 + schema: *896 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145433,7 +145492,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *870 + enterprise: *871 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -146093,9 +146152,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *871 - organization: *872 - repository: *873 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - forkee @@ -146241,9 +146300,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 pages: description: The pages that were updated. type: array @@ -146280,7 +146339,7 @@ x-webhooks: - action - sha - html_url - repository: *873 + repository: *874 sender: *4 required: - pages @@ -146356,10 +146415,10 @@ x-webhooks: type: string enum: - created - enterprise: *870 + enterprise: *871 installation: *22 - organization: *872 - repositories: &900 + organization: *873 + repositories: &901 description: An array of repository objects that the installation can access. type: array @@ -146385,8 +146444,8 @@ x-webhooks: - name - full_name - private - repository: *873 - requester: *899 + repository: *874 + requester: *900 sender: *4 required: - action @@ -146461,11 +146520,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *870 + enterprise: *871 installation: *22 - organization: *872 - repositories: *900 - repository: *873 + organization: *873 + repositories: *901 + repository: *874 requester: nullable: true sender: *4 @@ -146541,11 +146600,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *870 + enterprise: *871 installation: *22 - organization: *872 - repositories: *900 - repository: *873 + organization: *873 + repositories: *901 + repository: *874 requester: nullable: true sender: *4 @@ -146621,10 +146680,10 @@ x-webhooks: type: string enum: - added - enterprise: *870 + enterprise: *871 installation: *22 - organization: *872 - repositories_added: &901 + organization: *873 + repositories_added: &902 description: An array of repository objects, which were added to the installation. type: array @@ -146670,15 +146729,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *873 - repository_selection: &902 + repository: *874 + repository_selection: &903 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *899 + requester: *900 sender: *4 required: - action @@ -146757,10 +146816,10 @@ x-webhooks: type: string enum: - removed - enterprise: *870 + enterprise: *871 installation: *22 - organization: *872 - repositories_added: *901 + organization: *873 + repositories_added: *902 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -146787,9 +146846,9 @@ x-webhooks: - name - full_name - private - repository: *873 - repository_selection: *902 - requester: *899 + repository: *874 + repository_selection: *903 + requester: *900 sender: *4 required: - action @@ -146868,11 +146927,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *870 + enterprise: *871 installation: *22 - organization: *872 - repositories: *900 - repository: *873 + organization: *873 + repositories: *901 + repository: *874 requester: nullable: true sender: *4 @@ -147051,10 +147110,10 @@ x-webhooks: type: string required: - from - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 target_type: type: string @@ -147133,11 +147192,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *870 + enterprise: *871 installation: *22 - organization: *872 - repositories: *900 - repository: *873 + organization: *873 + repositories: *901 + repository: *874 requester: nullable: true sender: *4 @@ -147311,8 +147370,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *693 - required: *694 + properties: *694 + required: *695 nullable: true user: title: User @@ -147397,8 +147456,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -148187,8 +148246,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148204,7 +148263,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *386 + type: *388 updated_at: type: string format: date-time @@ -148537,8 +148596,8 @@ x-webhooks: - state - locked - assignee - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 required: - action @@ -148618,7 +148677,7 @@ x-webhooks: type: string enum: - deleted - comment: &903 + comment: &904 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -148775,8 +148834,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *693 - required: *694 + properties: *694 + required: *695 nullable: true required: - url @@ -148791,8 +148850,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -149577,8 +149636,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149594,7 +149653,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *386 + type: *388 updated_at: type: string format: date-time @@ -149929,8 +149988,8 @@ x-webhooks: - state - locked - assignee - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 required: - action @@ -150010,7 +150069,7 @@ x-webhooks: type: string enum: - edited - changes: &932 + changes: &933 description: The changes to the comment. type: object properties: @@ -150022,9 +150081,9 @@ x-webhooks: type: string required: - from - comment: *903 - enterprise: *870 - installation: *871 + comment: *904 + enterprise: *871 + installation: *872 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -150812,8 +150871,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150829,7 +150888,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *386 + type: *388 updated_at: type: string format: date-time @@ -151162,8 +151221,8 @@ x-webhooks: - state - locked - assignee - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 required: - action @@ -151244,9 +151303,9 @@ x-webhooks: type: string enum: - pinned - comment: *903 - enterprise: *870 - installation: *871 + comment: *904 + enterprise: *871 + installation: *872 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -152036,8 +152095,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152053,7 +152112,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *386 + type: *388 updated_at: type: string format: date-time @@ -152388,8 +152447,8 @@ x-webhooks: - state - locked - assignee - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 required: - action @@ -152469,9 +152528,9 @@ x-webhooks: type: string enum: - unpinned - comment: *903 - enterprise: *870 - installation: *871 + comment: *904 + enterprise: *871 + installation: *872 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -153261,8 +153320,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153278,7 +153337,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *386 + type: *388 updated_at: type: string format: date-time @@ -153613,8 +153672,8 @@ x-webhooks: - state - locked - assignee - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 required: - action @@ -153703,9 +153762,9 @@ x-webhooks: type: number blocking_issue: *227 blocking_issue_repo: *80 - installation: *871 - organization: *872 - repository: *873 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -153794,9 +153853,9 @@ x-webhooks: type: number blocking_issue: *227 blocking_issue_repo: *80 - installation: *871 - organization: *872 - repository: *873 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -153884,9 +153943,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *227 - installation: *871 - organization: *872 - repository: *873 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -153975,9 +154034,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *227 - installation: *871 - organization: *872 - repository: *873 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -154057,10 +154116,10 @@ x-webhooks: type: string enum: - assigned - assignee: *899 - enterprise: *870 - installation: *871 - issue: &906 + assignee: *900 + enterprise: *871 + installation: *872 + issue: &907 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -154852,11 +154911,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 issue_field_values: type: array - items: *678 + items: *679 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154872,7 +154931,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *386 + type: *388 updated_at: type: string format: date-time @@ -154973,8 +155032,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 required: - action @@ -155054,8 +155113,8 @@ x-webhooks: type: string enum: - closed - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -155852,11 +155911,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 issue_field_values: type: array - items: *678 + items: *679 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155872,7 +155931,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *386 + type: *388 updated_at: type: string format: date-time @@ -156108,8 +156167,8 @@ x-webhooks: required: - state - closed_at - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 required: - action @@ -156188,8 +156247,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -156977,11 +157036,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 issue_field_values: type: array - items: *678 + items: *679 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156997,7 +157056,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *386 + type: *388 updated_at: type: string format: date-time @@ -157097,8 +157156,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 required: - action @@ -157177,8 +157236,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -157988,11 +158047,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 issue_field_values: type: array - items: *678 + items: *679 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158008,7 +158067,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *386 + type: *388 updated_at: type: string format: date-time @@ -158087,7 +158146,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &904 + milestone: &905 title: Milestone description: A collection of related issues and pull requests. type: object @@ -158225,8 +158284,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 required: - action @@ -158325,8 +158384,8 @@ x-webhooks: type: string required: - from - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -159118,11 +159177,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 issue_field_values: type: array - items: *678 + items: *679 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159135,7 +159194,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *386 + type: *388 title: description: Title of the issue type: string @@ -159239,9 +159298,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *893 - organization: *872 - repository: *873 + label: *894 + organization: *873 + repository: *874 sender: *4 required: - action @@ -159321,8 +159380,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -160113,11 +160172,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 issue_field_values: type: array - items: *678 + items: *679 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160130,7 +160189,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *386 + type: *388 title: description: Title of the issue type: string @@ -160234,9 +160293,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *893 - organization: *872 - repository: *873 + label: *894 + organization: *873 + repository: *874 sender: *4 required: - action @@ -160316,8 +160375,8 @@ x-webhooks: type: string enum: - locked - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -161132,11 +161191,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 issue_field_values: type: array - items: *678 + items: *679 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161149,7 +161208,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *386 + type: *388 title: description: Title of the issue type: string @@ -161230,8 +161289,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 required: - action @@ -161310,8 +161369,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -162120,11 +162179,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 issue_field_values: type: array - items: *678 + items: *679 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162140,7 +162199,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *386 + type: *388 updated_at: type: string format: date-time @@ -162218,9 +162277,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *904 - organization: *872 - repository: *873 + milestone: *905 + organization: *873 + repository: *874 sender: *4 required: - action @@ -163083,11 +163142,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 issue_field_values: type: array - items: *678 + items: *679 state: description: State of the issue; either 'open' or 'closed' type: string @@ -163188,7 +163247,7 @@ x-webhooks: required: - login - id - type: *386 + type: *388 required: - id - number @@ -163668,8 +163727,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -164453,11 +164512,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 issue_field_values: type: array - items: *678 + items: *679 state: description: State of the issue; either 'open' or 'closed' type: string @@ -164473,7 +164532,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *386 + type: *388 updated_at: type: string format: date-time @@ -164581,8 +164640,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 required: - action @@ -164662,9 +164721,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *870 - installation: *871 - issue: &905 + enterprise: *871 + installation: *872 + issue: &906 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -165450,11 +165509,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 issue_field_values: type: array - items: *678 + items: *679 state: description: State of the issue; either 'open' or 'closed' type: string @@ -165470,7 +165529,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *386 + type: *388 updated_at: type: string format: date-time @@ -165570,8 +165629,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 required: - action @@ -165650,8 +165709,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -166464,11 +166523,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 issue_field_values: type: array - items: *678 + items: *679 state: description: State of the issue; either 'open' or 'closed' type: string @@ -166562,9 +166621,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *386 - organization: *872 - repository: *873 + type: *388 + organization: *873 + repository: *874 sender: *4 required: - action @@ -167433,11 +167492,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 issue_field_values: type: array - items: *678 + items: *679 state: description: State of the issue; either 'open' or 'closed' type: string @@ -167453,7 +167512,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *386 + type: *388 updated_at: type: string format: date-time @@ -168032,11 +168091,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *870 - installation: *871 - issue: *905 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + issue: *906 + organization: *873 + repository: *874 sender: *4 required: - action @@ -168116,12 +168175,12 @@ x-webhooks: type: string enum: - typed - enterprise: *870 - installation: *871 - issue: *906 - type: *386 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + issue: *907 + type: *388 + organization: *873 + repository: *874 sender: *4 required: - action @@ -168202,7 +168261,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &935 + assignee: &936 title: User type: object nullable: true @@ -168272,11 +168331,11 @@ x-webhooks: required: - login - id - enterprise: *870 - installation: *871 - issue: *906 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + issue: *907 + organization: *873 + repository: *874 sender: *4 required: - action @@ -168355,12 +168414,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *870 - installation: *871 - issue: *906 - label: *893 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + issue: *907 + label: *894 + organization: *873 + repository: *874 sender: *4 required: - action @@ -168440,8 +168499,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -169254,11 +169313,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *810 - issue_dependencies_summary: *811 + sub_issues_summary: *811 + issue_dependencies_summary: *812 issue_field_values: type: array - items: *678 + items: *679 state: description: State of the issue; either 'open' or 'closed' type: string @@ -169274,7 +169333,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *386 + type: *388 updated_at: type: string format: date-time @@ -169352,8 +169411,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 required: - action @@ -169433,11 +169492,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *870 - installation: *871 - issue: *905 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + issue: *906 + organization: *873 + repository: *874 sender: *4 required: - action @@ -169516,12 +169575,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *870 - installation: *871 - issue: *906 - type: *386 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + issue: *907 + type: *388 + organization: *873 + repository: *874 sender: *4 required: - action @@ -169601,11 +169660,11 @@ x-webhooks: type: string enum: - created - enterprise: *870 - installation: *871 - label: *893 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + label: *894 + organization: *873 + repository: *874 sender: *4 required: - action @@ -169683,11 +169742,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *870 - installation: *871 - label: *893 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + label: *894 + organization: *873 + repository: *874 sender: *4 required: - action @@ -169797,11 +169856,11 @@ x-webhooks: type: string required: - from - enterprise: *870 - installation: *871 - label: *893 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + label: *894 + organization: *873 + repository: *874 sender: *4 required: - action @@ -169883,9 +169942,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *870 - installation: *871 - marketplace_purchase: &907 + enterprise: *871 + installation: *872 + marketplace_purchase: &908 title: Marketplace Purchase type: object required: @@ -169968,8 +170027,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *872 - previous_marketplace_purchase: &908 + organization: *873 + previous_marketplace_purchase: &909 title: Marketplace Purchase type: object properties: @@ -170049,7 +170108,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *873 + repository: *874 sender: *4 required: - action @@ -170129,10 +170188,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *870 - installation: *871 - marketplace_purchase: *907 - organization: *872 + enterprise: *871 + installation: *872 + marketplace_purchase: *908 + organization: *873 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -170215,7 +170274,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *873 + repository: *874 sender: *4 required: - action @@ -170297,10 +170356,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *870 - installation: *871 - marketplace_purchase: *907 - organization: *872 + enterprise: *871 + installation: *872 + marketplace_purchase: *908 + organization: *873 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -170382,7 +170441,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *873 + repository: *874 sender: *4 required: - action @@ -170463,8 +170522,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 marketplace_purchase: title: Marketplace Purchase type: object @@ -170546,9 +170605,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *872 - previous_marketplace_purchase: *908 - repository: *873 + organization: *873 + previous_marketplace_purchase: *909 + repository: *874 sender: *4 required: - action @@ -170628,12 +170687,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *870 - installation: *871 - marketplace_purchase: *907 - organization: *872 - previous_marketplace_purchase: *908 - repository: *873 + enterprise: *871 + installation: *872 + marketplace_purchase: *908 + organization: *873 + previous_marketplace_purchase: *909 + repository: *874 sender: *4 required: - action @@ -170735,11 +170794,11 @@ x-webhooks: type: string required: - to - enterprise: *870 - installation: *871 - member: *899 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + member: *900 + organization: *873 + repository: *874 sender: *4 required: - action @@ -170839,11 +170898,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *870 - installation: *871 - member: *899 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + member: *900 + organization: *873 + repository: *874 sender: *4 required: - action @@ -170922,11 +170981,11 @@ x-webhooks: type: string enum: - removed - enterprise: *870 - installation: *871 - member: *899 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + member: *900 + organization: *873 + repository: *874 sender: *4 required: - action @@ -171004,11 +171063,11 @@ x-webhooks: type: string enum: - added - enterprise: *870 - installation: *871 - member: *899 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + member: *900 + organization: *873 + repository: *874 scope: description: The scope of the membership. Currently, can only be `team`. @@ -171084,7 +171143,7 @@ x-webhooks: required: - login - id - team: &909 + team: &910 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -171307,11 +171366,11 @@ x-webhooks: type: string enum: - removed - enterprise: *870 - installation: *871 - member: *899 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + member: *900 + organization: *873 + repository: *874 scope: description: The scope of the membership. Currently, can only be `team`. @@ -171388,7 +171447,7 @@ x-webhooks: required: - login - id - team: *909 + team: *910 required: - action - scope @@ -171470,8 +171529,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *871 - merge_group: &911 + installation: *872 + merge_group: &912 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -171490,15 +171549,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *910 + head_commit: *911 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 required: - action @@ -171584,10 +171643,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *871 - merge_group: *911 - organization: *872 - repository: *873 + installation: *872 + merge_group: *912 + organization: *873 + repository: *874 sender: *4 required: - action @@ -171660,7 +171719,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *870 + enterprise: *871 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -171769,16 +171828,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *871 - organization: *872 + installation: *872 + organization: *873 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: *912 - required: *913 + properties: *913 + required: *914 nullable: true sender: *4 required: @@ -171859,11 +171918,11 @@ x-webhooks: type: string enum: - closed - enterprise: *870 - installation: *871 - milestone: *904 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + milestone: *905 + organization: *873 + repository: *874 sender: *4 required: - action @@ -171942,9 +172001,9 @@ x-webhooks: type: string enum: - created - enterprise: *870 - installation: *871 - milestone: &914 + enterprise: *871 + installation: *872 + milestone: &915 title: Milestone description: A collection of related issues and pull requests. type: object @@ -172081,8 +172140,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 required: - action @@ -172161,11 +172220,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *870 - installation: *871 - milestone: *904 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + milestone: *905 + organization: *873 + repository: *874 sender: *4 required: - action @@ -172275,11 +172334,11 @@ x-webhooks: type: string required: - from - enterprise: *870 - installation: *871 - milestone: *904 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + milestone: *905 + organization: *873 + repository: *874 sender: *4 required: - action @@ -172359,11 +172418,11 @@ x-webhooks: type: string enum: - opened - enterprise: *870 - installation: *871 - milestone: *914 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + milestone: *915 + organization: *873 + repository: *874 sender: *4 required: - action @@ -172442,11 +172501,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *899 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + blocked_user: *900 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -172525,11 +172584,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *899 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + blocked_user: *900 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -172605,7 +172664,7 @@ x-webhooks: enum: - created definition: *153 - enterprise: *870 + enterprise: *871 sender: *4 required: - action @@ -172685,8 +172744,8 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 sender: *4 required: - action @@ -172759,8 +172818,8 @@ x-webhooks: enum: - updated definition: *153 - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 sender: *4 required: - action @@ -172832,9 +172891,9 @@ x-webhooks: type: string enum: - updated - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 sender: *4 new_property_values: type: array @@ -172922,9 +172981,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *870 - installation: *871 - membership: &915 + enterprise: *871 + installation: *872 + membership: &916 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -173031,8 +173090,8 @@ x-webhooks: - role - organization_url - user - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 required: - action @@ -173110,11 +173169,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *870 - installation: *871 - membership: *915 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + membership: *916 + organization: *873 + repository: *874 sender: *4 required: - action @@ -173193,8 +173252,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -173310,10 +173369,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 - user: *899 + user: *900 required: - action - invitation @@ -173391,11 +173450,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *870 - installation: *871 - membership: *915 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + membership: *916 + organization: *873 + repository: *874 sender: *4 required: - action @@ -173482,11 +173541,11 @@ x-webhooks: properties: from: type: string - enterprise: *870 - installation: *871 - membership: *915 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + membership: *916 + organization: *873 + repository: *874 sender: *4 required: - action @@ -173564,9 +173623,9 @@ x-webhooks: type: string enum: - published - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 package: description: Information about the package. type: object @@ -174065,7 +174124,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &916 + items: &917 title: Ruby Gems metadata type: object properties: @@ -174160,7 +174219,7 @@ x-webhooks: - owner - package_version - registry - repository: *873 + repository: *874 sender: *4 required: - action @@ -174237,9 +174296,9 @@ x-webhooks: type: string enum: - updated - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 package: description: Information about the package. type: object @@ -174592,7 +174651,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *916 + items: *917 source_url: type: string format: uri @@ -174662,7 +174721,7 @@ x-webhooks: - owner - package_version - registry - repository: *873 + repository: *874 sender: *4 required: - action @@ -174838,12 +174897,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *870 + enterprise: *871 id: type: integer - installation: *871 - organization: *872 - repository: *873 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - id @@ -174920,7 +174979,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &917 + personal_access_token_request: &918 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -175066,10 +175125,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *870 - organization: *872 + enterprise: *871 + organization: *873 sender: *4 - installation: *871 + installation: *872 required: - action - personal_access_token_request @@ -175146,11 +175205,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *917 - enterprise: *870 - organization: *872 + personal_access_token_request: *918 + enterprise: *871 + organization: *873 sender: *4 - installation: *871 + installation: *872 required: - action - personal_access_token_request @@ -175226,11 +175285,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *917 - enterprise: *870 - organization: *872 + personal_access_token_request: *918 + enterprise: *871 + organization: *873 sender: *4 - installation: *871 + installation: *872 required: - action - personal_access_token_request @@ -175305,11 +175364,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *917 - organization: *872 - enterprise: *870 + personal_access_token_request: *918 + organization: *873 + enterprise: *871 sender: *4 - installation: *871 + installation: *872 required: - action - personal_access_token_request @@ -175414,7 +175473,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *918 + last_response: *919 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -175446,8 +175505,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 zen: description: Random string of GitHub zen. @@ -175692,10 +175751,10 @@ x-webhooks: - from required: - note - enterprise: *870 - installation: *871 - organization: *872 - project_card: &919 + enterprise: *871 + installation: *872 + organization: *873 + project_card: &920 title: Project Card type: object properties: @@ -175814,7 +175873,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *873 + repository: *874 sender: *4 required: - action @@ -175895,11 +175954,11 @@ x-webhooks: type: string enum: - created - enterprise: *870 - installation: *871 - organization: *872 - project_card: *919 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + project_card: *920 + repository: *874 sender: *4 required: - action @@ -175979,9 +176038,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 project_card: title: Project Card type: object @@ -176109,8 +176168,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: *912 - required: *913 + properties: *913 + required: *914 nullable: true sender: *4 required: @@ -176204,11 +176263,11 @@ x-webhooks: - from required: - note - enterprise: *870 - installation: *871 - organization: *872 - project_card: *919 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + project_card: *920 + repository: *874 sender: *4 required: - action @@ -176302,9 +176361,9 @@ x-webhooks: - from required: - column_id - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 project_card: allOf: - title: Project Card @@ -176494,7 +176553,7 @@ x-webhooks: type: string required: - after_id - repository: *873 + repository: *874 sender: *4 required: - action @@ -176574,10 +176633,10 @@ x-webhooks: type: string enum: - closed - enterprise: *870 - installation: *871 - organization: *872 - project: &921 + enterprise: *871 + installation: *872 + organization: *873 + project: &922 title: Project type: object properties: @@ -176701,7 +176760,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *873 + repository: *874 sender: *4 required: - action @@ -176781,10 +176840,10 @@ x-webhooks: type: string enum: - created - enterprise: *870 - installation: *871 - organization: *872 - project_column: &920 + enterprise: *871 + installation: *872 + organization: *873 + project_column: &921 title: Project Column type: object properties: @@ -176823,7 +176882,7 @@ x-webhooks: - name - created_at - updated_at - repository: *873 + repository: *874 sender: *4 required: - action @@ -176902,18 +176961,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *870 - installation: *871 - organization: *872 - project_column: *920 + enterprise: *871 + installation: *872 + organization: *873 + project_column: *921 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *912 - required: *913 + properties: *913 + required: *914 nullable: true sender: *4 required: @@ -177003,11 +177062,11 @@ x-webhooks: type: string required: - from - enterprise: *870 - installation: *871 - organization: *872 - project_column: *920 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + project_column: *921 + repository: *874 sender: *4 required: - action @@ -177087,11 +177146,11 @@ x-webhooks: type: string enum: - moved - enterprise: *870 - installation: *871 - organization: *872 - project_column: *920 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + project_column: *921 + repository: *874 sender: *4 required: - action @@ -177171,11 +177230,11 @@ x-webhooks: type: string enum: - created - enterprise: *870 - installation: *871 - organization: *872 - project: *921 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + project: *922 + repository: *874 sender: *4 required: - action @@ -177255,18 +177314,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *870 - installation: *871 - organization: *872 - project: *921 + enterprise: *871 + installation: *872 + organization: *873 + project: *922 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: *912 - required: *913 + properties: *913 + required: *914 nullable: true sender: *4 required: @@ -177368,11 +177427,11 @@ x-webhooks: type: string required: - from - enterprise: *870 - installation: *871 - organization: *872 - project: *921 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + project: *922 + repository: *874 sender: *4 required: - action @@ -177451,11 +177510,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *870 - installation: *871 - organization: *872 - project: *921 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + project: *922 + repository: *874 sender: *4 required: - action @@ -177536,9 +177595,9 @@ x-webhooks: type: string enum: - closed - installation: *871 - organization: *872 - projects_v2: *418 + installation: *872 + organization: *873 + projects_v2: *420 sender: *4 required: - action @@ -177619,9 +177678,9 @@ x-webhooks: type: string enum: - created - installation: *871 - organization: *872 - projects_v2: *418 + installation: *872 + organization: *873 + projects_v2: *420 sender: *4 required: - action @@ -177702,9 +177761,9 @@ x-webhooks: type: string enum: - deleted - installation: *871 - organization: *872 - projects_v2: *418 + installation: *872 + organization: *873 + projects_v2: *420 sender: *4 required: - action @@ -177821,9 +177880,9 @@ x-webhooks: type: string to: type: string - installation: *871 - organization: *872 - projects_v2: *418 + installation: *872 + organization: *873 + projects_v2: *420 sender: *4 required: - action @@ -177906,7 +177965,7 @@ x-webhooks: type: string enum: - archived - changes: &925 + changes: &926 type: object properties: archived_at: @@ -177920,9 +177979,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *871 - organization: *872 - projects_v2_item: &922 + installation: *872 + organization: *873 + projects_v2_item: &923 title: Projects v2 Item description: An item belonging to a project type: object @@ -177940,7 +177999,7 @@ x-webhooks: type: string description: The node ID of the content represented by this item. - content_type: *425 + content_type: *427 creator: *4 created_at: type: string @@ -178057,9 +178116,9 @@ x-webhooks: nullable: true to: type: string - installation: *871 - organization: *872 - projects_v2_item: *922 + installation: *872 + organization: *873 + projects_v2_item: *923 sender: *4 required: - action @@ -178141,9 +178200,9 @@ x-webhooks: type: string enum: - created - installation: *871 - organization: *872 - projects_v2_item: *922 + installation: *872 + organization: *873 + projects_v2_item: *923 sender: *4 required: - action @@ -178224,9 +178283,9 @@ x-webhooks: type: string enum: - deleted - installation: *871 - organization: *872 - projects_v2_item: *922 + installation: *872 + organization: *873 + projects_v2_item: *923 sender: *4 required: - action @@ -178332,7 +178391,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &923 + - &924 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -178354,7 +178413,7 @@ x-webhooks: required: - id - name - - &924 + - &925 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -178388,8 +178447,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *923 - *924 + - *925 required: - field_value - type: object @@ -178405,9 +178464,9 @@ x-webhooks: nullable: true required: - body - installation: *871 - organization: *872 - projects_v2_item: *922 + installation: *872 + organization: *873 + projects_v2_item: *923 sender: *4 required: - action @@ -178502,9 +178561,9 @@ x-webhooks: to: type: string nullable: true - installation: *871 - organization: *872 - projects_v2_item: *922 + installation: *872 + organization: *873 + projects_v2_item: *923 sender: *4 required: - action @@ -178587,10 +178646,10 @@ x-webhooks: type: string enum: - restored - changes: *925 - installation: *871 - organization: *872 - projects_v2_item: *922 + changes: *926 + installation: *872 + organization: *873 + projects_v2_item: *923 sender: *4 required: - action @@ -178672,9 +178731,9 @@ x-webhooks: type: string enum: - reopened - installation: *871 - organization: *872 - projects_v2: *418 + installation: *872 + organization: *873 + projects_v2: *420 sender: *4 required: - action @@ -178755,14 +178814,14 @@ x-webhooks: type: string enum: - created - installation: *871 - organization: *872 - projects_v2_status_update: &928 + installation: *872 + organization: *873 + projects_v2_status_update: &929 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *926 - required: *927 + properties: *927 + required: *928 sender: *4 required: - action @@ -178843,9 +178902,9 @@ x-webhooks: type: string enum: - deleted - installation: *871 - organization: *872 - projects_v2_status_update: *928 + installation: *872 + organization: *873 + projects_v2_status_update: *929 sender: *4 required: - action @@ -178981,9 +179040,9 @@ x-webhooks: type: string format: date nullable: true - installation: *871 - organization: *872 - projects_v2_status_update: *928 + installation: *872 + organization: *873 + projects_v2_status_update: *929 sender: *4 required: - action @@ -179054,10 +179113,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - repository @@ -179134,13 +179193,13 @@ x-webhooks: type: string enum: - assigned - assignee: *899 - enterprise: *870 - installation: *871 - number: &929 + assignee: *900 + enterprise: *871 + installation: *872 + number: &930 description: The pull request number. type: integer - organization: *872 + organization: *873 pull_request: title: Pull Request type: object @@ -181427,7 +181486,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *873 + repository: *874 sender: *4 required: - action @@ -181509,11 +181568,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 number: type: integer - organization: *872 + organization: *873 pull_request: title: Pull Request type: object @@ -183795,7 +183854,7 @@ x-webhooks: - draft reason: type: string - repository: *873 + repository: *874 sender: *4 required: - action @@ -183877,11 +183936,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 number: type: integer - organization: *872 + organization: *873 pull_request: title: Pull Request type: object @@ -186163,7 +186222,7 @@ x-webhooks: - draft reason: type: string - repository: *873 + repository: *874 sender: *4 required: - action @@ -186245,13 +186304,13 @@ x-webhooks: type: string enum: - closed - enterprise: *870 - installation: *871 - number: *929 - organization: *872 - pull_request: &930 + enterprise: *871 + installation: *872 + number: *930 + organization: *873 + pull_request: &931 allOf: - - *718 + - *719 - type: object properties: allow_auto_merge: @@ -186313,7 +186372,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *873 + repository: *874 sender: *4 required: - action @@ -186394,12 +186453,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *870 - installation: *871 - number: *929 - organization: *872 - pull_request: *930 - repository: *873 + enterprise: *871 + installation: *872 + number: *930 + organization: *873 + pull_request: *931 + repository: *874 sender: *4 required: - action @@ -186479,11 +186538,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *870 - milestone: *700 - number: *929 - organization: *872 - pull_request: &931 + enterprise: *871 + milestone: *701 + number: *930 + organization: *873 + pull_request: &932 title: Pull Request type: object properties: @@ -188764,7 +188823,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *873 + repository: *874 sender: *4 required: - action @@ -188843,11 +188902,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 number: type: integer - organization: *872 + organization: *873 pull_request: title: Pull Request type: object @@ -191147,7 +191206,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *873 + repository: *874 sender: *4 required: - action @@ -191271,12 +191330,12 @@ x-webhooks: type: string required: - from - enterprise: *870 - installation: *871 - number: *929 - organization: *872 - pull_request: *930 - repository: *873 + enterprise: *871 + installation: *872 + number: *930 + organization: *873 + pull_request: *931 + repository: *874 sender: *4 required: - action @@ -191356,11 +191415,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 number: type: integer - organization: *872 + organization: *873 pull_request: title: Pull Request type: object @@ -193645,7 +193704,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *873 + repository: *874 sender: *4 required: - action @@ -193725,11 +193784,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *870 - installation: *871 - label: *893 - number: *929 - organization: *872 + enterprise: *871 + installation: *872 + label: *894 + number: *930 + organization: *873 pull_request: title: Pull Request type: object @@ -196015,7 +196074,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *873 + repository: *874 sender: *4 required: - action @@ -196096,10 +196155,10 @@ x-webhooks: type: string enum: - locked - enterprise: *870 - installation: *871 - number: *929 - organization: *872 + enterprise: *871 + installation: *872 + number: *930 + organization: *873 pull_request: title: Pull Request type: object @@ -198383,7 +198442,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *873 + repository: *874 sender: *4 required: - action @@ -198463,12 +198522,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *870 - milestone: *700 - number: *929 - organization: *872 - pull_request: *931 - repository: *873 + enterprise: *871 + milestone: *701 + number: *930 + organization: *873 + pull_request: *932 + repository: *874 sender: *4 required: - action @@ -198547,12 +198606,12 @@ x-webhooks: type: string enum: - opened - enterprise: *870 - installation: *871 - number: *929 - organization: *872 - pull_request: *930 - repository: *873 + enterprise: *871 + installation: *872 + number: *930 + organization: *873 + pull_request: *931 + repository: *874 sender: *4 required: - action @@ -198633,12 +198692,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *870 - installation: *871 - number: *929 - organization: *872 - pull_request: *930 - repository: *873 + enterprise: *871 + installation: *872 + number: *930 + organization: *873 + pull_request: *931 + repository: *874 sender: *4 required: - action @@ -198718,12 +198777,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *870 - installation: *871 - number: *929 - organization: *872 - pull_request: *930 - repository: *873 + enterprise: *871 + installation: *872 + number: *930 + organization: *873 + pull_request: *931 + repository: *874 sender: *4 required: - action @@ -199089,9 +199148,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 pull_request: type: object properties: @@ -201265,7 +201324,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *873 + repository: *874 sender: *4 required: - action @@ -201345,7 +201404,7 @@ x-webhooks: type: string enum: - deleted - comment: &933 + comment: &934 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -201630,9 +201689,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 pull_request: type: object properties: @@ -203794,7 +203853,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *873 + repository: *874 sender: *4 required: - action @@ -203874,11 +203933,11 @@ x-webhooks: type: string enum: - edited - changes: *932 - comment: *933 - enterprise: *870 - installation: *871 - organization: *872 + changes: *933 + comment: *934 + enterprise: *871 + installation: *872 + organization: *873 pull_request: type: object properties: @@ -206043,7 +206102,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *873 + repository: *874 sender: *4 required: - action @@ -206124,9 +206183,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 pull_request: title: Simple Pull Request type: object @@ -208303,7 +208362,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *873 + repository: *874 review: description: The review that was affected. type: object @@ -208550,9 +208609,9 @@ x-webhooks: type: string required: - from - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 pull_request: title: Simple Pull Request type: object @@ -210602,8 +210661,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *873 - review: &934 + repository: *874 + review: &935 description: The review that was affected. type: object properties: @@ -210836,12 +210895,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 number: description: The pull request number. type: integer - organization: *872 + organization: *873 pull_request: title: Pull Request type: object @@ -213128,7 +213187,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *873 + repository: *874 requested_reviewer: title: User type: object @@ -213212,12 +213271,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 number: description: The pull request number. type: integer - organization: *872 + organization: *873 pull_request: title: Pull Request type: object @@ -215511,7 +215570,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *873 + repository: *874 requested_team: title: Team description: Groups of organization members that gives permissions @@ -215703,12 +215762,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 number: description: The pull request number. type: integer - organization: *872 + organization: *873 pull_request: title: Pull Request type: object @@ -217997,7 +218056,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *873 + repository: *874 requested_reviewer: title: User type: object @@ -218082,12 +218141,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *870 - installation: *871 + enterprise: *871 + installation: *872 number: description: The pull request number. type: integer - organization: *872 + organization: *873 pull_request: title: Pull Request type: object @@ -220367,7 +220426,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *873 + repository: *874 requested_team: title: Team description: Groups of organization members that gives permissions @@ -220548,9 +220607,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 pull_request: title: Simple Pull Request type: object @@ -222729,8 +222788,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *873 - review: *934 + repository: *874 + review: *935 sender: *4 required: - action @@ -222810,9 +222869,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 pull_request: title: Simple Pull Request type: object @@ -224900,7 +224959,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *873 + repository: *874 sender: *4 thread: type: object @@ -225287,9 +225346,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 pull_request: title: Simple Pull Request type: object @@ -227363,7 +227422,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *873 + repository: *874 sender: *4 thread: type: object @@ -227753,10 +227812,10 @@ x-webhooks: type: string before: type: string - enterprise: *870 - installation: *871 - number: *929 - organization: *872 + enterprise: *871 + installation: *872 + number: *930 + organization: *873 pull_request: title: Pull Request type: object @@ -230031,7 +230090,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *873 + repository: *874 sender: *4 required: - action @@ -230113,11 +230172,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *935 - enterprise: *870 - installation: *871 - number: *929 - organization: *872 + assignee: *936 + enterprise: *871 + installation: *872 + number: *930 + organization: *873 pull_request: title: Pull Request type: object @@ -232404,7 +232463,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *873 + repository: *874 sender: *4 required: - action @@ -232483,11 +232542,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *870 - installation: *871 - label: *893 - number: *929 - organization: *872 + enterprise: *871 + installation: *872 + label: *894 + number: *930 + organization: *873 pull_request: title: Pull Request type: object @@ -234764,7 +234823,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *873 + repository: *874 sender: *4 required: - action @@ -234845,10 +234904,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *870 - installation: *871 - number: *929 - organization: *872 + enterprise: *871 + installation: *872 + number: *930 + organization: *873 pull_request: title: Pull Request type: object @@ -237117,7 +237176,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *873 + repository: *874 sender: *4 required: - action @@ -237317,7 +237376,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *870 + enterprise: *871 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -237409,8 +237468,8 @@ x-webhooks: - url - author - committer - installation: *871 - organization: *872 + installation: *872 + organization: *873 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -237996,9 +238055,9 @@ x-webhooks: type: string enum: - published - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 registry_package: type: object properties: @@ -238444,7 +238503,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *916 + items: *917 summary: type: string tag_name: @@ -238498,7 +238557,7 @@ x-webhooks: - owner - package_version - registry - repository: *873 + repository: *874 sender: *4 required: - action @@ -238576,9 +238635,9 @@ x-webhooks: type: string enum: - updated - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 registry_package: type: object properties: @@ -238886,7 +238945,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *916 + items: *917 summary: type: string tag_name: @@ -238935,7 +238994,7 @@ x-webhooks: - owner - package_version - registry - repository: *873 + repository: *874 sender: *4 required: - action @@ -239012,10 +239071,10 @@ x-webhooks: type: string enum: - created - enterprise: *870 - installation: *871 - organization: *872 - release: &936 + enterprise: *871 + installation: *872 + organization: *873 + release: &937 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -239333,7 +239392,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *873 + repository: *874 sender: *4 required: - action @@ -239410,11 +239469,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *870 - installation: *871 - organization: *872 - release: *936 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + release: *937 + repository: *874 sender: *4 required: - action @@ -239531,11 +239590,11 @@ x-webhooks: type: boolean required: - to - enterprise: *870 - installation: *871 - organization: *872 - release: *936 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + release: *937 + repository: *874 sender: *4 required: - action @@ -239613,9 +239672,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -239937,7 +239996,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *873 + repository: *874 sender: *4 required: - action @@ -240013,10 +240072,10 @@ x-webhooks: type: string enum: - published - enterprise: *870 - installation: *871 - organization: *872 - release: &937 + enterprise: *871 + installation: *872 + organization: *873 + release: &938 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -240335,7 +240394,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *873 + repository: *874 sender: *4 required: - action @@ -240411,11 +240470,11 @@ x-webhooks: type: string enum: - released - enterprise: *870 - installation: *871 - organization: *872 - release: *936 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + release: *937 + repository: *874 sender: *4 required: - action @@ -240491,11 +240550,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *870 - installation: *871 - organization: *872 - release: *937 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + release: *938 + repository: *874 sender: *4 required: - action @@ -240571,11 +240630,11 @@ x-webhooks: type: string enum: - published - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 - repository_advisory: *770 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 + repository_advisory: *771 sender: *4 required: - action @@ -240651,11 +240710,11 @@ x-webhooks: type: string enum: - reported - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 - repository_advisory: *770 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 + repository_advisory: *771 sender: *4 required: - action @@ -240731,10 +240790,10 @@ x-webhooks: type: string enum: - archived - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -240811,10 +240870,10 @@ x-webhooks: type: string enum: - created - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -240892,10 +240951,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -240979,10 +241038,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -241094,10 +241153,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -241169,10 +241228,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 status: type: string @@ -241253,10 +241312,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -241333,10 +241392,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -241430,10 +241489,10 @@ x-webhooks: - name required: - repository - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -241513,10 +241572,10 @@ x-webhooks: type: string enum: - created - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 repository_ruleset: *193 sender: *4 required: @@ -241595,10 +241654,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 repository_ruleset: *193 sender: *4 required: @@ -241677,10 +241736,10 @@ x-webhooks: type: string enum: - edited - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 repository_ruleset: *193 changes: type: object @@ -241742,16 +241801,16 @@ x-webhooks: properties: added: type: array - items: *738 + items: *739 deleted: type: array - items: *738 + items: *739 updated: type: array items: type: object properties: - rule: *738 + rule: *739 changes: type: object properties: @@ -241985,10 +242044,10 @@ x-webhooks: - from required: - owner - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -242066,10 +242125,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -242147,7 +242206,7 @@ x-webhooks: type: string enum: - create - alert: &938 + alert: &939 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -242269,10 +242328,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -242478,10 +242537,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -242559,11 +242618,11 @@ x-webhooks: type: string enum: - reopen - alert: *938 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + alert: *939 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -242762,10 +242821,10 @@ x-webhooks: enum: - fixed - open - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -242843,7 +242902,7 @@ x-webhooks: type: string enum: - assigned - alert: &939 + alert: &940 type: object properties: number: *130 @@ -242898,6 +242957,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/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. @@ -242977,10 +243040,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -243058,11 +243121,11 @@ x-webhooks: type: string enum: - created - alert: *939 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + alert: *940 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -243143,11 +243206,11 @@ x-webhooks: type: string enum: - created - alert: *939 - installation: *871 - location: *940 - organization: *872 - repository: *873 + alert: *940 + installation: *872 + location: *941 + organization: *873 + repository: *874 sender: *4 required: - location @@ -243385,11 +243448,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *939 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + alert: *940 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -243467,11 +243530,11 @@ x-webhooks: type: string enum: - reopened - alert: *939 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + alert: *940 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -243549,11 +243612,11 @@ x-webhooks: type: string enum: - resolved - alert: *939 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + alert: *940 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -243631,12 +243694,12 @@ x-webhooks: type: string enum: - unassigned - alert: *939 + alert: *940 assignee: *4 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -243714,11 +243777,11 @@ x-webhooks: type: string enum: - validated - alert: *939 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + alert: *940 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -243844,10 +243907,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *873 - enterprise: *870 - installation: *871 - organization: *872 + repository: *874 + enterprise: *871 + installation: *872 + organization: *873 sender: *4 required: - action @@ -243925,11 +243988,11 @@ x-webhooks: type: string enum: - published - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 - security_advisory: &941 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 + security_advisory: &942 description: The details of the security advisory, including summary, description, and severity. type: object @@ -244100,11 +244163,11 @@ x-webhooks: type: string enum: - updated - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 - security_advisory: *941 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 + security_advisory: *942 sender: *4 required: - action @@ -244177,10 +244240,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -244352,11 +244415,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *435 - enterprise: *870 - installation: *871 - organization: *872 - repository: *479 + security_and_analysis: *437 + enterprise: *871 + installation: *872 + organization: *873 + repository: *482 sender: *4 required: - changes @@ -244434,12 +244497,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 - sponsorship: &942 + sponsorship: &943 type: object properties: created_at: @@ -244740,12 +244803,12 @@ x-webhooks: type: string enum: - created - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 - sponsorship: *942 + sponsorship: *943 required: - action - sponsorship @@ -244833,12 +244896,12 @@ x-webhooks: type: string required: - from - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 - sponsorship: *942 + sponsorship: *943 required: - action - changes @@ -244915,17 +244978,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &943 + effective_date: &944 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: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 - sponsorship: *942 + sponsorship: *943 required: - action - sponsorship @@ -244999,7 +245062,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &944 + changes: &945 type: object properties: tier: @@ -245043,13 +245106,13 @@ x-webhooks: - from required: - tier - effective_date: *943 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + effective_date: *944 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 - sponsorship: *942 + sponsorship: *943 required: - action - changes @@ -245126,13 +245189,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *944 - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + changes: *945 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 - sponsorship: *942 + sponsorship: *943 required: - action - changes @@ -245206,10 +245269,10 @@ x-webhooks: type: string enum: - created - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -245292,10 +245355,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -245715,15 +245778,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *870 + enterprise: *871 id: description: The unique identifier of the status. type: integer - installation: *871 + installation: *872 name: type: string - organization: *872 - repository: *873 + organization: *873 + repository: *874 sender: *4 sha: description: The Commit SHA. @@ -245838,9 +245901,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *227 - installation: *871 - organization: *872 - repository: *873 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -245930,9 +245993,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *227 - installation: *871 - organization: *872 - repository: *873 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -246022,9 +246085,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *227 - installation: *871 - organization: *872 - repository: *873 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -246114,9 +246177,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *227 - installation: *871 - organization: *872 - repository: *873 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -246193,12 +246256,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 - team: &945 + team: &946 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -246421,9 +246484,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 repository: title: Repository description: A git repository @@ -246881,7 +246944,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *945 + team: *946 required: - action - team @@ -246957,9 +247020,9 @@ x-webhooks: type: string enum: - created - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 repository: title: Repository description: A git repository @@ -247417,7 +247480,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *945 + team: *946 required: - action - team @@ -247494,9 +247557,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 repository: title: Repository description: A git repository @@ -247954,7 +248017,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *945 + team: *946 required: - action - team @@ -248098,9 +248161,9 @@ x-webhooks: - from required: - permissions - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 repository: title: Repository description: A git repository @@ -248558,7 +248621,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *945 + team: *946 required: - action - changes @@ -248636,9 +248699,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *870 - installation: *871 - organization: *872 + enterprise: *871 + installation: *872 + organization: *873 repository: title: Repository description: A git repository @@ -249096,7 +249159,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *945 + team: *946 required: - action - team @@ -249172,10 +249235,10 @@ x-webhooks: type: string enum: - started - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 required: - action @@ -249248,16 +249311,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *870 + enterprise: *871 inputs: type: object nullable: true additionalProperties: true - installation: *871 - organization: *872 + installation: *872 + organization: *873 ref: type: string - repository: *873 + repository: *874 sender: *4 workflow: type: string @@ -249339,10 +249402,10 @@ x-webhooks: type: string enum: - completed - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 workflow_job: allOf: @@ -249579,7 +249642,7 @@ x-webhooks: type: string required: - conclusion - deployment: *618 + deployment: *621 required: - action - repository @@ -249658,10 +249721,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 workflow_job: allOf: @@ -249921,7 +249984,7 @@ x-webhooks: required: - status - steps - deployment: *618 + deployment: *621 required: - action - repository @@ -250000,10 +250063,10 @@ x-webhooks: type: string enum: - queued - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 workflow_job: type: object @@ -250138,7 +250201,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *618 + deployment: *621 required: - action - repository @@ -250217,10 +250280,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 workflow_job: type: object @@ -250356,7 +250419,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *618 + deployment: *621 required: - action - repository @@ -250436,12 +250499,12 @@ x-webhooks: type: string enum: - completed - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 - workflow: *889 + workflow: *890 workflow_run: title: Workflow Run type: object @@ -251440,12 +251503,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 - workflow: *889 + workflow: *890 workflow_run: title: Workflow Run type: object @@ -252429,12 +252492,12 @@ x-webhooks: type: string enum: - requested - enterprise: *870 - installation: *871 - organization: *872 - repository: *873 + enterprise: *871 + installation: *872 + organization: *873 + repository: *874 sender: *4 - workflow: *889 + workflow: *890 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index 6d6868d66..4fe828a53 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -51056,6 +51056,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", @@ -66967,6 +67437,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", @@ -67297,6 +67776,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." @@ -269273,6 +269757,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", @@ -269612,6 +270105,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." @@ -603636,6 +604134,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", @@ -603980,6 +604487,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." @@ -605307,6 +605819,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." @@ -606610,6 +607127,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." @@ -1464802,6 +1465324,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.", @@ -1467328,6 +1467855,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.", @@ -1469730,6 +1470262,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.", @@ -1472602,6 +1473139,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.", @@ -1475004,6 +1475546,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.", @@ -1477406,6 +1477953,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.", @@ -1479808,6 +1480360,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.", @@ -1482334,6 +1482891,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.", diff --git a/descriptions/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index cd2d7f003..6c9fc52e9 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -889,7 +889,7 @@ paths: - subscriptions_url - type - url - type: &459 + type: &462 type: string description: The type of credit the user is receiving. enum: @@ -1082,7 +1082,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &775 + - &776 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -4165,7 +4165,7 @@ paths: schema: type: integer default: 30 - - &360 + - &362 name: cursor description: 'Used for pagination: the starting delivery from which the page of deliveries is fetched. Refer to the `link` header for the next and previous @@ -4174,7 +4174,7 @@ paths: required: false schema: type: string - - &361 + - &363 name: status description: Returns webhook deliveries filtered by delivery outcome classification based on `status_code` range. A `status` of `success` returns deliveries @@ -4194,7 +4194,7 @@ paths: application/json: schema: type: array - items: &362 + items: &364 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -4274,7 +4274,7 @@ paths: - installation_id - repository_id examples: - default: &363 + default: &365 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -4306,7 +4306,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &785 + schema: &786 title: Scim Error description: Scim Error type: object @@ -4402,7 +4402,7 @@ paths: description: Response content: application/json: - schema: &364 + schema: &366 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -4516,7 +4516,7 @@ paths: - request - response examples: - default: &365 + default: &367 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -5520,7 +5520,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &434 + properties: &436 id: description: Unique identifier of the repository example: 42 @@ -5971,7 +5971,7 @@ paths: type: boolean lexical_commit_sha: type: string - required: &435 + required: &437 - archive_url - assignees_url - blobs_url @@ -6045,7 +6045,7 @@ paths: - watchers_count - created_at - updated_at - x-github-breaking-changes: &436 + x-github-breaking-changes: &438 - changeset: remove_use_squash_pr_title_as_default patch: properties: @@ -11758,7 +11758,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &786 + '401': &787 description: Authorization failure '404': *6 x-github: @@ -15969,7 +15969,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &550 + instances_url: &553 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -16004,7 +16004,7 @@ paths: format: date-time readOnly: true nullable: true - dismissed_reason: &551 + dismissed_reason: &554 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -16013,13 +16013,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &552 + dismissed_comment: &555 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &553 + rule: &556 type: object properties: id: @@ -16072,7 +16072,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &554 + tool: &557 type: object properties: name: *113 @@ -16082,26 +16082,26 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *114 - most_recent_instance: &555 + most_recent_instance: &558 type: object properties: - ref: &548 + ref: &551 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &565 + analysis_key: &568 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions this includes the workflow filename and job name. - environment: &566 + environment: &569 type: string description: Identifies the variable values associated with the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &567 + category: &570 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -16121,7 +16121,7 @@ paths: with placeholder links for related locations replaced by links to the relevant code. Only populated when related locations are available for the alert instance. - location: &568 + location: &571 type: object description: Describe a region within a file for the alert. properties: @@ -16142,7 +16142,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: &569 + items: &572 type: string description: A classification of the file. For example to identify it as generated. @@ -18490,7 +18490,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &400 + properties: &402 id: description: Unique identifier of the team type: integer @@ -18562,7 +18562,7 @@ paths: description: Unique identifier of the enterprise to which this team belongs example: 42 - required: &401 + required: &403 - id - node_id - url @@ -20357,7 +20357,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &610 + - &613 name: has in: query description: |- @@ -20480,7 +20480,7 @@ paths: - direct - transitive - inconclusive - security_advisory: &611 + security_advisory: &614 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -20738,14 +20738,14 @@ paths: nullable: true maxLength: 280 fixed_at: *140 - auto_dismissed_at: &612 + auto_dismissed_at: &615 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissal_request: &613 + dismissal_request: &616 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -21155,6 +21155,244 @@ paths: previews: [] category: dependabot subcategory: alerts + "/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. + + The authenticated user must be an enterprise owner or an enterprise security manager to access this endpoint. + Personal 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: + - *41 + - *104 + - *105 + - *106 + - *107 + - &352 + 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 + - *17 + - *19 + responses: + '200': + description: A list of the alert dismissal requests. + content: + application/json: + schema: + type: array + items: &354 + 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: *109 + 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: &355 + 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': *6 + '403': *29 + '500': *40 "/enterprises/{enterprise}/enterprise-roles": get: summary: Get all enterprise roles for an enterprise @@ -21783,7 +22021,7 @@ paths: application/json: schema: *22 examples: - default: &377 + default: &379 value: id: 1 account: @@ -22037,7 +22275,7 @@ paths: - name - created_on examples: - default: &464 + default: &467 value: total_count: 2 network_configurations: @@ -22288,7 +22526,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - *41 - - &465 + - &468 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -22300,7 +22538,7 @@ paths: description: Response content: application/json: - schema: &466 + schema: &469 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -22334,7 +22572,7 @@ paths: - subnet_id - region examples: - default: &467 + default: &470 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -23153,7 +23391,7 @@ paths: required: true content: application/json: - schema: &433 + schema: &435 title: Custom Property Set Payload description: Custom property set payload type: object @@ -24345,7 +24583,7 @@ paths: nullable: true anyOf: - *164 - - &440 + - &442 title: Organization ruleset conditions type: object description: |- @@ -24392,7 +24630,7 @@ paths: - *167 rules: type: array - items: &741 + items: &742 title: Repository Rule type: object description: A repository rule. @@ -24401,7 +24639,7 @@ paths: - *173 - *174 - *175 - - &739 + - &740 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -24729,7 +24967,7 @@ paths: type: string format: date-time examples: - default: &443 + default: &445 value: - version_id: 3 actor: @@ -24782,7 +25020,7 @@ paths: description: Response content: application/json: - schema: &444 + schema: &446 allOf: - *197 - type: object @@ -24837,7 +25075,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *41 - - &445 + - &447 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -24848,7 +25086,7 @@ paths: enum: - open - resolved - - &446 + - &448 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -24858,7 +25096,7 @@ paths: required: false schema: type: string - - &447 + - &449 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -24869,7 +25107,15 @@ paths: required: false schema: type: string - - &448 + - &450 + name: exclude_providers + in: query + description: A comma-separated list of provider names to exclude from the + results. + required: false + schema: + type: string + - &451 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -24878,7 +25124,7 @@ paths: required: false schema: type: string - - &449 + - &452 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -24897,7 +25143,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &450 + - &453 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. @@ -24913,7 +25159,7 @@ paths: - *17 - *110 - *111 - - &451 + - &454 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -24922,7 +25168,7 @@ paths: required: false schema: type: string - - &452 + - &455 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -24931,7 +25177,7 @@ paths: schema: type: boolean default: false - - &453 + - &456 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -24940,7 +25186,7 @@ paths: schema: type: boolean default: false - - &454 + - &457 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -24956,7 +25202,7 @@ paths: application/json: schema: type: array - items: &455 + items: &458 type: object properties: number: *130 @@ -24975,14 +25221,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &753 + state: &754 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: &754 + resolution: &755 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -25013,6 +25259,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/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. @@ -25089,8 +25339,8 @@ paths: pull request. ' - oneOf: &755 - - &757 + oneOf: &756 + - &758 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -25148,7 +25398,7 @@ paths: - blob_url - commit_sha - commit_url - - &758 + - &759 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. @@ -25203,7 +25453,7 @@ paths: - page_url - commit_sha - commit_url - - &759 + - &760 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -25223,7 +25473,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &760 + - &761 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -25243,7 +25493,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &761 + - &762 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -25263,7 +25513,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &762 + - &763 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -25277,7 +25527,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &763 + - &764 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -25291,7 +25541,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &764 + - &765 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -25305,7 +25555,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &765 + - &766 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. @@ -25325,7 +25575,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &766 + - &767 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. @@ -25345,7 +25595,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &767 + - &768 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. @@ -25365,7 +25615,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &768 + - &769 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. @@ -25385,7 +25635,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &769 + - &770 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. @@ -25433,7 +25683,7 @@ paths: required: *21 nullable: true examples: - default: &456 + default: &459 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -25642,7 +25892,7 @@ paths: description: Response content: application/json: - schema: &457 + schema: &460 title: Secret scanning pattern configuration description: A collection of secret scanning patterns and their settings related to push protection. @@ -25725,7 +25975,7 @@ paths: description: Overrides for custom patterns defined by the organization. items: *199 examples: - default: &458 + default: &461 value: pattern_config_version: 0ujsswThIGTUYm2K8FjOOfXtY1K provider_pattern_overrides: @@ -25861,7 +26111,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/licensing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *41 - - &461 + - &464 name: advanced_security_product in: query description: | @@ -25881,7 +26131,7 @@ paths: description: Success content: application/json: - schema: &462 + schema: &465 type: object properties: total_advanced_security_committers: @@ -25936,7 +26186,7 @@ paths: required: - repositories examples: - default: &463 + default: &466 value: total_advanced_security_committers: 2 total_count: 2 @@ -29048,7 +29298,7 @@ paths: properties: action: type: string - discussion: &893 + discussion: &894 title: Discussion description: A Discussion in a repository. type: object @@ -29415,7 +29665,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &673 + properties: &674 id: type: integer format: int64 @@ -29528,7 +29778,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &422 + properties: &424 url: type: string format: uri @@ -29598,7 +29848,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &423 + required: &425 - closed_issues - creator - description @@ -29677,7 +29927,7 @@ paths: timeline_url: type: string format: uri - type: &387 + type: &389 title: Issue Type description: The type of issue. type: object @@ -29791,7 +30041,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &813 + sub_issues_summary: &814 title: Sub-issues Summary type: object properties: @@ -29878,7 +30128,7 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: &696 + properties: &697 pinned_at: type: string format: date-time @@ -29890,7 +30140,7 @@ paths: properties: *20 required: *21 nullable: true - required: &697 + required: &698 - pinned_at - pinned_by nullable: true @@ -29904,7 +30154,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &814 + issue_dependencies_summary: &815 title: Issue Dependencies Summary type: object properties: @@ -29923,7 +30173,7 @@ paths: - total_blocking issue_field_values: type: array - items: &681 + items: &682 title: Issue Field Value description: A value assigned to an issue field type: object @@ -29984,7 +30234,7 @@ paths: - node_id - data_type - value - required: &674 + required: &675 - assignee - closed_at - comments @@ -30005,7 +30255,7 @@ paths: - user - created_at - updated_at - x-github-breaking-changes: &675 + x-github-breaking-changes: &676 - changeset: deprecate_beta_media_type patch: properties: @@ -30065,7 +30315,7 @@ paths: action: type: string issue: *227 - comment: &669 + comment: &670 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -30729,7 +30979,7 @@ paths: type: string release: allOf: - - &732 + - &733 title: Release description: A release. type: object @@ -30800,7 +31050,7 @@ paths: author: *4 assets: type: array - items: &733 + items: &734 title: Release Asset description: Data related to a release. type: object @@ -31408,7 +31658,7 @@ paths: url: type: string format: uri - user: &820 + user: &821 title: Public User description: Public User type: object @@ -33288,7 +33538,7 @@ paths: - closed - all default: open - - &390 + - &392 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -33339,7 +33589,7 @@ paths: type: array items: *227 examples: - default: &391 + default: &393 value: - id: 1 node_id: MDU6SXNzdWUx @@ -34724,14 +34974,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &476 + - &479 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &477 + - &480 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -34793,7 +35043,7 @@ paths: '404': *6 '403': *29 '304': *37 - '301': &482 + '301': &485 description: Moved permanently content: application/json: @@ -34815,7 +35065,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &706 + - &707 name: all description: If `true`, show notifications marked as read. in: query @@ -34823,7 +35073,7 @@ paths: schema: type: boolean default: false - - &707 + - &708 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -34833,7 +35083,7 @@ paths: type: boolean default: false - *234 - - &708 + - &709 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -34869,7 +35119,7 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: &354 + properties: &356 id: type: integer format: int64 @@ -35155,7 +35405,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &437 + security_and_analysis: &439 nullable: true type: object properties: @@ -35283,7 +35533,7 @@ paths: the repository. The keys are the custom property names, and the values are the corresponding custom property values. additionalProperties: true - required: &355 + required: &357 - archive_url - assignees_url - blobs_url @@ -35330,7 +35580,7 @@ paths: - teams_url - trees_url - url - x-github-breaking-changes: &356 + x-github-breaking-changes: &358 - changeset: remove_has_downloads patch: properties: @@ -35377,7 +35627,7 @@ paths: - url - subscription_url examples: - default: &709 + default: &710 value: - id: '1' repository: @@ -36507,7 +36757,7 @@ paths: type: array items: *158 examples: - default: &715 + default: &716 value: - property_name: environment value: production @@ -36557,7 +36807,7 @@ paths: required: - properties examples: - default: &716 + default: &717 value: properties: - property_name: environment @@ -37398,7 +37648,7 @@ paths: type: integer repository_cache_usages: type: array - items: &489 + items: &492 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -40678,7 +40928,7 @@ paths: description: Response content: application/json: - schema: &509 + schema: &512 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -40707,7 +40957,7 @@ paths: - key_id - key examples: - default: &510 + default: &513 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -41120,7 +41370,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *89 - - &494 + - &497 name: per_page description: The number of results per page (max 30). For more information, see "[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api)." @@ -42394,12 +42644,12 @@ paths: required: - subject_digests examples: - default: &852 + default: &853 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &853 + withPredicateType: &854 value: subject_digests: - sha256:abc123 @@ -42457,7 +42707,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &854 + default: &855 value: attestations_subject_digests: - sha256:abc: @@ -42822,7 +43072,7 @@ paths: initiator: type: string examples: - default: &523 + default: &526 value: attestations: - bundle: @@ -43753,7 +44003,7 @@ paths: be returned. in: query required: false - schema: &549 + schema: &552 type: string description: Severity of a code scanning alert. enum: @@ -44818,7 +45068,7 @@ paths: type: integer codespaces: type: array - items: &392 + items: &394 type: object title: Codespace description: A codespace. @@ -44848,7 +45098,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &581 + properties: &584 name: type: string description: The name of the machine. @@ -44890,7 +45140,7 @@ paths: - ready - in_progress nullable: true - required: &582 + required: &585 - name - display_name - operating_system @@ -45095,7 +45345,7 @@ paths: - pulls_url - recent_folders examples: - default: &393 + default: &395 value: total_count: 3 codespaces: @@ -45758,7 +46008,7 @@ paths: - updated_at - visibility examples: - default: &583 + default: &586 value: total_count: 2 secrets: @@ -45796,7 +46046,7 @@ paths: description: Response content: application/json: - schema: &584 + schema: &587 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -45825,7 +46075,7 @@ paths: - key_id - key examples: - default: &585 + default: &588 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -45857,7 +46107,7 @@ paths: application/json: schema: *333 examples: - default: &587 + default: &590 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -48156,7 +48406,7 @@ paths: description: Response content: application/json: - schema: &616 + schema: &619 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -48173,7 +48423,7 @@ paths: - key_id - key examples: - default: &617 + default: &620 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -48509,7 +48759,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *89 - - &625 + - &628 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -48517,7 +48767,7 @@ paths: required: false schema: type: string - - &626 + - &629 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -48525,7 +48775,7 @@ paths: required: false schema: type: string - - &627 + - &630 name: time_period description: |- The time period to filter by. @@ -48541,7 +48791,7 @@ paths: - week - month default: month - - &628 + - &631 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -48566,7 +48816,7 @@ paths: application/json: schema: type: array - items: &629 + items: &632 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -48672,7 +48922,7 @@ paths: type: array description: The responses to the dismissal request. nullable: true - items: &352 + items: &353 title: Dismissal request response description: A response made by a requester to dismiss the request. @@ -48722,7 +48972,7 @@ paths: format: uri example: https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &630 + default: &633 value: - id: 21 number: 42 @@ -48814,23 +49064,7 @@ paths: - *105 - *106 - *107 - - &353 - 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 + - *352 - *17 - *19 responses: @@ -48840,7 +49074,7 @@ paths: application/json: schema: type: array - items: &631 + items: &634 title: Dependabot alert dismissal request description: Alert dismissal request made by a user asking to dismiss a Dependabot alert. @@ -48946,7 +49180,7 @@ paths: type: array description: The responses to the dismissal request. nullable: true - items: *352 + items: *353 url: type: string format: uri @@ -48957,7 +49191,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/dependabot/1 examples: - default: &632 + default: &635 value: - id: 21 number: 42 @@ -49049,7 +49283,7 @@ paths: - *105 - *106 - *107 - - *353 + - *352 - *17 - *19 responses: @@ -49059,190 +49293,9 @@ paths: application/json: schema: type: array - items: &633 - 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: *109 - 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 + items: *354 examples: - default: &634 - 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 + default: *355 '404': *6 '403': *29 '500': *40 @@ -49268,7 +49321,7 @@ paths: application/json: schema: type: array - items: &403 + items: &405 title: Package description: A software package type: object @@ -49318,9 +49371,9 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *354 - required: *355 - x-github-breaking-changes: *356 + properties: *356 + required: *357 + x-github-breaking-changes: *358 nullable: true created_at: type: string @@ -49339,7 +49392,7 @@ paths: - created_at - updated_at examples: - default: &404 + default: &406 value: - id: 197 name: hello_docker @@ -49526,7 +49579,7 @@ paths: description: Response content: application/json: - schema: &473 + schema: &476 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -49607,7 +49660,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &474 + default: &477 value: group_id: '123' group_name: Octocat admins @@ -49662,7 +49715,7 @@ paths: description: Response content: application/json: - schema: &470 + schema: &473 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -49699,7 +49752,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &471 + default: &474 value: groups: - group_id: '123' @@ -49744,7 +49797,7 @@ paths: application/json: schema: type: array - items: &381 + items: &383 title: Organization Invitation description: Organization Invitation type: object @@ -49791,7 +49844,7 @@ paths: - invitation_teams_url - node_id examples: - default: &382 + default: &384 value: - id: 1 login: monalisa @@ -49858,7 +49911,7 @@ paths: application/json: schema: type: array - items: &438 + items: &440 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -49872,7 +49925,7 @@ paths: - name - description examples: - default: &439 + default: &441 value: - name: add_assignee description: Assign or remove a user @@ -49913,7 +49966,7 @@ paths: application/json: schema: type: array - items: &357 + items: &359 title: Org Hook description: Org Hook type: object @@ -50082,9 +50135,9 @@ paths: description: Response content: application/json: - schema: *357 + schema: *359 examples: - default: &358 + default: &360 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -50129,7 +50182,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - *89 - - &359 + - &361 name: hook_id description: The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery. @@ -50142,9 +50195,9 @@ paths: description: Response content: application/json: - schema: *357 + schema: *359 examples: - default: *358 + default: *360 '404': *6 x-github: githubCloudOnly: false @@ -50166,7 +50219,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - *89 - - *359 + - *361 requestBody: required: false content: @@ -50211,7 +50264,7 @@ paths: description: Response content: application/json: - schema: *357 + schema: *359 examples: default: value: @@ -50251,7 +50304,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - *89 - - *359 + - *361 responses: '204': description: Response @@ -50277,7 +50330,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *89 - - *359 + - *361 responses: '200': description: Response @@ -50306,7 +50359,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *89 - - *359 + - *361 requestBody: required: false content: @@ -50355,10 +50408,10 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *89 - - *359 - - *17 - - *360 - *361 + - *17 + - *362 + - *363 responses: '200': description: Response @@ -50366,9 +50419,9 @@ paths: application/json: schema: type: array - items: *362 + items: *364 examples: - default: *363 + default: *365 '400': *14 '422': *15 x-github: @@ -50392,16 +50445,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *89 - - *359 + - *361 - *16 responses: '200': description: Response content: application/json: - schema: *364 + schema: *366 examples: - default: *365 + default: *367 '400': *14 '422': *15 x-github: @@ -50425,7 +50478,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *89 - - *359 + - *361 - *16 responses: '202': *39 @@ -50452,7 +50505,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - *89 - - *359 + - *361 responses: '204': description: Response @@ -50475,7 +50528,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - *89 - - &370 + - &372 name: actor_type in: path description: The type of the actor @@ -50488,14 +50541,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &371 + - &373 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &366 + - &368 name: min_timestamp description: 'The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -50503,7 +50556,7 @@ paths: required: true schema: type: string - - &367 + - &369 name: max_timestamp description: 'The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -50597,12 +50650,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - *89 - - *366 - - *367 + - *368 + - *369 - *19 - *17 - *112 - - &376 + - &378 name: sort description: The property to sort the results by. in: query @@ -50680,14 +50733,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - *89 - - *366 - - *367 + - *368 + - *369 responses: '200': description: Response content: application/json: - schema: &368 + schema: &370 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -50703,7 +50756,7 @@ paths: type: integer format: int64 examples: - default: &369 + default: &371 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -50724,23 +50777,23 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - *89 - - &372 + - &374 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *366 - - *367 + - *368 + - *369 responses: '200': description: Response content: application/json: - schema: *368 + schema: *370 examples: - default: *369 + default: *371 x-github: enabledForGitHubApps: true category: orgs @@ -50759,18 +50812,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *89 - - *366 - - *367 - - *370 - - *371 + - *368 + - *369 + - *372 + - *373 responses: '200': description: Response content: application/json: - schema: *368 + schema: *370 examples: - default: *369 + default: *371 x-github: enabledForGitHubApps: true category: orgs @@ -50788,9 +50841,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - *89 - - *366 - - *367 - - &373 + - *368 + - *369 + - &375 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -50803,7 +50856,7 @@ paths: description: Response content: application/json: - schema: &374 + schema: &376 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -50819,7 +50872,7 @@ paths: type: integer format: int64 examples: - default: &375 + default: &377 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -50856,18 +50909,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - *89 - - *372 - - *366 - - *367 - - *373 + - *374 + - *368 + - *369 + - *375 responses: '200': description: Response content: application/json: - schema: *374 + schema: *376 examples: - default: *375 + default: *377 x-github: enabledForGitHubApps: true category: orgs @@ -50885,19 +50938,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - *89 - - *370 - - *371 - - *366 - - *367 + - *372 - *373 + - *368 + - *369 + - *375 responses: '200': description: Response content: application/json: - schema: *374 + schema: *376 examples: - default: *375 + default: *377 x-github: enabledForGitHubApps: true category: orgs @@ -50915,13 +50968,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - *89 - - *372 - - *366 - - *367 + - *374 + - *368 + - *369 - *19 - *17 - *112 - - *376 + - *378 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -51002,7 +51055,7 @@ paths: application/json: schema: *22 examples: - default: *377 + default: *379 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -51122,12 +51175,12 @@ paths: application/json: schema: anyOf: - - &379 + - &381 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &378 + limit: &380 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -51152,7 +51205,7 @@ paths: properties: {} additionalProperties: false examples: - default: &380 + default: &382 value: limit: collaborators_only origin: organization @@ -51181,13 +51234,13 @@ paths: required: true content: application/json: - schema: &665 + schema: &666 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *378 + limit: *380 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -51211,9 +51264,9 @@ paths: description: Response content: application/json: - schema: *379 + schema: *381 examples: - default: *380 + default: *382 '422': *15 x-github: githubCloudOnly: false @@ -51291,9 +51344,9 @@ paths: application/json: schema: type: array - items: *381 + items: *383 examples: - default: *382 + default: *384 headers: Link: *47 '404': *6 @@ -51371,7 +51424,7 @@ paths: description: Response content: application/json: - schema: *381 + schema: *383 examples: default: value: @@ -51428,7 +51481,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - *89 - - &383 + - &385 name: invitation_id description: The unique identifier of the invitation. in: path @@ -51462,7 +51515,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - *89 - - *383 + - *385 - *17 - *19 responses: @@ -51474,7 +51527,7 @@ paths: type: array items: *319 examples: - default: &402 + default: &404 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -51517,7 +51570,7 @@ paths: application/json: schema: type: array - items: &384 + items: &386 title: Issue Field description: A custom attribute defined at the organization level for attaching structured data to issues. @@ -51750,9 +51803,9 @@ paths: description: Response content: application/json: - schema: *384 + schema: *386 examples: - default: &385 + default: &387 value: id: 512 node_id: IF_kwDNAd3NAZr @@ -51808,7 +51861,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-fields#update-issue-field-for-an-organization parameters: - *89 - - &386 + - &388 name: issue_field_id description: The unique identifier of the issue field. in: path @@ -51907,9 +51960,9 @@ paths: description: Response content: application/json: - schema: *384 + schema: *386 examples: - default: *385 + default: *387 '404': *6 '422': *7 x-github: @@ -51934,7 +51987,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-fields#delete-issue-field-for-an-organization parameters: - *89 - - *386 + - *388 responses: '204': *157 '404': *6 @@ -51964,7 +52017,7 @@ paths: application/json: schema: type: array - items: *387 + items: *389 examples: default: value: @@ -52049,9 +52102,9 @@ paths: description: Response content: application/json: - schema: *387 + schema: *389 examples: - default: &388 + default: &390 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -52084,7 +52137,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *89 - - &389 + - &391 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -52137,9 +52190,9 @@ paths: description: Response content: application/json: - schema: *387 + schema: *389 examples: - default: *388 + default: *390 '404': *6 '422': *7 x-github: @@ -52164,7 +52217,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *89 - - *389 + - *391 responses: '204': description: Response @@ -52227,7 +52280,7 @@ paths: - closed - all default: open - - *390 + - *392 - name: type description: Can be the name of an issue type. in: query @@ -52258,7 +52311,7 @@ paths: type: array items: *227 examples: - default: *391 + default: *393 headers: Link: *47 '404': *6 @@ -52423,9 +52476,9 @@ paths: type: integer codespaces: type: array - items: *392 + items: *394 examples: - default: *393 + default: *395 '304': *37 '500': *40 '401': *25 @@ -52452,7 +52505,7 @@ paths: parameters: - *89 - *145 - - &394 + - &396 name: codespace_name in: path required: true @@ -52487,15 +52540,15 @@ paths: parameters: - *89 - *145 - - *394 + - *396 responses: '200': description: Response content: application/json: - schema: *392 + schema: *394 examples: - default: &580 + default: &583 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -52751,7 +52804,7 @@ paths: description: Response content: application/json: - schema: &395 + schema: &397 title: Org Membership description: Org Membership type: object @@ -52818,7 +52871,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &396 + response-if-user-has-an-active-admin-membership-with-organization: &398 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -52919,9 +52972,9 @@ paths: description: Response content: application/json: - schema: *395 + schema: *397 examples: - response-if-user-already-had-membership-with-organization: *396 + response-if-user-already-had-membership-with-organization: *398 '422': *15 '403': *29 x-github: @@ -52998,7 +53051,7 @@ paths: application/json: schema: type: array - items: &397 + items: &399 title: Migration description: A migration. type: object @@ -53338,7 +53391,7 @@ paths: description: Response content: application/json: - schema: *397 + schema: *399 examples: default: value: @@ -53517,7 +53570,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - *89 - - &398 + - &400 name: migration_id description: The unique identifier of the migration. in: path @@ -53544,7 +53597,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *397 + schema: *399 examples: default: value: @@ -53714,7 +53767,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - *89 - - *398 + - *400 responses: '302': description: Response @@ -53736,7 +53789,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *89 - - *398 + - *400 responses: '204': description: Response @@ -53760,8 +53813,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - *89 - - *398 - - &835 + - *400 + - &836 name: repo_name description: repo_name parameter in: path @@ -53789,7 +53842,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *89 - - *398 + - *400 - *17 - *19 responses: @@ -53801,7 +53854,7 @@ paths: type: array items: *290 examples: - default: &409 + default: &411 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -54030,7 +54083,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &399 + items: &401 title: Organization Role description: Organization roles type: object @@ -54237,7 +54290,7 @@ paths: description: Response content: application/json: - schema: *399 + schema: *401 examples: default: value: @@ -54467,7 +54520,7 @@ paths: description: Response content: application/json: - schema: *399 + schema: *401 examples: default: value: @@ -54564,7 +54617,7 @@ paths: description: Response content: application/json: - schema: *399 + schema: *401 examples: default: value: @@ -54722,8 +54775,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *400 - required: *401 + properties: *402 + required: *403 nullable: true type: description: The ownership type of the team @@ -54755,7 +54808,7 @@ paths: - type - parent examples: - default: *402 + default: *404 headers: Link: *47 '404': @@ -54813,13 +54866,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &460 + items: &463 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *400 - required: *401 + properties: *402 + required: *403 name: nullable: true type: string @@ -55107,7 +55160,7 @@ paths: - nuget - container - *89 - - &836 + - &837 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -55143,12 +55196,12 @@ paths: application/json: schema: type: array - items: *403 + items: *405 examples: - default: *404 + default: *406 '403': *29 '401': *25 - '400': &838 + '400': &839 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -55170,7 +55223,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &405 + - &407 name: package_type description: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry @@ -55188,7 +55241,7 @@ paths: - docker - nuget - container - - &406 + - &408 name: package_name description: The name of the package. in: path @@ -55201,7 +55254,7 @@ paths: description: Response content: application/json: - schema: *403 + schema: *405 examples: default: value: @@ -55253,8 +55306,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *405 - - *406 + - *407 + - *408 - *89 responses: '204': @@ -55287,8 +55340,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *405 - - *406 + - *407 + - *408 - *89 - name: token description: package token @@ -55321,8 +55374,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *405 - - *406 + - *407 + - *408 - *89 - *19 - *17 @@ -55343,7 +55396,7 @@ paths: application/json: schema: type: array - items: &407 + items: &409 title: Package Version description: A version of a software package type: object @@ -55468,10 +55521,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *405 - - *406 + - *407 + - *408 - *89 - - &408 + - &410 name: package_version_id description: Unique identifier of the package version. in: path @@ -55483,7 +55536,7 @@ paths: description: Response content: application/json: - schema: *407 + schema: *409 examples: default: value: @@ -55519,10 +55572,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *405 - - *406 - - *89 + - *407 - *408 + - *89 + - *410 responses: '204': description: Response @@ -55554,10 +55607,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *405 - - *406 - - *89 + - *407 - *408 + - *89 + - *410 responses: '204': description: Response @@ -55587,7 +55640,7 @@ paths: - *89 - *17 - *19 - - &410 + - &412 name: sort description: The property by which to sort the results. in: query @@ -55598,7 +55651,7 @@ paths: - created_at default: created_at - *112 - - &411 + - &413 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -55609,7 +55662,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &412 + - &414 name: repository description: The name of the repository to use to filter the results. in: query @@ -55617,7 +55670,7 @@ paths: schema: type: string example: Hello-World - - &413 + - &415 name: permission description: The permission to use to filter the results. in: query @@ -55625,7 +55678,7 @@ paths: schema: type: string example: issues_read - - &414 + - &416 name: last_used_before description: 'Only show fine-grained personal access tokens used before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -55635,7 +55688,7 @@ paths: schema: type: string format: date-time - - &415 + - &417 name: last_used_after description: 'Only show fine-grained personal access tokens used after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -55645,7 +55698,7 @@ paths: schema: type: string format: date-time - - &416 + - &418 name: token_id description: The ID of the token in: query @@ -55958,7 +56011,7 @@ paths: type: array items: *290 examples: - default: *409 + default: *411 headers: Link: *47 x-github: @@ -55984,14 +56037,14 @@ paths: - *89 - *17 - *19 - - *410 - - *112 - - *411 - *412 + - *112 - *413 - *414 - *415 - *416 + - *417 + - *418 responses: '500': *40 '422': *15 @@ -56273,7 +56326,7 @@ paths: type: array items: *290 examples: - default: *409 + default: *411 headers: Link: *47 x-github: @@ -56315,7 +56368,7 @@ paths: type: integer configurations: type: array - items: &417 + items: &419 title: Organization private registry description: Private registry configuration for an organization type: object @@ -56743,7 +56796,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &418 + org-private-registry-with-selected-visibility: &420 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -56839,9 +56892,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *417 + schema: *419 examples: - default: *418 + default: *420 '404': *6 x-github: githubCloudOnly: false @@ -57068,7 +57121,7 @@ paths: application/json: schema: type: array - items: &419 + items: &421 title: Projects v2 Project description: A projects v2 project type: object @@ -57138,7 +57191,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &930 + properties: &931 id: type: number description: The unique identifier of the status update. @@ -57186,7 +57239,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &931 + required: &932 - id - node_id - created_at @@ -57211,7 +57264,7 @@ paths: - deleted_at - deleted_by examples: - default: &420 + default: &422 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -57314,7 +57367,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-organization parameters: - - &421 + - &423 name: project_number description: The project's number. in: path @@ -57327,9 +57380,9 @@ paths: description: Response content: application/json: - schema: *419 + schema: *421 examples: - default: *420 + default: *422 headers: Link: *47 '304': *37 @@ -57352,7 +57405,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - *89 - - *421 + - *423 requestBody: required: true description: Details of the draft item to create in the project. @@ -57386,7 +57439,7 @@ paths: description: Response content: application/json: - schema: &427 + schema: &429 title: Projects v2 Item description: An item belonging to a project type: object @@ -57400,7 +57453,7 @@ paths: content: oneOf: - *227 - - &597 + - &600 title: Pull Request Simple description: Pull Request Simple type: object @@ -57506,8 +57559,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *422 - required: *423 + properties: *424 + required: *425 nullable: true active_lock_reason: type: string @@ -57600,7 +57653,7 @@ paths: _links: type: object properties: - comments: &424 + comments: &426 title: Link description: Hypermedia Link type: object @@ -57609,13 +57662,13 @@ paths: type: string required: - href - commits: *424 - statuses: *424 - html: *424 - issue: *424 - review_comments: *424 - review_comment: *424 - self: *424 + commits: *426 + statuses: *426 + html: *426 + issue: *426 + review_comments: *426 + review_comment: *426 + self: *426 required: - comments - commits @@ -57626,7 +57679,7 @@ paths: - review_comment - self author_association: *224 - auto_merge: &718 + auto_merge: &719 title: Auto merge description: The status of auto merging a pull request. type: object @@ -57800,7 +57853,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: &426 + content_type: &428 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -57840,7 +57893,7 @@ paths: - updated_at - archived_at examples: - draft_issue: &428 + draft_issue: &430 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -57914,7 +57967,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-organization parameters: - - *421 + - *423 - *89 - *17 - *110 @@ -57926,7 +57979,7 @@ paths: application/json: schema: type: array - items: &425 + items: &427 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -58076,7 +58129,7 @@ paths: - updated_at - project_url examples: - default: &857 + default: &858 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -58206,7 +58259,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#add-a-field-to-an-organization-owned-project parameters: - - *421 + - *423 - *89 requestBody: required: true @@ -58253,7 +58306,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &858 + items: &859 type: object properties: name: @@ -58290,7 +58343,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &859 + iteration_configuration: &860 type: object description: The configuration for iteration fields. properties: @@ -58340,7 +58393,7 @@ paths: value: name: Due date data_type: date - single_select_field: &860 + single_select_field: &861 summary: Create a single select field value: name: Priority @@ -58367,7 +58420,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &861 + iteration_field: &862 summary: Create an iteration field value: name: Sprint @@ -58391,9 +58444,9 @@ paths: description: Response for adding a field to an organization-owned project. content: application/json: - schema: *425 + schema: *427 examples: - text_field: &862 + text_field: &863 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -58402,7 +58455,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: &863 + number_field: &864 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -58411,7 +58464,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: &864 + date_field: &865 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -58420,7 +58473,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: &865 + single_select_field: &866 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -58454,7 +58507,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &866 + iteration_field: &867 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -58499,8 +58552,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-organization parameters: - - *421 - - &867 + - *423 + - &868 name: field_id description: The unique identifier of the field. in: path @@ -58513,9 +58566,9 @@ paths: description: Response content: application/json: - schema: *425 + schema: *427 examples: - default: &868 + default: &869 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -58571,7 +58624,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-an-organization-owned-project parameters: - - *421 + - *423 - *89 - name: q description: Search query to filter items, see [Filtering projects](https://docs.github.com/enterprise-cloud@latest//issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects) @@ -58604,7 +58657,7 @@ paths: application/json: schema: type: array - items: &429 + items: &431 title: Projects v2 Item description: An item belonging to a project type: object @@ -58620,7 +58673,7 @@ paths: format: uri example: https://api.github.com/users/monalisa/2/projectsV2/3 description: The API URL of the project that contains this item. - content_type: *426 + content_type: *428 content: type: object additionalProperties: true @@ -58663,7 +58716,7 @@ paths: - updated_at - archived_at examples: - default: &430 + default: &432 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -59361,7 +59414,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-organization-owned-project parameters: - *89 - - *421 + - *423 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -59431,22 +59484,22 @@ paths: description: Response content: application/json: - schema: *427 + schema: *429 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *428 + value: *430 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *428 + value: *430 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *428 + value: *430 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *428 + value: *430 '304': *37 '403': *29 '401': *25 @@ -59466,9 +59519,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#get-an-item-for-an-organization-owned-project parameters: - - *421 + - *423 - *89 - - &431 + - &433 name: item_id description: The unique identifier of the project item. in: path @@ -59494,9 +59547,9 @@ paths: description: Response content: application/json: - schema: *429 + schema: *431 examples: - default: *430 + default: *432 headers: Link: *47 '304': *37 @@ -59517,9 +59570,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-organization parameters: - - *421 + - *423 - *89 - - *431 + - *433 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -59589,13 +59642,13 @@ paths: description: Response content: application/json: - schema: *429 + schema: *431 examples: - text_field: *430 - number_field: *430 - date_field: *430 - single_select_field: *430 - iteration_field: *430 + text_field: *432 + number_field: *432 + date_field: *432 + single_select_field: *432 + iteration_field: *432 '401': *25 '403': *29 '404': *6 @@ -59615,9 +59668,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-organization parameters: - - *421 + - *423 - *89 - - *431 + - *433 responses: '204': description: Response @@ -59641,7 +59694,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - *89 - - *421 + - *423 requestBody: required: true content: @@ -59712,7 +59765,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &849 + schema: &850 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -59810,7 +59863,7 @@ paths: examples: table_view: summary: Response for creating a table view - value: &432 + value: &434 value: id: 1 number: 1 @@ -59856,10 +59909,10 @@ paths: - 456 board_view: summary: Response for creating a board view with filter - value: *432 + value: *434 roadmap_view: summary: Response for creating a roadmap view - value: *432 + value: *434 '304': *37 '403': *29 '401': *25 @@ -59887,9 +59940,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-an-organization-project-view parameters: - - *421 + - *423 - *89 - - &869 + - &870 name: view_number description: The number that identifies the project view. in: path @@ -59921,9 +59974,9 @@ paths: application/json: schema: type: array - items: *429 + items: *431 examples: - default: *430 + default: *432 headers: Link: *47 '304': *37 @@ -60087,7 +60140,7 @@ paths: required: true content: application/json: - schema: *433 + schema: *435 examples: default: value: @@ -60452,7 +60505,7 @@ paths: type: array items: *290 examples: - default: *409 + default: *411 headers: Link: *47 x-github: @@ -60655,7 +60708,7 @@ paths: description: Response content: application/json: - schema: &481 + schema: &484 title: Full Repository description: Full Repository type: object @@ -60943,9 +60996,9 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *434 - required: *435 - x-github-breaking-changes: *436 + properties: *436 + required: *437 + x-github-breaking-changes: *438 nullable: true temp_clone_token: type: string @@ -61060,7 +61113,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &602 + properties: &605 url: type: string format: uri @@ -61076,12 +61129,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &603 + required: &606 - url - key - name - html_url - security_and_analysis: *437 + security_and_analysis: *439 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -61176,7 +61229,7 @@ paths: has_downloads: version: '2026-03-10' examples: - default: &483 + default: &486 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -61708,9 +61761,9 @@ paths: application/json: schema: type: array - items: *438 + items: *440 examples: - default: *439 + default: *441 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -61735,7 +61788,7 @@ paths: - *89 - *17 - *19 - - &740 + - &741 name: targets description: | A comma-separated list of rule targets to filter by. @@ -61826,11 +61879,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *171 - conditions: *440 + conditions: *442 rules: type: array description: An array of rules within the ruleset. - items: &442 + items: &444 title: Repository Rule type: object description: A repository rule. @@ -61895,7 +61948,7 @@ paths: application/json: schema: *193 examples: - default: &441 + default: &443 value: id: 21 name: super cool ruleset @@ -61951,7 +62004,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *89 - - &742 + - &743 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -61963,14 +62016,14 @@ paths: x-multi-segment: true - *316 - *107 - - &743 + - &744 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &744 + - &745 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -61990,7 +62043,7 @@ paths: description: Response content: application/json: - schema: &745 + schema: &746 title: Rule Suites description: Response type: array @@ -62045,7 +62098,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &746 + default: &747 value: - id: 21 actor_id: 12 @@ -62089,7 +62142,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *89 - - &747 + - &748 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -62105,7 +62158,7 @@ paths: description: Response content: application/json: - schema: &748 + schema: &749 title: Rule Suite description: Response type: object @@ -62204,7 +62257,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &749 + default: &750 value: id: 21 actor_id: 12 @@ -62279,7 +62332,7 @@ paths: application/json: schema: *193 examples: - default: *441 + default: *443 '404': *6 '500': *40 put: @@ -62328,11 +62381,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *171 - conditions: *440 + conditions: *442 rules: description: An array of rules within the ruleset. type: array - items: *442 + items: *444 examples: default: value: @@ -62369,7 +62422,7 @@ paths: application/json: schema: *193 examples: - default: *441 + default: *443 '404': *6 '422': *15 '500': *40 @@ -62429,7 +62482,7 @@ paths: type: array items: *197 examples: - default: *443 + default: *445 '404': *6 '500': *40 x-github: @@ -62466,7 +62519,7 @@ paths: description: Response content: application/json: - schema: *444 + schema: *446 examples: default: value: @@ -62529,16 +62582,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *89 - - *445 - - *446 - *447 - *448 - *449 - *450 + - *451 + - *452 + - *453 - *112 - *19 - *17 - - &751 + - &752 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -62548,7 +62602,7 @@ paths: required: false schema: type: string - - &752 + - &753 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest//rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -62558,10 +62612,10 @@ paths: required: false schema: type: string - - *451 - - *452 - - *453 - *454 + - *455 + - *456 + - *457 responses: '200': description: Response @@ -62569,9 +62623,9 @@ paths: application/json: schema: type: array - items: *455 + items: *458 examples: - default: *456 + default: *459 headers: Link: *47 '404': *6 @@ -62606,9 +62660,9 @@ paths: description: Response content: application/json: - schema: *457 + schema: *460 examples: - default: *458 + default: *461 '403': *29 '404': *6 patch: @@ -62761,7 +62815,7 @@ paths: application/json: schema: type: array - items: &773 + items: &774 description: A repository security advisory. type: object properties: @@ -62981,7 +63035,7 @@ paths: login: type: string description: The username of the user credited. - type: *459 + type: *462 credits_detailed: type: array nullable: true @@ -62991,7 +63045,7 @@ paths: type: object properties: user: *4 - type: *459 + type: *462 state: type: string description: The state of the user's acceptance of the @@ -63084,7 +63138,7 @@ paths: - private_fork version: '2026-03-10' examples: - default: &774 + default: &775 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -63471,7 +63525,7 @@ paths: application/json: schema: type: array - items: *460 + items: *463 examples: default: value: @@ -63570,7 +63624,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *89 - - *461 + - *464 - *17 - *19 responses: @@ -63578,9 +63632,9 @@ paths: description: Success content: application/json: - schema: *462 + schema: *465 examples: - default: *463 + default: *466 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -63861,7 +63915,7 @@ paths: type: array items: *150 examples: - default: *464 + default: *467 headers: Link: *47 x-github: @@ -64090,15 +64144,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - *89 - - *465 + - *468 responses: '200': description: Response content: application/json: - schema: *466 + schema: *469 examples: - default: *467 + default: *470 headers: Link: *47 x-github: @@ -64136,7 +64190,7 @@ paths: description: Response content: application/json: - schema: &478 + schema: &481 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -64182,7 +64236,7 @@ paths: type: string nullable: true examples: - default: &479 + default: &482 value: groups: - group_id: '123' @@ -64308,7 +64362,7 @@ paths: type: array items: *319 examples: - default: *402 + default: *404 headers: Link: *47 '403': *29 @@ -64402,7 +64456,7 @@ paths: description: Response content: application/json: - schema: &468 + schema: &471 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -64465,8 +64519,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *400 - required: *401 + properties: *402 + required: *403 nullable: true members_count: type: integer @@ -64729,7 +64783,7 @@ paths: - repos_count - organization examples: - default: &469 + default: &472 value: id: 1 node_id: MDQ6VGVhbTE= @@ -64817,9 +64871,9 @@ paths: description: Response content: application/json: - schema: *468 + schema: *471 examples: - default: *469 + default: *472 '404': *6 x-github: githubCloudOnly: false @@ -64903,16 +64957,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *468 + schema: *471 examples: - default: *469 + default: *472 '201': description: Response content: application/json: - schema: *468 + schema: *471 examples: - default: *469 + default: *472 '404': *6 '422': *15 '403': *29 @@ -64942,7 +64996,7 @@ paths: responses: '204': description: Response - '422': &472 + '422': &475 description: Unprocessable entity if you attempt to modify an enterprise team at the organization level. x-github: @@ -64971,10 +65025,10 @@ paths: description: Response content: application/json: - schema: *470 + schema: *473 examples: - default: *471 - '422': *472 + default: *474 + '422': *475 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -65017,10 +65071,10 @@ paths: description: Response content: application/json: - schema: *473 + schema: *476 examples: - default: *474 - '422': *472 + default: *477 + '422': *475 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -65044,7 +65098,7 @@ paths: responses: '204': description: Response - '422': *472 + '422': *475 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -65076,12 +65130,12 @@ paths: application/json: schema: type: array - items: *381 + items: *383 examples: - default: *382 + default: *384 headers: Link: *47 - '422': *472 + '422': *475 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65163,7 +65217,7 @@ paths: description: Response content: application/json: - schema: &475 + schema: &478 title: Team Membership description: Team Membership type: object @@ -65190,7 +65244,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &816 + response-if-user-is-a-team-maintainer: &817 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -65253,9 +65307,9 @@ paths: description: Response content: application/json: - schema: *475 + schema: *478 examples: - response-if-users-membership-with-team-is-now-pending: &817 + response-if-users-membership-with-team-is-now-pending: &818 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -65331,7 +65385,7 @@ paths: type: array items: *290 examples: - default: *409 + default: *411 headers: Link: *47 x-github: @@ -65362,14 +65416,14 @@ paths: parameters: - *89 - *220 - - *476 - - *477 + - *479 + - *480 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &818 + schema: &819 title: Team Repository description: A team's access to a repository. type: object @@ -66019,8 +66073,8 @@ paths: parameters: - *89 - *220 - - *476 - - *477 + - *479 + - *480 requestBody: required: false content: @@ -66067,8 +66121,8 @@ paths: parameters: - *89 - *220 - - *476 - - *477 + - *479 + - *480 responses: '204': description: Response @@ -66101,10 +66155,10 @@ paths: description: Response content: application/json: - schema: *478 + schema: *481 examples: - default: *479 - '422': *472 + default: *482 + '422': *475 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -66170,7 +66224,7 @@ paths: description: Response content: application/json: - schema: *478 + schema: *481 examples: default: value: @@ -66182,7 +66236,7 @@ paths: group_name: Octocat docs members group_description: The people who make your octoworld come to life. - '422': *472 + '422': *475 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -66216,7 +66270,7 @@ paths: type: array items: *319 examples: - response-if-child-teams-exist: &819 + response-if-child-teams-exist: &820 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -66370,7 +66424,7 @@ paths: resources: type: object properties: - core: &480 + core: &483 title: Rate Limit type: object properties: @@ -66387,21 +66441,21 @@ paths: - remaining - reset - used - graphql: *480 - search: *480 - code_search: *480 - source_import: *480 - integration_manifest: *480 - code_scanning_upload: *480 - actions_runner_registration: *480 - scim: *480 - dependency_snapshots: *480 - dependency_sbom: *480 - code_scanning_autofix: *480 + graphql: *483 + search: *483 + code_search: *483 + source_import: *483 + integration_manifest: *483 + code_scanning_upload: *483 + actions_runner_registration: *483 + scim: *483 + dependency_snapshots: *483 + dependency_sbom: *483 + code_scanning_autofix: *483 required: - core - search - rate: *480 + rate: *483 required: - rate - resources @@ -66514,14 +66568,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response content: application/json: - schema: *481 + schema: *484 examples: default-response: summary: Default response @@ -67030,7 +67084,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *482 + '301': *485 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67048,8 +67102,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: false content: @@ -67357,10 +67411,10 @@ paths: description: Response content: application/json: - schema: *481 + schema: *484 examples: - default: *483 - '307': &484 + default: *486 + '307': &487 description: Temporary Redirect content: application/json: @@ -67389,8 +67443,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *476 - - *477 + - *479 + - *480 responses: '204': description: Response @@ -67412,7 +67466,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository - '307': *484 + '307': *487 '404': *6 '409': *121 x-github: @@ -67436,11 +67490,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 - *17 - *19 - - &501 + - &504 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -67463,7 +67517,7 @@ paths: type: integer artifacts: type: array - items: &485 + items: &488 title: Artifact description: An artifact type: object @@ -67541,7 +67595,7 @@ paths: - expires_at - updated_at examples: - default: &502 + default: &505 value: total_count: 2 artifacts: @@ -67602,9 +67656,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *476 - - *477 - - &486 + - *479 + - *480 + - &489 name: artifact_id description: The unique identifier of the artifact. in: path @@ -67616,7 +67670,7 @@ paths: description: Response content: application/json: - schema: *485 + schema: *488 examples: default: value: @@ -67654,9 +67708,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *476 - - *477 - - *486 + - *479 + - *480 + - *489 responses: '204': description: Response @@ -67680,9 +67734,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *476 - - *477 - - *486 + - *479 + - *480 + - *489 - name: archive_format in: path required: true @@ -67696,7 +67750,7 @@ paths: example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string - '410': &668 + '410': &669 description: Gone content: application/json: @@ -67721,14 +67775,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-retention-limit-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response content: application/json: - schema: &487 + schema: &490 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -67761,13 +67815,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#set-github-actions-cache-retention-limit-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: application/json: - schema: *487 + schema: *490 examples: selected_actions: *44 responses: @@ -67796,14 +67850,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-storage-limit-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response content: application/json: - schema: &488 + schema: &491 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -67836,13 +67890,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#set-github-actions-cache-storage-limit-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: application/json: - schema: *488 + schema: *491 examples: selected_actions: *46 responses: @@ -67873,14 +67927,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response content: application/json: - schema: *489 + schema: *492 examples: default: value: @@ -67906,11 +67960,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 - *17 - *19 - - &490 + - &493 name: ref description: The full Git reference for narrowing down the cache. The `ref` for a branch should be formatted as `refs/heads/`. To reference @@ -67944,7 +67998,7 @@ paths: description: Response content: application/json: - schema: &491 + schema: &494 title: Repository actions caches description: Repository actions caches type: object @@ -67986,7 +68040,7 @@ paths: - total_count - actions_caches examples: - default: &492 + default: &495 value: total_count: 1 actions_caches: @@ -68018,23 +68072,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *476 - - *477 + - *479 + - *480 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *490 + - *493 responses: '200': description: Response content: application/json: - schema: *491 + schema: *494 examples: - default: *492 + default: *495 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68054,8 +68108,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *476 - - *477 + - *479 + - *480 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -68086,9 +68140,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *476 - - *477 - - &493 + - *479 + - *480 + - &496 name: job_id description: The unique identifier of the job. in: path @@ -68100,7 +68154,7 @@ paths: description: Response content: application/json: - schema: &505 + schema: &508 title: Job description: Information of a job execution in a workflow run type: object @@ -68407,9 +68461,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *476 - - *477 - - *493 + - *479 + - *480 + - *496 responses: '302': description: Response @@ -68437,9 +68491,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *476 - - *477 - - *493 + - *479 + - *480 + - *496 requestBody: required: false content: @@ -68484,8 +68538,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Status response @@ -68535,8 +68589,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -68599,8 +68653,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *476 - - *477 + - *479 + - *480 - *17 - *19 responses: @@ -68618,7 +68672,7 @@ paths: type: integer secrets: type: array - items: &507 + items: &510 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -68638,7 +68692,7 @@ paths: - created_at - updated_at examples: - default: &508 + default: &511 value: total_count: 2 secrets: @@ -68671,9 +68725,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *476 - - *477 - - *494 + - *479 + - *480 + - *497 - *19 responses: '200': @@ -68690,7 +68744,7 @@ paths: type: integer variables: type: array - items: &511 + items: &514 title: Actions Variable type: object properties: @@ -68720,7 +68774,7 @@ paths: - created_at - updated_at examples: - default: &512 + default: &515 value: total_count: 2 variables: @@ -68753,8 +68807,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response @@ -68763,7 +68817,7 @@ paths: schema: type: object properties: - enabled: &495 + enabled: &498 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *62 @@ -68798,8 +68852,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 responses: '204': description: Response @@ -68810,7 +68864,7 @@ paths: schema: type: object properties: - enabled: *495 + enabled: *498 allowed_actions: *62 sha_pinning_required: *63 required: @@ -68843,14 +68897,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response content: application/json: - schema: &496 + schema: &499 type: object properties: access_level: @@ -68868,7 +68922,7 @@ paths: required: - access_level examples: - default: &497 + default: &500 value: access_level: organization x-github: @@ -68893,15 +68947,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: application/json: - schema: *496 + schema: *499 examples: - default: *497 + default: *500 responses: '204': description: Response @@ -68925,8 +68979,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response @@ -68956,8 +69010,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 responses: '204': description: Empty response for successful settings update @@ -68991,8 +69045,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response @@ -69019,8 +69073,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 responses: '204': description: Response @@ -69054,8 +69108,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response @@ -69083,8 +69137,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -69115,8 +69169,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response @@ -69147,8 +69201,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 responses: '204': description: Response @@ -69180,8 +69234,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response @@ -69210,8 +69264,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 responses: '204': description: Success response @@ -69251,8 +69305,8 @@ paths: in: query schema: type: string - - *476 - - *477 + - *479 + - *480 - *17 - *19 responses: @@ -69296,8 +69350,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response @@ -69329,8 +69383,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -69404,8 +69458,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 responses: '201': description: Response @@ -69441,8 +69495,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 responses: '201': description: Response @@ -69472,8 +69526,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 - *77 responses: '200': @@ -69503,8 +69557,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *476 - - *477 + - *479 + - *480 - *77 responses: '204': @@ -69531,8 +69585,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 - *77 responses: '200': *83 @@ -69557,8 +69611,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 - *77 requestBody: required: true @@ -69607,8 +69661,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 - *77 requestBody: required: true @@ -69658,8 +69712,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 - *77 responses: '200': *297 @@ -69689,8 +69743,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 - *77 - *298 responses: @@ -69720,9 +69774,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *476 - - *477 - - &515 + - *479 + - *480 + - &518 name: actor description: Returns someone's workflow runs. Use the login for the user who created the `push` associated with the check suite or workflow run. @@ -69730,7 +69784,7 @@ paths: required: false schema: type: string - - &516 + - &519 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -69738,7 +69792,7 @@ paths: required: false schema: type: string - - &517 + - &520 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -69747,7 +69801,7 @@ paths: required: false schema: type: string - - &518 + - &521 name: status description: Returns workflow runs with the check run `status` or `conclusion` that you specify. For example, a conclusion can be `success` or a status @@ -69774,7 +69828,7 @@ paths: - pending - *17 - *19 - - &519 + - &522 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/enterprise-cloud@latest//search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -69783,7 +69837,7 @@ paths: schema: type: string format: date-time - - &498 + - &501 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -69792,13 +69846,13 @@ paths: schema: type: boolean default: false - - &520 + - &523 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &521 + - &524 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -69821,7 +69875,7 @@ paths: type: integer workflow_runs: type: array - items: &499 + items: &502 title: Workflow Run description: An invocation of a workflow type: object @@ -69969,7 +70023,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &543 + properties: &546 id: type: string description: SHA for the commit @@ -70020,7 +70074,7 @@ paths: - name - email nullable: true - required: &544 + required: &547 - id - tree_id - message @@ -70067,7 +70121,7 @@ paths: - workflow_url - pull_requests examples: - default: &522 + default: &525 value: total_count: 1 workflow_runs: @@ -70303,24 +70357,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *476 - - *477 - - &500 + - *479 + - *480 + - &503 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *498 + - *501 responses: '200': description: Response content: application/json: - schema: *499 + schema: *502 examples: - default: &503 + default: &506 value: id: 30433642 name: Build @@ -70561,9 +70615,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *476 - - *477 - - *500 + - *479 + - *480 + - *503 responses: '204': description: Response @@ -70586,9 +70640,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *476 - - *477 - - *500 + - *479 + - *480 + - *503 responses: '200': description: Response @@ -70707,9 +70761,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *476 - - *477 - - *500 + - *479 + - *480 + - *503 responses: '201': description: Response @@ -70742,12 +70796,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *476 - - *477 - - *500 + - *479 + - *480 + - *503 - *17 - *19 - - *501 + - *504 - *112 responses: '200': @@ -70764,9 +70818,9 @@ paths: type: integer artifacts: type: array - items: *485 + items: *488 examples: - default: *502 + default: *505 headers: Link: *47 x-github: @@ -70790,25 +70844,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *476 - - *477 - - *500 - - &504 + - *479 + - *480 + - *503 + - &507 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *498 + - *501 responses: '200': description: Response content: application/json: - schema: *499 + schema: *502 examples: - default: *503 + default: *506 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70831,10 +70885,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *476 - - *477 - - *500 - - *504 + - *479 + - *480 + - *503 + - *507 - *17 - *19 responses: @@ -70852,9 +70906,9 @@ paths: type: integer jobs: type: array - items: *505 + items: *508 examples: - default: &506 + default: &509 value: total_count: 1 jobs: @@ -70967,10 +71021,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *476 - - *477 - - *500 - - *504 + - *479 + - *480 + - *503 + - *507 responses: '302': description: Response @@ -70998,9 +71052,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *476 - - *477 - - *500 + - *479 + - *480 + - *503 responses: '202': description: Response @@ -71033,9 +71087,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *476 - - *477 - - *500 + - *479 + - *480 + - *503 requestBody: required: true content: @@ -71102,9 +71156,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *476 - - *477 - - *500 + - *479 + - *480 + - *503 responses: '202': description: Response @@ -71137,9 +71191,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *476 - - *477 - - *500 + - *479 + - *480 + - *503 - name: filter description: Filters jobs by their `completed_at` timestamp. `latest` returns jobs from the most recent execution of the workflow run. `all` returns all @@ -71169,9 +71223,9 @@ paths: type: integer jobs: type: array - items: *505 + items: *508 examples: - default: *506 + default: *509 headers: Link: *47 x-github: @@ -71196,9 +71250,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *476 - - *477 - - *500 + - *479 + - *480 + - *503 responses: '302': description: Response @@ -71225,9 +71279,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *476 - - *477 - - *500 + - *479 + - *480 + - *503 responses: '204': description: Response @@ -71254,9 +71308,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *476 - - *477 - - *500 + - *479 + - *480 + - *503 responses: '200': description: Response @@ -71316,7 +71370,7 @@ paths: items: type: object properties: - type: &635 + type: &636 type: string description: The type of reviewer. enum: @@ -71401,9 +71455,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *476 - - *477 - - *500 + - *479 + - *480 + - *503 requestBody: required: true content: @@ -71450,12 +71504,12 @@ paths: application/json: schema: type: array - items: &620 + items: &623 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &887 + properties: &888 url: type: string format: uri @@ -71540,7 +71594,7 @@ paths: nullable: true properties: *222 required: *223 - required: &888 + required: &889 - id - node_id - sha @@ -71556,7 +71610,7 @@ paths: - created_at - updated_at examples: - default: &621 + default: &624 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -71612,9 +71666,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *476 - - *477 - - *500 + - *479 + - *480 + - *503 requestBody: required: false content: @@ -71658,9 +71712,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *476 - - *477 - - *500 + - *479 + - *480 + - *503 requestBody: required: false content: @@ -71714,9 +71768,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *476 - - *477 - - *500 + - *479 + - *480 + - *503 responses: '200': description: Response @@ -71853,8 +71907,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *476 - - *477 + - *479 + - *480 - *17 - *19 responses: @@ -71872,9 +71926,9 @@ paths: type: integer secrets: type: array - items: *507 + items: *510 examples: - default: *508 + default: *511 headers: Link: *47 x-github: @@ -71899,16 +71953,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response content: application/json: - schema: *509 + schema: *512 examples: - default: *510 + default: *513 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71930,17 +71984,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *476 - - *477 + - *479 + - *480 - *300 responses: '200': description: Response content: application/json: - schema: *507 + schema: *510 examples: - default: &648 + default: &649 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -71966,8 +72020,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *476 - - *477 + - *479 + - *480 - *300 requestBody: required: true @@ -72025,8 +72079,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *476 - - *477 + - *479 + - *480 - *300 responses: '204': @@ -72052,9 +72106,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *476 - - *477 - - *494 + - *479 + - *480 + - *497 - *19 responses: '200': @@ -72071,9 +72125,9 @@ paths: type: integer variables: type: array - items: *511 + items: *514 examples: - default: *512 + default: *515 headers: Link: *47 x-github: @@ -72096,8 +72150,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -72149,17 +72203,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *476 - - *477 + - *479 + - *480 - *303 responses: '200': description: Response content: application/json: - schema: *511 + schema: *514 examples: - default: &649 + default: &650 value: name: USERNAME value: octocat @@ -72185,8 +72239,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *476 - - *477 + - *479 + - *480 - *303 requestBody: required: true @@ -72229,8 +72283,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *476 - - *477 + - *479 + - *480 - *303 responses: '204': @@ -72256,8 +72310,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *476 - - *477 + - *479 + - *480 - *17 - *19 responses: @@ -72275,7 +72329,7 @@ paths: type: integer workflows: type: array - items: &513 + items: &516 title: Workflow description: A GitHub Actions workflow type: object @@ -72382,9 +72436,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *476 - - *477 - - &514 + - *479 + - *480 + - &517 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -72399,7 +72453,7 @@ paths: description: Response content: application/json: - schema: *513 + schema: *516 examples: default: value: @@ -72432,9 +72486,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *476 - - *477 - - *514 + - *479 + - *480 + - *517 responses: '204': description: Response @@ -72459,9 +72513,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *476 - - *477 - - *514 + - *479 + - *480 + - *517 responses: '204': description: Empty response when `return_run_details` parameter is `false`. @@ -72556,9 +72610,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *476 - - *477 - - *514 + - *479 + - *480 + - *517 responses: '204': description: Response @@ -72585,19 +72639,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *476 - - *477 - - *514 - - *515 - - *516 + - *479 + - *480 - *517 - *518 - - *17 - - *19 - *519 - - *498 - *520 - *521 + - *17 + - *19 + - *522 + - *501 + - *523 + - *524 responses: '200': description: Response @@ -72613,9 +72667,9 @@ paths: type: integer workflow_runs: type: array - items: *499 + items: *502 examples: - default: *522 + default: *525 headers: Link: *47 x-github: @@ -72648,9 +72702,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *476 - - *477 - - *514 + - *479 + - *480 + - *517 responses: '200': description: Response @@ -72711,8 +72765,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *476 - - *477 + - *479 + - *480 - *112 - *17 - *110 @@ -72876,8 +72930,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *476 - - *477 + - *479 + - *480 - *17 - *19 responses: @@ -72914,8 +72968,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *476 - - *477 + - *479 + - *480 - name: assignee in: path required: true @@ -72951,8 +73005,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/attestations#create-an-attestation parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -73062,8 +73116,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/attestations#list-attestations parameters: - - *476 - - *477 + - *479 + - *480 - *17 - *110 - *111 @@ -73120,7 +73174,7 @@ paths: initiator: type: string examples: - default: *523 + default: *526 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73154,8 +73208,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response @@ -73163,7 +73217,7 @@ paths: application/json: schema: type: array - items: &524 + items: &527 title: Autolink reference description: An autolink reference. type: object @@ -73217,8 +73271,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -73257,9 +73311,9 @@ paths: description: response content: application/json: - schema: *524 + schema: *527 examples: - default: &525 + default: &528 value: id: 1 key_prefix: TICKET- @@ -73290,9 +73344,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *476 - - *477 - - &526 + - *479 + - *480 + - &529 name: autolink_id description: The unique identifier of the autolink. in: path @@ -73304,9 +73358,9 @@ paths: description: Response content: application/json: - schema: *524 + schema: *527 examples: - default: *525 + default: *528 '404': *6 x-github: githubCloudOnly: false @@ -73326,9 +73380,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *476 - - *477 - - *526 + - *479 + - *480 + - *529 responses: '204': description: Response @@ -73352,8 +73406,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response if Dependabot is enabled @@ -73401,8 +73455,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *476 - - *477 + - *479 + - *480 responses: '204': description: Response @@ -73423,8 +73477,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *476 - - *477 + - *479 + - *480 responses: '204': description: Response @@ -73444,8 +73498,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *476 - - *477 + - *479 + - *480 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -73483,7 +73537,7 @@ paths: - url protected: type: boolean - protection: &528 + protection: &531 title: Branch Protection description: Branch Protection type: object @@ -73525,7 +73579,7 @@ paths: required: - contexts - checks - enforce_admins: &531 + enforce_admins: &534 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -73540,7 +73594,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &533 + required_pull_request_reviews: &536 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -73616,7 +73670,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &530 + restrictions: &533 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -73893,9 +73947,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *476 - - *477 - - &529 + - *479 + - *480 + - &532 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/enterprise-cloud@latest//graphql). @@ -73909,14 +73963,14 @@ paths: description: Response content: application/json: - schema: &539 + schema: &542 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &593 + commit: &596 title: Commit description: Commit type: object @@ -73950,7 +74004,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &527 + properties: &530 name: type: string example: '"Chris Wanstrath"' @@ -73966,7 +74020,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *527 + properties: *530 nullable: true message: type: string @@ -73987,7 +74041,7 @@ paths: required: - sha - url - verification: &655 + verification: &656 title: Verification type: object properties: @@ -74057,7 +74111,7 @@ paths: type: integer files: type: array - items: &606 + items: &609 title: Diff Entry description: Diff Entry type: object @@ -74141,7 +74195,7 @@ paths: - self protected: type: boolean - protection: *528 + protection: *531 protection_url: type: string format: uri @@ -74248,7 +74302,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *482 + '301': *485 '404': *6 x-github: githubCloudOnly: false @@ -74270,15 +74324,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *476 - - *477 - - *529 + - *479 + - *480 + - *532 responses: '200': description: Response content: application/json: - schema: *528 + schema: *531 examples: default: value: @@ -74472,9 +74526,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *476 - - *477 - - *529 + - *479 + - *480 + - *532 requestBody: required: true content: @@ -74729,7 +74783,7 @@ paths: url: type: string format: uri - required_status_checks: &536 + required_status_checks: &539 title: Status Check Policy description: Status Check Policy type: object @@ -74881,7 +74935,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *530 + restrictions: *533 required_conversation_resolution: type: object properties: @@ -74993,9 +75047,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *476 - - *477 - - *529 + - *479 + - *480 + - *532 responses: '204': description: Response @@ -75020,17 +75074,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *476 - - *477 - - *529 + - *479 + - *480 + - *532 responses: '200': description: Response content: application/json: - schema: *531 + schema: *534 examples: - default: &532 + default: &535 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -75052,17 +75106,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *476 - - *477 - - *529 + - *479 + - *480 + - *532 responses: '200': description: Response content: application/json: - schema: *531 + schema: *534 examples: - default: *532 + default: *535 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75081,9 +75135,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *476 - - *477 - - *529 + - *479 + - *480 + - *532 responses: '204': description: Response @@ -75108,17 +75162,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *476 - - *477 - - *529 + - *479 + - *480 + - *532 responses: '200': description: Response content: application/json: - schema: *533 + schema: *536 examples: - default: &534 + default: &537 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -75214,9 +75268,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *476 - - *477 - - *529 + - *479 + - *480 + - *532 requestBody: required: false content: @@ -75314,9 +75368,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *536 examples: - default: *534 + default: *537 '422': *15 x-github: githubCloudOnly: false @@ -75337,9 +75391,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *476 - - *477 - - *529 + - *479 + - *480 + - *532 responses: '204': description: Response @@ -75366,17 +75420,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *476 - - *477 - - *529 + - *479 + - *480 + - *532 responses: '200': description: Response content: application/json: - schema: *531 + schema: *534 examples: - default: &535 + default: &538 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -75399,17 +75453,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *476 - - *477 - - *529 + - *479 + - *480 + - *532 responses: '200': description: Response content: application/json: - schema: *531 + schema: *534 examples: - default: *535 + default: *538 '404': *6 x-github: githubCloudOnly: false @@ -75429,9 +75483,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *476 - - *477 - - *529 + - *479 + - *480 + - *532 responses: '204': description: Response @@ -75456,17 +75510,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *476 - - *477 - - *529 + - *479 + - *480 + - *532 responses: '200': description: Response content: application/json: - schema: *536 + schema: *539 examples: - default: &537 + default: &540 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -75492,9 +75546,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *476 - - *477 - - *529 + - *479 + - *480 + - *532 requestBody: required: false content: @@ -75546,9 +75600,9 @@ paths: description: Response content: application/json: - schema: *536 + schema: *539 examples: - default: *537 + default: *540 '404': *6 '422': *15 x-github: @@ -75570,9 +75624,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *476 - - *477 - - *529 + - *479 + - *480 + - *532 responses: '204': description: Response @@ -75596,9 +75650,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *476 - - *477 - - *529 + - *479 + - *480 + - *532 responses: '200': description: Response @@ -75632,9 +75686,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *476 - - *477 - - *529 + - *479 + - *480 + - *532 requestBody: required: false content: @@ -75701,9 +75755,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *476 - - *477 - - *529 + - *479 + - *480 + - *532 requestBody: required: false content: @@ -75767,9 +75821,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *476 - - *477 - - *529 + - *479 + - *480 + - *532 requestBody: content: application/json: @@ -75835,15 +75889,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *476 - - *477 - - *529 + - *479 + - *480 + - *532 responses: '200': description: Response content: application/json: - schema: *530 + schema: *533 examples: default: value: @@ -75934,9 +75988,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *476 - - *477 - - *529 + - *479 + - *480 + - *532 responses: '204': description: Response @@ -75959,9 +76013,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *476 - - *477 - - *529 + - *479 + - *480 + - *532 responses: '200': description: Response @@ -75971,7 +76025,7 @@ paths: type: array items: *5 examples: - default: &538 + default: &541 value: - id: 1 slug: octoapp @@ -76028,9 +76082,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *476 - - *477 - - *529 + - *479 + - *480 + - *532 requestBody: required: true content: @@ -76064,7 +76118,7 @@ paths: type: array items: *5 examples: - default: *538 + default: *541 '422': *15 x-github: githubCloudOnly: false @@ -76085,9 +76139,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *476 - - *477 - - *529 + - *479 + - *480 + - *532 requestBody: required: true content: @@ -76121,7 +76175,7 @@ paths: type: array items: *5 examples: - default: *538 + default: *541 '422': *15 x-github: githubCloudOnly: false @@ -76142,9 +76196,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *476 - - *477 - - *529 + - *479 + - *480 + - *532 requestBody: required: true content: @@ -76178,7 +76232,7 @@ paths: type: array items: *5 examples: - default: *538 + default: *541 '422': *15 x-github: githubCloudOnly: false @@ -76200,9 +76254,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *476 - - *477 - - *529 + - *479 + - *480 + - *532 responses: '200': description: Response @@ -76212,7 +76266,7 @@ paths: type: array items: *319 examples: - default: *402 + default: *404 '404': *6 x-github: githubCloudOnly: false @@ -76232,9 +76286,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *476 - - *477 - - *529 + - *479 + - *480 + - *532 requestBody: required: false content: @@ -76272,7 +76326,7 @@ paths: type: array items: *319 examples: - default: *402 + default: *404 '422': *15 x-github: githubCloudOnly: false @@ -76293,9 +76347,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *476 - - *477 - - *529 + - *479 + - *480 + - *532 requestBody: required: false content: @@ -76333,7 +76387,7 @@ paths: type: array items: *319 examples: - default: *402 + default: *404 '422': *15 x-github: githubCloudOnly: false @@ -76354,9 +76408,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *476 - - *477 - - *529 + - *479 + - *480 + - *532 requestBody: content: application/json: @@ -76393,7 +76447,7 @@ paths: type: array items: *319 examples: - default: *402 + default: *404 '422': *15 x-github: githubCloudOnly: false @@ -76415,9 +76469,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *476 - - *477 - - *529 + - *479 + - *480 + - *532 responses: '200': description: Response @@ -76451,9 +76505,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *476 - - *477 - - *529 + - *479 + - *480 + - *532 requestBody: required: true content: @@ -76511,9 +76565,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *476 - - *477 - - *529 + - *479 + - *480 + - *532 requestBody: required: true content: @@ -76571,9 +76625,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *476 - - *477 - - *529 + - *479 + - *480 + - *532 requestBody: required: true content: @@ -76633,9 +76687,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *476 - - *477 - - *529 + - *479 + - *480 + - *532 requestBody: required: true content: @@ -76657,7 +76711,7 @@ paths: description: Response content: application/json: - schema: *539 + schema: *542 examples: default: value: @@ -76771,8 +76825,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *476 - - *477 + - *479 + - *480 - *105 - *106 - *107 @@ -76808,8 +76862,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *476 - - *477 + - *479 + - *480 - name: bypass_request_number in: path required: true @@ -76882,8 +76936,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *476 - - *477 + - *479 + - *480 - *105 - *106 - *107 @@ -76923,8 +76977,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *476 - - *477 + - *479 + - *480 - name: bypass_request_number in: path required: true @@ -76994,8 +77048,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *476 - - *477 + - *479 + - *480 - name: bypass_request_number in: path required: true @@ -77066,8 +77120,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *476 - - *477 + - *479 + - *480 - name: bypass_response_id in: path required: true @@ -77100,8 +77154,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -77380,7 +77434,7 @@ paths: description: Response content: application/json: - schema: &540 + schema: &543 title: CheckRun description: A check performed on the code of a given code change type: object @@ -77500,7 +77554,7 @@ paths: check. type: array items: *232 - deployment: &880 + deployment: &881 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -77780,9 +77834,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *476 - - *477 - - &541 + - *479 + - *480 + - &544 name: check_run_id description: The unique identifier of the check run. in: path @@ -77794,9 +77848,9 @@ paths: description: Response content: application/json: - schema: *540 + schema: *543 examples: - default: &542 + default: &545 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -77896,9 +77950,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *476 - - *477 - - *541 + - *479 + - *480 + - *544 requestBody: required: true content: @@ -78138,9 +78192,9 @@ paths: description: Response content: application/json: - schema: *540 + schema: *543 examples: - default: *542 + default: *545 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78160,9 +78214,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *476 - - *477 - - *541 + - *479 + - *480 + - *544 - *17 - *19 responses: @@ -78257,9 +78311,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *476 - - *477 - - *541 + - *479 + - *480 + - *544 responses: '201': description: Response @@ -78303,8 +78357,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -78326,7 +78380,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &545 + schema: &548 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -78412,12 +78466,12 @@ paths: type: string format: date-time nullable: true - head_commit: &913 + head_commit: &914 title: Simple Commit description: A commit. type: object - properties: *543 - required: *544 + properties: *546 + required: *547 latest_check_runs_count: type: integer check_runs_url: @@ -78445,7 +78499,7 @@ paths: - check_runs_url - pull_requests examples: - default: &546 + default: &549 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -78736,9 +78790,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *545 + schema: *548 examples: - default: *546 + default: *549 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78757,8 +78811,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -79067,9 +79121,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *476 - - *477 - - &547 + - *479 + - *480 + - &550 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -79081,9 +79135,9 @@ paths: description: Response content: application/json: - schema: *545 + schema: *548 examples: - default: *546 + default: *549 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79106,17 +79160,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *476 - - *477 - - *547 - - &599 + - *479 + - *480 + - *550 + - &602 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &600 + - &603 name: status description: Returns check runs with the specified `status`. in: query @@ -79155,9 +79209,9 @@ paths: type: integer check_runs: type: array - items: *540 + items: *543 examples: - default: &601 + default: &604 value: total_count: 1 check_runs: @@ -79259,9 +79313,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *476 - - *477 - - *547 + - *479 + - *480 + - *550 responses: '201': description: Response @@ -79294,21 +79348,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 - *323 - *324 - *19 - *17 - - &563 + - &566 name: ref description: The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. in: query required: false - schema: *548 - - &564 + schema: *551 + - &567 name: pr description: The number of the pull request for the results you want to list. in: query @@ -79339,7 +79393,7 @@ paths: be returned. in: query required: false - schema: *549 + schema: *552 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -79363,7 +79417,7 @@ paths: updated_at: *138 url: *135 html_url: *136 - instances_url: *550 + instances_url: *553 state: *115 fixed_at: *140 dismissed_by: @@ -79374,11 +79428,11 @@ paths: required: *21 nullable: true dismissed_at: *139 - dismissed_reason: *551 - dismissed_comment: *552 - rule: *553 - tool: *554 - most_recent_instance: *555 + dismissed_reason: *554 + dismissed_comment: *555 + rule: *556 + tool: *557 + most_recent_instance: *558 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -79504,7 +79558,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *37 - '403': &556 + '403': &559 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -79531,9 +79585,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *476 - - *477 - - &557 + - *479 + - *480 + - &560 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -79547,7 +79601,7 @@ paths: description: Response content: application/json: - schema: &558 + schema: &561 type: object properties: number: *130 @@ -79555,7 +79609,7 @@ paths: updated_at: *138 url: *135 html_url: *136 - instances_url: *550 + instances_url: *553 state: *115 fixed_at: *140 dismissed_by: @@ -79566,8 +79620,8 @@ paths: required: *21 nullable: true dismissed_at: *139 - dismissed_reason: *551 - dismissed_comment: *552 + dismissed_reason: *554 + dismissed_comment: *555 rule: type: object properties: @@ -79621,8 +79675,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *554 - most_recent_instance: *555 + tool: *557 + most_recent_instance: *558 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -79721,7 +79775,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *37 - '403': *556 + '403': *559 '404': *6 '503': *198 x-github: @@ -79741,9 +79795,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *476 - - *477 - - *557 + - *479 + - *480 + - *560 requestBody: required: true content: @@ -79758,8 +79812,8 @@ paths: enum: - open - dismissed - dismissed_reason: *551 - dismissed_comment: *552 + dismissed_reason: *554 + dismissed_comment: *555 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -79787,7 +79841,7 @@ paths: description: Response content: application/json: - schema: *558 + schema: *561 examples: default: value: @@ -79863,7 +79917,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &562 + '403': &565 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -79890,15 +79944,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert parameters: - - *476 - - *477 - - *557 + - *479 + - *480 + - *560 responses: '200': description: Response content: application/json: - schema: &559 + schema: &562 type: object properties: status: @@ -79924,13 +79978,13 @@ paths: - description - started_at examples: - default: &560 + default: &563 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &561 + '400': &564 description: Bad Request content: application/json: @@ -79941,7 +79995,7 @@ paths: message: The alert_number is not valid documentation_url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert status: '400' - '403': *556 + '403': *559 '404': *6 '503': *198 x-github: @@ -79966,29 +80020,29 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-an-autofix-for-a-code-scanning-alert parameters: - - *476 - - *477 - - *557 + - *479 + - *480 + - *560 responses: '200': description: OK content: application/json: - schema: *559 + schema: *562 examples: - default: *560 + default: *563 '202': description: Accepted content: application/json: - schema: *559 + schema: *562 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *561 + '400': *564 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -80020,9 +80074,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#commit-an-autofix-for-a-code-scanning-alert parameters: - - *476 - - *477 - - *557 + - *479 + - *480 + - *560 requestBody: required: false content: @@ -80067,8 +80121,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *561 - '403': *562 + '400': *564 + '403': *565 '404': *6 '422': description: Unprocessable Entity @@ -80092,13 +80146,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *476 - - *477 - - *557 + - *479 + - *480 + - *560 - *19 - *17 - - *563 - - *564 + - *566 + - *567 responses: '200': description: Response @@ -80109,10 +80163,10 @@ paths: items: type: object properties: - ref: *548 - analysis_key: *565 - environment: *566 - category: *567 + ref: *551 + analysis_key: *568 + environment: *569 + category: *570 state: type: string description: State of a code scanning alert instance. @@ -80127,7 +80181,7 @@ paths: properties: text: type: string - location: *568 + location: *571 html_url: type: string classifications: @@ -80135,7 +80189,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: *569 + items: *572 examples: default: value: @@ -80172,7 +80226,7 @@ paths: end_column: 50 classifications: - source - '403': *556 + '403': *559 '404': *6 '503': *198 x-github: @@ -80206,25 +80260,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 - *323 - *324 - *19 - *17 - - *564 + - *567 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *548 + schema: *551 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &570 + schema: &573 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -80245,23 +80299,23 @@ paths: application/json: schema: type: array - items: &571 + items: &574 type: object properties: - ref: *548 - commit_sha: &579 + ref: *551 + commit_sha: &582 description: The SHA of the commit to which the analysis you are uploading relates. type: string minLength: 40 maxLength: 40 pattern: "^[0-9a-fA-F]+$" - analysis_key: *565 + analysis_key: *568 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *567 + category: *570 error: type: string example: error reading field xyz @@ -80285,8 +80339,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *570 - tool: *554 + sarif_id: *573 + tool: *557 deletable: type: boolean warning: @@ -80347,7 +80401,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *556 + '403': *559 '404': *6 '503': *198 x-github: @@ -80383,8 +80437,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -80397,7 +80451,7 @@ paths: description: Response content: application/json: - schema: *571 + schema: *574 examples: response: summary: application/json response @@ -80451,7 +80505,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *556 + '403': *559 '404': *6 '422': description: Response if analysis could not be processed @@ -80538,8 +80592,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *476 - - *477 + - *479 + - *480 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -80592,7 +80646,7 @@ paths: next_analysis_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41 confirm_delete_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41?confirm_delete '400': *14 - '403': *562 + '403': *565 '404': *6 '503': *198 x-github: @@ -80614,8 +80668,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response @@ -80623,7 +80677,7 @@ paths: application/json: schema: type: array - items: &572 + items: &575 title: CodeQL Database description: A CodeQL database. type: object @@ -80734,7 +80788,7 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '403': *556 + '403': *559 '404': *6 '503': *198 x-github: @@ -80763,8 +80817,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 - name: language in: path description: The language of the CodeQL database. @@ -80776,7 +80830,7 @@ paths: description: Response content: application/json: - schema: *572 + schema: *575 examples: default: value: @@ -80808,9 +80862,9 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &608 + '302': &611 description: Found - '403': *556 + '403': *559 '404': *6 '503': *198 x-github: @@ -80832,8 +80886,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *476 - - *477 + - *479 + - *480 - name: language in: path description: The language of the CodeQL database. @@ -80843,7 +80897,7 @@ paths: responses: '204': description: Response - '403': *562 + '403': *565 '404': *6 '503': *198 x-github: @@ -80871,8 +80925,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -80881,7 +80935,7 @@ paths: type: object additionalProperties: false properties: - language: &573 + language: &576 type: string description: The language targeted by the CodeQL query enum: @@ -80961,7 +81015,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &577 + schema: &580 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -80971,7 +81025,7 @@ paths: description: The ID of the variant analysis. controller_repo: *122 actor: *4 - query_language: *573 + query_language: *576 query_pack_url: type: string description: The download url for the query pack. @@ -81018,7 +81072,7 @@ paths: items: type: object properties: - repository: &574 + repository: &577 title: Repository Identifier description: Repository Identifier type: object @@ -81054,7 +81108,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &578 + analysis_status: &581 type: string description: The new status of the CodeQL variant analysis repository task. @@ -81086,7 +81140,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &575 + access_mismatch_repos: &578 type: object properties: repository_count: @@ -81100,7 +81154,7 @@ paths: This list may not include all repositories that were skipped. This is only available when the repository was found and the user has access to it. - items: *574 + items: *577 required: - repository_count - repositories @@ -81122,8 +81176,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *575 - over_limit_repos: *575 + no_codeql_db_repos: *578 + over_limit_repos: *578 required: - access_mismatch_repos - not_found_repos @@ -81139,7 +81193,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &576 + value: &579 summary: Default response value: id: 1 @@ -81285,10 +81339,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *576 + value: *579 repository_lists: summary: Response for a successful variant analysis submission - value: *576 + value: *579 '404': *6 '422': description: Unable to process variant analysis submission @@ -81316,8 +81370,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-summary-of-a-codeql-variant-analysis parameters: - - *476 - - *477 + - *479 + - *480 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -81329,9 +81383,9 @@ paths: description: Response content: application/json: - schema: *577 + schema: *580 examples: - default: *576 + default: *579 '404': *6 '503': *198 x-github: @@ -81354,7 +81408,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-the-analysis-status-of-a-repository-in-a-codeql-variant-analysis parameters: - - *476 + - *479 - name: repo in: path description: The name of the controller repository. @@ -81389,7 +81443,7 @@ paths: type: object properties: repository: *122 - analysis_status: *578 + analysis_status: *581 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -81514,8 +81568,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response @@ -81617,7 +81671,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *556 + '403': *559 '404': *6 '503': *198 x-github: @@ -81638,8 +81692,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -81731,7 +81785,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *562 + '403': *565 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -81802,8 +81856,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -81811,7 +81865,7 @@ paths: schema: type: object properties: - commit_sha: *579 + commit_sha: *582 ref: type: string description: |- @@ -81869,7 +81923,7 @@ paths: schema: type: object properties: - id: *570 + id: *573 url: type: string description: The REST API URL for checking the status of the upload. @@ -81883,7 +81937,7 @@ paths: url: https://api.github.com/repos/octocat/hello-world/code-scanning/sarifs/47177e22-5596-11eb-80a1-c1e54ef945c6 '400': description: Bad Request if the sarif field is invalid - '403': *562 + '403': *565 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -81906,8 +81960,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *476 - - *477 + - *479 + - *480 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -81953,7 +82007,7 @@ paths: value: processing_status: complete analyses_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses?sarif_id=47177e22-5596-11eb-80a1-c1e54ef945c6 - '403': *556 + '403': *559 '404': description: Not Found if the sarif id does not match any upload '503': *198 @@ -81978,8 +82032,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response @@ -82060,8 +82114,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *476 - - *477 + - *479 + - *480 - name: ref description: 'A branch, tag or commit name used to determine which version of the CODEOWNERS file to use. Default: the repository''s default branch @@ -82181,8 +82235,8 @@ paths: parameters: - *17 - *19 - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response @@ -82198,7 +82252,7 @@ paths: type: integer codespaces: type: array - items: *392 + items: *394 examples: default: value: @@ -82496,8 +82550,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -82560,17 +82614,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *392 + schema: *394 examples: - default: *580 + default: *583 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *392 + schema: *394 examples: - default: *580 + default: *583 '400': *14 '401': *25 '403': *29 @@ -82599,8 +82653,8 @@ paths: parameters: - *17 - *19 - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response @@ -82664,8 +82718,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -82700,14 +82754,14 @@ paths: type: integer machines: type: array - items: &825 + items: &826 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *581 - required: *582 + properties: *584 + required: *585 examples: - default: &826 + default: &827 value: total_count: 2 machines: @@ -82747,8 +82801,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *476 - - *477 + - *479 + - *480 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -82832,8 +82886,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user parameters: - - *476 - - *477 + - *479 + - *480 - name: ref description: The git reference that points to the location of the devcontainer configuration to use for the permission check. The value of `ref` will typically @@ -82899,8 +82953,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *476 - - *477 + - *479 + - *480 - *17 - *19 responses: @@ -82918,7 +82972,7 @@ paths: type: integer secrets: type: array - items: &586 + items: &589 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -82938,7 +82992,7 @@ paths: - created_at - updated_at examples: - default: *583 + default: *586 headers: Link: *47 x-github: @@ -82961,16 +83015,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response content: application/json: - schema: *584 + schema: *587 examples: - default: *585 + default: *588 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -82990,17 +83044,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *476 - - *477 + - *479 + - *480 - *300 responses: '200': description: Response content: application/json: - schema: *586 + schema: *589 examples: - default: *587 + default: *590 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83020,8 +83074,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *476 - - *477 + - *479 + - *480 - *300 requestBody: required: true @@ -83074,8 +83128,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *476 - - *477 + - *479 + - *480 - *300 responses: '204': @@ -83104,8 +83158,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *476 - - *477 + - *479 + - *480 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -83147,7 +83201,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &588 + properties: &591 login: type: string example: octocat @@ -83240,7 +83294,7 @@ paths: user_view_type: type: string example: public - required: &589 + required: &592 - avatar_url - events_url - followers_url @@ -83314,8 +83368,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *476 - - *477 + - *479 + - *480 - *145 responses: '204': @@ -83362,8 +83416,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *476 - - *477 + - *479 + - *480 - *145 requestBody: required: false @@ -83390,7 +83444,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &667 + schema: &668 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -83619,8 +83673,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *476 - - *477 + - *479 + - *480 - *145 responses: '204': @@ -83652,8 +83706,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *476 - - *477 + - *479 + - *480 - *145 responses: '200': @@ -83674,8 +83728,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *588 - required: *589 + properties: *591 + required: *592 nullable: true required: - permission @@ -83730,8 +83784,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 - *17 - *19 responses: @@ -83741,7 +83795,7 @@ paths: application/json: schema: type: array - items: &590 + items: &593 title: Commit Comment description: Commit Comment type: object @@ -83799,7 +83853,7 @@ paths: - created_at - updated_at examples: - default: &595 + default: &598 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -83858,17 +83912,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *476 - - *477 + - *479 + - *480 - *243 responses: '200': description: Response content: application/json: - schema: *590 + schema: *593 examples: - default: &596 + default: &599 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -83925,8 +83979,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *476 - - *477 + - *479 + - *480 - *243 requestBody: required: true @@ -83949,7 +84003,7 @@ paths: description: Response content: application/json: - schema: *590 + schema: *593 examples: default: value: @@ -84000,8 +84054,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *476 - - *477 + - *479 + - *480 - *243 responses: '204': @@ -84023,8 +84077,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *476 - - *477 + - *479 + - *480 - *243 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -84051,7 +84105,7 @@ paths: application/json: schema: type: array - items: &591 + items: &594 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -84094,7 +84148,7 @@ paths: - content - created_at examples: - default: &671 + default: &672 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -84139,8 +84193,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *476 - - *477 + - *479 + - *480 - *243 requestBody: required: true @@ -84173,9 +84227,9 @@ paths: description: Reaction exists content: application/json: - schema: *591 + schema: *594 examples: - default: &592 + default: &595 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -84204,9 +84258,9 @@ paths: description: Reaction created content: application/json: - schema: *591 + schema: *594 examples: - default: *592 + default: *595 '422': *15 x-github: githubCloudOnly: false @@ -84228,10 +84282,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *476 - - *477 + - *479 + - *480 - *243 - - &672 + - &673 name: reaction_id description: The unique identifier of the reaction. in: path @@ -84286,8 +84340,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *476 - - *477 + - *479 + - *480 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -84343,9 +84397,9 @@ paths: application/json: schema: type: array - items: *593 + items: *596 examples: - default: &725 + default: &726 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -84439,9 +84493,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *476 - - *477 - - &594 + - *479 + - *480 + - &597 name: commit_sha description: The SHA of the commit. in: path @@ -84513,9 +84567,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *476 - - *477 - - *594 + - *479 + - *480 + - *597 - *17 - *19 responses: @@ -84525,9 +84579,9 @@ paths: application/json: schema: type: array - items: *590 + items: *593 examples: - default: *595 + default: *598 headers: Link: *47 x-github: @@ -84555,9 +84609,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *476 - - *477 - - *594 + - *479 + - *480 + - *597 requestBody: required: true content: @@ -84592,9 +84646,9 @@ paths: description: Response content: application/json: - schema: *590 + schema: *593 examples: - default: *596 + default: *599 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -84622,9 +84676,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *476 - - *477 - - *594 + - *479 + - *480 + - *597 - *17 - *19 responses: @@ -84634,9 +84688,9 @@ paths: application/json: schema: type: array - items: *597 + items: *600 examples: - default: &717 + default: &718 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -85173,11 +85227,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *476 - - *477 + - *479 + - *480 - *19 - *17 - - &598 + - &601 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), or tag name (`tags/TAG_NAME`). For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" @@ -85192,9 +85246,9 @@ paths: description: Response content: application/json: - schema: *593 + schema: *596 examples: - default: &702 + default: &703 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -85307,11 +85361,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *476 - - *477 - - *598 - - *599 - - *600 + - *479 + - *480 + - *601 + - *602 + - *603 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -85345,9 +85399,9 @@ paths: type: integer check_runs: type: array - items: *540 + items: *543 examples: - default: *601 + default: *604 headers: Link: *47 x-github: @@ -85372,9 +85426,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *476 - - *477 - - *598 + - *479 + - *480 + - *601 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -85382,7 +85436,7 @@ paths: schema: type: integer example: 1 - - *599 + - *602 - *17 - *19 responses: @@ -85400,7 +85454,7 @@ paths: type: integer check_suites: type: array - items: *545 + items: *548 examples: default: value: @@ -85600,9 +85654,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *476 - - *477 - - *598 + - *479 + - *480 + - *601 - *17 - *19 responses: @@ -85800,9 +85854,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *476 - - *477 - - *598 + - *479 + - *480 + - *601 - *17 - *19 responses: @@ -85812,7 +85866,7 @@ paths: application/json: schema: type: array - items: &778 + items: &779 title: Status description: The status of a commit. type: object @@ -85893,7 +85947,7 @@ paths: site_admin: false headers: Link: *47 - '301': *482 + '301': *485 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85921,8 +85975,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response @@ -85951,20 +86005,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *602 - required: *603 + properties: *605 + required: *606 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &604 + properties: &607 url: type: string format: uri html_url: type: string format: uri - required: &605 + required: &608 - url - html_url nullable: true @@ -85978,26 +86032,26 @@ paths: contributing: title: Community Health File type: object - properties: *604 - required: *605 + properties: *607 + required: *608 nullable: true readme: title: Community Health File type: object - properties: *604 - required: *605 + properties: *607 + required: *608 nullable: true issue_template: title: Community Health File type: object - properties: *604 - required: *605 + properties: *607 + required: *608 nullable: true pull_request_template: title: Community Health File type: object - properties: *604 - required: *605 + properties: *607 + required: *608 nullable: true required: - code_of_conduct @@ -86124,8 +86178,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *476 - - *477 + - *479 + - *480 - *19 - *17 - name: basehead @@ -86168,8 +86222,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *593 - merge_base_commit: *593 + base_commit: *596 + merge_base_commit: *596 status: type: string enum: @@ -86189,10 +86243,10 @@ paths: example: 6 commits: type: array - items: *593 + items: *596 files: type: array - items: *606 + items: *609 required: - url - html_url @@ -86478,8 +86532,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *476 - - *477 + - *479 + - *480 - name: path description: path parameter in: path @@ -86639,7 +86693,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &607 + response-if-content-is-a-file-github-object: &610 summary: Response if content is a file value: type: file @@ -86771,7 +86825,7 @@ paths: - size - type - url - - &730 + - &731 title: Content File description: Content File type: object @@ -86972,7 +87026,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *607 + response-if-content-is-a-file: *610 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -87041,7 +87095,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *608 + '302': *611 '304': *37 x-github: githubCloudOnly: false @@ -87094,8 +87148,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *476 - - *477 + - *479 + - *480 - name: path description: path parameter in: path @@ -87188,7 +87242,7 @@ paths: description: Response content: application/json: - schema: &609 + schema: &612 title: File Commit description: File Commit type: object @@ -87340,7 +87394,7 @@ paths: description: Response content: application/json: - schema: *609 + schema: *612 examples: example-for-creating-a-file: value: @@ -87394,7 +87448,7 @@ paths: schema: oneOf: - *3 - - &650 + - &651 description: Repository rule violation was detected type: object properties: @@ -87415,7 +87469,7 @@ paths: items: type: object properties: - placeholder_id: &770 + placeholder_id: &771 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -87447,8 +87501,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *476 - - *477 + - *479 + - *480 - name: path description: path parameter in: path @@ -87509,7 +87563,7 @@ paths: description: Response content: application/json: - schema: *609 + schema: *612 examples: default: value: @@ -87564,8 +87618,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *476 - - *477 + - *479 + - *480 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -87688,8 +87742,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 - *340 - *341 - *342 @@ -87702,7 +87756,7 @@ paths: schema: type: string - *345 - - *610 + - *613 - *346 - *347 - *348 @@ -87717,7 +87771,7 @@ paths: application/json: schema: type: array - items: &614 + items: &617 type: object description: A Dependabot alert. properties: @@ -87764,7 +87818,7 @@ paths: - direct - transitive - inconclusive - security_advisory: *611 + security_advisory: *614 security_vulnerability: *134 url: *135 html_url: *136 @@ -87795,8 +87849,8 @@ paths: nullable: true maxLength: 280 fixed_at: *140 - auto_dismissed_at: *612 - dismissal_request: *613 + auto_dismissed_at: *615 + dismissal_request: *616 assignees: type: array description: The users assigned to this alert. @@ -88051,9 +88105,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *476 - - *477 - - &615 + - *479 + - *480 + - &618 name: alert_number in: path description: |- @@ -88068,7 +88122,7 @@ paths: description: Response content: application/json: - schema: *614 + schema: *617 examples: default: value: @@ -88200,9 +88254,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *476 - - *477 - - *615 + - *479 + - *480 + - *618 requestBody: required: true content: @@ -88258,7 +88312,7 @@ paths: description: Response content: application/json: - schema: *614 + schema: *617 examples: default: value: @@ -88388,8 +88442,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *476 - - *477 + - *479 + - *480 - *17 - *19 responses: @@ -88407,7 +88461,7 @@ paths: type: integer secrets: type: array - items: &618 + items: &621 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -88460,16 +88514,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response content: application/json: - schema: *616 + schema: *619 examples: - default: *617 + default: *620 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -88489,15 +88543,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *476 - - *477 + - *479 + - *480 - *300 responses: '200': description: Response content: application/json: - schema: *618 + schema: *621 examples: default: value: @@ -88523,8 +88577,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *476 - - *477 + - *479 + - *480 - *300 requestBody: required: true @@ -88577,8 +88631,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *476 - - *477 + - *479 + - *480 - *300 responses: '204': @@ -88601,8 +88655,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *476 - - *477 + - *479 + - *480 - name: basehead description: The base and head Git revisions to compare. The Git revisions will be resolved to commit SHAs. Named revisions will be resolved to their @@ -88762,8 +88816,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response @@ -89002,8 +89056,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -89078,7 +89132,7 @@ paths: - version - url additionalProperties: false - metadata: &619 + metadata: &622 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -89111,7 +89165,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *619 + metadata: *622 resolved: type: object description: A collection of resolved package dependencies. @@ -89124,7 +89178,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *619 + metadata: *622 relationship: type: string description: A notation of whether a dependency is requested @@ -89253,8 +89307,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *476 - - *477 + - *479 + - *480 - name: sha description: The SHA recorded at creation time. in: query @@ -89294,9 +89348,9 @@ paths: application/json: schema: type: array - items: *620 + items: *623 examples: - default: *621 + default: *624 headers: Link: *47 x-github: @@ -89362,8 +89416,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -89444,7 +89498,7 @@ paths: description: Response content: application/json: - schema: *620 + schema: *623 examples: simple-example: summary: Simple example @@ -89517,9 +89571,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *476 - - *477 - - &622 + - *479 + - *480 + - &625 name: deployment_id description: deployment_id parameter in: path @@ -89531,7 +89585,7 @@ paths: description: Response content: application/json: - schema: *620 + schema: *623 examples: default: value: @@ -89596,9 +89650,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *476 - - *477 - - *622 + - *479 + - *480 + - *625 responses: '204': description: Response @@ -89620,9 +89674,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *476 - - *477 - - *622 + - *479 + - *480 + - *625 - *17 - *19 responses: @@ -89632,7 +89686,7 @@ paths: application/json: schema: type: array - items: &623 + items: &626 title: Deployment Status description: The status of a deployment. type: object @@ -89793,9 +89847,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *476 - - *477 - - *622 + - *479 + - *480 + - *625 requestBody: required: true content: @@ -89870,9 +89924,9 @@ paths: description: Response content: application/json: - schema: *623 + schema: *626 examples: - default: &624 + default: &627 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -89928,9 +89982,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *476 - - *477 - - *622 + - *479 + - *480 + - *625 - name: status_id in: path required: true @@ -89941,9 +89995,9 @@ paths: description: Response content: application/json: - schema: *623 + schema: *626 examples: - default: *624 + default: *627 '404': *6 x-github: githubCloudOnly: false @@ -89970,12 +90024,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *476 - - *477 - - *625 - - *626 - - *627 + - *479 + - *480 - *628 + - *629 + - *630 + - *631 - *17 - *19 responses: @@ -89985,9 +90039,9 @@ paths: application/json: schema: type: array - items: *629 + items: *632 examples: - default: *630 + default: *633 '404': *6 '403': *29 '500': *40 @@ -90011,8 +90065,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *476 - - *477 + - *479 + - *480 - name: alert_number in: path required: true @@ -90024,7 +90078,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *629 + schema: *632 examples: default: value: @@ -90080,8 +90134,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *476 - - *477 + - *479 + - *480 - name: alert_number in: path required: true @@ -90140,12 +90194,12 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *476 - - *477 - - *625 - - *626 - - *627 + - *479 + - *480 - *628 + - *629 + - *630 + - *631 - *17 - *19 responses: @@ -90155,9 +90209,9 @@ paths: application/json: schema: type: array - items: *631 + items: *634 examples: - default: *632 + default: *635 '404': *6 '403': *29 '500': *40 @@ -90181,8 +90235,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *476 - - *477 + - *479 + - *480 - name: alert_number in: path required: true @@ -90194,7 +90248,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *631 + schema: *634 examples: default: value: @@ -90245,8 +90299,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *476 - - *477 + - *479 + - *480 - name: alert_number in: path required: true @@ -90284,7 +90338,7 @@ paths: description: The created dismissal request. content: application/json: - schema: *631 + schema: *634 examples: default: value: @@ -90335,8 +90389,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *476 - - *477 + - *479 + - *480 - name: alert_number in: path required: true @@ -90407,8 +90461,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *476 - - *477 + - *479 + - *480 - name: alert_number in: path required: true @@ -90441,12 +90495,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *476 - - *477 + - *479 + - *480 - *105 - *106 - *107 - - *353 + - *352 - *17 - *19 responses: @@ -90456,9 +90510,9 @@ paths: application/json: schema: type: array - items: *633 + items: *354 examples: - default: *634 + default: *355 '404': *6 '403': *29 '500': *40 @@ -90483,8 +90537,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *476 - - *477 + - *479 + - *480 - name: alert_number in: path required: true @@ -90496,7 +90550,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *633 + schema: *354 examples: default: value: @@ -90554,8 +90608,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *476 - - *477 + - *479 + - *480 - name: alert_number in: path required: true @@ -90624,8 +90678,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -90682,8 +90736,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *476 - - *477 + - *479 + - *480 - *17 - *19 responses: @@ -90700,7 +90754,7 @@ paths: type: integer environments: type: array - items: &636 + items: &637 title: Environment description: Details of a deployment environment type: object @@ -90752,7 +90806,7 @@ paths: type: type: string example: wait_timer - wait_timer: &638 + wait_timer: &639 type: integer example: 30 description: The amount of time to delay a job after @@ -90789,7 +90843,7 @@ paths: items: type: object properties: - type: *635 + type: *636 reviewer: anyOf: - *4 @@ -90813,7 +90867,7 @@ paths: - id - node_id - type - deployment_branch_policy: &639 + deployment_branch_policy: &640 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -90929,9 +90983,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *476 - - *477 - - &637 + - *479 + - *480 + - &638 name: environment_name in: path required: true @@ -90944,9 +90998,9 @@ paths: description: Response content: application/json: - schema: *636 + schema: *637 examples: - default: &640 + default: &641 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -91030,9 +91084,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *476 - - *477 - - *637 + - *479 + - *480 + - *638 requestBody: required: false content: @@ -91041,7 +91095,7 @@ paths: type: object nullable: true properties: - wait_timer: *638 + wait_timer: *639 prevent_self_review: type: boolean example: false @@ -91058,13 +91112,13 @@ paths: items: type: object properties: - type: *635 + type: *636 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *639 + deployment_branch_policy: *640 additionalProperties: false examples: default: @@ -91084,9 +91138,9 @@ paths: description: Response content: application/json: - schema: *636 + schema: *637 examples: - default: *640 + default: *641 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -91110,9 +91164,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *476 - - *477 - - *637 + - *479 + - *480 + - *638 responses: '204': description: Default response @@ -91137,9 +91191,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *476 - - *477 - - *637 + - *479 + - *480 + - *638 - *17 - *19 responses: @@ -91157,7 +91211,7 @@ paths: example: 2 branch_policies: type: array - items: &641 + items: &642 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -91214,9 +91268,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *476 - - *477 - - *637 + - *479 + - *480 + - *638 requestBody: required: true content: @@ -91262,9 +91316,9 @@ paths: description: Response content: application/json: - schema: *641 + schema: *642 examples: - example-wildcard: &642 + example-wildcard: &643 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -91306,10 +91360,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *476 - - *477 - - *637 - - &643 + - *479 + - *480 + - *638 + - &644 name: branch_policy_id in: path required: true @@ -91321,9 +91375,9 @@ paths: description: Response content: application/json: - schema: *641 + schema: *642 examples: - default: *642 + default: *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91342,10 +91396,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *476 - - *477 - - *637 - - *643 + - *479 + - *480 + - *638 + - *644 requestBody: required: true content: @@ -91373,9 +91427,9 @@ paths: description: Response content: application/json: - schema: *641 + schema: *642 examples: - default: *642 + default: *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91394,10 +91448,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *476 - - *477 - - *637 - - *643 + - *479 + - *480 + - *638 + - *644 responses: '204': description: Response @@ -91422,9 +91476,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *637 - - *477 - - *476 + - *638 + - *480 + - *479 responses: '200': description: List of deployment protection rules @@ -91440,7 +91494,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &644 + items: &645 title: Deployment protection rule description: Deployment protection rule type: object @@ -91459,7 +91513,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &645 + app: &646 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -91558,9 +91612,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *637 - - *477 - - *476 + - *638 + - *480 + - *479 requestBody: content: application/json: @@ -91581,9 +91635,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *644 + schema: *645 examples: - default: &646 + default: &647 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -91618,9 +91672,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *637 - - *477 - - *476 + - *638 + - *480 + - *479 - *19 - *17 responses: @@ -91639,7 +91693,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *645 + items: *646 examples: default: value: @@ -91674,10 +91728,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *476 - - *477 - - *637 - - &647 + - *479 + - *480 + - *638 + - &648 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -91689,9 +91743,9 @@ paths: description: Response content: application/json: - schema: *644 + schema: *645 examples: - default: *646 + default: *647 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91712,10 +91766,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *637 - - *477 - - *476 - - *647 + - *638 + - *480 + - *479 + - *648 responses: '204': description: Response @@ -91741,9 +91795,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *476 - - *477 - - *637 + - *479 + - *480 + - *638 - *17 - *19 responses: @@ -91761,9 +91815,9 @@ paths: type: integer secrets: type: array - items: *507 + items: *510 examples: - default: *508 + default: *511 headers: Link: *47 x-github: @@ -91788,17 +91842,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *476 - - *477 - - *637 + - *479 + - *480 + - *638 responses: '200': description: Response content: application/json: - schema: *509 + schema: *512 examples: - default: *510 + default: *513 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91820,18 +91874,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *476 - - *477 - - *637 + - *479 + - *480 + - *638 - *300 responses: '200': description: Response content: application/json: - schema: *507 + schema: *510 examples: - default: *648 + default: *649 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91853,9 +91907,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *476 - - *477 - - *637 + - *479 + - *480 + - *638 - *300 requestBody: required: true @@ -91913,9 +91967,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *476 - - *477 - - *637 + - *479 + - *480 + - *638 - *300 responses: '204': @@ -91941,10 +91995,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *476 - - *477 - - *637 - - *494 + - *479 + - *480 + - *638 + - *497 - *19 responses: '200': @@ -91961,9 +92015,9 @@ paths: type: integer variables: type: array - items: *511 + items: *514 examples: - default: *512 + default: *515 headers: Link: *47 x-github: @@ -91986,9 +92040,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *476 - - *477 - - *637 + - *479 + - *480 + - *638 requestBody: required: true content: @@ -92040,18 +92094,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *476 - - *477 - - *637 + - *479 + - *480 + - *638 - *303 responses: '200': description: Response content: application/json: - schema: *511 + schema: *514 examples: - default: *649 + default: *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92072,10 +92126,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *476 - - *477 + - *479 + - *480 - *303 - - *637 + - *638 requestBody: required: true content: @@ -92117,10 +92171,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *476 - - *477 + - *479 + - *480 - *303 - - *637 + - *638 responses: '204': description: Response @@ -92142,8 +92196,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *476 - - *477 + - *479 + - *480 - *17 - *19 responses: @@ -92211,8 +92265,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *476 - - *477 + - *479 + - *480 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -92371,8 +92425,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: false content: @@ -92404,9 +92458,9 @@ paths: description: Response content: application/json: - schema: *481 + schema: *484 examples: - default: *483 + default: *486 '400': *14 '422': *15 '403': *29 @@ -92427,8 +92481,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -92488,7 +92542,7 @@ paths: schema: oneOf: - *265 - - *650 + - *651 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92513,8 +92567,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *476 - - *477 + - *479 + - *480 - name: file_sha in: path required: true @@ -92613,8 +92667,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -92723,7 +92777,7 @@ paths: description: Response content: application/json: - schema: &651 + schema: &652 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -92937,15 +92991,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *476 - - *477 - - *594 + - *479 + - *480 + - *597 responses: '200': description: Response content: application/json: - schema: *651 + schema: *652 examples: default: value: @@ -93001,9 +93055,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *476 - - *477 - - &652 + - *479 + - *480 + - &653 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -93020,7 +93074,7 @@ paths: application/json: schema: type: array - items: &653 + items: &654 title: Git Reference description: Git references within a repository type: object @@ -93095,17 +93149,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *476 - - *477 - - *652 + - *479 + - *480 + - *653 responses: '200': description: Response content: application/json: - schema: *653 + schema: *654 examples: - default: &654 + default: &655 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -93134,8 +93188,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -93164,9 +93218,9 @@ paths: description: Response content: application/json: - schema: *653 + schema: *654 examples: - default: *654 + default: *655 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -93192,9 +93246,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *476 - - *477 - - *652 + - *479 + - *480 + - *653 requestBody: required: true content: @@ -93223,9 +93277,9 @@ paths: description: Response content: application/json: - schema: *653 + schema: *654 examples: - default: *654 + default: *655 '422': *15 '409': *121 x-github: @@ -93243,9 +93297,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *476 - - *477 - - *652 + - *479 + - *480 + - *653 responses: '204': description: Response @@ -93300,8 +93354,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -93368,7 +93422,7 @@ paths: description: Response content: application/json: - schema: &656 + schema: &657 title: Git Tag description: Metadata for a Git tag type: object @@ -93419,7 +93473,7 @@ paths: - sha - type - url - verification: *655 + verification: *656 required: - sha - url @@ -93429,7 +93483,7 @@ paths: - tag - message examples: - default: &657 + default: &658 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -93502,8 +93556,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *476 - - *477 + - *479 + - *480 - name: tag_sha in: path required: true @@ -93514,9 +93568,9 @@ paths: description: Response content: application/json: - schema: *656 + schema: *657 examples: - default: *657 + default: *658 '404': *6 '409': *121 x-github: @@ -93540,8 +93594,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -93614,7 +93668,7 @@ paths: description: Response content: application/json: - schema: &658 + schema: &659 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -93710,8 +93764,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *476 - - *477 + - *479 + - *480 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -93734,7 +93788,7 @@ paths: description: Response content: application/json: - schema: *658 + schema: *659 examples: default-response: summary: Default response @@ -93793,8 +93847,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *476 - - *477 + - *479 + - *480 - *17 - *19 responses: @@ -93804,7 +93858,7 @@ paths: application/json: schema: type: array - items: &659 + items: &660 title: Webhook description: Webhooks for repositories. type: object @@ -93858,7 +93912,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &922 + last_response: &923 title: Hook Response type: object properties: @@ -93932,8 +93986,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: false content: @@ -93985,9 +94039,9 @@ paths: description: Response content: application/json: - schema: *659 + schema: *660 examples: - default: &660 + default: &661 value: type: Repository id: 12345678 @@ -94035,17 +94089,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *476 - - *477 - - *359 + - *479 + - *480 + - *361 responses: '200': description: Response content: application/json: - schema: *659 + schema: *660 examples: - default: *660 + default: *661 '404': *6 x-github: githubCloudOnly: false @@ -94065,9 +94119,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *476 - - *477 - - *359 + - *479 + - *480 + - *361 requestBody: required: true content: @@ -94112,9 +94166,9 @@ paths: description: Response content: application/json: - schema: *659 + schema: *660 examples: - default: *660 + default: *661 '422': *15 '404': *6 x-github: @@ -94135,9 +94189,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *476 - - *477 - - *359 + - *479 + - *480 + - *361 responses: '204': description: Response @@ -94161,9 +94215,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *476 - - *477 - - *359 + - *479 + - *480 + - *361 responses: '200': description: Response @@ -94190,9 +94244,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *476 - - *477 - - *359 + - *479 + - *480 + - *361 requestBody: required: false content: @@ -94236,12 +94290,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *476 - - *477 - - *359 - - *17 - - *360 + - *479 + - *480 - *361 + - *17 + - *362 + - *363 responses: '200': description: Response @@ -94249,9 +94303,9 @@ paths: application/json: schema: type: array - items: *362 + items: *364 examples: - default: *363 + default: *365 '400': *14 '422': *15 x-github: @@ -94270,18 +94324,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *476 - - *477 - - *359 + - *479 + - *480 + - *361 - *16 responses: '200': description: Response content: application/json: - schema: *364 + schema: *366 examples: - default: *365 + default: *367 '400': *14 '422': *15 x-github: @@ -94300,9 +94354,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *476 - - *477 - - *359 + - *479 + - *480 + - *361 - *16 responses: '202': *39 @@ -94325,9 +94379,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *476 - - *477 - - *359 + - *479 + - *480 + - *361 responses: '204': description: Response @@ -94352,9 +94406,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *476 - - *477 - - *359 + - *479 + - *480 + - *361 responses: '204': description: Response @@ -94377,8 +94431,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-immutable-releases-are-enabled-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response if immutable releases are enabled @@ -94424,8 +94478,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-immutable-releases parameters: - - *476 - - *477 + - *479 + - *480 responses: '204': *157 '409': *121 @@ -94445,8 +94499,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-immutable-releases parameters: - - *476 - - *477 + - *479 + - *480 responses: '204': *157 '409': *121 @@ -94503,14 +94557,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response content: application/json: - schema: &661 + schema: &662 title: Import description: A repository import from an external source. type: object @@ -94609,7 +94663,7 @@ paths: - html_url - authors_url examples: - default: &664 + default: &665 value: vcs: subversion use_lfs: true @@ -94625,7 +94679,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *6 - '503': &662 + '503': &663 description: Unavailable due to service under maintenance. content: application/json: @@ -94654,8 +94708,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -94703,7 +94757,7 @@ paths: description: Response content: application/json: - schema: *661 + schema: *662 examples: default: value: @@ -94728,7 +94782,7 @@ paths: type: string '422': *15 '404': *6 - '503': *662 + '503': *663 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94756,8 +94810,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: false content: @@ -94806,7 +94860,7 @@ paths: description: Response content: application/json: - schema: *661 + schema: *662 examples: example-1: summary: Example 1 @@ -94854,7 +94908,7 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '503': *662 + '503': *663 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94877,12 +94931,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *476 - - *477 + - *479 + - *480 responses: '204': description: Response - '503': *662 + '503': *663 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94908,9 +94962,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *476 - - *477 - - &847 + - *479 + - *480 + - &848 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -94924,7 +94978,7 @@ paths: application/json: schema: type: array - items: &663 + items: &664 title: Porter Author description: Porter Author type: object @@ -94978,7 +95032,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *6 - '503': *662 + '503': *663 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95003,8 +95057,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *476 - - *477 + - *479 + - *480 - name: author_id in: path required: true @@ -95034,7 +95088,7 @@ paths: description: Response content: application/json: - schema: *663 + schema: *664 examples: default: value: @@ -95047,7 +95101,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *662 + '503': *663 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95071,8 +95125,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response @@ -95113,7 +95167,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *662 + '503': *663 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95141,8 +95195,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -95169,11 +95223,11 @@ paths: description: Response content: application/json: - schema: *661 + schema: *662 examples: - default: *664 + default: *665 '422': *15 - '503': *662 + '503': *663 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95196,8 +95250,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response @@ -95205,8 +95259,8 @@ paths: application/json: schema: *22 examples: - default: *377 - '301': *482 + default: *379 + '301': *485 '404': *6 x-github: githubCloudOnly: false @@ -95226,8 +95280,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response @@ -95235,12 +95289,12 @@ paths: application/json: schema: anyOf: - - *379 + - *381 - type: object properties: {} additionalProperties: false examples: - default: &666 + default: &667 value: limit: collaborators_only origin: repository @@ -95265,13 +95319,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: application/json: - schema: *665 + schema: *666 examples: default: summary: Example request body @@ -95283,9 +95337,9 @@ paths: description: Response content: application/json: - schema: *379 + schema: *381 examples: - default: *666 + default: *667 '409': description: Response x-github: @@ -95307,8 +95361,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 responses: '204': description: Response @@ -95331,8 +95385,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *476 - - *477 + - *479 + - *480 - *17 - *19 responses: @@ -95342,9 +95396,9 @@ paths: application/json: schema: type: array - items: *667 + items: *668 examples: - default: &840 + default: &841 value: - id: 1 repository: @@ -95475,9 +95529,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *476 - - *477 - - *383 + - *479 + - *480 + - *385 requestBody: required: false content: @@ -95506,7 +95560,7 @@ paths: description: Response content: application/json: - schema: *667 + schema: *668 examples: default: value: @@ -95637,9 +95691,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *476 - - *477 - - *383 + - *479 + - *480 + - *385 responses: '204': description: Response @@ -95670,8 +95724,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *476 - - *477 + - *479 + - *480 - name: milestone description: If an `integer` is passed, it should refer to a milestone by its `number` field. If the string `*` is passed, issues with any milestone @@ -95719,7 +95773,7 @@ paths: required: false schema: type: string - - *390 + - *392 - name: sort description: What to sort results by. in: query @@ -95744,7 +95798,7 @@ paths: type: array items: *227 examples: - default: &680 + default: &681 value: - id: 1 node_id: MDU6SXNzdWUx @@ -95893,7 +95947,7 @@ paths: state_reason: completed headers: Link: *47 - '301': *482 + '301': *485 '422': *15 '404': *6 x-github: @@ -95922,8 +95976,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -96007,7 +96061,7 @@ paths: application/json: schema: *227 examples: - default: &677 + default: &678 value: id: 1 node_id: MDU6SXNzdWUx @@ -96164,7 +96218,7 @@ paths: '422': *15 '503': *198 '404': *6 - '410': *668 + '410': *669 x-github: triggersNotification: true githubCloudOnly: false @@ -96202,8 +96256,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 - *251 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -96224,9 +96278,9 @@ paths: application/json: schema: type: array - items: *669 + items: *670 examples: - default: &679 + default: &680 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -96284,17 +96338,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *476 - - *477 + - *479 + - *480 - *243 responses: '200': description: Response content: application/json: - schema: *669 + schema: *670 examples: - default: &670 + default: &671 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -96349,8 +96403,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *476 - - *477 + - *479 + - *480 - *243 requestBody: required: true @@ -96373,9 +96427,9 @@ paths: description: Response content: application/json: - schema: *669 + schema: *670 examples: - default: *670 + default: *671 '422': *15 x-github: githubCloudOnly: false @@ -96393,8 +96447,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *476 - - *477 + - *479 + - *480 - *243 responses: '204': @@ -96423,15 +96477,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#pin-an-issue-comment parameters: - - *476 - - *477 + - *479 + - *480 - *243 responses: '200': description: Response content: application/json: - schema: *669 + schema: *670 examples: default: value: @@ -96487,7 +96541,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *668 + '410': *669 '422': *15 x-github: githubCloudOnly: false @@ -96504,8 +96558,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#unpin-an-issue-comment parameters: - - *476 - - *477 + - *479 + - *480 - *243 responses: '204': @@ -96513,7 +96567,7 @@ paths: '401': *25 '403': *29 '404': *6 - '410': *668 + '410': *669 '503': *198 x-github: githubCloudOnly: false @@ -96531,8 +96585,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *476 - - *477 + - *479 + - *480 - *243 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -96559,9 +96613,9 @@ paths: application/json: schema: type: array - items: *591 + items: *594 examples: - default: *671 + default: *672 headers: Link: *47 '404': *6 @@ -96582,8 +96636,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *476 - - *477 + - *479 + - *480 - *243 requestBody: required: true @@ -96616,16 +96670,16 @@ paths: description: Reaction exists content: application/json: - schema: *591 + schema: *594 examples: - default: *592 + default: *595 '201': description: Reaction created content: application/json: - schema: *591 + schema: *594 examples: - default: *592 + default: *595 '422': *15 x-github: githubCloudOnly: false @@ -96647,10 +96701,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *476 - - *477 + - *479 + - *480 - *243 - - *672 + - *673 responses: '204': description: Response @@ -96670,8 +96724,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 - *17 - *19 responses: @@ -96681,7 +96735,7 @@ paths: application/json: schema: type: array - items: &676 + items: &677 title: Issue Event description: Issue Event type: object @@ -96724,9 +96778,9 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *673 - required: *674 - x-github-breaking-changes: *675 + properties: *674 + required: *675 + x-github-breaking-changes: *676 nullable: true label: title: Issue Event Label @@ -97034,8 +97088,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *476 - - *477 + - *479 + - *480 - name: event_id in: path required: true @@ -97046,7 +97100,7 @@ paths: description: Response content: application/json: - schema: *676 + schema: *677 examples: default: value: @@ -97239,7 +97293,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *668 + '410': *669 '403': *29 x-github: githubCloudOnly: false @@ -97273,9 +97327,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *476 - - *477 - - &678 + - *479 + - *480 + - &679 name: issue_number description: The number that identifies the issue. in: path @@ -97291,7 +97345,7 @@ paths: examples: default: summary: Issue - value: *677 + value: *678 pinned_comment: summary: Issue with pinned comment value: @@ -97490,9 +97544,9 @@ paths: site_admin: false author_association: COLLABORATOR state_reason: completed - '301': *482 + '301': *485 '404': *6 - '410': *668 + '410': *669 '304': *37 x-github: githubCloudOnly: false @@ -97517,9 +97571,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *476 - - *477 - - *678 + - *479 + - *480 + - *679 requestBody: required: false content: @@ -97645,13 +97699,13 @@ paths: application/json: schema: *227 examples: - default: *677 + default: *678 '422': *15 '503': *198 '403': *29 - '301': *482 + '301': *485 '404': *6 - '410': *668 + '410': *669 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97679,9 +97733,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *476 - - *477 - - *678 + - *479 + - *480 + - *679 requestBody: required: false content: @@ -97709,7 +97763,7 @@ paths: application/json: schema: *227 examples: - default: *677 + default: *678 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97725,9 +97779,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *476 - - *477 - - *678 + - *479 + - *480 + - *679 requestBody: content: application/json: @@ -97754,7 +97808,7 @@ paths: application/json: schema: *227 examples: - default: *677 + default: *678 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97776,9 +97830,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *476 - - *477 - - *678 + - *479 + - *480 + - *679 - name: assignee in: path required: true @@ -97818,9 +97872,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *476 - - *477 - - *678 + - *479 + - *480 + - *679 - *234 - *17 - *19 @@ -97831,13 +97885,13 @@ paths: application/json: schema: type: array - items: *669 + items: *670 examples: - default: *679 + default: *680 headers: Link: *47 '404': *6 - '410': *668 + '410': *669 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97866,9 +97920,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *476 - - *477 - - *678 + - *479 + - *480 + - *679 requestBody: required: true content: @@ -97890,16 +97944,16 @@ paths: description: Response content: application/json: - schema: *669 + schema: *670 examples: - default: *670 + default: *671 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *29 - '410': *668 + '410': *669 '422': *15 '404': *6 x-github: @@ -97927,9 +97981,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: - - *476 - - *477 - - *678 + - *479 + - *480 + - *679 - *17 - *19 responses: @@ -97941,12 +97995,12 @@ paths: type: array items: *227 examples: - default: *680 + default: *681 headers: Link: *47 - '301': *482 + '301': *485 '404': *6 - '410': *668 + '410': *669 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97974,9 +98028,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: - - *476 - - *477 - - *678 + - *479 + - *480 + - *679 requestBody: required: true content: @@ -98000,15 +98054,15 @@ paths: application/json: schema: *227 examples: - default: *677 + default: *678 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *482 + '301': *485 '403': *29 - '410': *668 + '410': *669 '422': *15 '404': *6 x-github: @@ -98039,9 +98093,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: - - *476 - - *477 - - *678 + - *479 + - *480 + - *679 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -98055,13 +98109,13 @@ paths: application/json: schema: *227 examples: - default: *677 - '301': *482 + default: *678 + '301': *485 '400': *14 '401': *25 '403': *29 '404': *6 - '410': *668 + '410': *669 x-github: triggersNotification: true githubCloudOnly: false @@ -98087,9 +98141,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *476 - - *477 - - *678 + - *479 + - *480 + - *679 - *17 - *19 responses: @@ -98101,12 +98155,12 @@ paths: type: array items: *227 examples: - default: *680 + default: *681 headers: Link: *47 - '301': *482 + '301': *485 '404': *6 - '410': *668 + '410': *669 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98123,9 +98177,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *476 - - *477 - - *678 + - *479 + - *480 + - *679 - *17 - *19 responses: @@ -98139,7 +98193,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &683 + - &684 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -98193,7 +98247,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &684 + - &685 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -98329,7 +98383,7 @@ paths: - performed_via_github_app - assignee - assigner - - &685 + - &686 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -98380,7 +98434,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &686 + - &687 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -98431,7 +98485,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &687 + - &688 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -98485,7 +98539,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &688 + - &689 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -98532,7 +98586,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &689 + - &690 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -98579,7 +98633,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &690 + - &691 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -98639,7 +98693,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &691 + - &692 title: Locked Issue Event description: Locked Issue Event type: object @@ -98687,7 +98741,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &692 + - &693 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -98753,7 +98807,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &693 + - &694 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -98819,7 +98873,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &694 + - &695 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -98885,7 +98939,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &695 + - &696 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -98976,7 +99030,7 @@ paths: color: red headers: Link: *47 - '410': *668 + '410': *669 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98993,9 +99047,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#list-issue-field-values-for-an-issue parameters: - - *476 - - *477 - - *678 + - *479 + - *480 + - *679 - *17 - *19 responses: @@ -99005,9 +99059,9 @@ paths: application/json: schema: type: array - items: *681 + items: *682 examples: - default: &784 + default: &785 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -99031,9 +99085,9 @@ paths: value: '2025-12-25' headers: Link: *47 - '301': *482 + '301': *485 '404': *6 - '410': *668 + '410': *669 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99050,9 +99104,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *476 - - *477 - - *678 + - *479 + - *480 + - *679 - *17 - *19 responses: @@ -99064,7 +99118,7 @@ paths: type: array items: *226 examples: - default: &682 + default: &683 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -99082,9 +99136,9 @@ paths: default: false headers: Link: *47 - '301': *482 + '301': *485 '404': *6 - '410': *668 + '410': *669 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99100,9 +99154,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *476 - - *477 - - *678 + - *479 + - *480 + - *679 requestBody: required: false content: @@ -99147,10 +99201,10 @@ paths: type: array items: *226 examples: - default: *682 - '301': *482 + default: *683 + '301': *485 '404': *6 - '410': *668 + '410': *669 '422': *15 x-github: githubCloudOnly: false @@ -99167,9 +99221,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *476 - - *477 - - *678 + - *479 + - *480 + - *679 requestBody: required: false content: @@ -99231,10 +99285,10 @@ paths: type: array items: *226 examples: - default: *682 - '301': *482 + default: *683 + '301': *485 '404': *6 - '410': *668 + '410': *669 '422': *15 x-github: githubCloudOnly: false @@ -99251,15 +99305,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *476 - - *477 - - *678 + - *479 + - *480 + - *679 responses: '204': description: Response - '301': *482 + '301': *485 '404': *6 - '410': *668 + '410': *669 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99278,9 +99332,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *476 - - *477 - - *678 + - *479 + - *480 + - *679 - name: name in: path required: true @@ -99304,9 +99358,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *482 + '301': *485 '404': *6 - '410': *668 + '410': *669 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99326,9 +99380,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *476 - - *477 - - *678 + - *479 + - *480 + - *679 requestBody: required: false content: @@ -99356,7 +99410,7 @@ paths: '204': description: Response '403': *29 - '410': *668 + '410': *669 '404': *6 '422': *15 x-github: @@ -99374,9 +99428,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *476 - - *477 - - *678 + - *479 + - *480 + - *679 responses: '204': description: Response @@ -99406,9 +99460,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#get-parent-issue parameters: - - *476 - - *477 - - *678 + - *479 + - *480 + - *679 responses: '200': description: Response @@ -99416,10 +99470,10 @@ paths: application/json: schema: *227 examples: - default: *677 - '301': *482 + default: *678 + '301': *485 '404': *6 - '410': *668 + '410': *669 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99436,9 +99490,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *476 - - *477 - - *678 + - *479 + - *480 + - *679 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -99464,13 +99518,13 @@ paths: application/json: schema: type: array - items: *591 + items: *594 examples: - default: *671 + default: *672 headers: Link: *47 '404': *6 - '410': *668 + '410': *669 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99488,9 +99542,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *476 - - *477 - - *678 + - *479 + - *480 + - *679 requestBody: required: true content: @@ -99522,16 +99576,16 @@ paths: description: Response content: application/json: - schema: *591 + schema: *594 examples: - default: *592 + default: *595 '201': description: Response content: application/json: - schema: *591 + schema: *594 examples: - default: *592 + default: *595 '422': *15 x-github: githubCloudOnly: false @@ -99553,10 +99607,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *476 - - *477 - - *678 - - *672 + - *479 + - *480 + - *679 + - *673 responses: '204': description: Response @@ -99585,9 +99639,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *476 - - *477 - - *678 + - *479 + - *480 + - *679 requestBody: required: true content: @@ -99611,7 +99665,7 @@ paths: application/json: schema: *227 examples: - default: *677 + default: *678 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -99644,9 +99698,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *476 - - *477 - - *678 + - *479 + - *480 + - *679 - *17 - *19 responses: @@ -99658,11 +99712,11 @@ paths: type: array items: *227 examples: - default: *680 + default: *681 headers: Link: *47 '404': *6 - '410': *668 + '410': *669 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99690,9 +99744,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *476 - - *477 - - *678 + - *479 + - *480 + - *679 requestBody: required: true content: @@ -99721,14 +99775,14 @@ paths: application/json: schema: *227 examples: - default: *677 + default: *678 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *29 - '410': *668 + '410': *669 '422': *15 '404': *6 x-github: @@ -99748,9 +99802,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *476 - - *477 - - *678 + - *479 + - *480 + - *679 requestBody: required: true content: @@ -99783,7 +99837,7 @@ paths: application/json: schema: *227 examples: - default: *677 + default: *678 '403': *29 '404': *6 '422': *7 @@ -99805,9 +99859,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *476 - - *477 - - *678 + - *479 + - *480 + - *679 - *17 - *19 responses: @@ -99822,7 +99876,6 @@ paths: description: Timeline Event type: object anyOf: - - *683 - *684 - *685 - *686 @@ -99835,6 +99888,7 @@ paths: - *693 - *694 - *695 + - *696 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -99895,8 +99949,8 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *696 - required: *697 + properties: *697 + required: *698 nullable: true required: - event @@ -100151,7 +100205,7 @@ paths: type: string comments: type: array - items: &719 + items: &720 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -100366,7 +100420,7 @@ paths: type: string comments: type: array - items: *590 + items: *593 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -100655,7 +100709,7 @@ paths: headers: Link: *47 '404': *6 - '410': *668 + '410': *669 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100672,8 +100726,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *476 - - *477 + - *479 + - *480 - *17 - *19 responses: @@ -100683,7 +100737,7 @@ paths: application/json: schema: type: array - items: &698 + items: &699 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -100749,8 +100803,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -100786,9 +100840,9 @@ paths: description: Response content: application/json: - schema: *698 + schema: *699 examples: - default: &699 + default: &700 value: id: 1 key: ssh-rsa AAA... @@ -100822,9 +100876,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *476 - - *477 - - &700 + - *479 + - *480 + - &701 name: key_id description: The unique identifier of the key. in: path @@ -100836,9 +100890,9 @@ paths: description: Response content: application/json: - schema: *698 + schema: *699 examples: - default: *699 + default: *700 '404': *6 x-github: githubCloudOnly: false @@ -100856,9 +100910,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *476 - - *477 - - *700 + - *479 + - *480 + - *701 responses: '204': description: Response @@ -100878,8 +100932,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 - *17 - *19 responses: @@ -100891,7 +100945,7 @@ paths: type: array items: *226 examples: - default: *682 + default: *683 headers: Link: *47 '404': *6 @@ -100912,8 +100966,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -100951,7 +101005,7 @@ paths: application/json: schema: *226 examples: - default: &701 + default: &702 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -100983,8 +101037,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *476 - - *477 + - *479 + - *480 - name: name in: path required: true @@ -100997,7 +101051,7 @@ paths: application/json: schema: *226 examples: - default: *701 + default: *702 '404': *6 x-github: githubCloudOnly: false @@ -101014,8 +101068,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *476 - - *477 + - *479 + - *480 - name: name in: path required: true @@ -101080,8 +101134,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *476 - - *477 + - *479 + - *480 - name: name in: path required: true @@ -101107,8 +101161,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response @@ -101144,8 +101198,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 responses: '202': *39 '403': @@ -101173,8 +101227,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 responses: '204': description: Response @@ -101200,9 +101254,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *476 - - *477 - - *563 + - *479 + - *480 + - *566 responses: '200': description: Response @@ -101347,8 +101401,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -101413,8 +101467,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -101448,9 +101502,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *593 + schema: *596 examples: - default: *702 + default: *703 '204': description: Response when already merged '404': @@ -101475,8 +101529,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *476 - - *477 + - *479 + - *480 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -101517,12 +101571,12 @@ paths: application/json: schema: type: array - items: &703 + items: &704 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *422 - required: *423 + properties: *424 + required: *425 examples: default: value: @@ -101578,8 +101632,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -101619,9 +101673,9 @@ paths: description: Response content: application/json: - schema: *703 + schema: *704 examples: - default: &704 + default: &705 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -101680,9 +101734,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *476 - - *477 - - &705 + - *479 + - *480 + - &706 name: milestone_number description: The number that identifies the milestone. in: path @@ -101694,9 +101748,9 @@ paths: description: Response content: application/json: - schema: *703 + schema: *704 examples: - default: *704 + default: *705 '404': *6 x-github: githubCloudOnly: false @@ -101713,9 +101767,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *476 - - *477 - - *705 + - *479 + - *480 + - *706 requestBody: required: false content: @@ -101753,9 +101807,9 @@ paths: description: Response content: application/json: - schema: *703 + schema: *704 examples: - default: *704 + default: *705 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101771,9 +101825,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *476 - - *477 - - *705 + - *479 + - *480 + - *706 responses: '204': description: Response @@ -101794,9 +101848,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *476 - - *477 - - *705 + - *479 + - *480 + - *706 - *17 - *19 responses: @@ -101808,7 +101862,7 @@ paths: type: array items: *226 examples: - default: *682 + default: *683 headers: Link: *47 x-github: @@ -101827,12 +101881,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *476 - - *477 - - *706 + - *479 + - *480 - *707 - - *234 - *708 + - *234 + - *709 - *17 - *19 responses: @@ -101844,7 +101898,7 @@ paths: type: array items: *254 examples: - default: *709 + default: *710 headers: Link: *47 x-github: @@ -101868,8 +101922,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: false content: @@ -101927,14 +101981,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response content: application/json: - schema: &710 + schema: &711 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -102059,7 +102113,7 @@ paths: - custom_404 - public examples: - default: &711 + default: &712 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -102100,8 +102154,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -102155,9 +102209,9 @@ paths: description: Response content: application/json: - schema: *710 + schema: *711 examples: - default: *711 + default: *712 '422': *15 '409': *121 x-github: @@ -102180,8 +102234,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -102288,8 +102342,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *476 - - *477 + - *479 + - *480 responses: '204': description: Response @@ -102315,8 +102369,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *476 - - *477 + - *479 + - *480 - *17 - *19 responses: @@ -102326,7 +102380,7 @@ paths: application/json: schema: type: array - items: &712 + items: &713 title: Page Build description: Page Build type: object @@ -102420,8 +102474,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *476 - - *477 + - *479 + - *480 responses: '201': description: Response @@ -102466,16 +102520,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response content: application/json: - schema: *712 + schema: *713 examples: - default: &713 + default: &714 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -102523,8 +102577,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *476 - - *477 + - *479 + - *480 - name: build_id in: path required: true @@ -102535,9 +102589,9 @@ paths: description: Response content: application/json: - schema: *712 + schema: *713 examples: - default: *713 + default: *714 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102557,8 +102611,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -102663,9 +102717,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *476 - - *477 - - &714 + - *479 + - *480 + - &715 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -102723,9 +102777,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *476 - - *477 - - *714 + - *479 + - *480 + - *715 responses: '204': *157 '404': *6 @@ -102752,8 +102806,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response @@ -103011,8 +103065,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-private-vulnerability-reporting-is-enabled-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Private vulnerability reporting status @@ -103049,8 +103103,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 responses: '204': *157 '422': *14 @@ -103071,8 +103125,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 responses: '204': *157 '422': *14 @@ -103094,8 +103148,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response @@ -103105,7 +103159,7 @@ paths: type: array items: *158 examples: - default: *715 + default: *716 '403': *29 '404': *6 x-github: @@ -103127,8 +103181,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -103144,7 +103198,7 @@ paths: required: - properties examples: - default: *716 + default: *717 responses: '204': description: No Content when custom property values are successfully created @@ -103182,8 +103236,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *476 - - *477 + - *479 + - *480 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -103243,9 +103297,9 @@ paths: application/json: schema: type: array - items: *597 + items: *600 examples: - default: *717 + default: *718 headers: Link: *47 '304': *37 @@ -103277,8 +103331,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -103343,7 +103397,7 @@ paths: description: Response content: application/json: - schema: &721 + schema: &722 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -103454,8 +103508,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *422 - required: *423 + properties: *424 + required: *425 nullable: true active_lock_reason: type: string @@ -103498,7 +103552,7 @@ paths: items: *4 requested_teams: type: array - items: *460 + items: *463 head: type: object properties: @@ -103536,14 +103590,14 @@ paths: _links: type: object properties: - comments: *424 - commits: *424 - statuses: *424 - html: *424 - issue: *424 - review_comments: *424 - review_comment: *424 - self: *424 + comments: *426 + commits: *426 + statuses: *426 + html: *426 + issue: *426 + review_comments: *426 + review_comment: *426 + self: *426 required: - comments - commits @@ -103554,7 +103608,7 @@ paths: - review_comment - self author_association: *224 - auto_merge: *718 + auto_merge: *719 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -103740,7 +103794,7 @@ paths: - review_comments version: '2026-03-10' examples: - default: &722 + default: &723 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -104267,8 +104321,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *476 - - *477 + - *479 + - *480 - name: sort in: query required: false @@ -104297,9 +104351,9 @@ paths: application/json: schema: type: array - items: *719 + items: *720 examples: - default: &724 + default: &725 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -104376,17 +104430,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *476 - - *477 + - *479 + - *480 - *243 responses: '200': description: Response content: application/json: - schema: *719 + schema: *720 examples: - default: &720 + default: &721 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -104461,8 +104515,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *476 - - *477 + - *479 + - *480 - *243 requestBody: required: true @@ -104485,9 +104539,9 @@ paths: description: Response content: application/json: - schema: *719 + schema: *720 examples: - default: *720 + default: *721 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104503,8 +104557,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *476 - - *477 + - *479 + - *480 - *243 responses: '204': @@ -104526,8 +104580,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *476 - - *477 + - *479 + - *480 - *243 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -104554,9 +104608,9 @@ paths: application/json: schema: type: array - items: *591 + items: *594 examples: - default: *671 + default: *672 headers: Link: *47 '404': *6 @@ -104577,8 +104631,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *476 - - *477 + - *479 + - *480 - *243 requestBody: required: true @@ -104611,16 +104665,16 @@ paths: description: Reaction exists content: application/json: - schema: *591 + schema: *594 examples: - default: *592 + default: *595 '201': description: Reaction created content: application/json: - schema: *591 + schema: *594 examples: - default: *592 + default: *595 '422': *15 x-github: githubCloudOnly: false @@ -104642,10 +104696,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *476 - - *477 + - *479 + - *480 - *243 - - *672 + - *673 responses: '204': description: Response @@ -104688,9 +104742,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *476 - - *477 - - &723 + - *479 + - *480 + - &724 name: pull_number description: The number that identifies the pull request. in: path @@ -104703,9 +104757,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *721 + schema: *722 examples: - default: *722 + default: *723 '304': *37 '404': *6 '406': @@ -104740,9 +104794,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *476 - - *477 - - *723 + - *479 + - *480 + - *724 requestBody: required: false content: @@ -104784,9 +104838,9 @@ paths: description: Response content: application/json: - schema: *721 + schema: *722 examples: - default: *722 + default: *723 '422': *15 '403': *29 x-github: @@ -104808,9 +104862,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *476 - - *477 - - *723 + - *479 + - *480 + - *724 requestBody: required: true content: @@ -104870,17 +104924,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *392 + schema: *394 examples: - default: *580 + default: *583 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *392 + schema: *394 examples: - default: *580 + default: *583 '401': *25 '403': *29 '404': *6 @@ -104910,9 +104964,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *476 - - *477 - - *723 + - *479 + - *480 + - *724 - *251 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -104933,9 +104987,9 @@ paths: application/json: schema: type: array - items: *719 + items: *720 examples: - default: *724 + default: *725 headers: Link: *47 x-github: @@ -104968,9 +105022,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *476 - - *477 - - *723 + - *479 + - *480 + - *724 requestBody: required: true content: @@ -105075,7 +105129,7 @@ paths: description: Response content: application/json: - schema: *719 + schema: *720 examples: example-for-a-multi-line-comment: value: @@ -105163,9 +105217,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *476 - - *477 - - *723 + - *479 + - *480 + - *724 - *243 requestBody: required: true @@ -105188,7 +105242,7 @@ paths: description: Response content: application/json: - schema: *719 + schema: *720 examples: default: value: @@ -105274,9 +105328,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *476 - - *477 - - *723 + - *479 + - *480 + - *724 - *17 - *19 responses: @@ -105286,9 +105340,9 @@ paths: application/json: schema: type: array - items: *593 + items: *596 examples: - default: *725 + default: *726 headers: Link: *47 x-github: @@ -105318,9 +105372,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *476 - - *477 - - *723 + - *479 + - *480 + - *724 - *17 - *19 responses: @@ -105330,7 +105384,7 @@ paths: application/json: schema: type: array - items: *606 + items: *609 examples: default: value: @@ -105368,9 +105422,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *476 - - *477 - - *723 + - *479 + - *480 + - *724 responses: '204': description: Response if pull request has been merged @@ -105393,9 +105447,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *476 - - *477 - - *723 + - *479 + - *480 + - *724 requestBody: required: false content: @@ -105506,9 +105560,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *476 - - *477 - - *723 + - *479 + - *480 + - *724 responses: '200': description: Response @@ -105583,9 +105637,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *476 - - *477 - - *723 + - *479 + - *480 + - *724 requestBody: required: false content: @@ -105622,7 +105676,7 @@ paths: description: Response content: application/json: - schema: *597 + schema: *600 examples: default: value: @@ -106158,9 +106212,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *476 - - *477 - - *723 + - *479 + - *480 + - *724 requestBody: required: true content: @@ -106194,7 +106248,7 @@ paths: description: Response content: application/json: - schema: *597 + schema: *600 examples: default: value: @@ -106699,9 +106753,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *476 - - *477 - - *723 + - *479 + - *480 + - *724 - *17 - *19 responses: @@ -106711,7 +106765,7 @@ paths: application/json: schema: type: array - items: &726 + items: &727 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -106862,9 +106916,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *476 - - *477 - - *723 + - *479 + - *480 + - *724 requestBody: required: false content: @@ -106950,9 +107004,9 @@ paths: description: Response content: application/json: - schema: *726 + schema: *727 examples: - default: &728 + default: &729 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -107015,10 +107069,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *476 - - *477 - - *723 - - &727 + - *479 + - *480 + - *724 + - &728 name: review_id description: The unique identifier of the review. in: path @@ -107030,9 +107084,9 @@ paths: description: Response content: application/json: - schema: *726 + schema: *727 examples: - default: &729 + default: &730 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -107091,10 +107145,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *476 - - *477 - - *723 - - *727 + - *479 + - *480 + - *724 + - *728 requestBody: required: true content: @@ -107117,7 +107171,7 @@ paths: description: Response content: application/json: - schema: *726 + schema: *727 examples: default: value: @@ -107179,18 +107233,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *476 - - *477 - - *723 - - *727 + - *479 + - *480 + - *724 + - *728 responses: '200': description: Response content: application/json: - schema: *726 + schema: *727 examples: - default: *728 + default: *729 '422': *7 '404': *6 x-github: @@ -107217,10 +107271,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *476 - - *477 - - *723 - - *727 + - *479 + - *480 + - *724 + - *728 - *17 - *19 responses: @@ -107303,9 +107357,9 @@ paths: _links: type: object properties: - self: *424 - html: *424 - pull_request: *424 + self: *426 + html: *426 + pull_request: *426 required: - self - html @@ -107455,10 +107509,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *476 - - *477 - - *723 - - *727 + - *479 + - *480 + - *724 + - *728 requestBody: required: true content: @@ -107486,7 +107540,7 @@ paths: description: Response content: application/json: - schema: *726 + schema: *727 examples: default: value: @@ -107549,10 +107603,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *476 - - *477 - - *723 - - *727 + - *479 + - *480 + - *724 + - *728 requestBody: required: true content: @@ -107587,9 +107641,9 @@ paths: description: Response content: application/json: - schema: *726 + schema: *727 examples: - default: *729 + default: *730 '404': *6 '422': *7 '403': *29 @@ -107611,9 +107665,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *476 - - *477 - - *723 + - *479 + - *480 + - *724 requestBody: required: false content: @@ -107676,8 +107730,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *476 - - *477 + - *479 + - *480 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -107690,9 +107744,9 @@ paths: description: Response content: application/json: - schema: *730 + schema: *731 examples: - default: &731 + default: &732 value: type: file encoding: base64 @@ -107734,8 +107788,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *476 - - *477 + - *479 + - *480 - name: dir description: The alternate path to look for a README file in: path @@ -107755,9 +107809,9 @@ paths: description: Response content: application/json: - schema: *730 + schema: *731 examples: - default: *731 + default: *732 '404': *6 '422': *15 x-github: @@ -107779,8 +107833,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *476 - - *477 + - *479 + - *480 - *17 - *19 responses: @@ -107790,7 +107844,7 @@ paths: application/json: schema: type: array - items: *732 + items: *733 examples: default: value: @@ -107884,8 +107938,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -107961,9 +108015,9 @@ paths: description: Response content: application/json: - schema: *732 + schema: *733 examples: - default: &736 + default: &737 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -108068,9 +108122,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *476 - - *477 - - &734 + - *479 + - *480 + - &735 name: asset_id description: The unique identifier of the asset. in: path @@ -108082,9 +108136,9 @@ paths: description: Response content: application/json: - schema: *733 + schema: *734 examples: - default: &735 + default: &736 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -108119,7 +108173,7 @@ paths: type: User site_admin: false '404': *6 - '302': *608 + '302': *611 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108135,9 +108189,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *476 - - *477 - - *734 + - *479 + - *480 + - *735 requestBody: required: false content: @@ -108165,9 +108219,9 @@ paths: description: Response content: application/json: - schema: *733 + schema: *734 examples: - default: *735 + default: *736 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -108183,9 +108237,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *476 - - *477 - - *734 + - *479 + - *480 + - *735 responses: '204': description: Response @@ -108210,8 +108264,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -108296,16 +108350,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response content: application/json: - schema: *732 + schema: *733 examples: - default: *736 + default: *737 '404': *6 x-github: githubCloudOnly: false @@ -108323,8 +108377,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *476 - - *477 + - *479 + - *480 - name: tag description: tag parameter in: path @@ -108337,9 +108391,9 @@ paths: description: Response content: application/json: - schema: *732 + schema: *733 examples: - default: *736 + default: *737 '404': *6 x-github: githubCloudOnly: false @@ -108361,9 +108415,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *476 - - *477 - - &737 + - *479 + - *480 + - &738 name: release_id description: The unique identifier of the release. in: path @@ -108377,9 +108431,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *732 + schema: *733 examples: - default: *736 + default: *737 '401': description: Unauthorized x-github: @@ -108397,9 +108451,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *476 - - *477 - - *737 + - *479 + - *480 + - *738 requestBody: required: false content: @@ -108463,9 +108517,9 @@ paths: description: Response content: application/json: - schema: *732 + schema: *733 examples: - default: *736 + default: *737 '404': description: Not Found if the discussion category name is invalid content: @@ -108486,9 +108540,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *476 - - *477 - - *737 + - *479 + - *480 + - *738 responses: '204': description: Response @@ -108509,9 +108563,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *476 - - *477 - - *737 + - *479 + - *480 + - *738 - *17 - *19 responses: @@ -108521,7 +108575,7 @@ paths: application/json: schema: type: array - items: *733 + items: *734 examples: default: value: @@ -108603,9 +108657,9 @@ paths: description: The URL origin (protocol + host name + port) is included in `upload_url` returned in the response of the "Create a release" endpoint parameters: - - *476 - - *477 - - *737 + - *479 + - *480 + - *738 - name: name in: query required: true @@ -108631,7 +108685,7 @@ paths: description: Response for successful upload content: application/json: - schema: *733 + schema: *734 examples: response-for-successful-upload: value: @@ -108686,9 +108740,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *476 - - *477 - - *737 + - *479 + - *480 + - *738 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -108712,9 +108766,9 @@ paths: application/json: schema: type: array - items: *591 + items: *594 examples: - default: *671 + default: *672 headers: Link: *47 '404': *6 @@ -108735,9 +108789,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *476 - - *477 - - *737 + - *479 + - *480 + - *738 requestBody: required: true content: @@ -108767,16 +108821,16 @@ paths: description: Reaction exists content: application/json: - schema: *591 + schema: *594 examples: - default: *592 + default: *595 '201': description: Reaction created content: application/json: - schema: *591 + schema: *594 examples: - default: *592 + default: *595 '422': *15 x-github: githubCloudOnly: false @@ -108798,10 +108852,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *476 - - *477 - - *737 - - *672 + - *479 + - *480 + - *738 + - *673 responses: '204': description: Response @@ -108825,9 +108879,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *476 - - *477 - - *529 + - *479 + - *480 + - *532 - *17 - *19 responses: @@ -108844,7 +108898,7 @@ paths: oneOf: - allOf: - *172 - - &738 + - &739 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -108865,67 +108919,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *173 - - *738 + - *739 - allOf: - *174 - - *738 + - *739 - allOf: - *175 - - *738 + - *739 - allOf: + - *740 - *739 - - *738 - allOf: - *176 - - *738 + - *739 - allOf: - *177 - - *738 + - *739 - allOf: - *178 - - *738 + - *739 - allOf: - *179 - - *738 + - *739 - allOf: - *180 - - *738 + - *739 - allOf: - *181 - - *738 + - *739 - allOf: - *182 - - *738 + - *739 - allOf: - *183 - - *738 + - *739 - allOf: - *184 - - *738 + - *739 - allOf: - *185 - - *738 + - *739 - allOf: - *186 - - *738 + - *739 - allOf: - *187 - - *738 + - *739 - allOf: - *188 - - *738 + - *739 - allOf: - *189 - - *738 + - *739 - allOf: - *190 - - *738 + - *739 - allOf: - *191 - - *738 + - *739 - allOf: - *192 - - *738 + - *739 examples: default: value: @@ -108964,8 +109018,8 @@ paths: category: repos subcategory: rules parameters: - - *476 - - *477 + - *479 + - *480 - *17 - *19 - name: includes_parents @@ -108976,7 +109030,7 @@ paths: schema: type: boolean default: true - - *740 + - *741 responses: '200': description: Response @@ -109031,8 +109085,8 @@ paths: category: repos subcategory: rules parameters: - - *476 - - *477 + - *479 + - *480 requestBody: description: Request body required: true @@ -109061,7 +109115,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *741 + items: *742 required: - name - enforcement @@ -109094,7 +109148,7 @@ paths: application/json: schema: *193 examples: - default: &750 + default: &751 value: id: 42 name: super cool ruleset @@ -109142,12 +109196,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *476 - - *477 - - *742 - - *107 + - *479 + - *480 - *743 + - *107 - *744 + - *745 - *17 - *19 responses: @@ -109155,9 +109209,9 @@ paths: description: Response content: application/json: - schema: *745 + schema: *746 examples: - default: *746 + default: *747 '404': *6 '500': *40 x-github: @@ -109178,17 +109232,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *476 - - *477 - - *747 + - *479 + - *480 + - *748 responses: '200': description: Response content: application/json: - schema: *748 + schema: *749 examples: - default: *749 + default: *750 '404': *6 '500': *40 x-github: @@ -109216,8 +109270,8 @@ paths: category: repos subcategory: rules parameters: - - *476 - - *477 + - *479 + - *480 - name: ruleset_id description: The ID of the ruleset. in: path @@ -109239,7 +109293,7 @@ paths: application/json: schema: *193 examples: - default: *750 + default: *751 '404': *6 '500': *40 put: @@ -109257,8 +109311,8 @@ paths: category: repos subcategory: rules parameters: - - *476 - - *477 + - *479 + - *480 - name: ruleset_id description: The ID of the ruleset. in: path @@ -109292,7 +109346,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *741 + items: *742 examples: default: value: @@ -109322,7 +109376,7 @@ paths: application/json: schema: *193 examples: - default: *750 + default: *751 '404': *6 '422': *15 '500': *40 @@ -109341,8 +109395,8 @@ paths: category: repos subcategory: rules parameters: - - *476 - - *477 + - *479 + - *480 - name: ruleset_id description: The ID of the ruleset. in: path @@ -109365,8 +109419,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *476 - - *477 + - *479 + - *480 - *17 - *19 - name: ruleset_id @@ -109384,7 +109438,7 @@ paths: type: array items: *197 examples: - default: *443 + default: *445 '404': *6 '500': *40 x-github: @@ -109403,8 +109457,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *476 - - *477 + - *479 + - *480 - name: ruleset_id description: The ID of the ruleset. in: path @@ -109422,7 +109476,7 @@ paths: description: Response content: application/json: - schema: *444 + schema: *446 examples: default: value: @@ -109477,23 +109531,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *476 - - *477 - - *445 - - *446 + - *479 + - *480 - *447 - *448 - *449 - *450 + - *451 + - *452 + - *453 - *112 - *19 - *17 - - *751 - *752 - - *451 - - *452 - - *453 + - *753 - *454 + - *455 + - *456 + - *457 responses: '200': description: Response @@ -109501,7 +109556,7 @@ paths: application/json: schema: type: array - items: &756 + items: &757 type: object properties: number: *130 @@ -109520,8 +109575,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *753 - resolution: *754 + state: *754 + resolution: *755 resolved_at: type: string format: date-time @@ -109547,6 +109602,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/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. @@ -109617,7 +109676,7 @@ paths: pull request. ' - oneOf: *755 + oneOf: *756 nullable: true has_more_locations: type: boolean @@ -109781,16 +109840,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *476 - - *477 - - *557 - - *454 + - *479 + - *480 + - *560 + - *457 responses: '200': description: Response content: application/json: - schema: *756 + schema: *757 examples: default: value: @@ -109844,9 +109903,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *476 - - *477 - - *557 + - *479 + - *480 + - *560 requestBody: required: true content: @@ -109854,8 +109913,8 @@ paths: schema: type: object properties: - state: *753 - resolution: *754 + state: *754 + resolution: *755 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -109891,7 +109950,7 @@ paths: description: Response content: application/json: - schema: *756 + schema: *757 examples: default: value: @@ -109986,9 +110045,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *476 - - *477 - - *557 + - *479 + - *480 + - *560 - *19 - *17 responses: @@ -109999,7 +110058,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &944 + items: &945 type: object properties: type: @@ -110025,7 +110084,6 @@ paths: example: commit details: oneOf: - - *757 - *758 - *759 - *760 @@ -110038,6 +110096,7 @@ paths: - *767 - *768 - *769 + - *770 examples: default: value: @@ -110123,8 +110182,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -110132,14 +110191,14 @@ paths: schema: type: object properties: - reason: &771 + reason: &772 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *770 + placeholder_id: *771 required: - reason - placeholder_id @@ -110156,7 +110215,7 @@ paths: schema: type: object properties: - reason: *771 + reason: *772 expire_at: type: string format: date-time @@ -110202,8 +110261,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -110218,7 +110277,7 @@ paths: properties: incremental_scans: type: array - items: &772 + items: &773 description: Information on a single scan performed by secret scanning on the repository type: object @@ -110244,15 +110303,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *772 + items: *773 backfill_scans: type: array - items: *772 + items: *773 custom_pattern_backfill_scans: type: array items: allOf: - - *772 + - *773 - type: object properties: pattern_name: @@ -110322,8 +110381,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *476 - - *477 + - *479 + - *480 - *112 - name: sort description: The property to sort the results by. @@ -110367,9 +110426,9 @@ paths: application/json: schema: type: array - items: *773 + items: *774 examples: - default: *774 + default: *775 '400': *14 '404': *6 x-github: @@ -110392,8 +110451,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -110466,7 +110525,7 @@ paths: login: type: string description: The username of the user credited. - type: *459 + type: *462 required: - login - type @@ -110553,9 +110612,9 @@ paths: description: Response content: application/json: - schema: *773 + schema: *774 examples: - default: &776 + default: &777 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -110788,8 +110847,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -110893,7 +110952,7 @@ paths: description: Response content: application/json: - schema: *773 + schema: *774 examples: default: value: @@ -111040,17 +111099,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *476 - - *477 - - *775 + - *479 + - *480 + - *776 responses: '200': description: Response content: application/json: - schema: *773 + schema: *774 examples: - default: *776 + default: *777 '403': *29 '404': *6 x-github: @@ -111074,9 +111133,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *476 - - *477 - - *775 + - *479 + - *480 + - *776 requestBody: required: true content: @@ -111149,7 +111208,7 @@ paths: login: type: string description: The username of the user credited. - type: *459 + type: *462 required: - login - type @@ -111235,10 +111294,10 @@ paths: description: Response content: application/json: - schema: *773 + schema: *774 examples: - default: *776 - add_credit: *776 + default: *777 + add_credit: *777 '403': *29 '404': *6 '422': @@ -111276,9 +111335,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *476 - - *477 - - *775 + - *479 + - *480 + - *776 responses: '202': *39 '400': *14 @@ -111305,17 +111364,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *476 - - *477 - - *775 + - *479 + - *480 + - *776 responses: '202': description: Response content: application/json: - schema: *481 + schema: *484 examples: - default: *483 + default: *486 '400': *14 '422': *15 '403': *29 @@ -111341,8 +111400,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *476 - - *477 + - *479 + - *480 - *17 - *19 responses: @@ -111441,8 +111500,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -111451,7 +111510,7 @@ paths: application/json: schema: type: array - items: &777 + items: &778 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -111484,8 +111543,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response @@ -111561,8 +111620,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response @@ -111658,8 +111717,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -111813,8 +111872,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -111824,7 +111883,7 @@ paths: application/json: schema: type: array - items: *777 + items: *778 examples: default: value: @@ -111857,8 +111916,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *476 - - *477 + - *479 + - *480 - name: sha in: path required: true @@ -111912,7 +111971,7 @@ paths: description: Response content: application/json: - schema: *778 + schema: *779 examples: default: value: @@ -111966,8 +112025,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *476 - - *477 + - *479 + - *480 - *17 - *19 responses: @@ -111999,14 +112058,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &779 + schema: &780 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -112074,8 +112133,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: false content: @@ -112101,7 +112160,7 @@ paths: description: Response content: application/json: - schema: *779 + schema: *780 examples: default: value: @@ -112128,8 +112187,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *476 - - *477 + - *479 + - *480 responses: '204': description: Response @@ -112149,8 +112208,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *476 - - *477 + - *479 + - *480 - *17 - *19 responses: @@ -112229,8 +112288,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *476 - - *477 + - *479 + - *480 - name: ref in: path required: true @@ -112266,8 +112325,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *476 - - *477 + - *479 + - *480 - *17 - *19 responses: @@ -112279,7 +112338,7 @@ paths: type: array items: *319 examples: - default: *402 + default: *404 headers: Link: *47 '404': *6 @@ -112299,8 +112358,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *476 - - *477 + - *479 + - *480 - *19 - *17 responses: @@ -112308,7 +112367,7 @@ paths: description: Response content: application/json: - schema: &780 + schema: &781 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -112320,7 +112379,7 @@ paths: required: - names examples: - default: &781 + default: &782 value: names: - octocat @@ -112343,8 +112402,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -112375,9 +112434,9 @@ paths: description: Response content: application/json: - schema: *780 + schema: *781 examples: - default: *781 + default: *782 '404': *6 '422': *7 x-github: @@ -112398,9 +112457,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *476 - - *477 - - &782 + - *479 + - *480 + - &783 name: per description: The time frame to display results for. in: query @@ -112429,7 +112488,7 @@ paths: example: 128 clones: type: array - items: &783 + items: &784 title: Traffic type: object properties: @@ -112516,8 +112575,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response @@ -112607,8 +112666,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *476 - - *477 + - *479 + - *480 responses: '200': description: Response @@ -112668,9 +112727,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *476 - - *477 - - *782 + - *479 + - *480 + - *783 responses: '200': description: Response @@ -112689,7 +112748,7 @@ paths: example: 3782 views: type: array - items: *783 + items: *784 required: - uniques - count @@ -112766,8 +112825,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *476 - - *477 + - *479 + - *480 requestBody: required: true content: @@ -113041,8 +113100,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *476 - - *477 + - *479 + - *480 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -113065,8 +113124,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *476 - - *477 + - *479 + - *480 responses: '204': description: Response @@ -113088,8 +113147,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *476 - - *477 + - *479 + - *480 responses: '204': description: Response @@ -113115,8 +113174,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *476 - - *477 + - *479 + - *480 - name: ref in: path required: true @@ -113208,9 +113267,9 @@ paths: description: Response content: application/json: - schema: *481 + schema: *484 examples: - default: *483 + default: *486 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -113358,7 +113417,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - *284 - - *678 + - *679 requestBody: required: true content: @@ -113422,9 +113481,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *681 + items: *682 examples: - default: *784 + default: *785 '400': *14 '403': *29 '404': *6 @@ -113461,7 +113520,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - *284 - - *678 + - *679 requestBody: required: true content: @@ -113526,9 +113585,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *681 + items: *682 examples: - default: *784 + default: *785 '400': *14 '403': *29 '404': *6 @@ -113560,8 +113619,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - *284 - - *678 - - *386 + - *679 + - *388 responses: '204': description: Issue field value deleted successfully @@ -113603,7 +113662,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &792 + - &793 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -113612,7 +113671,7 @@ paths: schema: type: string example: members - - &797 + - &798 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -113623,7 +113682,7 @@ paths: default: 1 format: int32 example: 1 - - &798 + - &799 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -113665,7 +113724,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &787 + items: &788 allOf: - type: object required: @@ -113740,7 +113799,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &799 + meta: &800 type: object description: The metadata associated with the creation/updates to the user. @@ -113800,30 +113859,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &788 + '400': &789 description: Bad request content: application/json: - schema: *785 + schema: *786 application/scim+json: - schema: *785 - '401': *786 - '403': &789 + schema: *786 + '401': *787 + '403': &790 description: Permission denied - '429': &790 + '429': &791 description: Too many requests content: application/json: - schema: *785 + schema: *786 application/scim+json: - schema: *785 - '500': &791 + schema: *786 + '500': &792 description: Internal server error content: application/json: - schema: *785 + schema: *786 application/scim+json: - schema: *785 + schema: *786 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113847,7 +113906,7 @@ paths: required: true content: application/json: - schema: &795 + schema: &796 type: object required: - schemas @@ -113907,9 +113966,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *787 + schema: *788 examples: - group: &793 + group: &794 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -113928,13 +113987,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 - '400': *788 - '401': *786 - '403': *789 - '409': &796 + '400': *789 + '401': *787 + '403': *790 + '409': &797 description: Duplicate record detected - '429': *790 - '500': *791 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113951,7 +114010,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &794 + - &795 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -113959,22 +114018,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *792 + - *793 - *41 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *787 + schema: *788 examples: - default: *793 - '400': *788 - '401': *786 - '403': *789 + default: *794 + '400': *789 + '401': *787 + '403': *790 '404': *6 - '429': *790 - '500': *791 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -113993,13 +114052,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *794 + - *795 - *41 requestBody: required: true content: application/json: - schema: *795 + schema: *796 examples: group: summary: Group @@ -114025,17 +114084,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *787 + schema: *788 examples: - group: *793 - groupWithMembers: *793 - '400': *788 - '401': *786 - '403': *789 + group: *794 + groupWithMembers: *794 + '400': *789 + '401': *787 + '403': *790 '404': *6 - '409': *796 - '429': *790 - '500': *791 + '409': *797 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -114059,13 +114118,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *794 + - *795 - *41 requestBody: required: true content: application/json: - schema: &806 + schema: &807 type: object required: - Operations @@ -114125,17 +114184,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *787 + schema: *788 examples: - updateGroup: *793 - addMembers: *793 - '400': *788 - '401': *786 - '403': *789 + updateGroup: *794 + addMembers: *794 + '400': *789 + '401': *787 + '403': *790 '404': *6 - '409': *796 - '429': *790 - '500': *791 + '409': *797 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -114151,17 +114210,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *794 + - *795 - *41 responses: '204': description: Group was deleted, no content - '400': *788 - '401': *786 - '403': *789 + '400': *789 + '401': *787 + '403': *790 '404': *6 - '429': *790 - '500': *791 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -114195,8 +114254,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *797 - *798 + - *799 - *41 responses: '200': @@ -114229,7 +114288,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &801 + items: &802 allOf: - type: object required: @@ -114308,7 +114367,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &800 + roles: &801 type: array description: The roles assigned to the user. items: @@ -114364,7 +114423,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *799 + meta: *800 startIndex: type: integer description: A starting index for the returned page @@ -114401,11 +114460,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *788 - '401': *786 - '403': *789 - '429': *790 - '500': *791 + '400': *789 + '401': *787 + '403': *790 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -114429,7 +114488,7 @@ paths: required: true content: application/json: - schema: &804 + schema: &805 type: object required: - schemas @@ -114511,9 +114570,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *800 + roles: *801 examples: - user: &805 + user: &806 summary: User value: schemas: @@ -114560,9 +114619,9 @@ paths: description: User has been created content: application/scim+json: - schema: *801 + schema: *802 examples: - user: &802 + user: &803 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -114588,13 +114647,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *802 - '400': *788 - '401': *786 - '403': *789 - '409': *796 - '429': *790 - '500': *791 + enterpriseOwner: *803 + '400': *789 + '401': *787 + '403': *790 + '409': *797 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -114611,7 +114670,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &803 + - &804 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -114624,15 +114683,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *801 + schema: *802 examples: - default: *802 - '400': *788 - '401': *786 - '403': *789 + default: *803 + '400': *789 + '401': *787 + '403': *790 '404': *6 - '429': *790 - '500': *791 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -114683,30 +114742,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *803 + - *804 - *41 requestBody: required: true content: application/json: - schema: *804 + schema: *805 examples: - user: *805 + user: *806 responses: '200': description: User was updated content: application/scim+json: - schema: *801 + schema: *802 examples: - user: *802 - '400': *788 - '401': *786 - '403': *789 + user: *803 + '400': *789 + '401': *787 + '403': *790 '404': *6 - '409': *796 - '429': *790 - '500': *791 + '409': *797 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -114747,13 +114806,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *803 + - *804 - *41 requestBody: required: true content: application/json: - schema: *806 + schema: *807 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -114793,18 +114852,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *801 + schema: *802 examples: - userMultiValuedProperties: *802 - userSingleValuedProperties: *802 - disableUser: *802 - '400': *788 - '401': *786 - '403': *789 + userMultiValuedProperties: *803 + userSingleValuedProperties: *803 + disableUser: *803 + '400': *789 + '401': *787 + '403': *790 '404': *6 - '409': *796 - '429': *790 - '500': *791 + '409': *797 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -114824,17 +114883,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *803 + - *804 - *41 responses: '204': description: User was deleted, no content - '400': *788 - '401': *786 - '403': *789 + '400': *789 + '401': *787 + '403': *790 '404': *6 - '429': *790 - '500': *791 + '429': *791 + '500': *792 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -114921,7 +114980,7 @@ paths: example: 1 Resources: type: array - items: &807 + items: &808 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -115152,22 +115211,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *37 - '404': &808 + '404': &809 description: Resource not found content: application/json: - schema: *785 + schema: *786 application/scim+json: - schema: *785 - '403': &809 + schema: *786 + '403': &810 description: Forbidden content: application/json: - schema: *785 + schema: *786 application/scim+json: - schema: *785 - '400': *788 - '429': *790 + schema: *786 + '400': *789 + '429': *791 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -115193,9 +115252,9 @@ paths: description: Response content: application/scim+json: - schema: *807 + schema: *808 examples: - default: &810 + default: &811 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -115218,17 +115277,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *37 - '404': *808 - '403': *809 - '500': *791 + '404': *809 + '403': *810 + '500': *792 '409': description: Conflict content: application/json: - schema: *785 + schema: *786 application/scim+json: - schema: *785 - '400': *788 + schema: *786 + '400': *789 requestBody: required: true content: @@ -115326,17 +115385,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *89 - - *803 + - *804 responses: '200': description: Response content: application/scim+json: - schema: *807 + schema: *808 examples: - default: *810 - '404': *808 - '403': *809 + default: *811 + '404': *809 + '403': *810 '304': *37 x-github: githubCloudOnly: true @@ -115360,18 +115419,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *89 - - *803 + - *804 responses: '200': description: Response content: application/scim+json: - schema: *807 + schema: *808 examples: - default: *810 + default: *811 '304': *37 - '404': *808 - '403': *809 + '404': *809 + '403': *810 requestBody: required: true content: @@ -115484,19 +115543,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *89 - - *803 + - *804 responses: '200': description: Response content: application/scim+json: - schema: *807 + schema: *808 examples: - default: *810 + default: *811 '304': *37 - '404': *808 - '403': *809 - '400': *788 + '404': *809 + '403': *810 + '400': *789 '429': description: Response content: @@ -115587,12 +115646,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *89 - - *803 + - *804 responses: '204': description: Response - '404': *808 - '403': *809 + '404': *809 + '403': *810 '304': *37 x-github: githubCloudOnly: true @@ -115728,7 +115787,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &811 + text_matches: &812 title: Search Result Text Matches type: array items: @@ -115891,7 +115950,7 @@ paths: enum: - author-date - committer-date - - &812 + - &813 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 @@ -115962,7 +116021,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *527 + properties: *530 nullable: true comment_count: type: integer @@ -115982,7 +116041,7 @@ paths: url: type: string format: uri - verification: *655 + verification: *656 required: - author - committer @@ -116001,7 +116060,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *527 + properties: *530 nullable: true parents: type: array @@ -116019,7 +116078,7 @@ paths: type: number node_id: type: string - text_matches: *811 + text_matches: *812 required: - sha - node_id @@ -116212,7 +116271,7 @@ paths: - interactions - created - updated - - *812 + - *813 - *17 - *19 - name: advanced_search @@ -116326,11 +116385,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *681 + items: *682 state: type: string state_reason: @@ -116347,8 +116406,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *422 - required: *423 + properties: *424 + required: *425 nullable: true comments: type: integer @@ -116362,7 +116421,7 @@ paths: type: string format: date-time nullable: true - text_matches: *811 + text_matches: *812 pull_request: type: object properties: @@ -116406,7 +116465,7 @@ paths: timeline_url: type: string format: uri - type: *387 + type: *389 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -116662,7 +116721,7 @@ paths: enum: - created - updated - - *812 + - *813 - *17 - *19 responses: @@ -116706,7 +116765,7 @@ paths: nullable: true score: type: number - text_matches: *811 + text_matches: *812 required: - id - node_id @@ -116792,7 +116851,7 @@ paths: - forks - help-wanted-issues - updated - - *812 + - *813 - *17 - *19 responses: @@ -117040,7 +117099,7 @@ paths: - admin - pull - push - text_matches: *811 + text_matches: *812 temp_clone_token: type: string allow_merge_commit: @@ -117341,7 +117400,7 @@ paths: type: string format: uri nullable: true - text_matches: *811 + text_matches: *812 related: type: array nullable: true @@ -117534,7 +117593,7 @@ paths: - followers - repositories - joined - - *812 + - *813 - *17 - *19 responses: @@ -117638,7 +117697,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *811 + text_matches: *812 blog: type: string nullable: true @@ -117717,7 +117776,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &815 + - &816 name: team_id description: The unique identifier of the team. in: path @@ -117729,9 +117788,9 @@ paths: description: Response content: application/json: - schema: *468 + schema: *471 examples: - default: *469 + default: *472 '404': *6 x-github: githubCloudOnly: false @@ -117758,7 +117817,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *815 + - *816 requestBody: required: true content: @@ -117821,16 +117880,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *468 + schema: *471 examples: - default: *469 + default: *472 '201': description: Response content: application/json: - schema: *468 + schema: *471 examples: - default: *469 + default: *472 '404': *6 '422': *15 '403': *29 @@ -117858,7 +117917,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *815 + - *816 responses: '204': description: Response @@ -117887,7 +117946,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *815 + - *816 - *17 - *19 responses: @@ -117897,9 +117956,9 @@ paths: application/json: schema: type: array - items: *381 + items: *383 examples: - default: *382 + default: *384 headers: Link: *47 x-github: @@ -117925,7 +117984,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *815 + - *816 - name: role description: Filters members returned by their role in the team. in: query @@ -117976,7 +118035,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *815 + - *816 - *145 responses: '204': @@ -118013,7 +118072,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *815 + - *816 - *145 responses: '204': @@ -118053,7 +118112,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *815 + - *816 - *145 responses: '204': @@ -118090,16 +118149,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *815 + - *816 - *145 responses: '200': description: Response content: application/json: - schema: *475 + schema: *478 examples: - response-if-user-is-a-team-maintainer: *816 + response-if-user-is-a-team-maintainer: *817 '404': *6 x-github: githubCloudOnly: false @@ -118132,7 +118191,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *815 + - *816 - *145 requestBody: required: false @@ -118158,9 +118217,9 @@ paths: description: Response content: application/json: - schema: *475 + schema: *478 examples: - response-if-users-membership-with-team-is-now-pending: *817 + response-if-users-membership-with-team-is-now-pending: *818 '403': description: Forbidden if team synchronization is set up '422': @@ -118194,7 +118253,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *815 + - *816 - *145 responses: '204': @@ -118222,7 +118281,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *815 + - *816 - *17 - *19 responses: @@ -118234,7 +118293,7 @@ paths: type: array items: *290 examples: - default: *409 + default: *411 headers: Link: *47 '404': *6 @@ -118264,15 +118323,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *815 - - *476 - - *477 + - *816 + - *479 + - *480 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *818 + schema: *819 examples: alternative-response-with-extra-repository-information: value: @@ -118423,9 +118482,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *815 - - *476 - - *477 + - *816 + - *479 + - *480 requestBody: required: false content: @@ -118475,9 +118534,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *815 - - *476 - - *477 + - *816 + - *479 + - *480 responses: '204': description: Response @@ -118506,15 +118565,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#list-idp-groups-for-a-team-legacy parameters: - - *815 + - *816 responses: '200': description: Response content: application/json: - schema: *478 + schema: *481 examples: - default: *479 + default: *482 '403': *29 '404': *6 x-github: @@ -118541,7 +118600,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/team-sync#create-or-update-idp-group-connections-legacy parameters: - - *815 + - *816 requestBody: required: true content: @@ -118598,7 +118657,7 @@ paths: description: Response content: application/json: - schema: *478 + schema: *481 examples: default: value: @@ -118629,7 +118688,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *815 + - *816 - *17 - *19 responses: @@ -118641,7 +118700,7 @@ paths: type: array items: *319 examples: - response-if-child-teams-exist: *819 + response-if-child-teams-exist: *820 headers: Link: *47 '404': *6 @@ -118674,7 +118733,7 @@ paths: application/json: schema: oneOf: - - &821 + - &822 title: Private User description: Private User type: object @@ -118877,7 +118936,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *820 + - *821 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -119030,7 +119089,7 @@ paths: description: Response content: application/json: - schema: *821 + schema: *822 examples: default: value: @@ -119233,9 +119292,9 @@ paths: type: integer codespaces: type: array - items: *392 + items: *394 examples: - default: *393 + default: *395 '304': *37 '500': *40 '401': *25 @@ -119374,17 +119433,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *392 + schema: *394 examples: - default: *580 + default: *583 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *392 + schema: *394 examples: - default: *580 + default: *583 '401': *25 '403': *29 '404': *6 @@ -119428,7 +119487,7 @@ paths: type: integer secrets: type: array - items: &822 + items: &823 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -119468,7 +119527,7 @@ paths: - visibility - selected_repositories_url examples: - default: *583 + default: *586 headers: Link: *47 x-github: @@ -119544,7 +119603,7 @@ paths: description: Response content: application/json: - schema: *822 + schema: *823 examples: default: value: @@ -119834,15 +119893,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *394 + - *396 responses: '200': description: Response content: application/json: - schema: *392 + schema: *394 examples: - default: *580 + default: *583 '304': *37 '500': *40 '401': *25 @@ -119868,7 +119927,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *394 + - *396 requestBody: required: false content: @@ -119898,9 +119957,9 @@ paths: description: Response content: application/json: - schema: *392 + schema: *394 examples: - default: *580 + default: *583 '401': *25 '403': *29 '404': *6 @@ -119922,7 +119981,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *394 + - *396 responses: '202': *39 '304': *37 @@ -119951,13 +120010,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *394 + - *396 responses: '202': description: Response content: application/json: - schema: &823 + schema: &824 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -119998,7 +120057,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &824 + default: &825 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -120030,7 +120089,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *394 + - *396 - name: export_id in: path required: true @@ -120043,9 +120102,9 @@ paths: description: Response content: application/json: - schema: *823 + schema: *824 examples: - default: *824 + default: *825 '404': *6 x-github: githubCloudOnly: false @@ -120066,7 +120125,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *394 + - *396 responses: '200': description: Response @@ -120082,9 +120141,9 @@ paths: type: integer machines: type: array - items: *825 + items: *826 examples: - default: *826 + default: *827 '304': *37 '500': *40 '401': *25 @@ -120113,7 +120172,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *394 + - *396 requestBody: required: true content: @@ -120163,13 +120222,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *481 + repository: *484 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *581 - required: *582 + properties: *584 + required: *585 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -120943,15 +121002,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *394 + - *396 responses: '200': description: Response content: application/json: - schema: *392 + schema: *394 examples: - default: *580 + default: *583 '304': *37 '500': *40 '400': *14 @@ -120983,15 +121042,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *394 + - *396 responses: '200': description: Response content: application/json: - schema: *392 + schema: *394 examples: - default: *580 + default: *583 '500': *40 '401': *25 '403': *29 @@ -121021,9 +121080,9 @@ paths: application/json: schema: type: array - items: *403 + items: *405 examples: - default: &837 + default: &838 value: - id: 197 name: hello_docker @@ -121124,7 +121183,7 @@ paths: application/json: schema: type: array - items: &827 + items: &828 title: Email description: Email type: object @@ -121189,9 +121248,9 @@ paths: application/json: schema: type: array - items: *827 + items: *828 examples: - default: &839 + default: &840 value: - email: octocat@github.com verified: true @@ -121266,7 +121325,7 @@ paths: application/json: schema: type: array - items: *827 + items: *828 examples: default: value: @@ -121522,7 +121581,7 @@ paths: application/json: schema: type: array - items: &828 + items: &829 title: GPG Key description: A unique encryption key type: object @@ -121653,7 +121712,7 @@ paths: - subkeys - revoked examples: - default: &855 + default: &856 value: - id: 3 name: Octocat's GPG Key @@ -121738,9 +121797,9 @@ paths: description: Response content: application/json: - schema: *828 + schema: *829 examples: - default: &829 + default: &830 value: id: 3 name: Octocat's GPG Key @@ -121797,7 +121856,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &830 + - &831 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -121809,9 +121868,9 @@ paths: description: Response content: application/json: - schema: *828 + schema: *829 examples: - default: *829 + default: *830 '404': *6 '304': *37 '403': *29 @@ -121834,7 +121893,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *830 + - *831 responses: '204': description: Response @@ -122113,12 +122172,12 @@ paths: application/json: schema: anyOf: - - *379 + - *381 - type: object properties: {} additionalProperties: false examples: - default: *380 + default: *382 '204': description: Response when there are no restrictions x-github: @@ -122142,7 +122201,7 @@ paths: required: true content: application/json: - schema: *665 + schema: *666 examples: default: value: @@ -122153,7 +122212,7 @@ paths: description: Response content: application/json: - schema: *379 + schema: *381 examples: default: value: @@ -122234,7 +122293,7 @@ paths: - closed - all default: open - - *390 + - *392 - name: sort description: What to sort results by. in: query @@ -122259,7 +122318,7 @@ paths: type: array items: *227 examples: - default: *391 + default: *393 headers: Link: *47 '404': *6 @@ -122292,7 +122351,7 @@ paths: application/json: schema: type: array - items: &831 + items: &832 title: Key description: Key type: object @@ -122393,9 +122452,9 @@ paths: description: Response content: application/json: - schema: *831 + schema: *832 examples: - default: &832 + default: &833 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -122428,15 +122487,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *700 + - *701 responses: '200': description: Response content: application/json: - schema: *831 + schema: *832 examples: - default: *832 + default: *833 '404': *6 '304': *37 '403': *29 @@ -122459,7 +122518,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *700 + - *701 responses: '204': description: Response @@ -122492,7 +122551,7 @@ paths: application/json: schema: type: array - items: &833 + items: &834 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -122560,7 +122619,7 @@ paths: - account - plan examples: - default: &834 + default: &835 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -122622,9 +122681,9 @@ paths: application/json: schema: type: array - items: *833 + items: *834 examples: - default: *834 + default: *835 headers: Link: *47 '304': *37 @@ -122664,7 +122723,7 @@ paths: application/json: schema: type: array - items: *395 + items: *397 examples: default: value: @@ -122778,7 +122837,7 @@ paths: description: Response content: application/json: - schema: *395 + schema: *397 examples: default: value: @@ -122865,7 +122924,7 @@ paths: description: Response content: application/json: - schema: *395 + schema: *397 examples: default: value: @@ -122937,7 +122996,7 @@ paths: application/json: schema: type: array - items: *397 + items: *399 examples: default: value: @@ -123190,7 +123249,7 @@ paths: description: Response content: application/json: - schema: *397 + schema: *399 examples: default: value: @@ -123370,7 +123429,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *398 + - *400 - name: exclude in: query required: false @@ -123383,7 +123442,7 @@ paths: description: Response content: application/json: - schema: *397 + schema: *399 examples: default: value: @@ -123577,7 +123636,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *398 + - *400 responses: '302': description: Response @@ -123603,7 +123662,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *398 + - *400 responses: '204': description: Response @@ -123632,8 +123691,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *398 - - *835 + - *400 + - *836 responses: '204': description: Response @@ -123657,7 +123716,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *398 + - *400 - *17 - *19 responses: @@ -123669,7 +123728,7 @@ paths: type: array items: *290 examples: - default: *409 + default: *411 headers: Link: *47 '404': *6 @@ -123766,7 +123825,7 @@ paths: - docker - nuget - container - - *836 + - *837 - *19 - *17 responses: @@ -123776,10 +123835,10 @@ paths: application/json: schema: type: array - items: *403 + items: *405 examples: - default: *837 - '400': *838 + default: *838 + '400': *839 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -123799,16 +123858,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *405 - - *406 + - *407 + - *408 responses: '200': description: Response content: application/json: - schema: *403 + schema: *405 examples: - default: &856 + default: &857 value: id: 40201 name: octo-name @@ -123921,8 +123980,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *405 - - *406 + - *407 + - *408 responses: '204': description: Response @@ -123952,8 +124011,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *405 - - *406 + - *407 + - *408 - name: token description: package token schema: @@ -123985,8 +124044,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *405 - - *406 + - *407 + - *408 - *19 - *17 - name: state @@ -124006,7 +124065,7 @@ paths: application/json: schema: type: array - items: *407 + items: *409 examples: default: value: @@ -124055,15 +124114,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *405 - - *406 + - *407 - *408 + - *410 responses: '200': description: Response content: application/json: - schema: *407 + schema: *409 examples: default: value: @@ -124099,9 +124158,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *405 - - *406 + - *407 - *408 + - *410 responses: '204': description: Response @@ -124131,9 +124190,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *405 - - *406 + - *407 - *408 + - *410 responses: '204': description: Response @@ -124170,9 +124229,9 @@ paths: application/json: schema: type: array - items: *827 + items: *828 examples: - default: *839 + default: *840 headers: Link: *47 '304': *37 @@ -124285,7 +124344,7 @@ paths: type: array items: *80 examples: - default: &846 + default: &847 summary: Default response value: - id: 1296269 @@ -124589,9 +124648,9 @@ paths: description: Response content: application/json: - schema: *481 + schema: *484 examples: - default: *483 + default: *486 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -124635,9 +124694,9 @@ paths: application/json: schema: type: array - items: *667 + items: *668 examples: - default: *840 + default: *841 headers: Link: *47 '304': *37 @@ -124660,7 +124719,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *383 + - *385 responses: '204': description: Response @@ -124689,7 +124748,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *383 + - *385 responses: '204': description: Response @@ -124722,7 +124781,7 @@ paths: application/json: schema: type: array - items: &841 + items: &842 title: Social account description: Social media account type: object @@ -124737,7 +124796,7 @@ paths: - provider - url examples: - default: &842 + default: &843 value: - provider: twitter url: https://twitter.com/github @@ -124799,9 +124858,9 @@ paths: application/json: schema: type: array - items: *841 + items: *842 examples: - default: *842 + default: *843 '422': *15 '304': *37 '404': *6 @@ -124888,7 +124947,7 @@ paths: application/json: schema: type: array - items: &843 + items: &844 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -124908,7 +124967,7 @@ paths: - title - created_at examples: - default: &870 + default: &871 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -124972,9 +125031,9 @@ paths: description: Response content: application/json: - schema: *843 + schema: *844 examples: - default: &844 + default: &845 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -125004,7 +125063,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &845 + - &846 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -125016,9 +125075,9 @@ paths: description: Response content: application/json: - schema: *843 + schema: *844 examples: - default: *844 + default: *845 '404': *6 '304': *37 '403': *29 @@ -125041,7 +125100,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *845 + - *846 responses: '204': description: Response @@ -125070,7 +125129,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &871 + - &872 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 @@ -125095,11 +125154,11 @@ paths: type: array items: *80 examples: - default-response: *846 + default-response: *847 application/vnd.github.v3.star+json: schema: type: array - items: &872 + items: &873 title: Starred Repository description: Starred Repository type: object @@ -125255,8 +125314,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *476 - - *477 + - *479 + - *480 responses: '204': description: Response if this repository is starred by you @@ -125284,8 +125343,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *476 - - *477 + - *479 + - *480 responses: '204': description: Response @@ -125309,8 +125368,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *476 - - *477 + - *479 + - *480 responses: '204': description: Response @@ -125345,7 +125404,7 @@ paths: type: array items: *290 examples: - default: *409 + default: *411 headers: Link: *47 '304': *37 @@ -125382,7 +125441,7 @@ paths: application/json: schema: type: array - items: *468 + items: *471 examples: default: value: @@ -125468,10 +125527,10 @@ paths: application/json: schema: oneOf: + - *822 - *821 - - *820 examples: - default-response: &850 + default-response: &851 summary: Default response value: login: octocat @@ -125506,7 +125565,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &851 + response-with-git-hub-plan-information: &852 summary: Response with GitHub plan information value: login: octocat @@ -125563,14 +125622,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &848 + - &849 name: user_id description: The unique identifier of the user. in: path required: true schema: type: string - - *421 + - *423 requestBody: required: true description: Details of the draft item to create in the project. @@ -125604,9 +125663,9 @@ paths: description: Response content: application/json: - schema: *427 + schema: *429 examples: - draft_issue: *428 + draft_issue: *430 '304': *37 '403': *29 '401': *25 @@ -125629,7 +125688,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *847 + - *848 - *17 responses: '200': @@ -125664,8 +125723,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *848 - - *421 + - *849 + - *423 requestBody: required: true content: @@ -125736,17 +125795,17 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *849 + schema: *850 examples: table_view: summary: Response for creating a table view - value: *432 + value: *434 board_view: summary: Response for creating a board view with filter - value: *432 + value: *434 roadmap_view: summary: Response for creating a roadmap view - value: *432 + value: *434 '304': *37 '403': *29 '401': *25 @@ -125788,11 +125847,11 @@ paths: application/json: schema: oneOf: + - *822 - *821 - - *820 examples: - default-response: *850 - response-with-git-hub-plan-information: *851 + default-response: *851 + response-with-git-hub-plan-information: *852 '404': *6 x-github: githubCloudOnly: false @@ -125842,8 +125901,8 @@ paths: required: - subject_digests examples: - default: *852 - withPredicateType: *853 + default: *853 + withPredicateType: *854 responses: '200': description: Response @@ -125896,7 +125955,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *854 + default: *855 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -126116,7 +126175,7 @@ paths: initiator: type: string examples: - default: *523 + default: *526 '201': description: Response content: @@ -126169,9 +126228,9 @@ paths: application/json: schema: type: array - items: *403 + items: *405 examples: - default: *837 + default: *838 '403': *29 '401': *25 x-github: @@ -126555,9 +126614,9 @@ paths: application/json: schema: type: array - items: *828 + items: *829 examples: - default: *855 + default: *856 headers: Link: *47 x-github: @@ -126661,7 +126720,7 @@ paths: application/json: schema: *22 examples: - default: *377 + default: *379 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -126785,7 +126844,7 @@ paths: - docker - nuget - container - - *836 + - *837 - *145 - *19 - *17 @@ -126796,12 +126855,12 @@ paths: application/json: schema: type: array - items: *403 + items: *405 examples: - default: *837 + default: *838 '403': *29 '401': *25 - '400': *838 + '400': *839 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -126821,17 +126880,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *405 - - *406 + - *407 + - *408 - *145 responses: '200': description: Response content: application/json: - schema: *403 + schema: *405 examples: - default: *856 + default: *857 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -126852,8 +126911,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *405 - - *406 + - *407 + - *408 - *145 responses: '204': @@ -126886,8 +126945,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *405 - - *406 + - *407 + - *408 - *145 - name: token description: package token @@ -126920,8 +126979,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *405 - - *406 + - *407 + - *408 - *145 responses: '200': @@ -126930,7 +126989,7 @@ paths: application/json: schema: type: array - items: *407 + items: *409 examples: default: value: @@ -126988,16 +127047,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-version-for-a-user parameters: - - *405 - - *406 + - *407 - *408 + - *410 - *145 responses: '200': description: Response content: application/json: - schema: *407 + schema: *409 examples: default: value: @@ -127032,10 +127091,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *405 - - *406 - - *145 + - *407 - *408 + - *145 + - *410 responses: '204': description: Response @@ -127067,10 +127126,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *405 - - *406 - - *145 + - *407 - *408 + - *145 + - *410 responses: '204': description: Response @@ -127111,9 +127170,9 @@ paths: application/json: schema: type: array - items: *419 + items: *421 examples: - default: *420 + default: *422 headers: Link: *47 '304': *37 @@ -127135,16 +127194,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-user parameters: - - *421 + - *423 - *145 responses: '200': description: Response content: application/json: - schema: *419 + schema: *421 examples: - default: *420 + default: *422 headers: Link: *47 '304': *37 @@ -127166,7 +127225,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-user parameters: - - *421 + - *423 - *145 - *17 - *110 @@ -127178,9 +127237,9 @@ paths: application/json: schema: type: array - items: *425 + items: *427 examples: - default: *857 + default: *858 headers: Link: *47 '304': *37 @@ -127202,7 +127261,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#add-field-to-user-owned-project parameters: - *145 - - *421 + - *423 requestBody: required: true content: @@ -127240,7 +127299,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *858 + items: *859 required: - name - data_type @@ -127256,7 +127315,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *859 + iteration_configuration: *860 required: - name - data_type @@ -127278,20 +127337,20 @@ paths: value: name: Due date data_type: date - single_select_field: *860 - iteration_field: *861 + single_select_field: *861 + iteration_field: *862 responses: '201': description: Response content: application/json: - schema: *425 + schema: *427 examples: - text_field: *862 - number_field: *863 - date_field: *864 - single_select_field: *865 - iteration_field: *866 + text_field: *863 + number_field: *864 + date_field: *865 + single_select_field: *866 + iteration_field: *867 '304': *37 '403': *29 '401': *25 @@ -127312,17 +127371,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-user parameters: - - *421 - - *867 + - *423 + - *868 - *145 responses: '200': description: Response content: application/json: - schema: *425 + schema: *427 examples: - default: *868 + default: *869 headers: Link: *47 '304': *37 @@ -127345,7 +127404,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-a-user-owned-project parameters: - - *421 + - *423 - *145 - *110 - *111 @@ -127378,9 +127437,9 @@ paths: application/json: schema: type: array - items: *429 + items: *431 examples: - default: *430 + default: *432 headers: Link: *47 '304': *37 @@ -127402,7 +127461,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-user-owned-project parameters: - *145 - - *421 + - *423 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -127472,22 +127531,22 @@ paths: description: Response content: application/json: - schema: *427 + schema: *429 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *428 + value: *430 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *428 + value: *430 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *428 + value: *430 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *428 + value: *430 '304': *37 '403': *29 '401': *25 @@ -127507,9 +127566,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#get-an-item-for-a-user-owned-project parameters: - - *421 + - *423 - *145 - - *431 + - *433 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -127529,9 +127588,9 @@ paths: description: Response content: application/json: - schema: *429 + schema: *431 examples: - default: *430 + default: *432 headers: Link: *47 '304': *37 @@ -127552,9 +127611,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-user parameters: - - *421 + - *423 - *145 - - *431 + - *433 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -127624,13 +127683,13 @@ paths: description: Response content: application/json: - schema: *429 + schema: *431 examples: - text_field: *430 - number_field: *430 - date_field: *430 - single_select_field: *430 - iteration_field: *430 + text_field: *432 + number_field: *432 + date_field: *432 + single_select_field: *432 + iteration_field: *432 '401': *25 '403': *29 '404': *6 @@ -127650,9 +127709,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-user parameters: - - *421 + - *423 - *145 - - *431 + - *433 responses: '204': description: Response @@ -127674,9 +127733,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#list-items-for-a-user-project-view parameters: - - *421 + - *423 - *145 - - *869 + - *870 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -127702,9 +127761,9 @@ paths: application/json: schema: type: array - items: *429 + items: *431 examples: - default: *430 + default: *432 headers: Link: *47 '304': *37 @@ -127925,7 +127984,7 @@ paths: type: array items: *290 examples: - default: *409 + default: *411 headers: Link: *47 x-github: @@ -127955,9 +128014,9 @@ paths: application/json: schema: type: array - items: *841 + items: *842 examples: - default: *842 + default: *843 headers: Link: *47 x-github: @@ -127987,9 +128046,9 @@ paths: application/json: schema: type: array - items: *843 + items: *844 examples: - default: *870 + default: *871 headers: Link: *47 x-github: @@ -128014,7 +128073,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *145 - - *871 + - *872 - *112 - *17 - *19 @@ -128026,11 +128085,11 @@ paths: schema: anyOf: - type: array - items: *872 + items: *873 - type: array items: *80 examples: - default-response: *846 + default-response: *847 headers: Link: *47 x-github: @@ -128061,7 +128120,7 @@ paths: type: array items: *290 examples: - default: *409 + default: *411 headers: Link: *47 x-github: @@ -128189,7 +128248,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &873 + enterprise: &874 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -128247,7 +128306,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &874 + installation: &875 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -128266,7 +128325,7 @@ x-webhooks: required: - id - node_id - organization: &875 + organization: &876 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -128326,13 +128385,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &876 + repository: &877 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: &915 + properties: &916 id: description: Unique identifier of the repository example: 42 @@ -129027,7 +129086,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &916 + required: &917 - archive_url - assignees_url - blobs_url @@ -129101,7 +129160,7 @@ x-webhooks: - watchers_count - created_at - updated_at - x-github-breaking-changes: &917 + x-github-breaking-changes: &918 - changeset: remove_use_squash_pr_title_as_default patch: properties: @@ -129192,10 +129251,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -129271,11 +129330,11 @@ x-webhooks: type: string enum: - created - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 - rule: &877 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + rule: &878 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-cloud@latest//github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -129498,11 +129557,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 - rule: *877 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + rule: *878 sender: *4 required: - action @@ -129685,11 +129744,11 @@ x-webhooks: - everyone required: - from - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 - rule: *877 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + rule: *878 sender: *4 required: - action @@ -129762,7 +129821,7 @@ x-webhooks: required: true content: application/json: - schema: &899 + schema: &900 title: Exemption request cancellation event type: object properties: @@ -129770,11 +129829,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 - exemption_request: &878 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + exemption_request: &879 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -130078,7 +130137,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &879 + items: &880 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -130188,7 +130247,7 @@ x-webhooks: required: true content: application/json: - schema: &900 + schema: &901 title: Exemption request completed event type: object properties: @@ -130196,11 +130255,11 @@ x-webhooks: type: string enum: - completed - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 - exemption_request: *878 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + exemption_request: *879 sender: *4 required: - action @@ -130272,7 +130331,7 @@ x-webhooks: required: true content: application/json: - schema: &897 + schema: &898 title: Exemption request created event type: object properties: @@ -130280,11 +130339,11 @@ x-webhooks: type: string enum: - created - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 - exemption_request: *878 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + exemption_request: *879 sender: *4 required: - action @@ -130356,7 +130415,7 @@ x-webhooks: required: true content: application/json: - schema: &901 + schema: &902 title: Exemption response dismissed event type: object properties: @@ -130364,12 +130423,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 - exemption_request: *878 - exemption_response: *879 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + exemption_request: *879 + exemption_response: *880 sender: *4 required: - action @@ -130443,7 +130502,7 @@ x-webhooks: required: true content: application/json: - schema: &898 + schema: &899 title: Exemption response submitted event type: object properties: @@ -130451,12 +130510,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 - exemption_request: *878 - exemption_response: *879 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + exemption_request: *879 + exemption_response: *880 sender: *4 required: - action @@ -130540,7 +130599,7 @@ x-webhooks: type: string enum: - completed - check_run: &881 + check_run: &882 title: CheckRun description: A check performed on the code of a given code change type: object @@ -130631,7 +130690,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *880 + deployment: *881 details_url: example: https://example.com type: string @@ -130716,10 +130775,10 @@ x-webhooks: - output - app - pull_requests - installation: *874 - enterprise: *873 - organization: *875 - repository: *876 + installation: *875 + enterprise: *874 + organization: *876 + repository: *877 sender: *4 required: - check_run @@ -131110,11 +131169,11 @@ x-webhooks: type: string enum: - created - check_run: *881 - installation: *874 - enterprise: *873 - organization: *875 - repository: *876 + check_run: *882 + installation: *875 + enterprise: *874 + organization: *876 + repository: *877 sender: *4 required: - check_run @@ -131508,11 +131567,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *881 - installation: *874 - enterprise: *873 - organization: *875 - repository: *876 + check_run: *882 + installation: *875 + enterprise: *874 + organization: *876 + repository: *877 requested_action: description: The action requested by the user. type: object @@ -131915,11 +131974,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *881 - installation: *874 - enterprise: *873 - organization: *875 - repository: *876 + check_run: *882 + installation: *875 + enterprise: *874 + organization: *876 + repository: *877 sender: *4 required: - check_run @@ -132889,10 +132948,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -133581,10 +133640,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -134267,10 +134326,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -134436,7 +134495,7 @@ x-webhooks: required: - login - id - dismissed_comment: *552 + dismissed_comment: *555 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -134581,20 +134640,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &882 + commit_oid: &883 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: *873 - installation: *874 - organization: *875 - ref: &883 + enterprise: *874 + installation: *875 + organization: *876 + ref: &884 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: *876 + repository: *877 sender: *4 required: - action @@ -134759,7 +134818,7 @@ x-webhooks: required: - login - id - dismissed_comment: *552 + dismissed_comment: *555 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -134989,12 +135048,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *882 - enterprise: *873 - installation: *874 - organization: *875 - ref: *883 - repository: *876 + commit_oid: *883 + enterprise: *874 + installation: *875 + organization: *876 + ref: *884 + repository: *877 sender: *4 required: - action @@ -135089,7 +135148,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *552 + dismissed_comment: *555 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -135260,12 +135319,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *882 - enterprise: *873 - installation: *874 - organization: *875 - ref: *883 - repository: *876 + commit_oid: *883 + enterprise: *874 + installation: *875 + organization: *876 + ref: *884 + repository: *877 sender: *4 required: - action @@ -135431,7 +135490,7 @@ x-webhooks: required: - login - id - dismissed_comment: *552 + dismissed_comment: *555 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -135597,12 +135656,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *882 - enterprise: *873 - installation: *874 - organization: *875 - ref: *883 - repository: *876 + commit_oid: *883 + enterprise: *874 + installation: *875 + organization: *876 + ref: *884 + repository: *877 sender: *4 required: - action @@ -135701,7 +135760,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *552 + dismissed_comment: *555 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -135876,16 +135935,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *873 - installation: *874 - organization: *875 + enterprise: *874 + installation: *875 + organization: *876 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: *876 + repository: *877 sender: *4 required: - action @@ -135982,7 +136041,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *552 + dismissed_comment: *555 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -136122,12 +136181,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *882 - enterprise: *873 - installation: *874 - organization: *875 - ref: *883 - repository: *876 + commit_oid: *883 + enterprise: *874 + installation: *875 + organization: *876 + ref: *884 + repository: *877 sender: *4 required: - action @@ -136293,7 +136352,7 @@ x-webhooks: required: - login - id - dismissed_comment: *552 + dismissed_comment: *555 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -136438,10 +136497,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -136696,10 +136755,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -136779,18 +136838,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *873 - installation: *874 + enterprise: *874 + installation: *875 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *875 - pusher_type: &884 + organization: *876 + pusher_type: &885 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &885 + ref: &886 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -136800,7 +136859,7 @@ x-webhooks: enum: - tag - branch - repository: *876 + repository: *877 sender: *4 required: - ref @@ -136883,9 +136942,9 @@ x-webhooks: enum: - created definition: *159 - enterprise: *873 - installation: *874 - organization: *875 + enterprise: *874 + installation: *875 + organization: *876 sender: *4 required: - action @@ -136970,9 +137029,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *873 - installation: *874 - organization: *875 + enterprise: *874 + installation: *875 + organization: *876 sender: *4 required: - action @@ -137050,9 +137109,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *159 - enterprise: *873 - installation: *874 - organization: *875 + enterprise: *874 + installation: *875 + organization: *876 sender: *4 required: - action @@ -137130,9 +137189,9 @@ x-webhooks: enum: - updated definition: *159 - enterprise: *873 - installation: *874 - organization: *875 + enterprise: *874 + installation: *875 + organization: *876 sender: *4 required: - action @@ -137209,10 +137268,10 @@ x-webhooks: type: string enum: - updated - enterprise: *873 - installation: *874 - repository: *876 - organization: *875 + enterprise: *874 + installation: *875 + repository: *877 + organization: *876 sender: *4 new_property_values: type: array @@ -137297,18 +137356,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *873 - installation: *874 - organization: *875 - pusher_type: *884 - ref: *885 + enterprise: *874 + installation: *875 + organization: *876 + pusher_type: *885 + ref: *886 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *876 + repository: *877 sender: *4 required: - ref @@ -137388,11 +137447,11 @@ x-webhooks: type: string enum: - assignees_changed - alert: *614 - installation: *874 - organization: *875 - enterprise: *873 - repository: *876 + alert: *617 + installation: *875 + organization: *876 + enterprise: *874 + repository: *877 sender: *4 required: - action @@ -137472,11 +137531,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *614 - installation: *874 - organization: *875 - enterprise: *873 - repository: *876 + alert: *617 + installation: *875 + organization: *876 + enterprise: *874 + repository: *877 sender: *4 required: - action @@ -137557,11 +137616,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *614 - installation: *874 - organization: *875 - enterprise: *873 - repository: *876 + alert: *617 + installation: *875 + organization: *876 + enterprise: *874 + repository: *877 sender: *4 required: - action @@ -137642,11 +137701,11 @@ x-webhooks: type: string enum: - created - alert: *614 - installation: *874 - organization: *875 - enterprise: *873 - repository: *876 + alert: *617 + installation: *875 + organization: *876 + enterprise: *874 + repository: *877 sender: *4 required: - action @@ -137725,11 +137784,11 @@ x-webhooks: type: string enum: - dismissed - alert: *614 - installation: *874 - organization: *875 - enterprise: *873 - repository: *876 + alert: *617 + installation: *875 + organization: *876 + enterprise: *874 + repository: *877 sender: *4 required: - action @@ -137808,11 +137867,11 @@ x-webhooks: type: string enum: - fixed - alert: *614 - installation: *874 - organization: *875 - enterprise: *873 - repository: *876 + alert: *617 + installation: *875 + organization: *876 + enterprise: *874 + repository: *877 sender: *4 required: - action @@ -137892,11 +137951,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *614 - installation: *874 - organization: *875 - enterprise: *873 - repository: *876 + alert: *617 + installation: *875 + organization: *876 + enterprise: *874 + repository: *877 sender: *4 required: - action @@ -137975,11 +138034,11 @@ x-webhooks: type: string enum: - reopened - alert: *614 - installation: *874 - organization: *875 - enterprise: *873 - repository: *876 + alert: *617 + installation: *875 + organization: *876 + enterprise: *874 + repository: *877 sender: *4 required: - action @@ -138056,9 +138115,9 @@ x-webhooks: type: string enum: - created - enterprise: *873 - installation: *874 - key: &886 + enterprise: *874 + installation: *875 + key: &887 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -138094,8 +138153,8 @@ x-webhooks: - verified - created_at - read_only - organization: *875 - repository: *876 + organization: *876 + repository: *877 sender: *4 required: - action @@ -138172,11 +138231,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *873 - installation: *874 - key: *886 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + key: *887 + organization: *876 + repository: *877 sender: *4 required: - action @@ -138732,12 +138791,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 - workflow: &892 + workflow: &893 title: Workflow type: object nullable: true @@ -139478,15 +139537,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *887 - required: *888 + properties: *888 + required: *889 nullable: true pull_requests: type: array - items: *721 - repository: *876 - organization: *875 - installation: *874 + items: *722 + repository: *877 + organization: *876 + installation: *875 sender: *4 responses: '200': @@ -139557,7 +139616,7 @@ x-webhooks: type: string enum: - approved - approver: &889 + approver: &890 type: object properties: avatar_url: @@ -139600,11 +139659,11 @@ x-webhooks: type: string comment: type: string - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 - reviewers: &890 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + reviewers: &891 type: array items: type: object @@ -139683,7 +139742,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &891 + workflow_job_run: &892 type: object properties: conclusion: @@ -140414,18 +140473,18 @@ x-webhooks: type: string enum: - rejected - approver: *889 + approver: *890 comment: type: string - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 - reviewers: *890 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + reviewers: *891 sender: *4 since: type: string - workflow_job_run: *891 + workflow_job_run: *892 workflow_job_runs: type: array items: @@ -141129,13 +141188,13 @@ x-webhooks: type: string enum: - requested - enterprise: *873 + enterprise: *874 environment: type: string - installation: *874 - organization: *875 - repository: *876 - requestor: &902 + installation: *875 + organization: *876 + repository: *877 + requestor: &903 title: User type: object nullable: true @@ -143024,12 +143083,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 - workflow: *892 + workflow: *893 workflow_run: title: Deployment Workflow Run type: object @@ -143709,7 +143768,7 @@ x-webhooks: type: string enum: - answered - answer: &895 + answer: &896 type: object properties: author_association: @@ -143866,11 +143925,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *893 - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -143997,11 +144056,11 @@ x-webhooks: - from required: - category - discussion: *893 - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -144084,11 +144143,11 @@ x-webhooks: type: string enum: - closed - discussion: *893 - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -144170,7 +144229,7 @@ x-webhooks: type: string enum: - created - comment: &894 + comment: &895 type: object properties: author_association: @@ -144327,11 +144386,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *893 - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -144414,12 +144473,12 @@ x-webhooks: type: string enum: - deleted - comment: *894 - discussion: *893 - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + comment: *895 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -144514,12 +144573,12 @@ x-webhooks: - from required: - body - comment: *894 - discussion: *893 - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + comment: *895 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -144603,11 +144662,11 @@ x-webhooks: type: string enum: - created - discussion: *893 - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -144689,11 +144748,11 @@ x-webhooks: type: string enum: - deleted - discussion: *893 - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -144793,11 +144852,11 @@ x-webhooks: type: string required: - from - discussion: *893 - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -144879,10 +144938,10 @@ x-webhooks: type: string enum: - labeled - discussion: *893 - enterprise: *873 - installation: *874 - label: &896 + discussion: *894 + enterprise: *874 + installation: *875 + label: &897 title: Label type: object properties: @@ -144914,8 +144973,8 @@ x-webhooks: - color - default - description - organization: *875 - repository: *876 + organization: *876 + repository: *877 sender: *4 required: - action @@ -144998,11 +145057,11 @@ x-webhooks: type: string enum: - locked - discussion: *893 - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -145084,11 +145143,11 @@ x-webhooks: type: string enum: - pinned - discussion: *893 - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -145170,11 +145229,11 @@ x-webhooks: type: string enum: - reopened - discussion: *893 - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -145259,16 +145318,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *893 - new_repository: *876 + new_discussion: *894 + new_repository: *877 required: - new_discussion - new_repository - discussion: *893 - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -145351,10 +145410,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *893 - old_answer: *895 - organization: *875 - repository: *876 + discussion: *894 + old_answer: *896 + organization: *876 + repository: *877 sender: *4 required: - action @@ -145436,12 +145495,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *893 - enterprise: *873 - installation: *874 - label: *896 - organization: *875 - repository: *876 + discussion: *894 + enterprise: *874 + installation: *875 + label: *897 + organization: *876 + repository: *877 sender: *4 required: - action @@ -145524,11 +145583,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *893 - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -145610,11 +145669,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *893 - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + discussion: *894 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -145683,7 +145742,7 @@ x-webhooks: required: true content: application/json: - schema: *897 + schema: *898 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145746,7 +145805,7 @@ x-webhooks: required: true content: application/json: - schema: *898 + schema: *899 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145809,7 +145868,7 @@ x-webhooks: required: true content: application/json: - schema: *899 + schema: *900 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145872,7 +145931,7 @@ x-webhooks: required: true content: application/json: - schema: *897 + schema: *898 responses: '200': description: Return a 200 status to indicate that the data was received @@ -145935,7 +145994,7 @@ x-webhooks: required: true content: application/json: - schema: *898 + schema: *899 responses: '200': description: Return a 200 status to indicate that the data was received @@ -146001,7 +146060,7 @@ x-webhooks: required: true content: application/json: - schema: *899 + schema: *900 responses: '200': description: Return a 200 status to indicate that the data was received @@ -146067,7 +146126,7 @@ x-webhooks: required: true content: application/json: - schema: *900 + schema: *901 responses: '200': description: Return a 200 status to indicate that the data was received @@ -146133,7 +146192,7 @@ x-webhooks: required: true content: application/json: - schema: *897 + schema: *898 responses: '200': description: Return a 200 status to indicate that the data was received @@ -146199,7 +146258,7 @@ x-webhooks: required: true content: application/json: - schema: *901 + schema: *902 responses: '200': description: Return a 200 status to indicate that the data was received @@ -146265,7 +146324,7 @@ x-webhooks: required: true content: application/json: - schema: *898 + schema: *899 responses: '200': description: Return a 200 status to indicate that the data was received @@ -146330,7 +146389,7 @@ x-webhooks: required: true content: application/json: - schema: *899 + schema: *900 responses: '200': description: Return a 200 status to indicate that the data was received @@ -146395,7 +146454,7 @@ x-webhooks: required: true content: application/json: - schema: *900 + schema: *901 responses: '200': description: Return a 200 status to indicate that the data was received @@ -146460,7 +146519,7 @@ x-webhooks: required: true content: application/json: - schema: *897 + schema: *898 responses: '200': description: Return a 200 status to indicate that the data was received @@ -146525,7 +146584,7 @@ x-webhooks: required: true content: application/json: - schema: *901 + schema: *902 responses: '200': description: Return a 200 status to indicate that the data was received @@ -146591,7 +146650,7 @@ x-webhooks: required: true content: application/json: - schema: *898 + schema: *899 responses: '200': description: Return a 200 status to indicate that the data was received @@ -146658,7 +146717,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *873 + enterprise: *874 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -147318,9 +147377,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *874 - organization: *875 - repository: *876 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - forkee @@ -147466,9 +147525,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *873 - installation: *874 - organization: *875 + enterprise: *874 + installation: *875 + organization: *876 pages: description: The pages that were updated. type: array @@ -147505,7 +147564,7 @@ x-webhooks: - action - sha - html_url - repository: *876 + repository: *877 sender: *4 required: - pages @@ -147581,10 +147640,10 @@ x-webhooks: type: string enum: - created - enterprise: *873 + enterprise: *874 installation: *22 - organization: *875 - repositories: &903 + organization: *876 + repositories: &904 description: An array of repository objects that the installation can access. type: array @@ -147610,8 +147669,8 @@ x-webhooks: - name - full_name - private - repository: *876 - requester: *902 + repository: *877 + requester: *903 sender: *4 required: - action @@ -147686,11 +147745,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *873 + enterprise: *874 installation: *22 - organization: *875 - repositories: *903 - repository: *876 + organization: *876 + repositories: *904 + repository: *877 requester: nullable: true sender: *4 @@ -147766,11 +147825,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *873 + enterprise: *874 installation: *22 - organization: *875 - repositories: *903 - repository: *876 + organization: *876 + repositories: *904 + repository: *877 requester: nullable: true sender: *4 @@ -147846,10 +147905,10 @@ x-webhooks: type: string enum: - added - enterprise: *873 + enterprise: *874 installation: *22 - organization: *875 - repositories_added: &904 + organization: *876 + repositories_added: &905 description: An array of repository objects, which were added to the installation. type: array @@ -147895,15 +147954,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *876 - repository_selection: &905 + repository: *877 + repository_selection: &906 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *902 + requester: *903 sender: *4 required: - action @@ -147982,10 +148041,10 @@ x-webhooks: type: string enum: - removed - enterprise: *873 + enterprise: *874 installation: *22 - organization: *875 - repositories_added: *904 + organization: *876 + repositories_added: *905 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -148012,9 +148071,9 @@ x-webhooks: - name - full_name - private - repository: *876 - repository_selection: *905 - requester: *902 + repository: *877 + repository_selection: *906 + requester: *903 sender: *4 required: - action @@ -148093,11 +148152,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *873 + enterprise: *874 installation: *22 - organization: *875 - repositories: *903 - repository: *876 + organization: *876 + repositories: *904 + repository: *877 requester: nullable: true sender: *4 @@ -148276,10 +148335,10 @@ x-webhooks: type: string required: - from - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 target_type: type: string @@ -148358,11 +148417,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *873 + enterprise: *874 installation: *22 - organization: *875 - repositories: *903 - repository: *876 + organization: *876 + repositories: *904 + repository: *877 requester: nullable: true sender: *4 @@ -148536,8 +148595,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *696 - required: *697 + properties: *697 + required: *698 nullable: true user: title: User @@ -148622,8 +148681,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *873 - installation: *874 + enterprise: *874 + installation: *875 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -149412,8 +149471,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149429,7 +149488,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *387 + type: *389 updated_at: type: string format: date-time @@ -149762,8 +149821,8 @@ x-webhooks: - state - locked - assignee - organization: *875 - repository: *876 + organization: *876 + repository: *877 sender: *4 required: - action @@ -149843,7 +149902,7 @@ x-webhooks: type: string enum: - deleted - comment: &906 + comment: &907 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -150000,8 +150059,8 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *696 - required: *697 + properties: *697 + required: *698 nullable: true required: - url @@ -150016,8 +150075,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *873 - installation: *874 + enterprise: *874 + installation: *875 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -150802,8 +150861,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150819,7 +150878,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *387 + type: *389 updated_at: type: string format: date-time @@ -151154,8 +151213,8 @@ x-webhooks: - state - locked - assignee - organization: *875 - repository: *876 + organization: *876 + repository: *877 sender: *4 required: - action @@ -151235,7 +151294,7 @@ x-webhooks: type: string enum: - edited - changes: &936 + changes: &937 description: The changes to the comment. type: object properties: @@ -151247,9 +151306,9 @@ x-webhooks: type: string required: - from - comment: *906 - enterprise: *873 - installation: *874 + comment: *907 + enterprise: *874 + installation: *875 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -152037,8 +152096,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152054,7 +152113,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *387 + type: *389 updated_at: type: string format: date-time @@ -152387,8 +152446,8 @@ x-webhooks: - state - locked - assignee - organization: *875 - repository: *876 + organization: *876 + repository: *877 sender: *4 required: - action @@ -152469,9 +152528,9 @@ x-webhooks: type: string enum: - pinned - comment: *906 - enterprise: *873 - installation: *874 + comment: *907 + enterprise: *874 + installation: *875 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -153261,8 +153320,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153278,7 +153337,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *387 + type: *389 updated_at: type: string format: date-time @@ -153613,8 +153672,8 @@ x-webhooks: - state - locked - assignee - organization: *875 - repository: *876 + organization: *876 + repository: *877 sender: *4 required: - action @@ -153694,9 +153753,9 @@ x-webhooks: type: string enum: - unpinned - comment: *906 - enterprise: *873 - installation: *874 + comment: *907 + enterprise: *874 + installation: *875 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -154486,8 +154545,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154503,7 +154562,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *387 + type: *389 updated_at: type: string format: date-time @@ -154838,8 +154897,8 @@ x-webhooks: - state - locked - assignee - organization: *875 - repository: *876 + organization: *876 + repository: *877 sender: *4 required: - action @@ -154928,9 +154987,9 @@ x-webhooks: type: number blocking_issue: *227 blocking_issue_repo: *80 - installation: *874 - organization: *875 - repository: *876 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -155019,9 +155078,9 @@ x-webhooks: type: number blocking_issue: *227 blocking_issue_repo: *80 - installation: *874 - organization: *875 - repository: *876 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -155109,9 +155168,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *227 - installation: *874 - organization: *875 - repository: *876 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -155200,9 +155259,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *227 - installation: *874 - organization: *875 - repository: *876 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -155282,10 +155341,10 @@ x-webhooks: type: string enum: - assigned - assignee: *902 - enterprise: *873 - installation: *874 - issue: &909 + assignee: *903 + enterprise: *874 + installation: *875 + issue: &910 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -156077,11 +156136,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *681 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156097,7 +156156,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *387 + type: *389 updated_at: type: string format: date-time @@ -156198,8 +156257,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *875 - repository: *876 + organization: *876 + repository: *877 sender: *4 required: - action @@ -156279,8 +156338,8 @@ x-webhooks: type: string enum: - closed - enterprise: *873 - installation: *874 + enterprise: *874 + installation: *875 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -157077,11 +157136,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *681 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157097,7 +157156,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *387 + type: *389 updated_at: type: string format: date-time @@ -157333,8 +157392,8 @@ x-webhooks: required: - state - closed_at - organization: *875 - repository: *876 + organization: *876 + repository: *877 sender: *4 required: - action @@ -157413,8 +157472,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *873 - installation: *874 + enterprise: *874 + installation: *875 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -158202,11 +158261,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *681 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158222,7 +158281,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *387 + type: *389 updated_at: type: string format: date-time @@ -158322,8 +158381,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *875 - repository: *876 + organization: *876 + repository: *877 sender: *4 required: - action @@ -158402,8 +158461,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *873 - installation: *874 + enterprise: *874 + installation: *875 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -159213,11 +159272,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *681 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159233,7 +159292,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *387 + type: *389 updated_at: type: string format: date-time @@ -159312,7 +159371,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &907 + milestone: &908 title: Milestone description: A collection of related issues and pull requests. type: object @@ -159450,8 +159509,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *875 - repository: *876 + organization: *876 + repository: *877 sender: *4 required: - action @@ -159550,8 +159609,8 @@ x-webhooks: type: string required: - from - enterprise: *873 - installation: *874 + enterprise: *874 + installation: *875 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -160343,11 +160402,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *681 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160360,7 +160419,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *387 + type: *389 title: description: Title of the issue type: string @@ -160464,9 +160523,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *896 - organization: *875 - repository: *876 + label: *897 + organization: *876 + repository: *877 sender: *4 required: - action @@ -160546,8 +160605,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *873 - installation: *874 + enterprise: *874 + installation: *875 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -161338,11 +161397,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *681 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161355,7 +161414,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *387 + type: *389 title: description: Title of the issue type: string @@ -161459,9 +161518,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *896 - organization: *875 - repository: *876 + label: *897 + organization: *876 + repository: *877 sender: *4 required: - action @@ -161541,8 +161600,8 @@ x-webhooks: type: string enum: - locked - enterprise: *873 - installation: *874 + enterprise: *874 + installation: *875 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -162357,11 +162416,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *681 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162374,7 +162433,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *387 + type: *389 title: description: Title of the issue type: string @@ -162455,8 +162514,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *875 - repository: *876 + organization: *876 + repository: *877 sender: *4 required: - action @@ -162535,8 +162594,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *873 - installation: *874 + enterprise: *874 + installation: *875 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -163345,11 +163404,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *681 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -163365,7 +163424,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *387 + type: *389 updated_at: type: string format: date-time @@ -163443,9 +163502,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *907 - organization: *875 - repository: *876 + milestone: *908 + organization: *876 + repository: *877 sender: *4 required: - action @@ -164308,11 +164367,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *681 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -164413,7 +164472,7 @@ x-webhooks: required: - login - id - type: *387 + type: *389 required: - id - number @@ -164893,8 +164952,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *873 - installation: *874 + enterprise: *874 + installation: *875 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -165678,11 +165737,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *681 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -165698,7 +165757,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *387 + type: *389 updated_at: type: string format: date-time @@ -165806,8 +165865,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *875 - repository: *876 + organization: *876 + repository: *877 sender: *4 required: - action @@ -165887,9 +165946,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *873 - installation: *874 - issue: &908 + enterprise: *874 + installation: *875 + issue: &909 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -166675,11 +166734,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *681 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -166695,7 +166754,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *387 + type: *389 updated_at: type: string format: date-time @@ -166795,8 +166854,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *875 - repository: *876 + organization: *876 + repository: *877 sender: *4 required: - action @@ -166875,8 +166934,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *873 - installation: *874 + enterprise: *874 + installation: *875 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -167689,11 +167748,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *681 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -167787,9 +167846,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *387 - organization: *875 - repository: *876 + type: *389 + organization: *876 + repository: *877 sender: *4 required: - action @@ -168658,11 +168717,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *681 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -168678,7 +168737,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *387 + type: *389 updated_at: type: string format: date-time @@ -169257,11 +169316,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *873 - installation: *874 - issue: *908 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + issue: *909 + organization: *876 + repository: *877 sender: *4 required: - action @@ -169341,12 +169400,12 @@ x-webhooks: type: string enum: - typed - enterprise: *873 - installation: *874 - issue: *909 - type: *387 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + issue: *910 + type: *389 + organization: *876 + repository: *877 sender: *4 required: - action @@ -169427,7 +169486,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &939 + assignee: &940 title: User type: object nullable: true @@ -169497,11 +169556,11 @@ x-webhooks: required: - login - id - enterprise: *873 - installation: *874 - issue: *909 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + issue: *910 + organization: *876 + repository: *877 sender: *4 required: - action @@ -169580,12 +169639,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *873 - installation: *874 - issue: *909 - label: *896 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + issue: *910 + label: *897 + organization: *876 + repository: *877 sender: *4 required: - action @@ -169665,8 +169724,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *873 - installation: *874 + enterprise: *874 + installation: *875 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -170479,11 +170538,11 @@ x-webhooks: properties: *228 required: *229 nullable: true - sub_issues_summary: *813 - issue_dependencies_summary: *814 + sub_issues_summary: *814 + issue_dependencies_summary: *815 issue_field_values: type: array - items: *681 + items: *682 state: description: State of the issue; either 'open' or 'closed' type: string @@ -170499,7 +170558,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *387 + type: *389 updated_at: type: string format: date-time @@ -170577,8 +170636,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *875 - repository: *876 + organization: *876 + repository: *877 sender: *4 required: - action @@ -170658,11 +170717,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *873 - installation: *874 - issue: *908 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + issue: *909 + organization: *876 + repository: *877 sender: *4 required: - action @@ -170741,12 +170800,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *873 - installation: *874 - issue: *909 - type: *387 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + issue: *910 + type: *389 + organization: *876 + repository: *877 sender: *4 required: - action @@ -170826,11 +170885,11 @@ x-webhooks: type: string enum: - created - enterprise: *873 - installation: *874 - label: *896 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + label: *897 + organization: *876 + repository: *877 sender: *4 required: - action @@ -170908,11 +170967,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *873 - installation: *874 - label: *896 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + label: *897 + organization: *876 + repository: *877 sender: *4 required: - action @@ -171022,11 +171081,11 @@ x-webhooks: type: string required: - from - enterprise: *873 - installation: *874 - label: *896 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + label: *897 + organization: *876 + repository: *877 sender: *4 required: - action @@ -171108,9 +171167,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *873 - installation: *874 - marketplace_purchase: &910 + enterprise: *874 + installation: *875 + marketplace_purchase: &911 title: Marketplace Purchase type: object required: @@ -171193,8 +171252,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *875 - previous_marketplace_purchase: &911 + organization: *876 + previous_marketplace_purchase: &912 title: Marketplace Purchase type: object properties: @@ -171274,7 +171333,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *876 + repository: *877 sender: *4 required: - action @@ -171354,10 +171413,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *873 - installation: *874 - marketplace_purchase: *910 - organization: *875 + enterprise: *874 + installation: *875 + marketplace_purchase: *911 + organization: *876 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -171440,7 +171499,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *876 + repository: *877 sender: *4 required: - action @@ -171522,10 +171581,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *873 - installation: *874 - marketplace_purchase: *910 - organization: *875 + enterprise: *874 + installation: *875 + marketplace_purchase: *911 + organization: *876 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -171607,7 +171666,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *876 + repository: *877 sender: *4 required: - action @@ -171688,8 +171747,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *873 - installation: *874 + enterprise: *874 + installation: *875 marketplace_purchase: title: Marketplace Purchase type: object @@ -171771,9 +171830,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *875 - previous_marketplace_purchase: *911 - repository: *876 + organization: *876 + previous_marketplace_purchase: *912 + repository: *877 sender: *4 required: - action @@ -171853,12 +171912,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *873 - installation: *874 - marketplace_purchase: *910 - organization: *875 - previous_marketplace_purchase: *911 - repository: *876 + enterprise: *874 + installation: *875 + marketplace_purchase: *911 + organization: *876 + previous_marketplace_purchase: *912 + repository: *877 sender: *4 required: - action @@ -171960,11 +172019,11 @@ x-webhooks: type: string required: - to - enterprise: *873 - installation: *874 - member: *902 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + member: *903 + organization: *876 + repository: *877 sender: *4 required: - action @@ -172064,11 +172123,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *873 - installation: *874 - member: *902 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + member: *903 + organization: *876 + repository: *877 sender: *4 required: - action @@ -172147,11 +172206,11 @@ x-webhooks: type: string enum: - removed - enterprise: *873 - installation: *874 - member: *902 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + member: *903 + organization: *876 + repository: *877 sender: *4 required: - action @@ -172229,11 +172288,11 @@ x-webhooks: type: string enum: - added - enterprise: *873 - installation: *874 - member: *902 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + member: *903 + organization: *876 + repository: *877 scope: description: The scope of the membership. Currently, can only be `team`. @@ -172309,7 +172368,7 @@ x-webhooks: required: - login - id - team: &912 + team: &913 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -172532,11 +172591,11 @@ x-webhooks: type: string enum: - removed - enterprise: *873 - installation: *874 - member: *902 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + member: *903 + organization: *876 + repository: *877 scope: description: The scope of the membership. Currently, can only be `team`. @@ -172613,7 +172672,7 @@ x-webhooks: required: - login - id - team: *912 + team: *913 required: - action - scope @@ -172695,8 +172754,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *874 - merge_group: &914 + installation: *875 + merge_group: &915 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -172715,15 +172774,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *913 + head_commit: *914 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *875 - repository: *876 + organization: *876 + repository: *877 sender: *4 required: - action @@ -172809,10 +172868,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *874 - merge_group: *914 - organization: *875 - repository: *876 + installation: *875 + merge_group: *915 + organization: *876 + repository: *877 sender: *4 required: - action @@ -172885,7 +172944,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *873 + enterprise: *874 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -172994,17 +173053,17 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *874 - organization: *875 + installation: *875 + organization: *876 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: *915 - required: *916 - x-github-breaking-changes: *917 + properties: *916 + required: *917 + x-github-breaking-changes: *918 nullable: true sender: *4 required: @@ -173085,11 +173144,11 @@ x-webhooks: type: string enum: - closed - enterprise: *873 - installation: *874 - milestone: *907 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + milestone: *908 + organization: *876 + repository: *877 sender: *4 required: - action @@ -173168,9 +173227,9 @@ x-webhooks: type: string enum: - created - enterprise: *873 - installation: *874 - milestone: &918 + enterprise: *874 + installation: *875 + milestone: &919 title: Milestone description: A collection of related issues and pull requests. type: object @@ -173307,8 +173366,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *875 - repository: *876 + organization: *876 + repository: *877 sender: *4 required: - action @@ -173387,11 +173446,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *873 - installation: *874 - milestone: *907 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + milestone: *908 + organization: *876 + repository: *877 sender: *4 required: - action @@ -173501,11 +173560,11 @@ x-webhooks: type: string required: - from - enterprise: *873 - installation: *874 - milestone: *907 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + milestone: *908 + organization: *876 + repository: *877 sender: *4 required: - action @@ -173585,11 +173644,11 @@ x-webhooks: type: string enum: - opened - enterprise: *873 - installation: *874 - milestone: *918 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + milestone: *919 + organization: *876 + repository: *877 sender: *4 required: - action @@ -173668,11 +173727,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *902 - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + blocked_user: *903 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -173751,11 +173810,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *902 - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + blocked_user: *903 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -173831,7 +173890,7 @@ x-webhooks: enum: - created definition: *153 - enterprise: *873 + enterprise: *874 sender: *4 required: - action @@ -173911,8 +173970,8 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *873 - installation: *874 + enterprise: *874 + installation: *875 sender: *4 required: - action @@ -173985,8 +174044,8 @@ x-webhooks: enum: - updated definition: *153 - enterprise: *873 - installation: *874 + enterprise: *874 + installation: *875 sender: *4 required: - action @@ -174058,9 +174117,9 @@ x-webhooks: type: string enum: - updated - enterprise: *873 - installation: *874 - organization: *875 + enterprise: *874 + installation: *875 + organization: *876 sender: *4 new_property_values: type: array @@ -174148,9 +174207,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *873 - installation: *874 - membership: &919 + enterprise: *874 + installation: *875 + membership: &920 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -174257,8 +174316,8 @@ x-webhooks: - role - organization_url - user - organization: *875 - repository: *876 + organization: *876 + repository: *877 sender: *4 required: - action @@ -174336,11 +174395,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *873 - installation: *874 - membership: *919 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + membership: *920 + organization: *876 + repository: *877 sender: *4 required: - action @@ -174419,8 +174478,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *873 - installation: *874 + enterprise: *874 + installation: *875 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -174536,10 +174595,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *875 - repository: *876 + organization: *876 + repository: *877 sender: *4 - user: *902 + user: *903 required: - action - invitation @@ -174617,11 +174676,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *873 - installation: *874 - membership: *919 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + membership: *920 + organization: *876 + repository: *877 sender: *4 required: - action @@ -174708,11 +174767,11 @@ x-webhooks: properties: from: type: string - enterprise: *873 - installation: *874 - membership: *919 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + membership: *920 + organization: *876 + repository: *877 sender: *4 required: - action @@ -174790,9 +174849,9 @@ x-webhooks: type: string enum: - published - enterprise: *873 - installation: *874 - organization: *875 + enterprise: *874 + installation: *875 + organization: *876 package: description: Information about the package. type: object @@ -175291,7 +175350,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &920 + items: &921 title: Ruby Gems metadata type: object properties: @@ -175386,7 +175445,7 @@ x-webhooks: - owner - package_version - registry - repository: *876 + repository: *877 sender: *4 required: - action @@ -175463,9 +175522,9 @@ x-webhooks: type: string enum: - updated - enterprise: *873 - installation: *874 - organization: *875 + enterprise: *874 + installation: *875 + organization: *876 package: description: Information about the package. type: object @@ -175818,7 +175877,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *920 + items: *921 source_url: type: string format: uri @@ -175888,7 +175947,7 @@ x-webhooks: - owner - package_version - registry - repository: *876 + repository: *877 sender: *4 required: - action @@ -176064,12 +176123,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *873 + enterprise: *874 id: type: integer - installation: *874 - organization: *875 - repository: *876 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - id @@ -176146,7 +176205,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &921 + personal_access_token_request: &922 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -176292,10 +176351,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *873 - organization: *875 + enterprise: *874 + organization: *876 sender: *4 - installation: *874 + installation: *875 required: - action - personal_access_token_request @@ -176372,11 +176431,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *921 - enterprise: *873 - organization: *875 + personal_access_token_request: *922 + enterprise: *874 + organization: *876 sender: *4 - installation: *874 + installation: *875 required: - action - personal_access_token_request @@ -176452,11 +176511,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *921 - enterprise: *873 - organization: *875 + personal_access_token_request: *922 + enterprise: *874 + organization: *876 sender: *4 - installation: *874 + installation: *875 required: - action - personal_access_token_request @@ -176531,11 +176590,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *921 - organization: *875 - enterprise: *873 + personal_access_token_request: *922 + organization: *876 + enterprise: *874 sender: *4 - installation: *874 + installation: *875 required: - action - personal_access_token_request @@ -176640,7 +176699,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *922 + last_response: *923 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -176672,8 +176731,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *875 - repository: *876 + organization: *876 + repository: *877 sender: *4 zen: description: Random string of GitHub zen. @@ -176918,10 +176977,10 @@ x-webhooks: - from required: - note - enterprise: *873 - installation: *874 - organization: *875 - project_card: &923 + enterprise: *874 + installation: *875 + organization: *876 + project_card: &924 title: Project Card type: object properties: @@ -177040,7 +177099,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *876 + repository: *877 sender: *4 required: - action @@ -177121,11 +177180,11 @@ x-webhooks: type: string enum: - created - enterprise: *873 - installation: *874 - organization: *875 - project_card: *923 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + project_card: *924 + repository: *877 sender: *4 required: - action @@ -177205,9 +177264,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *873 - installation: *874 - organization: *875 + enterprise: *874 + installation: *875 + organization: *876 project_card: title: Project Card type: object @@ -177335,9 +177394,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: *915 - required: *916 - x-github-breaking-changes: *917 + properties: *916 + required: *917 + x-github-breaking-changes: *918 nullable: true sender: *4 required: @@ -177431,11 +177490,11 @@ x-webhooks: - from required: - note - enterprise: *873 - installation: *874 - organization: *875 - project_card: *923 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + project_card: *924 + repository: *877 sender: *4 required: - action @@ -177529,9 +177588,9 @@ x-webhooks: - from required: - column_id - enterprise: *873 - installation: *874 - organization: *875 + enterprise: *874 + installation: *875 + organization: *876 project_card: allOf: - title: Project Card @@ -177721,7 +177780,7 @@ x-webhooks: type: string required: - after_id - repository: *876 + repository: *877 sender: *4 required: - action @@ -177801,10 +177860,10 @@ x-webhooks: type: string enum: - closed - enterprise: *873 - installation: *874 - organization: *875 - project: &925 + enterprise: *874 + installation: *875 + organization: *876 + project: &926 title: Project type: object properties: @@ -177928,7 +177987,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *876 + repository: *877 sender: *4 required: - action @@ -178008,10 +178067,10 @@ x-webhooks: type: string enum: - created - enterprise: *873 - installation: *874 - organization: *875 - project_column: &924 + enterprise: *874 + installation: *875 + organization: *876 + project_column: &925 title: Project Column type: object properties: @@ -178050,7 +178109,7 @@ x-webhooks: - name - created_at - updated_at - repository: *876 + repository: *877 sender: *4 required: - action @@ -178129,19 +178188,19 @@ x-webhooks: type: string enum: - deleted - enterprise: *873 - installation: *874 - organization: *875 - project_column: *924 + enterprise: *874 + installation: *875 + organization: *876 + project_column: *925 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: *915 - required: *916 - x-github-breaking-changes: *917 + properties: *916 + required: *917 + x-github-breaking-changes: *918 nullable: true sender: *4 required: @@ -178231,11 +178290,11 @@ x-webhooks: type: string required: - from - enterprise: *873 - installation: *874 - organization: *875 - project_column: *924 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + project_column: *925 + repository: *877 sender: *4 required: - action @@ -178315,11 +178374,11 @@ x-webhooks: type: string enum: - moved - enterprise: *873 - installation: *874 - organization: *875 - project_column: *924 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + project_column: *925 + repository: *877 sender: *4 required: - action @@ -178399,11 +178458,11 @@ x-webhooks: type: string enum: - created - enterprise: *873 - installation: *874 - organization: *875 - project: *925 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + project: *926 + repository: *877 sender: *4 required: - action @@ -178483,19 +178542,19 @@ x-webhooks: type: string enum: - deleted - enterprise: *873 - installation: *874 - organization: *875 - project: *925 + enterprise: *874 + installation: *875 + organization: *876 + project: *926 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: *915 - required: *916 - x-github-breaking-changes: *917 + properties: *916 + required: *917 + x-github-breaking-changes: *918 nullable: true sender: *4 required: @@ -178597,11 +178656,11 @@ x-webhooks: type: string required: - from - enterprise: *873 - installation: *874 - organization: *875 - project: *925 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + project: *926 + repository: *877 sender: *4 required: - action @@ -178680,11 +178739,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *873 - installation: *874 - organization: *875 - project: *925 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + project: *926 + repository: *877 sender: *4 required: - action @@ -178765,9 +178824,9 @@ x-webhooks: type: string enum: - closed - installation: *874 - organization: *875 - projects_v2: *419 + installation: *875 + organization: *876 + projects_v2: *421 sender: *4 required: - action @@ -178848,9 +178907,9 @@ x-webhooks: type: string enum: - created - installation: *874 - organization: *875 - projects_v2: *419 + installation: *875 + organization: *876 + projects_v2: *421 sender: *4 required: - action @@ -178931,9 +178990,9 @@ x-webhooks: type: string enum: - deleted - installation: *874 - organization: *875 - projects_v2: *419 + installation: *875 + organization: *876 + projects_v2: *421 sender: *4 required: - action @@ -179050,9 +179109,9 @@ x-webhooks: type: string to: type: string - installation: *874 - organization: *875 - projects_v2: *419 + installation: *875 + organization: *876 + projects_v2: *421 sender: *4 required: - action @@ -179135,7 +179194,7 @@ x-webhooks: type: string enum: - archived - changes: &929 + changes: &930 type: object properties: archived_at: @@ -179149,9 +179208,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *874 - organization: *875 - projects_v2_item: &926 + installation: *875 + organization: *876 + projects_v2_item: &927 title: Projects v2 Item description: An item belonging to a project type: object @@ -179169,7 +179228,7 @@ x-webhooks: type: string description: The node ID of the content represented by this item. - content_type: *426 + content_type: *428 creator: *4 created_at: type: string @@ -179286,9 +179345,9 @@ x-webhooks: nullable: true to: type: string - installation: *874 - organization: *875 - projects_v2_item: *926 + installation: *875 + organization: *876 + projects_v2_item: *927 sender: *4 required: - action @@ -179370,9 +179429,9 @@ x-webhooks: type: string enum: - created - installation: *874 - organization: *875 - projects_v2_item: *926 + installation: *875 + organization: *876 + projects_v2_item: *927 sender: *4 required: - action @@ -179453,9 +179512,9 @@ x-webhooks: type: string enum: - deleted - installation: *874 - organization: *875 - projects_v2_item: *926 + installation: *875 + organization: *876 + projects_v2_item: *927 sender: *4 required: - action @@ -179561,7 +179620,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &927 + - &928 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -179583,7 +179642,7 @@ x-webhooks: required: - id - name - - &928 + - &929 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -179617,8 +179676,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *927 - *928 + - *929 required: - field_value - type: object @@ -179634,9 +179693,9 @@ x-webhooks: nullable: true required: - body - installation: *874 - organization: *875 - projects_v2_item: *926 + installation: *875 + organization: *876 + projects_v2_item: *927 sender: *4 required: - action @@ -179731,9 +179790,9 @@ x-webhooks: to: type: string nullable: true - installation: *874 - organization: *875 - projects_v2_item: *926 + installation: *875 + organization: *876 + projects_v2_item: *927 sender: *4 required: - action @@ -179816,10 +179875,10 @@ x-webhooks: type: string enum: - restored - changes: *929 - installation: *874 - organization: *875 - projects_v2_item: *926 + changes: *930 + installation: *875 + organization: *876 + projects_v2_item: *927 sender: *4 required: - action @@ -179901,9 +179960,9 @@ x-webhooks: type: string enum: - reopened - installation: *874 - organization: *875 - projects_v2: *419 + installation: *875 + organization: *876 + projects_v2: *421 sender: *4 required: - action @@ -179984,14 +180043,14 @@ x-webhooks: type: string enum: - created - installation: *874 - organization: *875 - projects_v2_status_update: &932 + installation: *875 + organization: *876 + projects_v2_status_update: &933 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *930 - required: *931 + properties: *931 + required: *932 sender: *4 required: - action @@ -180072,9 +180131,9 @@ x-webhooks: type: string enum: - deleted - installation: *874 - organization: *875 - projects_v2_status_update: *932 + installation: *875 + organization: *876 + projects_v2_status_update: *933 sender: *4 required: - action @@ -180210,9 +180269,9 @@ x-webhooks: type: string format: date nullable: true - installation: *874 - organization: *875 - projects_v2_status_update: *932 + installation: *875 + organization: *876 + projects_v2_status_update: *933 sender: *4 required: - action @@ -180283,10 +180342,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - repository @@ -180363,13 +180422,13 @@ x-webhooks: type: string enum: - assigned - assignee: *902 - enterprise: *873 - installation: *874 - number: &933 + assignee: *903 + enterprise: *874 + installation: *875 + number: &934 description: The pull request number. type: integer - organization: *875 + organization: *876 pull_request: title: Pull Request type: object @@ -182674,7 +182733,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *876 + repository: *877 sender: *4 required: - action @@ -182771,11 +182830,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *873 - installation: *874 + enterprise: *874 + installation: *875 number: type: integer - organization: *875 + organization: *876 pull_request: title: Pull Request type: object @@ -185075,7 +185134,7 @@ x-webhooks: - draft reason: type: string - repository: *876 + repository: *877 sender: *4 required: - action @@ -185172,11 +185231,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *873 - installation: *874 + enterprise: *874 + installation: *875 number: type: integer - organization: *875 + organization: *876 pull_request: title: Pull Request type: object @@ -187476,7 +187535,7 @@ x-webhooks: - draft reason: type: string - repository: *876 + repository: *877 sender: *4 required: - action @@ -187573,13 +187632,13 @@ x-webhooks: type: string enum: - closed - enterprise: *873 - installation: *874 - number: *933 - organization: *875 - pull_request: &934 + enterprise: *874 + installation: *875 + number: *934 + organization: *876 + pull_request: &935 allOf: - - *721 + - *722 - type: object properties: allow_auto_merge: @@ -187641,7 +187700,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *876 + repository: *877 sender: *4 required: - action @@ -187722,12 +187781,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *873 - installation: *874 - number: *933 - organization: *875 - pull_request: *934 - repository: *876 + enterprise: *874 + installation: *875 + number: *934 + organization: *876 + pull_request: *935 + repository: *877 sender: *4 required: - action @@ -187807,11 +187866,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *873 - milestone: *703 - number: *933 - organization: *875 - pull_request: &935 + enterprise: *874 + milestone: *704 + number: *934 + organization: *876 + pull_request: &936 title: Pull Request type: object properties: @@ -190138,7 +190197,7 @@ x-webhooks: - active_lock_reason - draft version: '2026-03-10' - repository: *876 + repository: *877 sender: *4 required: - action @@ -190217,11 +190276,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *873 - installation: *874 + enterprise: *874 + installation: *875 number: type: integer - organization: *875 + organization: *876 pull_request: title: Pull Request type: object @@ -192525,7 +192584,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *876 + repository: *877 sender: *4 required: - action @@ -192657,12 +192716,12 @@ x-webhooks: type: string required: - from - enterprise: *873 - installation: *874 - number: *933 - organization: *875 - pull_request: *934 - repository: *876 + enterprise: *874 + installation: *875 + number: *934 + organization: *876 + pull_request: *935 + repository: *877 sender: *4 required: - action @@ -192742,11 +192801,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *873 - installation: *874 + enterprise: *874 + installation: *875 number: type: integer - organization: *875 + organization: *876 pull_request: title: Pull Request type: object @@ -195035,7 +195094,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *876 + repository: *877 sender: *4 required: - action @@ -195123,11 +195182,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *873 - installation: *874 - label: *896 - number: *933 - organization: *875 + enterprise: *874 + installation: *875 + label: *897 + number: *934 + organization: *876 pull_request: title: Pull Request type: object @@ -197431,7 +197490,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *876 + repository: *877 sender: *4 required: - action @@ -197527,10 +197586,10 @@ x-webhooks: type: string enum: - locked - enterprise: *873 - installation: *874 - number: *933 - organization: *875 + enterprise: *874 + installation: *875 + number: *934 + organization: *876 pull_request: title: Pull Request type: object @@ -199832,7 +199891,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *876 + repository: *877 sender: *4 required: - action @@ -199927,12 +199986,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *873 - milestone: *703 - number: *933 - organization: *875 - pull_request: *935 - repository: *876 + enterprise: *874 + milestone: *704 + number: *934 + organization: *876 + pull_request: *936 + repository: *877 sender: *4 required: - action @@ -200011,12 +200070,12 @@ x-webhooks: type: string enum: - opened - enterprise: *873 - installation: *874 - number: *933 - organization: *875 - pull_request: *934 - repository: *876 + enterprise: *874 + installation: *875 + number: *934 + organization: *876 + pull_request: *935 + repository: *877 sender: *4 required: - action @@ -200097,12 +200156,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *873 - installation: *874 - number: *933 - organization: *875 - pull_request: *934 - repository: *876 + enterprise: *874 + installation: *875 + number: *934 + organization: *876 + pull_request: *935 + repository: *877 sender: *4 required: - action @@ -200182,12 +200241,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *873 - installation: *874 - number: *933 - organization: *875 - pull_request: *934 - repository: *876 + enterprise: *874 + installation: *875 + number: *934 + organization: *876 + pull_request: *935 + repository: *877 sender: *4 required: - action @@ -200553,9 +200612,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *873 - installation: *874 - organization: *875 + enterprise: *874 + installation: *875 + organization: *876 pull_request: type: object properties: @@ -202747,7 +202806,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *876 + repository: *877 sender: *4 required: - action @@ -202842,7 +202901,7 @@ x-webhooks: type: string enum: - deleted - comment: &937 + comment: &938 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -203127,9 +203186,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *873 - installation: *874 - organization: *875 + enterprise: *874 + installation: *875 + organization: *876 pull_request: type: object properties: @@ -205309,7 +205368,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *876 + repository: *877 sender: *4 required: - action @@ -205404,11 +205463,11 @@ x-webhooks: type: string enum: - edited - changes: *936 - comment: *937 - enterprise: *873 - installation: *874 - organization: *875 + changes: *937 + comment: *938 + enterprise: *874 + installation: *875 + organization: *876 pull_request: type: object properties: @@ -207591,7 +207650,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *876 + repository: *877 sender: *4 required: - action @@ -207687,9 +207746,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *873 - installation: *874 - organization: *875 + enterprise: *874 + installation: *875 + organization: *876 pull_request: title: Simple Pull Request type: object @@ -209884,7 +209943,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *876 + repository: *877 review: description: The review that was affected. type: object @@ -210146,9 +210205,9 @@ x-webhooks: type: string required: - from - enterprise: *873 - installation: *874 - organization: *875 + enterprise: *874 + installation: *875 + organization: *876 pull_request: title: Simple Pull Request type: object @@ -212202,8 +212261,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *876 - review: &938 + repository: *877 + review: &939 description: The review that was affected. type: object properties: @@ -212444,12 +212503,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *873 - installation: *874 + enterprise: *874 + installation: *875 number: description: The pull request number. type: integer - organization: *875 + organization: *876 pull_request: title: Pull Request type: object @@ -214754,7 +214813,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *876 + repository: *877 requested_reviewer: title: User type: object @@ -214838,12 +214897,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *873 - installation: *874 + enterprise: *874 + installation: *875 number: description: The pull request number. type: integer - organization: *875 + organization: *876 pull_request: title: Pull Request type: object @@ -217155,7 +217214,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *876 + repository: *877 requested_team: title: Team description: Groups of organization members that gives permissions @@ -217370,12 +217429,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *873 - installation: *874 + enterprise: *874 + installation: *875 number: description: The pull request number. type: integer - organization: *875 + organization: *876 pull_request: title: Pull Request type: object @@ -219682,7 +219741,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *876 + repository: *877 requested_reviewer: title: User type: object @@ -219767,12 +219826,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *873 - installation: *874 + enterprise: *874 + installation: *875 number: description: The pull request number. type: integer - organization: *875 + organization: *876 pull_request: title: Pull Request type: object @@ -222070,7 +222129,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *876 + repository: *877 requested_team: title: Team description: Groups of organization members that gives permissions @@ -222274,9 +222333,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *873 - installation: *874 - organization: *875 + enterprise: *874 + installation: *875 + organization: *876 pull_request: title: Simple Pull Request type: object @@ -224473,8 +224532,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *876 - review: *938 + repository: *877 + review: *939 sender: *4 required: - action @@ -224569,9 +224628,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *873 - installation: *874 - organization: *875 + enterprise: *874 + installation: *875 + organization: *876 pull_request: title: Simple Pull Request type: object @@ -226663,7 +226722,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *876 + repository: *877 sender: *4 thread: type: object @@ -227058,9 +227117,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *873 - installation: *874 - organization: *875 + enterprise: *874 + installation: *875 + organization: *876 pull_request: title: Simple Pull Request type: object @@ -229138,7 +229197,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *876 + repository: *877 sender: *4 thread: type: object @@ -229536,10 +229595,10 @@ x-webhooks: type: string before: type: string - enterprise: *873 - installation: *874 - number: *933 - organization: *875 + enterprise: *874 + installation: *875 + number: *934 + organization: *876 pull_request: title: Pull Request type: object @@ -231832,7 +231891,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *876 + repository: *877 sender: *4 required: - action @@ -231929,11 +231988,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *939 - enterprise: *873 - installation: *874 - number: *933 - organization: *875 + assignee: *940 + enterprise: *874 + installation: *875 + number: *934 + organization: *876 pull_request: title: Pull Request type: object @@ -234238,7 +234297,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *876 + repository: *877 sender: *4 required: - action @@ -234332,11 +234391,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *873 - installation: *874 - label: *896 - number: *933 - organization: *875 + enterprise: *874 + installation: *875 + label: *897 + number: *934 + organization: *876 pull_request: title: Pull Request type: object @@ -236631,7 +236690,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *876 + repository: *877 sender: *4 required: - action @@ -236727,10 +236786,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *873 - installation: *874 - number: *933 - organization: *875 + enterprise: *874 + installation: *875 + number: *934 + organization: *876 pull_request: title: Pull Request type: object @@ -239017,7 +239076,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *876 + repository: *877 sender: *4 required: - action @@ -239232,7 +239291,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *873 + enterprise: *874 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -239324,8 +239383,8 @@ x-webhooks: - url - author - committer - installation: *874 - organization: *875 + installation: *875 + organization: *876 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -239911,9 +239970,9 @@ x-webhooks: type: string enum: - published - enterprise: *873 - installation: *874 - organization: *875 + enterprise: *874 + installation: *875 + organization: *876 registry_package: type: object properties: @@ -240359,7 +240418,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *920 + items: *921 summary: type: string tag_name: @@ -240413,7 +240472,7 @@ x-webhooks: - owner - package_version - registry - repository: *876 + repository: *877 sender: *4 required: - action @@ -240491,9 +240550,9 @@ x-webhooks: type: string enum: - updated - enterprise: *873 - installation: *874 - organization: *875 + enterprise: *874 + installation: *875 + organization: *876 registry_package: type: object properties: @@ -240801,7 +240860,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *920 + items: *921 summary: type: string tag_name: @@ -240850,7 +240909,7 @@ x-webhooks: - owner - package_version - registry - repository: *876 + repository: *877 sender: *4 required: - action @@ -240927,10 +240986,10 @@ x-webhooks: type: string enum: - created - enterprise: *873 - installation: *874 - organization: *875 - release: &940 + enterprise: *874 + installation: *875 + organization: *876 + release: &941 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -241248,7 +241307,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *876 + repository: *877 sender: *4 required: - action @@ -241325,11 +241384,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *873 - installation: *874 - organization: *875 - release: *940 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + release: *941 + repository: *877 sender: *4 required: - action @@ -241446,11 +241505,11 @@ x-webhooks: type: boolean required: - to - enterprise: *873 - installation: *874 - organization: *875 - release: *940 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + release: *941 + repository: *877 sender: *4 required: - action @@ -241528,9 +241587,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *873 - installation: *874 - organization: *875 + enterprise: *874 + installation: *875 + organization: *876 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -241852,7 +241911,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *876 + repository: *877 sender: *4 required: - action @@ -241928,10 +241987,10 @@ x-webhooks: type: string enum: - published - enterprise: *873 - installation: *874 - organization: *875 - release: &941 + enterprise: *874 + installation: *875 + organization: *876 + release: &942 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -242250,7 +242309,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *876 + repository: *877 sender: *4 required: - action @@ -242326,11 +242385,11 @@ x-webhooks: type: string enum: - released - enterprise: *873 - installation: *874 - organization: *875 - release: *940 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + release: *941 + repository: *877 sender: *4 required: - action @@ -242406,11 +242465,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *873 - installation: *874 - organization: *875 - release: *941 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + release: *942 + repository: *877 sender: *4 required: - action @@ -242486,11 +242545,11 @@ x-webhooks: type: string enum: - published - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 - repository_advisory: *773 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + repository_advisory: *774 sender: *4 required: - action @@ -242566,11 +242625,11 @@ x-webhooks: type: string enum: - reported - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 - repository_advisory: *773 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + repository_advisory: *774 sender: *4 required: - action @@ -242646,10 +242705,10 @@ x-webhooks: type: string enum: - archived - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -242726,10 +242785,10 @@ x-webhooks: type: string enum: - created - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -242807,10 +242866,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -242894,10 +242953,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -243009,10 +243068,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -243084,10 +243143,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 status: type: string @@ -243168,10 +243227,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -243248,10 +243307,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -243345,10 +243404,10 @@ x-webhooks: - name required: - repository - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -243428,10 +243487,10 @@ x-webhooks: type: string enum: - created - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 repository_ruleset: *193 sender: *4 required: @@ -243510,10 +243569,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 repository_ruleset: *193 sender: *4 required: @@ -243592,10 +243651,10 @@ x-webhooks: type: string enum: - edited - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 repository_ruleset: *193 changes: type: object @@ -243657,16 +243716,16 @@ x-webhooks: properties: added: type: array - items: *741 + items: *742 deleted: type: array - items: *741 + items: *742 updated: type: array items: type: object properties: - rule: *741 + rule: *742 changes: type: object properties: @@ -243900,10 +243959,10 @@ x-webhooks: - from required: - owner - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -243981,10 +244040,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -244062,7 +244121,7 @@ x-webhooks: type: string enum: - create - alert: &942 + alert: &943 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -244184,10 +244243,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -244393,10 +244452,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -244474,11 +244533,11 @@ x-webhooks: type: string enum: - reopen - alert: *942 - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + alert: *943 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -244677,10 +244736,10 @@ x-webhooks: enum: - fixed - open - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -244758,7 +244817,7 @@ x-webhooks: type: string enum: - assigned - alert: &943 + alert: &944 type: object properties: number: *130 @@ -244813,6 +244872,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/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. @@ -244892,10 +244955,10 @@ x-webhooks: required: *21 nullable: true assignee: *4 - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -244973,11 +245036,11 @@ x-webhooks: type: string enum: - created - alert: *943 - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + alert: *944 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -245058,11 +245121,11 @@ x-webhooks: type: string enum: - created - alert: *943 - installation: *874 - location: *944 - organization: *875 - repository: *876 + alert: *944 + installation: *875 + location: *945 + organization: *876 + repository: *877 sender: *4 required: - location @@ -245300,11 +245363,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *943 - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + alert: *944 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -245382,11 +245445,11 @@ x-webhooks: type: string enum: - reopened - alert: *943 - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + alert: *944 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -245464,11 +245527,11 @@ x-webhooks: type: string enum: - resolved - alert: *943 - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + alert: *944 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -245546,12 +245609,12 @@ x-webhooks: type: string enum: - unassigned - alert: *943 + alert: *944 assignee: *4 - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -245629,11 +245692,11 @@ x-webhooks: type: string enum: - validated - alert: *943 - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + alert: *944 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -245759,10 +245822,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *876 - enterprise: *873 - installation: *874 - organization: *875 + repository: *877 + enterprise: *874 + installation: *875 + organization: *876 sender: *4 required: - action @@ -245840,11 +245903,11 @@ x-webhooks: type: string enum: - published - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 - security_advisory: &945 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + security_advisory: &946 description: The details of the security advisory, including summary, description, and severity. type: object @@ -246045,11 +246108,11 @@ x-webhooks: type: string enum: - updated - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 - security_advisory: *945 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 + security_advisory: *946 sender: *4 required: - action @@ -246122,10 +246185,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -246317,11 +246380,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *437 - enterprise: *873 - installation: *874 - organization: *875 - repository: *481 + security_and_analysis: *439 + enterprise: *874 + installation: *875 + organization: *876 + repository: *484 sender: *4 required: - changes @@ -246399,12 +246462,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 - sponsorship: &946 + sponsorship: &947 type: object properties: created_at: @@ -246705,12 +246768,12 @@ x-webhooks: type: string enum: - created - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 - sponsorship: *946 + sponsorship: *947 required: - action - sponsorship @@ -246798,12 +246861,12 @@ x-webhooks: type: string required: - from - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 - sponsorship: *946 + sponsorship: *947 required: - action - changes @@ -246880,17 +246943,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &947 + effective_date: &948 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: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 - sponsorship: *946 + sponsorship: *947 required: - action - sponsorship @@ -246964,7 +247027,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &948 + changes: &949 type: object properties: tier: @@ -247008,13 +247071,13 @@ x-webhooks: - from required: - tier - effective_date: *947 - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + effective_date: *948 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 - sponsorship: *946 + sponsorship: *947 required: - action - changes @@ -247091,13 +247154,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *948 - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + changes: *949 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 - sponsorship: *946 + sponsorship: *947 required: - action - changes @@ -247171,10 +247234,10 @@ x-webhooks: type: string enum: - created - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -247257,10 +247320,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -247680,15 +247743,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *873 + enterprise: *874 id: description: The unique identifier of the status. type: integer - installation: *874 + installation: *875 name: type: string - organization: *875 - repository: *876 + organization: *876 + repository: *877 sender: *4 sha: description: The Commit SHA. @@ -247803,9 +247866,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *227 - installation: *874 - organization: *875 - repository: *876 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -247895,9 +247958,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *227 - installation: *874 - organization: *875 - repository: *876 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -247987,9 +248050,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *227 - installation: *874 - organization: *875 - repository: *876 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -248079,9 +248142,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *227 - installation: *874 - organization: *875 - repository: *876 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -248158,12 +248221,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 - team: &949 + team: &950 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -248386,9 +248449,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *873 - installation: *874 - organization: *875 + enterprise: *874 + installation: *875 + organization: *876 repository: title: Repository description: A git repository @@ -248846,7 +248909,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *949 + team: *950 required: - action - team @@ -248922,9 +248985,9 @@ x-webhooks: type: string enum: - created - enterprise: *873 - installation: *874 - organization: *875 + enterprise: *874 + installation: *875 + organization: *876 repository: title: Repository description: A git repository @@ -249382,7 +249445,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *949 + team: *950 required: - action - team @@ -249459,9 +249522,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *873 - installation: *874 - organization: *875 + enterprise: *874 + installation: *875 + organization: *876 repository: title: Repository description: A git repository @@ -249919,7 +249982,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *949 + team: *950 required: - action - team @@ -250063,9 +250126,9 @@ x-webhooks: - from required: - permissions - enterprise: *873 - installation: *874 - organization: *875 + enterprise: *874 + installation: *875 + organization: *876 repository: title: Repository description: A git repository @@ -250523,7 +250586,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *949 + team: *950 required: - action - changes @@ -250601,9 +250664,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *873 - installation: *874 - organization: *875 + enterprise: *874 + installation: *875 + organization: *876 repository: title: Repository description: A git repository @@ -251061,7 +251124,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *949 + team: *950 required: - action - team @@ -251137,10 +251200,10 @@ x-webhooks: type: string enum: - started - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 required: - action @@ -251213,16 +251276,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *873 + enterprise: *874 inputs: type: object nullable: true additionalProperties: true - installation: *874 - organization: *875 + installation: *875 + organization: *876 ref: type: string - repository: *876 + repository: *877 sender: *4 workflow: type: string @@ -251304,10 +251367,10 @@ x-webhooks: type: string enum: - completed - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 workflow_job: allOf: @@ -251544,7 +251607,7 @@ x-webhooks: type: string required: - conclusion - deployment: *620 + deployment: *623 required: - action - repository @@ -251623,10 +251686,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 workflow_job: allOf: @@ -251886,7 +251949,7 @@ x-webhooks: required: - status - steps - deployment: *620 + deployment: *623 required: - action - repository @@ -251965,10 +252028,10 @@ x-webhooks: type: string enum: - queued - enterprise: *873 - installation: *874 - organization: *875 - repository: *876 + enterprise: *874 + installation: *875 + organization: *876 + repository: *877 sender: *4 workflow_job: type: object @@ -252103,7 +252166,7 @@ x-webhooks: {"code":"deadline_exceeded","msg":"operation timed out"}