diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index f63f41a33..d52979347 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -32927,6 +32927,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" }, @@ -66962,6 +66965,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" }, @@ -127186,6 +127192,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -143090,6 +143103,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -159542,6 +159562,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -331140,6 +331167,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-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index 2963602b4..e5431b3ba 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -24028,6 +24028,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" @@ -48782,6 +48783,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" @@ -92493,6 +92495,11 @@ 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 + - 'null' + description: The provider of the secret that was detected. secret: type: string description: The secret that was detected. @@ -103802,6 +103809,11 @@ 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 + - 'null' + description: The provider of the secret that was detected. secret: type: string description: The secret that was detected. @@ -115976,6 +115988,11 @@ 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 + - 'null' + description: The provider of the secret that was detected. validity: type: string description: The token status as of the latest validity check. @@ -247716,6 +247733,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-next/api.github.com/api.github.com.2026-03-10.json b/descriptions-next/api.github.com/api.github.com.2026-03-10.json index ca9ea6fa6..c41469f8d 100644 --- a/descriptions-next/api.github.com/api.github.com.2026-03-10.json +++ b/descriptions-next/api.github.com/api.github.com.2026-03-10.json @@ -32882,6 +32882,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" }, @@ -66868,6 +66871,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" }, @@ -126579,6 +126585,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -142417,6 +142430,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -159078,6 +159098,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -330294,6 +330321,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-next/api.github.com/api.github.com.2026-03-10.yaml b/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml index 52e6bc407..e6d8b3609 100644 --- a/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml +++ b/descriptions-next/api.github.com/api.github.com.2026-03-10.yaml @@ -23995,6 +23995,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" @@ -48705,6 +48706,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" @@ -92049,6 +92051,11 @@ 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 + - 'null' + description: The provider of the secret that was detected. secret: type: string description: The secret that was detected. @@ -103312,6 +103319,11 @@ 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 + - 'null' + description: The provider of the secret that was detected. secret: type: string description: The secret that was detected. @@ -115640,6 +115652,11 @@ 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 + - 'null' + description: The provider of the secret that was detected. validity: type: string description: The token status as of the latest validity check. @@ -247020,6 +247037,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-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 25e40b6d4..1713bf35f 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -33119,6 +33119,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" }, @@ -67264,6 +67267,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" }, @@ -128055,6 +128061,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -144226,6 +144239,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -160785,6 +160805,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -333048,6 +333075,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-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index d0b270e7e..42afd81cc 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -24130,6 +24130,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" @@ -48967,6 +48968,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" @@ -93075,6 +93077,11 @@ 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 + - 'null' + description: The provider of the secret that was detected. secret: type: string description: The secret that was detected. @@ -104614,6 +104621,11 @@ 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 + - 'null' + description: The provider of the secret that was detected. secret: type: string description: The secret that was detected. @@ -116872,6 +116884,11 @@ 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 + - 'null' + description: The provider of the secret that was detected. validity: type: string description: The token status as of the latest validity check. @@ -248951,6 +248968,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-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index 49b09ad2f..360991cbb 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -240373,6 +240373,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", @@ -240773,6 +240782,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -624581,6 +624597,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", @@ -624988,6 +625013,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -626660,6 +626692,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -628315,6 +628354,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -1566338,6 +1566384,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1569534,6 +1569587,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1572562,6 +1572622,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1576096,6 +1576163,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1579124,6 +1579198,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1582152,6 +1582233,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1585180,6 +1585268,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1588376,6 +1588471,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 8e8b77dec..21888dbe9 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -1073,7 +1073,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &632 + - &633 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -13973,7 +13973,7 @@ paths: properties: action: type: string - discussion: &723 + discussion: &724 title: Discussion description: A Discussion in a repository. type: object @@ -14757,7 +14757,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &644 + sub_issues_summary: &645 title: Sub-issues Summary type: object properties: @@ -14868,7 +14868,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &645 + issue_dependencies_summary: &646 title: Issue Dependencies Summary type: object properties: @@ -16353,7 +16353,7 @@ paths: url: type: string format: uri - user: &651 + user: &652 title: Public User description: Public User type: object @@ -21985,7 +21985,7 @@ paths: required: false schema: type: string - - &700 + - &701 name: model description: The model name to query usage for. The name is not case sensitive. in: query @@ -22131,7 +22131,7 @@ paths: parameters: - *73 - *115 - - &701 + - &702 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 @@ -22243,7 +22243,7 @@ paths: - *115 - *117 - *116 - - &702 + - &703 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -22251,7 +22251,7 @@ paths: schema: type: string - *118 - - &703 + - &704 name: sku description: The SKU to query for usage. in: query @@ -29096,12 +29096,12 @@ paths: required: - subject_digests examples: - default: &682 + default: &683 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &683 + withPredicateType: &684 value: subject_digests: - sha256:abc123 @@ -29160,7 +29160,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &684 + default: &685 value: attestations_subject_digests: - sha256:abc: @@ -39992,7 +39992,7 @@ paths: parameters: - *73 - *242 - - &665 + - &666 name: repo_name description: repo_name parameter in: path @@ -41053,7 +41053,7 @@ paths: - nuget - container - *73 - - &666 + - &667 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -41094,7 +41094,7 @@ paths: default: *248 '403': *27 '401': *23 - '400': &668 + '400': &669 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -43118,7 +43118,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &751 + - &752 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -44016,7 +44016,7 @@ paths: - updated_at - project_url examples: - default: &687 + default: &688 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44193,7 +44193,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &688 + items: &689 type: object properties: name: @@ -44230,7 +44230,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &689 + iteration_configuration: &690 type: object description: The configuration for iteration fields. properties: @@ -44280,7 +44280,7 @@ paths: value: name: Due date data_type: date - single_select_field: &690 + single_select_field: &691 summary: Create a single select field value: name: Priority @@ -44307,7 +44307,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &691 + iteration_field: &692 summary: Create an iteration field value: name: Sprint @@ -44333,7 +44333,7 @@ paths: application/json: schema: *268 examples: - text_field: &692 + text_field: &693 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -44342,7 +44342,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &693 + number_field: &694 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -44351,7 +44351,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &694 + date_field: &695 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -44360,7 +44360,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &695 + single_select_field: &696 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44394,7 +44394,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &696 + iteration_field: &697 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -44440,7 +44440,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *265 - - &697 + - &698 name: field_id description: The unique identifier of the field. in: path @@ -44455,7 +44455,7 @@ paths: application/json: schema: *268 examples: - default: &698 + default: &699 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -45666,7 +45666,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &679 + schema: &680 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -45849,7 +45849,7 @@ paths: parameters: - *265 - *73 - - &699 + - &700 name: view_number description: The number that identifies the project view. in: path @@ -49861,6 +49861,14 @@ paths: schema: type: string - &601 + name: exclude_providers + in: query + description: A comma-separated list of provider names to exclude from the + results. + required: false + schema: + type: string + - &602 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -49869,7 +49877,7 @@ paths: required: false schema: type: string - - &602 + - &603 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -49888,7 +49896,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &603 + - &604 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. @@ -49903,7 +49911,7 @@ paths: - *59 - *19 - *17 - - &604 + - &605 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 @@ -49913,7 +49921,7 @@ paths: required: false schema: type: string - - &605 + - &606 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 @@ -49923,7 +49931,7 @@ paths: required: false schema: type: string - - &606 + - &607 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -49932,7 +49940,7 @@ paths: required: false schema: type: string - - &607 + - &608 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -49941,7 +49949,7 @@ paths: schema: type: boolean default: false - - &608 + - &609 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -49950,7 +49958,7 @@ paths: schema: type: boolean default: false - - &609 + - &610 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -49982,14 +49990,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &610 + state: &611 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: &611 + resolution: &612 type: - string - 'null' @@ -50020,6 +50028,11 @@ 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 + - 'null' + description: The provider of the secret that was detected. secret: type: string description: The secret that was detected. @@ -50096,14 +50109,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &612 + - &613 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &614 + - &615 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -50167,7 +50180,7 @@ paths: - blob_url - commit_sha - commit_url - - &615 + - &616 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. @@ -50228,7 +50241,7 @@ paths: - page_url - commit_sha - commit_url - - &616 + - &617 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -50250,7 +50263,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &617 + - &618 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -50272,7 +50285,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &618 + - &619 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -50294,7 +50307,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &619 + - &620 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -50309,7 +50322,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &620 + - &621 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -50324,7 +50337,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &621 + - &622 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -50339,7 +50352,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &622 + - &623 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. @@ -50361,7 +50374,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &623 + - &624 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. @@ -50383,7 +50396,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &624 + - &625 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. @@ -50405,7 +50418,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &625 + - &626 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. @@ -50427,7 +50440,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &626 + - &627 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 @@ -50948,7 +50961,7 @@ paths: application/json: schema: type: array - items: &630 + items: &631 description: A repository security advisory. type: object properties: @@ -51267,7 +51280,7 @@ paths: - private_fork additionalProperties: false examples: - default: &631 + default: &632 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -53342,7 +53355,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &647 + response-if-user-is-a-team-maintainer: &648 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -53407,7 +53420,7 @@ paths: application/json: schema: *324 examples: - response-if-users-membership-with-team-is-now-pending: &648 + response-if-users-membership-with-team-is-now-pending: &649 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -53521,7 +53534,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &649 + schema: &650 title: Team Repository description: A team's access to a repository. type: object @@ -54250,7 +54263,7 @@ paths: type: array items: *187 examples: - response-if-child-teams-exist: &650 + response-if-child-teams-exist: &651 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -65418,7 +65431,7 @@ paths: check. type: array items: *84 - deployment: &712 + deployment: &713 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -70673,7 +70686,7 @@ paths: type: array items: *446 examples: - default: &656 + default: &657 value: total_count: 2 machines: @@ -73809,7 +73822,7 @@ paths: application/json: schema: type: array - items: &635 + items: &636 title: Status description: The status of a commit. type: object @@ -75425,7 +75438,7 @@ paths: items: type: object properties: - placeholder_id: &627 + placeholder_id: &628 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -81355,7 +81368,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &743 + last_response: &744 title: Hook Response type: object properties: @@ -82424,7 +82437,7 @@ paths: parameters: - *325 - *326 - - &677 + - &678 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -82858,7 +82871,7 @@ paths: type: array items: *519 examples: - default: &670 + default: &671 value: - id: 1 repository: @@ -86453,7 +86466,7 @@ paths: type: array items: *529 examples: - default: &641 + default: &642 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -96953,15 +96966,16 @@ paths: - *601 - *602 - *603 + - *604 - *59 - *19 - *17 - - *604 - *605 - *606 - *607 - *608 - *609 + - *610 responses: '200': description: Response @@ -96969,7 +96983,7 @@ paths: application/json: schema: type: array - items: &613 + items: &614 type: object properties: number: *170 @@ -96985,8 +96999,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *610 - resolution: *611 + state: *611 + resolution: *612 resolved_at: type: - string @@ -97011,6 +97025,11 @@ 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 + - 'null' + description: The provider of the secret that was detected. secret: type: string description: The secret that was detected. @@ -97080,7 +97099,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *612 + - *613 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -97242,13 +97261,13 @@ paths: - *325 - *326 - *422 - - *609 + - *610 responses: '200': description: Response content: application/json: - schema: *613 + schema: *614 examples: default: value: @@ -97312,8 +97331,8 @@ paths: schema: type: object properties: - state: *610 - resolution: *611 + state: *611 + resolution: *612 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -97351,7 +97370,7 @@ paths: description: Response content: application/json: - schema: *613 + schema: *614 examples: default: value: @@ -97459,7 +97478,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &763 + items: &764 type: object properties: type: @@ -97486,7 +97505,6 @@ paths: - commit details: oneOf: - - *614 - *615 - *616 - *617 @@ -97499,6 +97517,7 @@ paths: - *624 - *625 - *626 + - *627 examples: default: value: @@ -97593,14 +97612,14 @@ paths: schema: type: object properties: - reason: &628 + reason: &629 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *627 + placeholder_id: *628 required: - reason - placeholder_id @@ -97617,7 +97636,7 @@ paths: schema: type: object properties: - reason: *628 + reason: *629 expire_at: type: - string @@ -97680,7 +97699,7 @@ paths: properties: incremental_scans: type: array - items: &629 + items: &630 description: Information on a single scan performed by secret scanning on the repository type: object @@ -97708,15 +97727,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *629 + items: *630 backfill_scans: type: array - items: *629 + items: *630 custom_pattern_backfill_scans: type: array items: allOf: - - *629 + - *630 - type: object properties: pattern_name: @@ -97831,9 +97850,9 @@ paths: application/json: schema: type: array - items: *630 + items: *631 examples: - default: *631 + default: *632 '400': *14 '404': *6 x-github: @@ -98027,9 +98046,9 @@ paths: description: Response content: application/json: - schema: *630 + schema: *631 examples: - default: &633 + default: &634 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -98376,7 +98395,7 @@ paths: description: Response content: application/json: - schema: *630 + schema: *631 examples: default: value: @@ -98525,15 +98544,15 @@ paths: parameters: - *325 - *326 - - *632 + - *633 responses: '200': description: Response content: application/json: - schema: *630 + schema: *631 examples: - default: *633 + default: *634 '403': *27 '404': *6 x-github: @@ -98559,7 +98578,7 @@ paths: parameters: - *325 - *326 - - *632 + - *633 requestBody: required: true content: @@ -98730,10 +98749,10 @@ paths: description: Response content: application/json: - schema: *630 + schema: *631 examples: - default: *633 - add_credit: *633 + default: *634 + add_credit: *634 '403': *27 '404': *6 '422': @@ -98773,7 +98792,7 @@ paths: parameters: - *325 - *326 - - *632 + - *633 responses: '202': *37 '400': *14 @@ -98802,7 +98821,7 @@ paths: parameters: - *325 - *326 - - *632 + - *633 responses: '202': description: Response @@ -98943,7 +98962,7 @@ paths: application/json: schema: type: array - items: &634 + items: &635 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -99316,7 +99335,7 @@ paths: application/json: schema: type: array - items: *634 + items: *635 examples: default: value: @@ -99406,7 +99425,7 @@ paths: description: Response content: application/json: - schema: *635 + schema: *636 examples: default: value: @@ -99500,7 +99519,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &636 + schema: &637 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -99600,7 +99619,7 @@ paths: description: Response content: application/json: - schema: *636 + schema: *637 examples: default: value: @@ -99810,7 +99829,7 @@ paths: description: Response content: application/json: - schema: &637 + schema: &638 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -99822,7 +99841,7 @@ paths: required: - names examples: - default: &638 + default: &639 value: names: - octocat @@ -99877,9 +99896,9 @@ paths: description: Response content: application/json: - schema: *637 + schema: *638 examples: - default: *638 + default: *639 '404': *6 '422': *7 x-github: @@ -99902,7 +99921,7 @@ paths: parameters: - *325 - *326 - - &639 + - &640 name: per description: The time frame to display results for. in: query @@ -99933,7 +99952,7 @@ paths: - 128 clones: type: array - items: &640 + items: &641 title: Traffic type: object properties: @@ -100181,7 +100200,7 @@ paths: parameters: - *325 - *326 - - *639 + - *640 responses: '200': description: Response @@ -100202,7 +100221,7 @@ paths: - 3782 views: type: array - items: *640 + items: *641 required: - uniques - count @@ -100939,7 +100958,7 @@ paths: the new values items: *529 examples: - default: *641 + default: *642 '400': *14 '403': *27 '404': *6 @@ -101045,7 +101064,7 @@ paths: the new values items: *529 examples: - default: *641 + default: *642 '400': *14 '403': *27 '404': *6 @@ -101221,7 +101240,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &642 + text_matches: &643 title: Search Result Text Matches type: array items: @@ -101384,7 +101403,7 @@ paths: enum: - author-date - committer-date - - &643 + - &644 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 @@ -101504,7 +101523,7 @@ paths: type: number node_id: type: string - text_matches: *642 + text_matches: *643 required: - sha - node_id @@ -101696,7 +101715,7 @@ paths: - interactions - created - updated - - *643 + - *644 - *17 - *19 - name: advanced_search @@ -101810,8 +101829,8 @@ paths: type: - string - 'null' - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -101842,7 +101861,7 @@ paths: - string - 'null' format: date-time - text_matches: *642 + text_matches: *643 pull_request: type: object properties: @@ -102108,7 +102127,7 @@ paths: enum: - created - updated - - *643 + - *644 - *17 - *19 responses: @@ -102153,7 +102172,7 @@ paths: - 'null' score: type: number - text_matches: *642 + text_matches: *643 required: - id - node_id @@ -102238,7 +102257,7 @@ paths: - forks - help-wanted-issues - updated - - *643 + - *644 - *17 - *19 responses: @@ -102484,7 +102503,7 @@ paths: - admin - pull - push - text_matches: *642 + text_matches: *643 temp_clone_token: type: string allow_merge_commit: @@ -102792,7 +102811,7 @@ paths: - string - 'null' format: uri - text_matches: *642 + text_matches: *643 related: type: - array @@ -102985,7 +103004,7 @@ paths: - followers - repositories - joined - - *643 + - *644 - *17 - *19 responses: @@ -103095,7 +103114,7 @@ paths: type: - boolean - 'null' - text_matches: *642 + text_matches: *643 blog: type: - string @@ -103177,7 +103196,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &646 + - &647 name: team_id description: The unique identifier of the team. in: path @@ -103218,7 +103237,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *646 + - *647 requestBody: required: true content: @@ -103319,7 +103338,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *646 + - *647 responses: '204': description: Response @@ -103348,7 +103367,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *646 + - *647 - *17 - *19 responses: @@ -103386,7 +103405,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *646 + - *647 - name: role description: Filters members returned by their role in the team. in: query @@ -103437,7 +103456,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *646 + - *647 - *69 responses: '204': @@ -103474,7 +103493,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *646 + - *647 - *69 responses: '204': @@ -103514,7 +103533,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *646 + - *647 - *69 responses: '204': @@ -103551,7 +103570,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *646 + - *647 - *69 responses: '200': @@ -103560,7 +103579,7 @@ paths: application/json: schema: *324 examples: - response-if-user-is-a-team-maintainer: *647 + response-if-user-is-a-team-maintainer: *648 '404': *6 x-github: githubCloudOnly: false @@ -103593,7 +103612,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *646 + - *647 - *69 requestBody: required: false @@ -103621,7 +103640,7 @@ paths: application/json: schema: *324 examples: - response-if-users-membership-with-team-is-now-pending: *648 + response-if-users-membership-with-team-is-now-pending: *649 '403': description: Forbidden if team synchronization is set up '422': @@ -103655,7 +103674,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *646 + - *647 - *69 responses: '204': @@ -103683,7 +103702,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *646 + - *647 - *17 - *19 responses: @@ -103725,7 +103744,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *646 + - *647 - *325 - *326 responses: @@ -103733,7 +103752,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *649 + schema: *650 examples: alternative-response-with-extra-repository-information: value: @@ -103884,7 +103903,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *646 + - *647 - *325 - *326 requestBody: @@ -103936,7 +103955,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *646 + - *647 - *325 - *326 responses: @@ -103963,7 +103982,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *646 + - *647 - *17 - *19 responses: @@ -103975,7 +103994,7 @@ paths: type: array items: *187 examples: - response-if-child-teams-exist: *650 + response-if-child-teams-exist: *651 headers: Link: *65 '404': *6 @@ -104008,7 +104027,7 @@ paths: application/json: schema: oneOf: - - &652 + - &653 title: Private User description: Private User type: object @@ -104258,7 +104277,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *651 + - *652 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -104418,7 +104437,7 @@ paths: description: Response content: application/json: - schema: *652 + schema: *653 examples: default: value: @@ -104816,7 +104835,7 @@ paths: type: integer secrets: type: array - items: &653 + items: &654 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -104936,7 +104955,7 @@ paths: description: Response content: application/json: - schema: *653 + schema: *654 examples: default: value: @@ -105349,7 +105368,7 @@ paths: description: Response content: application/json: - schema: &654 + schema: &655 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -105402,7 +105421,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &655 + default: &656 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -105447,9 +105466,9 @@ paths: description: Response content: application/json: - schema: *654 + schema: *655 examples: - default: *655 + default: *656 '404': *6 x-github: githubCloudOnly: false @@ -105488,7 +105507,7 @@ paths: type: array items: *446 examples: - default: *656 + default: *657 '304': *35 '500': *53 '401': *23 @@ -106454,7 +106473,7 @@ paths: type: array items: *247 examples: - default: &667 + default: &668 value: - id: 197 name: hello_docker @@ -106555,7 +106574,7 @@ paths: application/json: schema: type: array - items: &657 + items: &658 title: Email description: Email type: object @@ -106625,9 +106644,9 @@ paths: application/json: schema: type: array - items: *657 + items: *658 examples: - default: &669 + default: &670 value: - email: octocat@github.com verified: true @@ -106704,7 +106723,7 @@ paths: application/json: schema: type: array - items: *657 + items: *658 examples: default: value: @@ -106962,7 +106981,7 @@ paths: application/json: schema: type: array - items: &658 + items: &659 title: GPG Key description: A unique encryption key type: object @@ -107107,7 +107126,7 @@ paths: - subkeys - revoked examples: - default: &685 + default: &686 value: - id: 3 name: Octocat's GPG Key @@ -107192,9 +107211,9 @@ paths: description: Response content: application/json: - schema: *658 + schema: *659 examples: - default: &659 + default: &660 value: id: 3 name: Octocat's GPG Key @@ -107251,7 +107270,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &660 + - &661 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -107263,9 +107282,9 @@ paths: description: Response content: application/json: - schema: *658 + schema: *659 examples: - default: *659 + default: *660 '404': *6 '304': *35 '403': *27 @@ -107288,7 +107307,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *660 + - *661 responses: '204': description: Response @@ -107746,7 +107765,7 @@ paths: application/json: schema: type: array - items: &661 + items: &662 title: Key description: Key type: object @@ -107849,9 +107868,9 @@ paths: description: Response content: application/json: - schema: *661 + schema: *662 examples: - default: &662 + default: &663 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -107890,9 +107909,9 @@ paths: description: Response content: application/json: - schema: *661 + schema: *662 examples: - default: *662 + default: *663 '404': *6 '304': *35 '403': *27 @@ -107948,7 +107967,7 @@ paths: application/json: schema: type: array - items: &663 + items: &664 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -108027,7 +108046,7 @@ paths: - account - plan examples: - default: &664 + default: &665 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -108089,9 +108108,9 @@ paths: application/json: schema: type: array - items: *663 + items: *664 examples: - default: *664 + default: *665 headers: Link: *65 '304': *35 @@ -109109,7 +109128,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *242 - - *665 + - *666 responses: '204': description: Response @@ -109224,7 +109243,7 @@ paths: - docker - nuget - container - - *666 + - *667 - *19 - *17 responses: @@ -109236,8 +109255,8 @@ paths: type: array items: *247 examples: - default: *667 - '400': *668 + default: *668 + '400': *669 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -109266,7 +109285,7 @@ paths: application/json: schema: *247 examples: - default: &686 + default: &687 value: id: 40201 name: octo-name @@ -109628,9 +109647,9 @@ paths: application/json: schema: type: array - items: *657 + items: *658 examples: - default: *669 + default: *670 headers: Link: *65 '304': *35 @@ -109743,7 +109762,7 @@ paths: type: array items: *77 examples: - default: &676 + default: &677 summary: Default response value: - id: 1296269 @@ -110103,7 +110122,7 @@ paths: type: array items: *519 examples: - default: *670 + default: *671 headers: Link: *65 '304': *35 @@ -110182,7 +110201,7 @@ paths: application/json: schema: type: array - items: &671 + items: &672 title: Social account description: Social media account type: object @@ -110199,7 +110218,7 @@ paths: - provider - url examples: - default: &672 + default: &673 value: - provider: twitter url: https://twitter.com/github @@ -110262,9 +110281,9 @@ paths: application/json: schema: type: array - items: *671 + items: *672 examples: - default: *672 + default: *673 '422': *15 '304': *35 '404': *6 @@ -110352,7 +110371,7 @@ paths: application/json: schema: type: array - items: &673 + items: &674 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -110372,7 +110391,7 @@ paths: - title - created_at examples: - default: &704 + default: &705 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -110437,9 +110456,9 @@ paths: description: Response content: application/json: - schema: *673 + schema: *674 examples: - default: &674 + default: &675 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -110469,7 +110488,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: - - &675 + - &676 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -110481,9 +110500,9 @@ paths: description: Response content: application/json: - schema: *673 + schema: *674 examples: - default: *674 + default: *675 '404': *6 '304': *35 '403': *27 @@ -110506,7 +110525,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: - - *675 + - *676 responses: '204': description: Response @@ -110535,7 +110554,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &705 + - &706 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 @@ -110560,11 +110579,11 @@ paths: type: array items: *77 examples: - default-response: *676 + default-response: *677 application/vnd.github.v3.star+json: schema: type: array - items: &706 + items: &707 title: Starred Repository description: Starred Repository type: object @@ -110933,10 +110952,10 @@ paths: application/json: schema: oneOf: + - *653 - *652 - - *651 examples: - default-response: &680 + default-response: &681 summary: Default response value: login: octocat @@ -110971,7 +110990,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &681 + response-with-git-hub-plan-information: &682 summary: Response with GitHub plan information value: login: octocat @@ -111028,7 +111047,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &678 + - &679 name: user_id description: The unique identifier of the user. in: path @@ -111094,7 +111113,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *677 + - *678 - *17 responses: '200': @@ -111129,7 +111148,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *678 + - *679 - *265 requestBody: required: true @@ -111204,7 +111223,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *679 + schema: *680 examples: table_view: summary: Response for creating a table view @@ -111256,11 +111275,11 @@ paths: application/json: schema: oneOf: + - *653 - *652 - - *651 examples: - default-response: *680 - response-with-git-hub-plan-information: *681 + default-response: *681 + response-with-git-hub-plan-information: *682 '404': *6 x-github: githubCloudOnly: false @@ -111310,8 +111329,8 @@ paths: required: - subject_digests examples: - default: *682 - withPredicateType: *683 + default: *683 + withPredicateType: *684 responses: '200': description: Response @@ -111365,7 +111384,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *684 + default: *685 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111611,7 +111630,7 @@ paths: type: array items: *247 examples: - default: *667 + default: *668 '403': *27 '401': *23 x-github: @@ -111995,9 +112014,9 @@ paths: application/json: schema: type: array - items: *658 + items: *659 examples: - default: *685 + default: *686 headers: Link: *65 x-github: @@ -112226,7 +112245,7 @@ paths: - docker - nuget - container - - *666 + - *667 - *69 - *19 - *17 @@ -112239,10 +112258,10 @@ paths: type: array items: *247 examples: - default: *667 + default: *668 '403': *27 '401': *23 - '400': *668 + '400': *669 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112272,7 +112291,7 @@ paths: application/json: schema: *247 examples: - default: *686 + default: *687 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112621,7 +112640,7 @@ paths: type: array items: *268 examples: - default: *687 + default: *688 headers: Link: *65 '304': *35 @@ -112681,7 +112700,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *688 + items: *689 required: - name - data_type @@ -112697,7 +112716,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *689 + iteration_configuration: *690 required: - name - data_type @@ -112719,8 +112738,8 @@ paths: value: name: Due date data_type: date - single_select_field: *690 - iteration_field: *691 + single_select_field: *691 + iteration_field: *692 responses: '201': description: Response @@ -112728,11 +112747,11 @@ paths: application/json: schema: *268 examples: - text_field: *692 - number_field: *693 - date_field: *694 - single_select_field: *695 - iteration_field: *696 + text_field: *693 + number_field: *694 + date_field: *695 + single_select_field: *696 + iteration_field: *697 '304': *35 '403': *27 '401': *23 @@ -112754,7 +112773,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *265 - - *697 + - *698 - *69 responses: '200': @@ -112763,7 +112782,7 @@ paths: application/json: schema: *268 examples: - default: *698 + default: *699 headers: Link: *65 '304': *35 @@ -113120,7 +113139,7 @@ paths: parameters: - *265 - *69 - - *699 + - *700 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -113395,7 +113414,7 @@ paths: - *115 - *117 - *116 - - *700 + - *701 - *118 responses: '200': @@ -113526,7 +113545,7 @@ paths: parameters: - *69 - *115 - - *701 + - *702 - *116 responses: '200': @@ -113625,9 +113644,9 @@ paths: - *115 - *117 - *116 - - *702 - - *118 - *703 + - *118 + - *704 responses: '200': description: Response when getting a billing usage summary @@ -113761,9 +113780,9 @@ paths: application/json: schema: type: array - items: *671 + items: *672 examples: - default: *672 + default: *673 headers: Link: *65 x-github: @@ -113793,9 +113812,9 @@ paths: application/json: schema: type: array - items: *673 + items: *674 examples: - default: *704 + default: *705 headers: Link: *65 x-github: @@ -113820,7 +113839,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *69 - - *705 + - *706 - *59 - *17 - *19 @@ -113832,11 +113851,11 @@ paths: schema: anyOf: - type: array - items: *706 + items: *707 - type: array items: *77 examples: - default-response: *676 + default-response: *677 headers: Link: *65 x-github: @@ -113996,7 +114015,7 @@ webhooks: type: string enum: - disabled - enterprise: &707 + enterprise: &708 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -114065,7 +114084,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &708 + installation: &709 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -114086,7 +114105,7 @@ webhooks: required: - id - node_id - organization: &709 + organization: &710 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -114159,7 +114178,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &710 + repository: &711 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -115085,10 +115104,10 @@ webhooks: type: string enum: - enabled - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -115164,11 +115183,11 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 - rule: &711 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 + rule: &712 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) @@ -115391,11 +115410,11 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 - rule: *711 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 + rule: *712 sender: *4 required: - action @@ -115583,11 +115602,11 @@ webhooks: - everyone required: - from - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 - rule: *711 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 + rule: *712 sender: *4 required: - action @@ -115671,7 +115690,7 @@ webhooks: type: string enum: - completed - check_run: &713 + check_run: &714 title: CheckRun description: A check performed on the code of a given code change type: object @@ -115781,7 +115800,7 @@ webhooks: - examples: - neutral - deployment: *712 + deployment: *713 details_url: type: string examples: @@ -115879,10 +115898,10 @@ webhooks: - output - app - pull_requests - installation: *708 - enterprise: *707 - organization: *709 - repository: *710 + installation: *709 + enterprise: *708 + organization: *710 + repository: *711 sender: *4 required: - check_run @@ -116273,11 +116292,11 @@ webhooks: type: string enum: - created - check_run: *713 - installation: *708 - enterprise: *707 - organization: *709 - repository: *710 + check_run: *714 + installation: *709 + enterprise: *708 + organization: *710 + repository: *711 sender: *4 required: - check_run @@ -116671,11 +116690,11 @@ webhooks: type: string enum: - requested_action - check_run: *713 - installation: *708 - enterprise: *707 - organization: *709 - repository: *710 + check_run: *714 + installation: *709 + enterprise: *708 + organization: *710 + repository: *711 requested_action: description: The action requested by the user. type: object @@ -117078,11 +117097,11 @@ webhooks: type: string enum: - rerequested - check_run: *713 - installation: *708 - enterprise: *707 - organization: *709 - repository: *710 + check_run: *714 + installation: *709 + enterprise: *708 + organization: *710 + repository: *711 sender: *4 required: - check_run @@ -118067,10 +118086,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -118774,10 +118793,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -119475,10 +119494,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -119799,20 +119818,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &714 + commit_oid: &715 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: *707 - installation: *708 - organization: *709 - ref: &715 + enterprise: *708 + installation: *709 + organization: *710 + ref: &716 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: *710 + repository: *711 sender: *4 required: - action @@ -120220,12 +120239,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *714 - enterprise: *707 - installation: *708 - organization: *709 - ref: *715 - repository: *710 + commit_oid: *715 + enterprise: *708 + installation: *709 + organization: *710 + ref: *716 + repository: *711 sender: *4 required: - action @@ -120508,12 +120527,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *714 - enterprise: *707 - installation: *708 - organization: *709 - ref: *715 - repository: *710 + commit_oid: *715 + enterprise: *708 + installation: *709 + organization: *710 + ref: *716 + repository: *711 sender: *4 required: - action @@ -120859,12 +120878,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *714 - enterprise: *707 - installation: *708 - organization: *709 - ref: *715 - repository: *710 + commit_oid: *715 + enterprise: *708 + installation: *709 + organization: *710 + ref: *716 + repository: *711 sender: *4 required: - action @@ -121154,9 +121173,9 @@ webhooks: type: - string - 'null' - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -121164,7 +121183,7 @@ webhooks: type: - string - 'null' - repository: *710 + repository: *711 sender: *4 required: - action @@ -121410,12 +121429,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *714 - enterprise: *707 - installation: *708 - organization: *709 - ref: *715 - repository: *710 + commit_oid: *715 + enterprise: *708 + installation: *709 + organization: *710 + ref: *716 + repository: *711 sender: *4 required: - action @@ -121736,10 +121755,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -121999,10 +122018,10 @@ webhooks: - updated_at - author_association - body - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -122083,18 +122102,18 @@ webhooks: type: - string - 'null' - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *709 - pusher_type: &716 + organization: *710 + pusher_type: &717 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &717 + ref: &718 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -122104,7 +122123,7 @@ webhooks: enum: - tag - branch - repository: *710 + repository: *711 sender: *4 required: - ref @@ -122187,9 +122206,9 @@ webhooks: enum: - created definition: *276 - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 sender: *4 required: - action @@ -122274,9 +122293,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 sender: *4 required: - action @@ -122354,9 +122373,9 @@ webhooks: enum: - promote_to_enterprise definition: *276 - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 sender: *4 required: - action @@ -122434,9 +122453,9 @@ webhooks: enum: - updated definition: *276 - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 sender: *4 required: - action @@ -122513,10 +122532,10 @@ webhooks: type: string enum: - updated - enterprise: *707 - installation: *708 - repository: *710 - organization: *709 + enterprise: *708 + installation: *709 + repository: *711 + organization: *710 sender: *4 new_property_values: type: array @@ -122601,18 +122620,18 @@ webhooks: title: delete event type: object properties: - enterprise: *707 - installation: *708 - organization: *709 - pusher_type: *716 - ref: *717 + enterprise: *708 + installation: *709 + organization: *710 + pusher_type: *717 + ref: *718 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *710 + repository: *711 sender: *4 required: - ref @@ -122693,10 +122712,10 @@ webhooks: enum: - assignees_changed alert: *475 - installation: *708 - organization: *709 - enterprise: *707 - repository: *710 + installation: *709 + organization: *710 + enterprise: *708 + repository: *711 sender: *4 required: - action @@ -122777,10 +122796,10 @@ webhooks: enum: - auto_dismissed alert: *475 - installation: *708 - organization: *709 - enterprise: *707 - repository: *710 + installation: *709 + organization: *710 + enterprise: *708 + repository: *711 sender: *4 required: - action @@ -122862,10 +122881,10 @@ webhooks: enum: - auto_reopened alert: *475 - installation: *708 - organization: *709 - enterprise: *707 - repository: *710 + installation: *709 + organization: *710 + enterprise: *708 + repository: *711 sender: *4 required: - action @@ -122947,10 +122966,10 @@ webhooks: enum: - created alert: *475 - installation: *708 - organization: *709 - enterprise: *707 - repository: *710 + installation: *709 + organization: *710 + enterprise: *708 + repository: *711 sender: *4 required: - action @@ -123030,10 +123049,10 @@ webhooks: enum: - dismissed alert: *475 - installation: *708 - organization: *709 - enterprise: *707 - repository: *710 + installation: *709 + organization: *710 + enterprise: *708 + repository: *711 sender: *4 required: - action @@ -123113,10 +123132,10 @@ webhooks: enum: - fixed alert: *475 - installation: *708 - organization: *709 - enterprise: *707 - repository: *710 + installation: *709 + organization: *710 + enterprise: *708 + repository: *711 sender: *4 required: - action @@ -123197,10 +123216,10 @@ webhooks: enum: - reintroduced alert: *475 - installation: *708 - organization: *709 - enterprise: *707 - repository: *710 + installation: *709 + organization: *710 + enterprise: *708 + repository: *711 sender: *4 required: - action @@ -123280,10 +123299,10 @@ webhooks: enum: - reopened alert: *475 - installation: *708 - organization: *709 - enterprise: *707 - repository: *710 + installation: *709 + organization: *710 + enterprise: *708 + repository: *711 sender: *4 required: - action @@ -123360,9 +123379,9 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - key: &718 + enterprise: *708 + installation: *709 + key: &719 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -123400,8 +123419,8 @@ webhooks: - verified - created_at - read_only - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -123478,11 +123497,11 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - key: *718 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + key: *719 + organization: *710 + repository: *711 sender: *4 required: - action @@ -124049,12 +124068,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 - workflow: &722 + workflow: &723 title: Workflow type: - object @@ -124809,9 +124828,9 @@ webhooks: pull_requests: type: array items: *565 - repository: *710 - organization: *709 - installation: *708 + repository: *711 + organization: *710 + installation: *709 sender: *4 responses: '200': @@ -124882,7 +124901,7 @@ webhooks: type: string enum: - approved - approver: &719 + approver: &720 type: object properties: avatar_url: @@ -124925,11 +124944,11 @@ webhooks: type: string comment: type: string - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 - reviewers: &720 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 + reviewers: &721 type: array items: type: object @@ -125010,7 +125029,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &721 + workflow_job_run: &722 type: object properties: conclusion: @@ -125756,18 +125775,18 @@ webhooks: type: string enum: - rejected - approver: *719 + approver: *720 comment: type: string - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 - reviewers: *720 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 + reviewers: *721 sender: *4 since: type: string - workflow_job_run: *721 + workflow_job_run: *722 workflow_job_runs: type: array items: @@ -126484,13 +126503,13 @@ webhooks: type: string enum: - requested - enterprise: *707 + enterprise: *708 environment: type: string - installation: *708 - organization: *709 - repository: *710 - requestor: &727 + installation: *709 + organization: *710 + repository: *711 + requestor: &728 title: User type: - object @@ -128423,12 +128442,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 - workflow: *722 + workflow: *723 workflow_run: title: Deployment Workflow Run type: @@ -129119,7 +129138,7 @@ webhooks: type: string enum: - answered - answer: &725 + answer: &726 type: object properties: author_association: @@ -129279,11 +129298,11 @@ webhooks: - created_at - updated_at - body - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -129410,11 +129429,11 @@ webhooks: - from required: - category - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -129497,11 +129516,11 @@ webhooks: type: string enum: - closed - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -129583,7 +129602,7 @@ webhooks: type: string enum: - created - comment: &724 + comment: &725 type: object properties: author_association: @@ -129743,11 +129762,11 @@ webhooks: - updated_at - body - reactions - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -129830,12 +129849,12 @@ webhooks: type: string enum: - deleted - comment: *724 - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + comment: *725 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -129930,12 +129949,12 @@ webhooks: - from required: - body - comment: *724 - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + comment: *725 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -130019,11 +130038,11 @@ webhooks: type: string enum: - created - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -130105,11 +130124,11 @@ webhooks: type: string enum: - deleted - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -130209,11 +130228,11 @@ webhooks: type: string required: - from - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -130295,10 +130314,10 @@ webhooks: type: string enum: - labeled - discussion: *723 - enterprise: *707 - installation: *708 - label: &726 + discussion: *724 + enterprise: *708 + installation: *709 + label: &727 title: Label type: object properties: @@ -130331,8 +130350,8 @@ webhooks: - color - default - description - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -130415,11 +130434,11 @@ webhooks: type: string enum: - locked - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -130501,11 +130520,11 @@ webhooks: type: string enum: - pinned - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -130587,11 +130606,11 @@ webhooks: type: string enum: - reopened - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -130676,16 +130695,16 @@ webhooks: changes: type: object properties: - new_discussion: *723 - new_repository: *710 + new_discussion: *724 + new_repository: *711 required: - new_discussion - new_repository - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -130768,10 +130787,10 @@ webhooks: type: string enum: - unanswered - discussion: *723 - old_answer: *725 - organization: *709 - repository: *710 + discussion: *724 + old_answer: *726 + organization: *710 + repository: *711 sender: *4 required: - action @@ -130853,12 +130872,12 @@ webhooks: type: string enum: - unlabeled - discussion: *723 - enterprise: *707 - installation: *708 - label: *726 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + label: *727 + organization: *710 + repository: *711 sender: *4 required: - action @@ -130941,11 +130960,11 @@ webhooks: type: string enum: - unlocked - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -131027,11 +131046,11 @@ webhooks: type: string enum: - unpinned - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -131104,7 +131123,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *707 + enterprise: *708 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -131782,9 +131801,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *708 - organization: *709 - repository: *710 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - forkee @@ -131930,9 +131949,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 pages: description: The pages that were updated. type: array @@ -131970,7 +131989,7 @@ webhooks: - action - sha - html_url - repository: *710 + repository: *711 sender: *4 required: - pages @@ -132046,10 +132065,10 @@ webhooks: type: string enum: - created - enterprise: *707 + enterprise: *708 installation: *20 - organization: *709 - repositories: &728 + organization: *710 + repositories: &729 description: An array of repository objects that the installation can access. type: array @@ -132075,8 +132094,8 @@ webhooks: - name - full_name - private - repository: *710 - requester: *727 + repository: *711 + requester: *728 sender: *4 required: - action @@ -132151,11 +132170,11 @@ webhooks: type: string enum: - deleted - enterprise: *707 + enterprise: *708 installation: *20 - organization: *709 - repositories: *728 - repository: *710 + organization: *710 + repositories: *729 + repository: *711 requester: type: - 'null' @@ -132232,11 +132251,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *707 + enterprise: *708 installation: *20 - organization: *709 - repositories: *728 - repository: *710 + organization: *710 + repositories: *729 + repository: *711 requester: type: - 'null' @@ -132313,10 +132332,10 @@ webhooks: type: string enum: - added - enterprise: *707 + enterprise: *708 installation: *20 - organization: *709 - repositories_added: &729 + organization: *710 + repositories_added: &730 description: An array of repository objects, which were added to the installation. type: array @@ -132362,15 +132381,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *710 - repository_selection: &730 + repository: *711 + repository_selection: &731 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *727 + requester: *728 sender: *4 required: - action @@ -132449,10 +132468,10 @@ webhooks: type: string enum: - removed - enterprise: *707 + enterprise: *708 installation: *20 - organization: *709 - repositories_added: *729 + organization: *710 + repositories_added: *730 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -132479,9 +132498,9 @@ webhooks: - name - full_name - private - repository: *710 - repository_selection: *730 - requester: *727 + repository: *711 + repository_selection: *731 + requester: *728 sender: *4 required: - action @@ -132560,11 +132579,11 @@ webhooks: type: string enum: - suspend - enterprise: *707 + enterprise: *708 installation: *20 - organization: *709 - repositories: *728 - repository: *710 + organization: *710 + repositories: *729 + repository: *711 requester: type: - 'null' @@ -132746,10 +132765,10 @@ webhooks: type: string required: - from - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 target_type: type: string @@ -132828,11 +132847,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *707 + enterprise: *708 installation: *20 - organization: *709 - repositories: *728 - repository: *710 + organization: *710 + repositories: *729 + repository: *711 requester: type: - 'null' @@ -133084,8 +133103,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -133897,8 +133916,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 state: description: State of the issue; either 'open' or 'closed' type: string @@ -134259,8 +134278,8 @@ webhooks: - state - locked - assignee - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -134340,7 +134359,7 @@ webhooks: type: string enum: - deleted - comment: &731 + comment: &732 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -134511,8 +134530,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -135320,8 +135339,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135684,8 +135703,8 @@ webhooks: - state - locked - assignee - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -135765,7 +135784,7 @@ webhooks: type: string enum: - edited - changes: &755 + changes: &756 description: The changes to the comment. type: object properties: @@ -135777,9 +135796,9 @@ webhooks: type: string required: - from - comment: *731 - enterprise: *707 - installation: *708 + comment: *732 + enterprise: *708 + installation: *709 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -136590,8 +136609,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136952,8 +136971,8 @@ webhooks: - state - locked - assignee - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -137034,9 +137053,9 @@ webhooks: type: string enum: - pinned - comment: *731 - enterprise: *707 - installation: *708 + comment: *732 + enterprise: *708 + installation: *709 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -137849,8 +137868,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 state: description: State of the issue; either 'open' or 'closed' type: string @@ -138213,8 +138232,8 @@ webhooks: - state - locked - assignee - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -138294,9 +138313,9 @@ webhooks: type: string enum: - unpinned - comment: *731 - enterprise: *707 - installation: *708 + comment: *732 + enterprise: *708 + installation: *709 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -139109,8 +139128,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139473,8 +139492,8 @@ webhooks: - state - locked - assignee - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -139563,9 +139582,9 @@ webhooks: type: number blocking_issue: *81 blocking_issue_repo: *77 - installation: *708 - organization: *709 - repository: *710 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -139654,9 +139673,9 @@ webhooks: type: number blocking_issue: *81 blocking_issue_repo: *77 - installation: *708 - organization: *709 - repository: *710 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -139744,9 +139763,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *81 - installation: *708 - organization: *709 - repository: *710 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -139835,9 +139854,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *81 - installation: *708 - organization: *709 - repository: *710 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -139917,10 +139936,10 @@ webhooks: type: string enum: - assigned - assignee: *727 - enterprise: *707 - installation: *708 - issue: &734 + assignee: *728 + enterprise: *708 + installation: *709 + issue: &735 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -140731,8 +140750,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -140855,8 +140874,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -140936,8 +140955,8 @@ webhooks: type: string enum: - closed - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -141753,8 +141772,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -142020,8 +142039,8 @@ webhooks: required: - state - closed_at - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -142100,8 +142119,8 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -142908,8 +142927,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -143031,8 +143050,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -143111,8 +143130,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143942,8 +143961,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -144044,7 +144063,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &732 + milestone: &733 title: Milestone description: A collection of related issues and pull requests. type: object @@ -144187,8 +144206,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -144287,8 +144306,8 @@ webhooks: type: string required: - from - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -145099,8 +145118,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -145223,9 +145242,9 @@ webhooks: - active_lock_reason - body - reactions - label: *726 - organization: *709 - repository: *710 + label: *727 + organization: *710 + repository: *711 sender: *4 required: - action @@ -145305,8 +145324,8 @@ webhooks: type: string enum: - labeled - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -146116,8 +146135,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -146240,9 +146259,9 @@ webhooks: - active_lock_reason - body - reactions - label: *726 - organization: *709 - repository: *710 + label: *727 + organization: *710 + repository: *711 sender: *4 required: - action @@ -146322,8 +146341,8 @@ webhooks: type: string enum: - locked - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -147158,8 +147177,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -147259,8 +147278,8 @@ webhooks: format: uri user_view_type: type: string - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -147339,8 +147358,8 @@ webhooks: type: string enum: - milestoned - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -148169,8 +148188,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -148270,9 +148289,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *732 - organization: *709 - repository: *710 + milestone: *733 + organization: *710 + repository: *711 sender: *4 required: - action @@ -149159,8 +149178,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -149755,8 +149774,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -150563,8 +150582,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -150690,8 +150709,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -150771,9 +150790,9 @@ webhooks: type: string enum: - pinned - enterprise: *707 - installation: *708 - issue: &733 + enterprise: *708 + installation: *709 + issue: &734 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -151578,8 +151597,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -151701,8 +151720,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -151781,8 +151800,8 @@ webhooks: type: string enum: - reopened - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -152615,8 +152634,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -152717,8 +152736,8 @@ webhooks: user_view_type: type: string type: *230 - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -153606,8 +153625,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -154220,11 +154239,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *707 - installation: *708 - issue: *733 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + issue: *734 + organization: *710 + repository: *711 sender: *4 required: - action @@ -154304,12 +154323,12 @@ webhooks: type: string enum: - typed - enterprise: *707 - installation: *708 - issue: *734 + enterprise: *708 + installation: *709 + issue: *735 type: *230 - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -154390,7 +154409,7 @@ webhooks: type: string enum: - unassigned - assignee: &758 + assignee: &759 title: User type: - object @@ -154462,11 +154481,11 @@ webhooks: required: - login - id - enterprise: *707 - installation: *708 - issue: *734 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + issue: *735 + organization: *710 + repository: *711 sender: *4 required: - action @@ -154545,12 +154564,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *707 - installation: *708 - issue: *734 - label: *726 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + issue: *735 + label: *727 + organization: *710 + repository: *711 sender: *4 required: - action @@ -154630,8 +154649,8 @@ webhooks: type: string enum: - unlocked - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -155464,8 +155483,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -155565,8 +155584,8 @@ webhooks: format: uri user_view_type: type: string - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -155646,11 +155665,11 @@ webhooks: type: string enum: - unpinned - enterprise: *707 - installation: *708 - issue: *733 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + issue: *734 + organization: *710 + repository: *711 sender: *4 required: - action @@ -155729,12 +155748,12 @@ webhooks: type: string enum: - untyped - enterprise: *707 - installation: *708 - issue: *734 + enterprise: *708 + installation: *709 + issue: *735 type: *230 - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -155814,11 +155833,11 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - label: *726 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + label: *727 + organization: *710 + repository: *711 sender: *4 required: - action @@ -155896,11 +155915,11 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - label: *726 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + label: *727 + organization: *710 + repository: *711 sender: *4 required: - action @@ -156010,11 +156029,11 @@ webhooks: type: string required: - from - enterprise: *707 - installation: *708 - label: *726 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + label: *727 + organization: *710 + repository: *711 sender: *4 required: - action @@ -156096,9 +156115,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *707 - installation: *708 - marketplace_purchase: &735 + enterprise: *708 + installation: *709 + marketplace_purchase: &736 title: Marketplace Purchase type: object required: @@ -156186,8 +156205,8 @@ webhooks: type: integer unit_count: type: integer - organization: *709 - previous_marketplace_purchase: &736 + organization: *710 + previous_marketplace_purchase: &737 title: Marketplace Purchase type: object properties: @@ -156271,7 +156290,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *710 + repository: *711 sender: *4 required: - action @@ -156351,10 +156370,10 @@ webhooks: - changed effective_date: type: string - enterprise: *707 - installation: *708 - marketplace_purchase: *735 - organization: *709 + enterprise: *708 + installation: *709 + marketplace_purchase: *736 + organization: *710 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -156442,7 +156461,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *710 + repository: *711 sender: *4 required: - action @@ -156524,10 +156543,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *707 - installation: *708 - marketplace_purchase: *735 - organization: *709 + enterprise: *708 + installation: *709 + marketplace_purchase: *736 + organization: *710 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -156613,7 +156632,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *710 + repository: *711 sender: *4 required: - action @@ -156694,8 +156713,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 marketplace_purchase: title: Marketplace Purchase type: object @@ -156781,9 +156800,9 @@ webhooks: type: integer unit_count: type: integer - organization: *709 - previous_marketplace_purchase: *736 - repository: *710 + organization: *710 + previous_marketplace_purchase: *737 + repository: *711 sender: *4 required: - action @@ -156863,12 +156882,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *707 - installation: *708 - marketplace_purchase: *735 - organization: *709 - previous_marketplace_purchase: *736 - repository: *710 + enterprise: *708 + installation: *709 + marketplace_purchase: *736 + organization: *710 + previous_marketplace_purchase: *737 + repository: *711 sender: *4 required: - action @@ -156970,11 +156989,11 @@ webhooks: type: string required: - to - enterprise: *707 - installation: *708 - member: *727 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + member: *728 + organization: *710 + repository: *711 sender: *4 required: - action @@ -157076,11 +157095,11 @@ webhooks: type: - string - 'null' - enterprise: *707 - installation: *708 - member: *727 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + member: *728 + organization: *710 + repository: *711 sender: *4 required: - action @@ -157159,11 +157178,11 @@ webhooks: type: string enum: - removed - enterprise: *707 - installation: *708 - member: *727 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + member: *728 + organization: *710 + repository: *711 sender: *4 required: - action @@ -157241,11 +157260,11 @@ webhooks: type: string enum: - added - enterprise: *707 - installation: *708 - member: *727 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + member: *728 + organization: *710 + repository: *711 scope: description: The scope of the membership. Currently, can only be `team`. @@ -157323,7 +157342,7 @@ webhooks: required: - login - id - team: &737 + team: &738 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -157553,11 +157572,11 @@ webhooks: type: string enum: - removed - enterprise: *707 - installation: *708 - member: *727 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + member: *728 + organization: *710 + repository: *711 scope: description: The scope of the membership. Currently, can only be `team`. @@ -157636,7 +157655,7 @@ webhooks: required: - login - id - team: *737 + team: *738 required: - action - scope @@ -157718,8 +157737,8 @@ webhooks: type: string enum: - checks_requested - installation: *708 - merge_group: &738 + installation: *709 + merge_group: &739 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -157745,8 +157764,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -157832,10 +157851,10 @@ webhooks: - merged - invalidated - dequeued - installation: *708 - merge_group: *738 - organization: *709 - repository: *710 + installation: *709 + merge_group: *739 + organization: *710 + repository: *711 sender: *4 required: - action @@ -157908,7 +157927,7 @@ webhooks: type: string enum: - deleted - enterprise: *707 + enterprise: *708 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -158017,12 +158036,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *708 - organization: *709 + installation: *709 + organization: *710 repository: anyOf: - type: 'null' - - *710 + - *711 sender: *4 required: - action @@ -158102,11 +158121,11 @@ webhooks: type: string enum: - closed - enterprise: *707 - installation: *708 - milestone: *732 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + milestone: *733 + organization: *710 + repository: *711 sender: *4 required: - action @@ -158185,9 +158204,9 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - milestone: &739 + enterprise: *708 + installation: *709 + milestone: &740 title: Milestone description: A collection of related issues and pull requests. type: object @@ -158329,8 +158348,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -158409,11 +158428,11 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - milestone: *732 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + milestone: *733 + organization: *710 + repository: *711 sender: *4 required: - action @@ -158523,11 +158542,11 @@ webhooks: type: string required: - from - enterprise: *707 - installation: *708 - milestone: *732 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + milestone: *733 + organization: *710 + repository: *711 sender: *4 required: - action @@ -158607,11 +158626,11 @@ webhooks: type: string enum: - opened - enterprise: *707 - installation: *708 - milestone: *739 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + milestone: *740 + organization: *710 + repository: *711 sender: *4 required: - action @@ -158690,11 +158709,11 @@ webhooks: type: string enum: - blocked - blocked_user: *727 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + blocked_user: *728 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -158773,11 +158792,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *727 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + blocked_user: *728 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -158856,9 +158875,9 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - membership: &740 + enterprise: *708 + installation: *709 + membership: &741 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -158968,8 +158987,8 @@ webhooks: - role - organization_url - user - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -159047,11 +159066,11 @@ webhooks: type: string enum: - member_added - enterprise: *707 - installation: *708 - membership: *740 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + membership: *741 + organization: *710 + repository: *711 sender: *4 required: - action @@ -159130,8 +159149,8 @@ webhooks: type: string enum: - member_invited - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -159253,10 +159272,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 - user: *727 + user: *728 required: - action - invitation @@ -159334,11 +159353,11 @@ webhooks: type: string enum: - member_removed - enterprise: *707 - installation: *708 - membership: *740 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + membership: *741 + organization: *710 + repository: *711 sender: *4 required: - action @@ -159425,11 +159444,11 @@ webhooks: properties: from: type: string - enterprise: *707 - installation: *708 - membership: *740 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + membership: *741 + organization: *710 + repository: *711 sender: *4 required: - action @@ -159506,9 +159525,9 @@ webhooks: type: string enum: - published - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 package: description: Information about the package. type: object @@ -160031,7 +160050,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &741 + items: &742 title: Ruby Gems metadata type: object properties: @@ -160128,7 +160147,7 @@ webhooks: - owner - package_version - registry - repository: *710 + repository: *711 sender: *4 required: - action @@ -160204,9 +160223,9 @@ webhooks: type: string enum: - updated - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 package: description: Information about the package. type: object @@ -160568,7 +160587,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *741 + items: *742 source_url: type: string format: uri @@ -160639,7 +160658,7 @@ webhooks: - owner - package_version - registry - repository: *710 + repository: *711 sender: *4 required: - action @@ -160819,12 +160838,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *707 + enterprise: *708 id: type: integer - installation: *708 - organization: *709 - repository: *710 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - id @@ -160901,7 +160920,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &742 + personal_access_token_request: &743 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -161051,10 +161070,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *707 - organization: *709 + enterprise: *708 + organization: *710 sender: *4 - installation: *708 + installation: *709 required: - action - personal_access_token_request @@ -161131,11 +161150,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *742 - enterprise: *707 - organization: *709 + personal_access_token_request: *743 + enterprise: *708 + organization: *710 sender: *4 - installation: *708 + installation: *709 required: - action - personal_access_token_request @@ -161211,11 +161230,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *742 - enterprise: *707 - organization: *709 + personal_access_token_request: *743 + enterprise: *708 + organization: *710 sender: *4 - installation: *708 + installation: *709 required: - action - personal_access_token_request @@ -161290,11 +161309,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *742 - organization: *709 - enterprise: *707 + personal_access_token_request: *743 + organization: *710 + enterprise: *708 sender: *4 - installation: *708 + installation: *709 required: - action - personal_access_token_request @@ -161399,7 +161418,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *743 + last_response: *744 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -161431,8 +161450,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 zen: description: Random string of GitHub zen. @@ -161677,10 +161696,10 @@ webhooks: - from required: - note - enterprise: *707 - installation: *708 - organization: *709 - project_card: &744 + enterprise: *708 + installation: *709 + organization: *710 + project_card: &745 title: Project Card type: object properties: @@ -161803,7 +161822,7 @@ webhooks: - creator - created_at - updated_at - repository: *710 + repository: *711 sender: *4 required: - action @@ -161884,11 +161903,11 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - organization: *709 - project_card: *744 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + project_card: *745 + repository: *711 sender: *4 required: - action @@ -161968,9 +161987,9 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 project_card: title: Project Card type: object @@ -162100,7 +162119,7 @@ webhooks: repository: anyOf: - type: 'null' - - *710 + - *711 sender: *4 required: - action @@ -162194,11 +162213,11 @@ webhooks: - from required: - note - enterprise: *707 - installation: *708 - organization: *709 - project_card: *744 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + project_card: *745 + repository: *711 sender: *4 required: - action @@ -162292,9 +162311,9 @@ webhooks: - from required: - column_id - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 project_card: allOf: - title: Project Card @@ -162491,7 +162510,7 @@ webhooks: type: string required: - after_id - repository: *710 + repository: *711 sender: *4 required: - action @@ -162571,10 +162590,10 @@ webhooks: type: string enum: - closed - enterprise: *707 - installation: *708 - organization: *709 - project: &746 + enterprise: *708 + installation: *709 + organization: *710 + project: &747 title: Project type: object properties: @@ -162701,7 +162720,7 @@ webhooks: - creator - created_at - updated_at - repository: *710 + repository: *711 sender: *4 required: - action @@ -162781,10 +162800,10 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - organization: *709 - project_column: &745 + enterprise: *708 + installation: *709 + organization: *710 + project_column: &746 title: Project Column type: object properties: @@ -162824,7 +162843,7 @@ webhooks: - name - created_at - updated_at - repository: *710 + repository: *711 sender: *4 required: - action @@ -162903,14 +162922,14 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - organization: *709 - project_column: *745 + enterprise: *708 + installation: *709 + organization: *710 + project_column: *746 repository: anyOf: - type: 'null' - - *710 + - *711 sender: *4 required: - action @@ -162999,11 +163018,11 @@ webhooks: type: string required: - from - enterprise: *707 - installation: *708 - organization: *709 - project_column: *745 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + project_column: *746 + repository: *711 sender: *4 required: - action @@ -163083,11 +163102,11 @@ webhooks: type: string enum: - moved - enterprise: *707 - installation: *708 - organization: *709 - project_column: *745 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + project_column: *746 + repository: *711 sender: *4 required: - action @@ -163167,11 +163186,11 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - organization: *709 - project: *746 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + project: *747 + repository: *711 sender: *4 required: - action @@ -163251,14 +163270,14 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - organization: *709 - project: *746 + enterprise: *708 + installation: *709 + organization: *710 + project: *747 repository: anyOf: - type: 'null' - - *710 + - *711 sender: *4 required: - action @@ -163359,11 +163378,11 @@ webhooks: type: string required: - from - enterprise: *707 - installation: *708 - organization: *709 - project: *746 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + project: *747 + repository: *711 sender: *4 required: - action @@ -163442,11 +163461,11 @@ webhooks: type: string enum: - reopened - enterprise: *707 - installation: *708 - organization: *709 - project: *746 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + project: *747 + repository: *711 sender: *4 required: - action @@ -163527,8 +163546,8 @@ webhooks: type: string enum: - closed - installation: *708 - organization: *709 + installation: *709 + organization: *710 projects_v2: *263 sender: *4 required: @@ -163610,8 +163629,8 @@ webhooks: type: string enum: - created - installation: *708 - organization: *709 + installation: *709 + organization: *710 projects_v2: *263 sender: *4 required: @@ -163693,8 +163712,8 @@ webhooks: type: string enum: - deleted - installation: *708 - organization: *709 + installation: *709 + organization: *710 projects_v2: *263 sender: *4 required: @@ -163816,8 +163835,8 @@ webhooks: type: string to: type: string - installation: *708 - organization: *709 + installation: *709 + organization: *710 projects_v2: *263 sender: *4 required: @@ -163901,7 +163920,7 @@ webhooks: type: string enum: - archived - changes: &750 + changes: &751 type: object properties: archived_at: @@ -163917,9 +163936,9 @@ webhooks: - string - 'null' format: date-time - installation: *708 - organization: *709 - projects_v2_item: &747 + installation: *709 + organization: *710 + projects_v2_item: &748 title: Projects v2 Item description: An item belonging to a project type: object @@ -164059,9 +164078,9 @@ webhooks: - 'null' to: type: string - installation: *708 - organization: *709 - projects_v2_item: *747 + installation: *709 + organization: *710 + projects_v2_item: *748 sender: *4 required: - action @@ -164143,9 +164162,9 @@ webhooks: type: string enum: - created - installation: *708 - organization: *709 - projects_v2_item: *747 + installation: *709 + organization: *710 + projects_v2_item: *748 sender: *4 required: - action @@ -164226,9 +164245,9 @@ webhooks: type: string enum: - deleted - installation: *708 - organization: *709 - projects_v2_item: *747 + installation: *709 + organization: *710 + projects_v2_item: *748 sender: *4 required: - action @@ -164333,7 +164352,7 @@ webhooks: oneOf: - type: string - type: integer - - &748 + - &749 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -164357,7 +164376,7 @@ webhooks: required: - id - name - - &749 + - &750 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -164397,8 +164416,8 @@ webhooks: oneOf: - type: string - type: integer - - *748 - *749 + - *750 type: - 'null' - string @@ -164421,9 +164440,9 @@ webhooks: - 'null' required: - body - installation: *708 - organization: *709 - projects_v2_item: *747 + installation: *709 + organization: *710 + projects_v2_item: *748 sender: *4 required: - action @@ -164520,9 +164539,9 @@ webhooks: type: - string - 'null' - installation: *708 - organization: *709 - projects_v2_item: *747 + installation: *709 + organization: *710 + projects_v2_item: *748 sender: *4 required: - action @@ -164605,10 +164624,10 @@ webhooks: type: string enum: - restored - changes: *750 - installation: *708 - organization: *709 - projects_v2_item: *747 + changes: *751 + installation: *709 + organization: *710 + projects_v2_item: *748 sender: *4 required: - action @@ -164690,8 +164709,8 @@ webhooks: type: string enum: - reopened - installation: *708 - organization: *709 + installation: *709 + organization: *710 projects_v2: *263 sender: *4 required: @@ -164773,9 +164792,9 @@ webhooks: type: string enum: - created - installation: *708 - organization: *709 - projects_v2_status_update: *751 + installation: *709 + organization: *710 + projects_v2_status_update: *752 sender: *4 required: - action @@ -164856,9 +164875,9 @@ webhooks: type: string enum: - deleted - installation: *708 - organization: *709 - projects_v2_status_update: *751 + installation: *709 + organization: *710 + projects_v2_status_update: *752 sender: *4 required: - action @@ -165004,9 +165023,9 @@ webhooks: - string - 'null' format: date - installation: *708 - organization: *709 - projects_v2_status_update: *751 + installation: *709 + organization: *710 + projects_v2_status_update: *752 sender: *4 required: - action @@ -165077,10 +165096,10 @@ webhooks: title: public event type: object properties: - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - repository @@ -165157,13 +165176,13 @@ webhooks: type: string enum: - assigned - assignee: *727 - enterprise: *707 - installation: *708 - number: &752 + assignee: *728 + enterprise: *708 + installation: *709 + number: &753 description: The pull request number. type: integer - organization: *709 + organization: *710 pull_request: title: Pull Request type: object @@ -167534,7 +167553,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 sender: *4 required: - action @@ -167616,11 +167635,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 number: type: integer - organization: *709 + organization: *710 pull_request: title: Pull Request type: object @@ -169984,7 +170003,7 @@ webhooks: - draft reason: type: string - repository: *710 + repository: *711 sender: *4 required: - action @@ -170066,11 +170085,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 number: type: integer - organization: *709 + organization: *710 pull_request: title: Pull Request type: object @@ -172434,7 +172453,7 @@ webhooks: - draft reason: type: string - repository: *710 + repository: *711 sender: *4 required: - action @@ -172516,11 +172535,11 @@ webhooks: type: string enum: - closed - enterprise: *707 - installation: *708 - number: *752 - organization: *709 - pull_request: &753 + enterprise: *708 + installation: *709 + number: *753 + organization: *710 + pull_request: &754 allOf: - *565 - type: object @@ -172584,7 +172603,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *710 + repository: *711 sender: *4 required: - action @@ -172665,12 +172684,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *707 - installation: *708 - number: *752 - organization: *709 - pull_request: *753 - repository: *710 + enterprise: *708 + installation: *709 + number: *753 + organization: *710 + pull_request: *754 + repository: *711 sender: *4 required: - action @@ -172750,11 +172769,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *707 + enterprise: *708 milestone: *266 - number: *752 - organization: *709 - pull_request: &754 + number: *753 + organization: *710 + pull_request: &755 title: Pull Request type: object properties: @@ -175103,7 +175122,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 sender: *4 required: - action @@ -175182,11 +175201,11 @@ webhooks: type: string enum: - dequeued - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 number: type: integer - organization: *709 + organization: *710 pull_request: title: Pull Request type: object @@ -177554,7 +177573,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *710 + repository: *711 sender: *4 required: - action @@ -177678,12 +177697,12 @@ webhooks: type: string required: - from - enterprise: *707 - installation: *708 - number: *752 - organization: *709 - pull_request: *753 - repository: *710 + enterprise: *708 + installation: *709 + number: *753 + organization: *710 + pull_request: *754 + repository: *711 sender: *4 required: - action @@ -177763,11 +177782,11 @@ webhooks: type: string enum: - enqueued - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 number: type: integer - organization: *709 + organization: *710 pull_request: title: Pull Request type: object @@ -180120,7 +180139,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 sender: *4 required: - action @@ -180200,11 +180219,11 @@ webhooks: type: string enum: - labeled - enterprise: *707 - installation: *708 - label: *726 - number: *752 - organization: *709 + enterprise: *708 + installation: *709 + label: *727 + number: *753 + organization: *710 pull_request: title: Pull Request type: object @@ -182574,7 +182593,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 sender: *4 required: - action @@ -182655,10 +182674,10 @@ webhooks: type: string enum: - locked - enterprise: *707 - installation: *708 - number: *752 - organization: *709 + enterprise: *708 + installation: *709 + number: *753 + organization: *710 pull_request: title: Pull Request type: object @@ -185026,7 +185045,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 sender: *4 required: - action @@ -185106,12 +185125,12 @@ webhooks: type: string enum: - milestoned - enterprise: *707 + enterprise: *708 milestone: *266 - number: *752 - organization: *709 - pull_request: *754 - repository: *710 + number: *753 + organization: *710 + pull_request: *755 + repository: *711 sender: *4 required: - action @@ -185190,12 +185209,12 @@ webhooks: type: string enum: - opened - enterprise: *707 - installation: *708 - number: *752 - organization: *709 - pull_request: *753 - repository: *710 + enterprise: *708 + installation: *709 + number: *753 + organization: *710 + pull_request: *754 + repository: *711 sender: *4 required: - action @@ -185276,12 +185295,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *707 - installation: *708 - number: *752 - organization: *709 - pull_request: *753 - repository: *710 + enterprise: *708 + installation: *709 + number: *753 + organization: *710 + pull_request: *754 + repository: *711 sender: *4 required: - action @@ -185361,12 +185380,12 @@ webhooks: type: string enum: - reopened - enterprise: *707 - installation: *708 - number: *752 - organization: *709 - pull_request: *753 - repository: *710 + enterprise: *708 + installation: *709 + number: *753 + organization: *710 + pull_request: *754 + repository: *711 sender: *4 required: - action @@ -185741,9 +185760,9 @@ webhooks: - start_side - side - reactions - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 pull_request: type: object properties: @@ -187995,7 +188014,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *710 + repository: *711 sender: *4 required: - action @@ -188075,7 +188094,7 @@ webhooks: type: string enum: - deleted - comment: &756 + comment: &757 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -188368,9 +188387,9 @@ webhooks: - start_side - side - reactions - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 pull_request: type: object properties: @@ -190610,7 +190629,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *710 + repository: *711 sender: *4 required: - action @@ -190690,11 +190709,11 @@ webhooks: type: string enum: - edited - changes: *755 - comment: *756 - enterprise: *707 - installation: *708 - organization: *709 + changes: *756 + comment: *757 + enterprise: *708 + installation: *709 + organization: *710 pull_request: type: object properties: @@ -192937,7 +192956,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *710 + repository: *711 sender: *4 required: - action @@ -193018,9 +193037,9 @@ webhooks: type: string enum: - dismissed - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 pull_request: title: Simple Pull Request type: object @@ -195275,7 +195294,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *710 + repository: *711 review: description: The review that was affected. type: object @@ -195526,9 +195545,9 @@ webhooks: type: string required: - from - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 pull_request: title: Simple Pull Request type: object @@ -197642,8 +197661,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *710 - review: &757 + repository: *711 + review: &758 description: The review that was affected. type: object properties: @@ -197881,12 +197900,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 number: description: The pull request number. type: integer - organization: *709 + organization: *710 pull_request: title: Pull Request type: object @@ -200255,7 +200274,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 requested_reviewer: title: User type: @@ -200341,12 +200360,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 number: description: The pull request number. type: integer - organization: *709 + organization: *710 pull_request: title: Pull Request type: object @@ -202722,7 +202741,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 requested_team: title: Team description: Groups of organization members that gives permissions @@ -202917,12 +202936,12 @@ webhooks: type: string enum: - review_requested - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 number: description: The pull request number. type: integer - organization: *709 + organization: *710 pull_request: title: Pull Request type: object @@ -205293,7 +205312,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 requested_reviewer: title: User type: @@ -205380,12 +205399,12 @@ webhooks: type: string enum: - review_requested - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 number: description: The pull request number. type: integer - organization: *709 + organization: *710 pull_request: title: Pull Request type: object @@ -207747,7 +207766,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 requested_team: title: Team description: Groups of organization members that gives permissions @@ -207931,9 +207950,9 @@ webhooks: type: string enum: - submitted - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 pull_request: title: Simple Pull Request type: object @@ -210191,8 +210210,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *710 - review: *757 + repository: *711 + review: *758 sender: *4 required: - action @@ -210272,9 +210291,9 @@ webhooks: type: string enum: - resolved - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 pull_request: title: Simple Pull Request type: object @@ -212427,7 +212446,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *710 + repository: *711 sender: *4 thread: type: object @@ -212824,9 +212843,9 @@ webhooks: type: string enum: - unresolved - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 pull_request: title: Simple Pull Request type: object @@ -214962,7 +214981,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *710 + repository: *711 sender: *4 thread: type: object @@ -215361,10 +215380,10 @@ webhooks: type: string before: type: string - enterprise: *707 - installation: *708 - number: *752 - organization: *709 + enterprise: *708 + installation: *709 + number: *753 + organization: *710 pull_request: title: Pull Request type: object @@ -217721,7 +217740,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 sender: *4 required: - action @@ -217803,11 +217822,11 @@ webhooks: type: string enum: - unassigned - assignee: *758 - enterprise: *707 - installation: *708 - number: *752 - organization: *709 + assignee: *759 + enterprise: *708 + installation: *709 + number: *753 + organization: *710 pull_request: title: Pull Request type: object @@ -220179,7 +220198,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 sender: *4 required: - action @@ -220258,11 +220277,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *707 - installation: *708 - label: *726 - number: *752 - organization: *709 + enterprise: *708 + installation: *709 + label: *727 + number: *753 + organization: *710 pull_request: title: Pull Request type: object @@ -222623,7 +222642,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 sender: *4 required: - action @@ -222704,10 +222723,10 @@ webhooks: type: string enum: - unlocked - enterprise: *707 - installation: *708 - number: *752 - organization: *709 + enterprise: *708 + installation: *709 + number: *753 + organization: *710 pull_request: title: Pull Request type: object @@ -225058,7 +225077,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 sender: *4 required: - action @@ -225261,7 +225280,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *707 + enterprise: *708 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -225356,8 +225375,8 @@ webhooks: - url - author - committer - installation: *708 - organization: *709 + installation: *709 + organization: *710 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -225956,9 +225975,9 @@ webhooks: type: string enum: - published - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 registry_package: type: object properties: @@ -226435,7 +226454,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *741 + items: *742 summary: type: string tag_name: @@ -226491,7 +226510,7 @@ webhooks: - owner - package_version - registry - repository: *710 + repository: *711 sender: *4 required: - action @@ -226569,9 +226588,9 @@ webhooks: type: string enum: - updated - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 registry_package: type: object properties: @@ -226883,7 +226902,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *741 + items: *742 summary: type: string tag_name: @@ -226933,7 +226952,7 @@ webhooks: - owner - package_version - registry - repository: *710 + repository: *711 sender: *4 required: - action @@ -227010,10 +227029,10 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - organization: *709 - release: &759 + enterprise: *708 + installation: *709 + organization: *710 + release: &760 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -227344,7 +227363,7 @@ webhooks: - updated_at - zipball_url - body - repository: *710 + repository: *711 sender: *4 required: - action @@ -227421,11 +227440,11 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - organization: *709 - release: *759 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + release: *760 + repository: *711 sender: *4 required: - action @@ -227542,11 +227561,11 @@ webhooks: type: boolean required: - to - enterprise: *707 - installation: *708 - organization: *709 - release: *759 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + release: *760 + repository: *711 sender: *4 required: - action @@ -227624,9 +227643,9 @@ webhooks: type: string enum: - prereleased - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -227962,7 +227981,7 @@ webhooks: - string - 'null' format: uri - repository: *710 + repository: *711 sender: *4 required: - action @@ -228038,10 +228057,10 @@ webhooks: type: string enum: - published - enterprise: *707 - installation: *708 - organization: *709 - release: &760 + enterprise: *708 + installation: *709 + organization: *710 + release: &761 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -228374,7 +228393,7 @@ webhooks: - string - 'null' format: uri - repository: *710 + repository: *711 sender: *4 required: - action @@ -228450,11 +228469,11 @@ webhooks: type: string enum: - released - enterprise: *707 - installation: *708 - organization: *709 - release: *759 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + release: *760 + repository: *711 sender: *4 required: - action @@ -228530,11 +228549,11 @@ webhooks: type: string enum: - unpublished - enterprise: *707 - installation: *708 - organization: *709 - release: *760 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + release: *761 + repository: *711 sender: *4 required: - action @@ -228610,11 +228629,11 @@ webhooks: type: string enum: - published - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 - repository_advisory: *630 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 + repository_advisory: *631 sender: *4 required: - action @@ -228690,11 +228709,11 @@ webhooks: type: string enum: - reported - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 - repository_advisory: *630 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 + repository_advisory: *631 sender: *4 required: - action @@ -228770,10 +228789,10 @@ webhooks: type: string enum: - archived - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -228850,10 +228869,10 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -228931,10 +228950,10 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -229019,10 +229038,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -229137,10 +229156,10 @@ webhooks: - 'null' items: type: string - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -229212,10 +229231,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 status: type: string @@ -229296,10 +229315,10 @@ webhooks: type: string enum: - privatized - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -229376,10 +229395,10 @@ webhooks: type: string enum: - publicized - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -229473,10 +229492,10 @@ webhooks: - name required: - repository - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -229556,10 +229575,10 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 repository_ruleset: *308 sender: *4 required: @@ -229638,10 +229657,10 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 repository_ruleset: *308 sender: *4 required: @@ -229720,10 +229739,10 @@ webhooks: type: string enum: - edited - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 repository_ruleset: *308 changes: type: object @@ -230031,10 +230050,10 @@ webhooks: - from required: - owner - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -230112,10 +230131,10 @@ webhooks: type: string enum: - unarchived - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -230193,7 +230212,7 @@ webhooks: type: string enum: - create - alert: &761 + alert: &762 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -230318,10 +230337,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -230531,10 +230550,10 @@ webhooks: type: string enum: - dismissed - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -230612,11 +230631,11 @@ webhooks: type: string enum: - reopen - alert: *761 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + alert: *762 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -230818,10 +230837,10 @@ webhooks: enum: - fixed - open - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -230899,7 +230918,7 @@ webhooks: type: string enum: - assigned - alert: &762 + alert: &763 type: object properties: number: *170 @@ -230952,6 +230971,11 @@ 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 + - 'null' + description: The provider of the secret that was detected. validity: type: string description: The token status as of the latest validity check. @@ -231028,10 +231052,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -231109,11 +231133,11 @@ webhooks: type: string enum: - created - alert: *762 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + alert: *763 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -231194,11 +231218,11 @@ webhooks: type: string enum: - created - alert: *762 - installation: *708 - location: *763 - organization: *709 - repository: *710 + alert: *763 + installation: *709 + location: *764 + organization: *710 + repository: *711 sender: *4 required: - location @@ -231436,11 +231460,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *762 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + alert: *763 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -231518,11 +231542,11 @@ webhooks: type: string enum: - reopened - alert: *762 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + alert: *763 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -231600,11 +231624,11 @@ webhooks: type: string enum: - resolved - alert: *762 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + alert: *763 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -231682,12 +231706,12 @@ webhooks: type: string enum: - unassigned - alert: *762 + alert: *763 assignee: *4 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -231765,11 +231789,11 @@ webhooks: type: string enum: - validated - alert: *762 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + alert: *763 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -231899,10 +231923,10 @@ webhooks: - organization - enterprise - - repository: *710 - enterprise: *707 - installation: *708 - organization: *709 + repository: *711 + enterprise: *708 + installation: *709 + organization: *710 sender: *4 required: - action @@ -231980,11 +232004,11 @@ webhooks: type: string enum: - published - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 - security_advisory: &764 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 + security_advisory: &765 description: The details of the security advisory, including summary, description, and severity. type: object @@ -232170,11 +232194,11 @@ webhooks: type: string enum: - updated - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 - security_advisory: *764 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 + security_advisory: *765 sender: *4 required: - action @@ -232247,10 +232271,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -232437,9 +232461,9 @@ webhooks: type: object properties: security_and_analysis: *281 - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 repository: *328 sender: *4 required: @@ -232518,12 +232542,12 @@ webhooks: type: string enum: - cancelled - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 - sponsorship: &765 + sponsorship: &766 type: object properties: created_at: @@ -232828,12 +232852,12 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 - sponsorship: *765 + sponsorship: *766 required: - action - sponsorship @@ -232921,12 +232945,12 @@ webhooks: type: string required: - from - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 - sponsorship: *765 + sponsorship: *766 required: - action - changes @@ -233003,17 +233027,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &766 + effective_date: &767 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: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 - sponsorship: *765 + sponsorship: *766 required: - action - sponsorship @@ -233087,7 +233111,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &767 + changes: &768 type: object properties: tier: @@ -233131,13 +233155,13 @@ webhooks: - from required: - tier - effective_date: *766 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + effective_date: *767 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 - sponsorship: *765 + sponsorship: *766 required: - action - changes @@ -233214,13 +233238,13 @@ webhooks: type: string enum: - tier_changed - changes: *767 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + changes: *768 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 - sponsorship: *765 + sponsorship: *766 required: - action - changes @@ -233294,10 +233318,10 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -233381,10 +233405,10 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -233818,15 +233842,15 @@ webhooks: type: - string - 'null' - enterprise: *707 + enterprise: *708 id: description: The unique identifier of the status. type: integer - installation: *708 + installation: *709 name: type: string - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 sha: description: The Commit SHA. @@ -233942,9 +233966,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *81 - installation: *708 - organization: *709 - repository: *710 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -234034,9 +234058,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *81 - installation: *708 - organization: *709 - repository: *710 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -234126,9 +234150,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *81 - installation: *708 - organization: *709 - repository: *710 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -234218,9 +234242,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *81 - installation: *708 - organization: *709 - repository: *710 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -234297,12 +234321,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 - team: &768 + team: &769 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -234532,9 +234556,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 repository: title: Repository description: A git repository @@ -235004,7 +235028,7 @@ webhooks: - topics - visibility sender: *4 - team: *768 + team: *769 required: - action - team @@ -235080,9 +235104,9 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 repository: title: Repository description: A git repository @@ -235552,7 +235576,7 @@ webhooks: - topics - visibility sender: *4 - team: *768 + team: *769 required: - action - team @@ -235629,9 +235653,9 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 repository: title: Repository description: A git repository @@ -236101,7 +236125,7 @@ webhooks: - topics - visibility sender: *4 - team: *768 + team: *769 required: - action - team @@ -236245,9 +236269,9 @@ webhooks: - from required: - permissions - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 repository: title: Repository description: A git repository @@ -236717,7 +236741,7 @@ webhooks: - topics - visibility sender: *4 - team: *768 + team: *769 required: - action - changes @@ -236795,9 +236819,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 repository: title: Repository description: A git repository @@ -237267,7 +237291,7 @@ webhooks: - topics - visibility sender: *4 - team: *768 + team: *769 required: - action - team @@ -237343,10 +237367,10 @@ webhooks: type: string enum: - started - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -237419,17 +237443,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *707 + enterprise: *708 inputs: type: - object - 'null' additionalProperties: true - installation: *708 - organization: *709 + installation: *709 + organization: *710 ref: type: string - repository: *710 + repository: *711 sender: *4 workflow: type: string @@ -237511,10 +237535,10 @@ webhooks: type: string enum: - completed - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 workflow_job: allOf: @@ -237849,10 +237873,10 @@ webhooks: type: string enum: - in_progress - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 workflow_job: allOf: @@ -238213,10 +238237,10 @@ webhooks: type: string enum: - queued - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 workflow_job: type: object @@ -238441,10 +238465,10 @@ webhooks: type: string enum: - waiting - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 workflow_job: type: object @@ -238671,12 +238695,12 @@ webhooks: type: string enum: - completed - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 - workflow: *722 + workflow: *723 workflow_run: title: Workflow Run type: object @@ -239695,12 +239719,12 @@ webhooks: type: string enum: - in_progress - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 - workflow: *722 + workflow: *723 workflow_run: title: Workflow Run type: object @@ -240704,12 +240728,12 @@ webhooks: type: string enum: - requested - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 - workflow: *722 + workflow: *723 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json index 787b24756..427152ad3 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json @@ -233001,6 +233001,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", @@ -233401,6 +233410,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -611319,6 +611335,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", @@ -611726,6 +611751,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -613398,6 +613430,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -615053,6 +615092,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -1541276,6 +1541322,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1544460,6 +1544513,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1547476,6 +1547536,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1550998,6 +1551065,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1554014,6 +1554088,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1557030,6 +1557111,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1560046,6 +1560134,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1563230,6 +1563325,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml index ac1c6c96e..41e1c19d9 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml @@ -1041,7 +1041,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &632 + - &633 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -13901,7 +13901,7 @@ paths: properties: action: type: string - discussion: &723 + discussion: &724 title: Discussion description: A Discussion in a repository. type: object @@ -14686,7 +14686,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &644 + sub_issues_summary: &645 title: Sub-issues Summary type: object properties: @@ -14797,7 +14797,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &645 + issue_dependencies_summary: &646 title: Issue Dependencies Summary type: object properties: @@ -21675,7 +21675,7 @@ paths: required: false schema: type: string - - &700 + - &701 name: model description: The model name to query usage for. The name is not case sensitive. in: query @@ -21821,7 +21821,7 @@ paths: parameters: - *73 - *115 - - &701 + - &702 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 @@ -21933,7 +21933,7 @@ paths: - *115 - *117 - *116 - - &702 + - &703 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -21941,7 +21941,7 @@ paths: schema: type: string - *118 - - &703 + - &704 name: sku description: The SKU to query for usage. in: query @@ -28776,12 +28776,12 @@ paths: required: - subject_digests examples: - default: &682 + default: &683 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &683 + withPredicateType: &684 value: subject_digests: - sha256:abc123 @@ -28826,7 +28826,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &684 + default: &685 value: attestations_subject_digests: - sha256:abc: @@ -39640,7 +39640,7 @@ paths: parameters: - *73 - *242 - - &664 + - &665 name: repo_name description: repo_name parameter in: path @@ -40588,7 +40588,7 @@ paths: - nuget - container - *73 - - &665 + - &666 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -40629,7 +40629,7 @@ paths: default: *248 '403': *27 '401': *23 - '400': &667 + '400': &668 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -42764,7 +42764,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &751 + - &752 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -43650,7 +43650,7 @@ paths: - updated_at - project_url examples: - default: &687 + default: &688 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -43827,7 +43827,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &688 + items: &689 type: object properties: name: @@ -43864,7 +43864,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &689 + iteration_configuration: &690 type: object description: The configuration for iteration fields. properties: @@ -43914,7 +43914,7 @@ paths: value: name: Due date data_type: date - single_select_field: &690 + single_select_field: &691 summary: Create a single select field value: name: Priority @@ -43941,7 +43941,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &691 + iteration_field: &692 summary: Create an iteration field value: name: Sprint @@ -43967,7 +43967,7 @@ paths: application/json: schema: *268 examples: - text_field: &692 + text_field: &693 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -43976,7 +43976,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &693 + number_field: &694 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -43985,7 +43985,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &694 + date_field: &695 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -43994,7 +43994,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &695 + single_select_field: &696 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44028,7 +44028,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &696 + iteration_field: &697 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -44074,7 +44074,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *265 - - &697 + - &698 name: field_id description: The unique identifier of the field. in: path @@ -44089,7 +44089,7 @@ paths: application/json: schema: *268 examples: - default: &698 + default: &699 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -45300,7 +45300,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &679 + schema: &680 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -45483,7 +45483,7 @@ paths: parameters: - *265 - *73 - - &699 + - &700 name: view_number description: The number that identifies the project view. in: path @@ -49488,6 +49488,14 @@ paths: schema: type: string - &601 + name: exclude_providers + in: query + description: A comma-separated list of provider names to exclude from the + results. + required: false + schema: + type: string + - &602 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -49496,7 +49504,7 @@ paths: required: false schema: type: string - - &602 + - &603 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -49515,7 +49523,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &603 + - &604 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. @@ -49530,7 +49538,7 @@ paths: - *59 - *19 - *17 - - &604 + - &605 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 @@ -49540,7 +49548,7 @@ paths: required: false schema: type: string - - &605 + - &606 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 @@ -49550,7 +49558,7 @@ paths: required: false schema: type: string - - &606 + - &607 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -49559,7 +49567,7 @@ paths: required: false schema: type: string - - &607 + - &608 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -49568,7 +49576,7 @@ paths: schema: type: boolean default: false - - &608 + - &609 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -49577,7 +49585,7 @@ paths: schema: type: boolean default: false - - &609 + - &610 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -49609,14 +49617,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &610 + state: &611 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: &611 + resolution: &612 type: - string - 'null' @@ -49647,6 +49655,11 @@ 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 + - 'null' + description: The provider of the secret that was detected. secret: type: string description: The secret that was detected. @@ -49723,14 +49736,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &612 + - &613 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &614 + - &615 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -49794,7 +49807,7 @@ paths: - blob_url - commit_sha - commit_url - - &615 + - &616 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. @@ -49855,7 +49868,7 @@ paths: - page_url - commit_sha - commit_url - - &616 + - &617 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -49877,7 +49890,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &617 + - &618 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -49899,7 +49912,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &618 + - &619 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -49921,7 +49934,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &619 + - &620 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -49936,7 +49949,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &620 + - &621 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -49951,7 +49964,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &621 + - &622 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -49966,7 +49979,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &622 + - &623 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. @@ -49988,7 +50001,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &623 + - &624 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. @@ -50010,7 +50023,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &624 + - &625 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. @@ -50032,7 +50045,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &625 + - &626 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. @@ -50054,7 +50067,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &626 + - &627 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 @@ -50575,7 +50588,7 @@ paths: application/json: schema: type: array - items: &630 + items: &631 description: A repository security advisory. type: object properties: @@ -50872,7 +50885,7 @@ paths: - private_fork additionalProperties: false examples: - default: &631 + default: &632 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -52939,7 +52952,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &647 + response-if-user-is-a-team-maintainer: &648 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -53004,7 +53017,7 @@ paths: application/json: schema: *324 examples: - response-if-users-membership-with-team-is-now-pending: &648 + response-if-users-membership-with-team-is-now-pending: &649 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -53118,7 +53131,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &649 + schema: &650 title: Team Repository description: A team's access to a repository. type: object @@ -53840,7 +53853,7 @@ paths: type: array items: *187 examples: - response-if-child-teams-exist: &650 + response-if-child-teams-exist: &651 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -64984,7 +64997,7 @@ paths: check. type: array items: *84 - deployment: &712 + deployment: &713 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -70237,7 +70250,7 @@ paths: type: array items: *446 examples: - default: &655 + default: &656 value: total_count: 2 machines: @@ -73373,7 +73386,7 @@ paths: application/json: schema: type: array - items: &635 + items: &636 title: Status description: The status of a commit. type: object @@ -74989,7 +75002,7 @@ paths: items: type: object properties: - placeholder_id: &627 + placeholder_id: &628 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -80919,7 +80932,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &743 + last_response: &744 title: Hook Response type: object properties: @@ -81988,7 +82001,7 @@ paths: parameters: - *325 - *326 - - &677 + - &678 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -82422,7 +82435,7 @@ paths: type: array items: *519 examples: - default: &669 + default: &670 value: - id: 1 repository: @@ -86003,7 +86016,7 @@ paths: type: array items: *529 examples: - default: &641 + default: &642 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -96491,15 +96504,16 @@ paths: - *601 - *602 - *603 + - *604 - *59 - *19 - *17 - - *604 - *605 - *606 - *607 - *608 - *609 + - *610 responses: '200': description: Response @@ -96507,7 +96521,7 @@ paths: application/json: schema: type: array - items: &613 + items: &614 type: object properties: number: *170 @@ -96523,8 +96537,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *610 - resolution: *611 + state: *611 + resolution: *612 resolved_at: type: - string @@ -96549,6 +96563,11 @@ 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 + - 'null' + description: The provider of the secret that was detected. secret: type: string description: The secret that was detected. @@ -96618,7 +96637,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *612 + - *613 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -96780,13 +96799,13 @@ paths: - *325 - *326 - *422 - - *609 + - *610 responses: '200': description: Response content: application/json: - schema: *613 + schema: *614 examples: default: value: @@ -96850,8 +96869,8 @@ paths: schema: type: object properties: - state: *610 - resolution: *611 + state: *611 + resolution: *612 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -96889,7 +96908,7 @@ paths: description: Response content: application/json: - schema: *613 + schema: *614 examples: default: value: @@ -96997,7 +97016,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &763 + items: &764 type: object properties: type: @@ -97024,7 +97043,6 @@ paths: - commit details: oneOf: - - *614 - *615 - *616 - *617 @@ -97037,6 +97055,7 @@ paths: - *624 - *625 - *626 + - *627 examples: default: value: @@ -97131,14 +97150,14 @@ paths: schema: type: object properties: - reason: &628 + reason: &629 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *627 + placeholder_id: *628 required: - reason - placeholder_id @@ -97155,7 +97174,7 @@ paths: schema: type: object properties: - reason: *628 + reason: *629 expire_at: type: - string @@ -97218,7 +97237,7 @@ paths: properties: incremental_scans: type: array - items: &629 + items: &630 description: Information on a single scan performed by secret scanning on the repository type: object @@ -97246,15 +97265,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *629 + items: *630 backfill_scans: type: array - items: *629 + items: *630 custom_pattern_backfill_scans: type: array items: allOf: - - *629 + - *630 - type: object properties: pattern_name: @@ -97369,9 +97388,9 @@ paths: application/json: schema: type: array - items: *630 + items: *631 examples: - default: *631 + default: *632 '400': *14 '404': *6 x-github: @@ -97565,9 +97584,9 @@ paths: description: Response content: application/json: - schema: *630 + schema: *631 examples: - default: &633 + default: &634 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -97914,7 +97933,7 @@ paths: description: Response content: application/json: - schema: *630 + schema: *631 examples: default: value: @@ -98063,15 +98082,15 @@ paths: parameters: - *325 - *326 - - *632 + - *633 responses: '200': description: Response content: application/json: - schema: *630 + schema: *631 examples: - default: *633 + default: *634 '403': *27 '404': *6 x-github: @@ -98097,7 +98116,7 @@ paths: parameters: - *325 - *326 - - *632 + - *633 requestBody: required: true content: @@ -98268,10 +98287,10 @@ paths: description: Response content: application/json: - schema: *630 + schema: *631 examples: - default: *633 - add_credit: *633 + default: *634 + add_credit: *634 '403': *27 '404': *6 '422': @@ -98311,7 +98330,7 @@ paths: parameters: - *325 - *326 - - *632 + - *633 responses: '202': *37 '400': *14 @@ -98340,7 +98359,7 @@ paths: parameters: - *325 - *326 - - *632 + - *633 responses: '202': description: Response @@ -98481,7 +98500,7 @@ paths: application/json: schema: type: array - items: &634 + items: &635 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -98854,7 +98873,7 @@ paths: application/json: schema: type: array - items: *634 + items: *635 examples: default: value: @@ -98944,7 +98963,7 @@ paths: description: Response content: application/json: - schema: *635 + schema: *636 examples: default: value: @@ -99038,7 +99057,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &636 + schema: &637 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -99138,7 +99157,7 @@ paths: description: Response content: application/json: - schema: *636 + schema: *637 examples: default: value: @@ -99348,7 +99367,7 @@ paths: description: Response content: application/json: - schema: &637 + schema: &638 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -99360,7 +99379,7 @@ paths: required: - names examples: - default: &638 + default: &639 value: names: - octocat @@ -99415,9 +99434,9 @@ paths: description: Response content: application/json: - schema: *637 + schema: *638 examples: - default: *638 + default: *639 '404': *6 '422': *7 x-github: @@ -99440,7 +99459,7 @@ paths: parameters: - *325 - *326 - - &639 + - &640 name: per description: The time frame to display results for. in: query @@ -99471,7 +99490,7 @@ paths: - 128 clones: type: array - items: &640 + items: &641 title: Traffic type: object properties: @@ -99719,7 +99738,7 @@ paths: parameters: - *325 - *326 - - *639 + - *640 responses: '200': description: Response @@ -99740,7 +99759,7 @@ paths: - 3782 views: type: array - items: *640 + items: *641 required: - uniques - count @@ -100477,7 +100496,7 @@ paths: the new values items: *529 examples: - default: *641 + default: *642 '400': *14 '403': *27 '404': *6 @@ -100583,7 +100602,7 @@ paths: the new values items: *529 examples: - default: *641 + default: *642 '400': *14 '403': *27 '404': *6 @@ -100759,7 +100778,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &642 + text_matches: &643 title: Search Result Text Matches type: array items: @@ -100922,7 +100941,7 @@ paths: enum: - author-date - committer-date - - &643 + - &644 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 @@ -101042,7 +101061,7 @@ paths: type: number node_id: type: string - text_matches: *642 + text_matches: *643 required: - sha - node_id @@ -101234,7 +101253,7 @@ paths: - interactions - created - updated - - *643 + - *644 - *17 - *19 - name: advanced_search @@ -101348,8 +101367,8 @@ paths: type: - string - 'null' - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -101376,7 +101395,7 @@ paths: - string - 'null' format: date-time - text_matches: *642 + text_matches: *643 pull_request: type: object properties: @@ -101641,7 +101660,7 @@ paths: enum: - created - updated - - *643 + - *644 - *17 - *19 responses: @@ -101686,7 +101705,7 @@ paths: - 'null' score: type: number - text_matches: *642 + text_matches: *643 required: - id - node_id @@ -101771,7 +101790,7 @@ paths: - forks - help-wanted-issues - updated - - *643 + - *644 - *17 - *19 responses: @@ -102017,7 +102036,7 @@ paths: - admin - pull - push - text_matches: *642 + text_matches: *643 temp_clone_token: type: string allow_merge_commit: @@ -102325,7 +102344,7 @@ paths: - string - 'null' format: uri - text_matches: *642 + text_matches: *643 related: type: - array @@ -102518,7 +102537,7 @@ paths: - followers - repositories - joined - - *643 + - *644 - *17 - *19 responses: @@ -102628,7 +102647,7 @@ paths: type: - boolean - 'null' - text_matches: *642 + text_matches: *643 blog: type: - string @@ -102710,7 +102729,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &646 + - &647 name: team_id description: The unique identifier of the team. in: path @@ -102751,7 +102770,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *646 + - *647 requestBody: required: true content: @@ -102852,7 +102871,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *646 + - *647 responses: '204': description: Response @@ -102881,7 +102900,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *646 + - *647 - *17 - *19 responses: @@ -102919,7 +102938,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *646 + - *647 - name: role description: Filters members returned by their role in the team. in: query @@ -102970,7 +102989,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *646 + - *647 - *69 responses: '204': @@ -103007,7 +103026,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *646 + - *647 - *69 responses: '204': @@ -103047,7 +103066,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *646 + - *647 - *69 responses: '204': @@ -103084,7 +103103,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *646 + - *647 - *69 responses: '200': @@ -103093,7 +103112,7 @@ paths: application/json: schema: *324 examples: - response-if-user-is-a-team-maintainer: *647 + response-if-user-is-a-team-maintainer: *648 '404': *6 x-github: githubCloudOnly: false @@ -103126,7 +103145,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *646 + - *647 - *69 requestBody: required: false @@ -103154,7 +103173,7 @@ paths: application/json: schema: *324 examples: - response-if-users-membership-with-team-is-now-pending: *648 + response-if-users-membership-with-team-is-now-pending: *649 '403': description: Forbidden if team synchronization is set up '422': @@ -103188,7 +103207,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *646 + - *647 - *69 responses: '204': @@ -103216,7 +103235,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *646 + - *647 - *17 - *19 responses: @@ -103258,7 +103277,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *646 + - *647 - *325 - *326 responses: @@ -103266,7 +103285,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *649 + schema: *650 examples: alternative-response-with-extra-repository-information: value: @@ -103417,7 +103436,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *646 + - *647 - *325 - *326 requestBody: @@ -103469,7 +103488,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *646 + - *647 - *325 - *326 responses: @@ -103496,7 +103515,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *646 + - *647 - *17 - *19 responses: @@ -103508,7 +103527,7 @@ paths: type: array items: *187 examples: - response-if-child-teams-exist: *650 + response-if-child-teams-exist: *651 headers: Link: *65 '404': *6 @@ -103541,7 +103560,7 @@ paths: application/json: schema: oneOf: - - &651 + - &652 title: Private User description: Private User type: object @@ -103791,7 +103810,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - &676 + - &677 title: Public User description: Public User type: object @@ -104125,7 +104144,7 @@ paths: description: Response content: application/json: - schema: *651 + schema: *652 examples: default: value: @@ -104523,7 +104542,7 @@ paths: type: integer secrets: type: array - items: &652 + items: &653 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -104643,7 +104662,7 @@ paths: description: Response content: application/json: - schema: *652 + schema: *653 examples: default: value: @@ -105056,7 +105075,7 @@ paths: description: Response content: application/json: - schema: &653 + schema: &654 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -105109,7 +105128,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &654 + default: &655 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -105154,9 +105173,9 @@ paths: description: Response content: application/json: - schema: *653 + schema: *654 examples: - default: *654 + default: *655 '404': *6 x-github: githubCloudOnly: false @@ -105195,7 +105214,7 @@ paths: type: array items: *446 examples: - default: *655 + default: *656 '304': *35 '500': *53 '401': *23 @@ -106161,7 +106180,7 @@ paths: type: array items: *247 examples: - default: &666 + default: &667 value: - id: 197 name: hello_docker @@ -106262,7 +106281,7 @@ paths: application/json: schema: type: array - items: &656 + items: &657 title: Email description: Email type: object @@ -106332,9 +106351,9 @@ paths: application/json: schema: type: array - items: *656 + items: *657 examples: - default: &668 + default: &669 value: - email: octocat@github.com verified: true @@ -106411,7 +106430,7 @@ paths: application/json: schema: type: array - items: *656 + items: *657 examples: default: value: @@ -106669,7 +106688,7 @@ paths: application/json: schema: type: array - items: &657 + items: &658 title: GPG Key description: A unique encryption key type: object @@ -106814,7 +106833,7 @@ paths: - subkeys - revoked examples: - default: &685 + default: &686 value: - id: 3 name: Octocat's GPG Key @@ -106899,9 +106918,9 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: &658 + default: &659 value: id: 3 name: Octocat's GPG Key @@ -106958,7 +106977,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &659 + - &660 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -106970,9 +106989,9 @@ paths: description: Response content: application/json: - schema: *657 + schema: *658 examples: - default: *658 + default: *659 '404': *6 '304': *35 '403': *27 @@ -106995,7 +107014,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *659 + - *660 responses: '204': description: Response @@ -107453,7 +107472,7 @@ paths: application/json: schema: type: array - items: &660 + items: &661 title: Key description: Key type: object @@ -107556,9 +107575,9 @@ paths: description: Response content: application/json: - schema: *660 + schema: *661 examples: - default: &661 + default: &662 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -107597,9 +107616,9 @@ paths: description: Response content: application/json: - schema: *660 + schema: *661 examples: - default: *661 + default: *662 '404': *6 '304': *35 '403': *27 @@ -107655,7 +107674,7 @@ paths: application/json: schema: type: array - items: &662 + items: &663 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -107734,7 +107753,7 @@ paths: - account - plan examples: - default: &663 + default: &664 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -107796,9 +107815,9 @@ paths: application/json: schema: type: array - items: *662 + items: *663 examples: - default: *663 + default: *664 headers: Link: *65 '304': *35 @@ -108816,7 +108835,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *242 - - *664 + - *665 responses: '204': description: Response @@ -108929,7 +108948,7 @@ paths: - docker - nuget - container - - *665 + - *666 - *19 - *17 responses: @@ -108941,8 +108960,8 @@ paths: type: array items: *247 examples: - default: *666 - '400': *667 + default: *667 + '400': *668 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -108971,7 +108990,7 @@ paths: application/json: schema: *247 examples: - default: &686 + default: &687 value: id: 40201 name: octo-name @@ -109333,9 +109352,9 @@ paths: application/json: schema: type: array - items: *656 + items: *657 examples: - default: *668 + default: *669 headers: Link: *65 '304': *35 @@ -109448,7 +109467,7 @@ paths: type: array items: *77 examples: - default: &675 + default: &676 summary: Default response value: - id: 1296269 @@ -109809,7 +109828,7 @@ paths: type: array items: *519 examples: - default: *669 + default: *670 headers: Link: *65 '304': *35 @@ -109889,7 +109908,7 @@ paths: application/json: schema: type: array - items: &670 + items: &671 title: Social account description: Social media account type: object @@ -109906,7 +109925,7 @@ paths: - provider - url examples: - default: &671 + default: &672 value: - provider: twitter url: https://twitter.com/github @@ -109969,9 +109988,9 @@ paths: application/json: schema: type: array - items: *670 + items: *671 examples: - default: *671 + default: *672 '422': *15 '304': *35 '404': *6 @@ -110059,7 +110078,7 @@ paths: application/json: schema: type: array - items: &672 + items: &673 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -110079,7 +110098,7 @@ paths: - title - created_at examples: - default: &704 + default: &705 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -110144,9 +110163,9 @@ paths: description: Response content: application/json: - schema: *672 + schema: *673 examples: - default: &673 + default: &674 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -110176,7 +110195,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &674 + - &675 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -110188,9 +110207,9 @@ paths: description: Response content: application/json: - schema: *672 + schema: *673 examples: - default: *673 + default: *674 '404': *6 '304': *35 '403': *27 @@ -110213,7 +110232,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *674 + - *675 responses: '204': description: Response @@ -110242,7 +110261,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &705 + - &706 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 @@ -110267,11 +110286,11 @@ paths: type: array items: *77 examples: - default-response: *675 + default-response: *676 application/vnd.github.v3.star+json: schema: type: array - items: &706 + items: &707 title: Starred Repository description: Starred Repository type: object @@ -110640,10 +110659,10 @@ paths: application/json: schema: oneOf: - - *651 - - *676 + - *652 + - *677 examples: - default-response: &680 + default-response: &681 summary: Default response value: login: octocat @@ -110678,7 +110697,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &681 + response-with-git-hub-plan-information: &682 summary: Response with GitHub plan information value: login: octocat @@ -110735,7 +110754,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &678 + - &679 name: user_id description: The unique identifier of the user. in: path @@ -110801,7 +110820,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *677 + - *678 - *17 responses: '200': @@ -110836,7 +110855,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *678 + - *679 - *265 requestBody: required: true @@ -110911,7 +110930,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *679 + schema: *680 examples: table_view: summary: Response for creating a table view @@ -110963,11 +110982,11 @@ paths: application/json: schema: oneOf: - - *651 - - *676 + - *652 + - *677 examples: - default-response: *680 - response-with-git-hub-plan-information: *681 + default-response: *681 + response-with-git-hub-plan-information: *682 '404': *6 x-github: githubCloudOnly: false @@ -111017,8 +111036,8 @@ paths: required: - subject_digests examples: - default: *682 - withPredicateType: *683 + default: *683 + withPredicateType: *684 responses: '200': description: Response @@ -111058,7 +111077,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *684 + default: *685 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111288,7 +111307,7 @@ paths: type: array items: *247 examples: - default: *666 + default: *667 '403': *27 '401': *23 x-github: @@ -111672,9 +111691,9 @@ paths: application/json: schema: type: array - items: *657 + items: *658 examples: - default: *685 + default: *686 headers: Link: *65 x-github: @@ -111903,7 +111922,7 @@ paths: - docker - nuget - container - - *665 + - *666 - *69 - *19 - *17 @@ -111916,10 +111935,10 @@ paths: type: array items: *247 examples: - default: *666 + default: *667 '403': *27 '401': *23 - '400': *667 + '400': *668 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -111949,7 +111968,7 @@ paths: application/json: schema: *247 examples: - default: *686 + default: *687 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -112298,7 +112317,7 @@ paths: type: array items: *268 examples: - default: *687 + default: *688 headers: Link: *65 '304': *35 @@ -112358,7 +112377,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *688 + items: *689 required: - name - data_type @@ -112374,7 +112393,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *689 + iteration_configuration: *690 required: - name - data_type @@ -112396,8 +112415,8 @@ paths: value: name: Due date data_type: date - single_select_field: *690 - iteration_field: *691 + single_select_field: *691 + iteration_field: *692 responses: '201': description: Response @@ -112405,11 +112424,11 @@ paths: application/json: schema: *268 examples: - text_field: *692 - number_field: *693 - date_field: *694 - single_select_field: *695 - iteration_field: *696 + text_field: *693 + number_field: *694 + date_field: *695 + single_select_field: *696 + iteration_field: *697 '304': *35 '403': *27 '401': *23 @@ -112431,7 +112450,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *265 - - *697 + - *698 - *69 responses: '200': @@ -112440,7 +112459,7 @@ paths: application/json: schema: *268 examples: - default: *698 + default: *699 headers: Link: *65 '304': *35 @@ -112797,7 +112816,7 @@ paths: parameters: - *265 - *69 - - *699 + - *700 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -113072,7 +113091,7 @@ paths: - *115 - *117 - *116 - - *700 + - *701 - *118 responses: '200': @@ -113203,7 +113222,7 @@ paths: parameters: - *69 - *115 - - *701 + - *702 - *116 responses: '200': @@ -113302,9 +113321,9 @@ paths: - *115 - *117 - *116 - - *702 - - *118 - *703 + - *118 + - *704 responses: '200': description: Response when getting a billing usage summary @@ -113438,9 +113457,9 @@ paths: application/json: schema: type: array - items: *670 + items: *671 examples: - default: *671 + default: *672 headers: Link: *65 x-github: @@ -113470,9 +113489,9 @@ paths: application/json: schema: type: array - items: *672 + items: *673 examples: - default: *704 + default: *705 headers: Link: *65 x-github: @@ -113497,7 +113516,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *69 - - *705 + - *706 - *59 - *17 - *19 @@ -113509,11 +113528,11 @@ paths: schema: anyOf: - type: array - items: *706 + items: *707 - type: array items: *77 examples: - default-response: *675 + default-response: *676 headers: Link: *65 x-github: @@ -113673,7 +113692,7 @@ webhooks: type: string enum: - disabled - enterprise: &707 + enterprise: &708 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -113742,7 +113761,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &708 + installation: &709 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -113763,7 +113782,7 @@ webhooks: required: - id - node_id - organization: &709 + organization: &710 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -113836,7 +113855,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &710 + repository: &711 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -114751,10 +114770,10 @@ webhooks: type: string enum: - enabled - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -114830,11 +114849,11 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 - rule: &711 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 + rule: &712 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) @@ -115057,11 +115076,11 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 - rule: *711 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 + rule: *712 sender: *4 required: - action @@ -115249,11 +115268,11 @@ webhooks: - everyone required: - from - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 - rule: *711 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 + rule: *712 sender: *4 required: - action @@ -115337,7 +115356,7 @@ webhooks: type: string enum: - completed - check_run: &713 + check_run: &714 title: CheckRun description: A check performed on the code of a given code change type: object @@ -115447,7 +115466,7 @@ webhooks: - examples: - neutral - deployment: *712 + deployment: *713 details_url: type: string examples: @@ -115545,10 +115564,10 @@ webhooks: - output - app - pull_requests - installation: *708 - enterprise: *707 - organization: *709 - repository: *710 + installation: *709 + enterprise: *708 + organization: *710 + repository: *711 sender: *4 required: - check_run @@ -115939,11 +115958,11 @@ webhooks: type: string enum: - created - check_run: *713 - installation: *708 - enterprise: *707 - organization: *709 - repository: *710 + check_run: *714 + installation: *709 + enterprise: *708 + organization: *710 + repository: *711 sender: *4 required: - check_run @@ -116337,11 +116356,11 @@ webhooks: type: string enum: - requested_action - check_run: *713 - installation: *708 - enterprise: *707 - organization: *709 - repository: *710 + check_run: *714 + installation: *709 + enterprise: *708 + organization: *710 + repository: *711 requested_action: description: The action requested by the user. type: object @@ -116744,11 +116763,11 @@ webhooks: type: string enum: - rerequested - check_run: *713 - installation: *708 - enterprise: *707 - organization: *709 - repository: *710 + check_run: *714 + installation: *709 + enterprise: *708 + organization: *710 + repository: *711 sender: *4 required: - check_run @@ -117733,10 +117752,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -118440,10 +118459,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -119141,10 +119160,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -119465,20 +119484,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &714 + commit_oid: &715 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: *707 - installation: *708 - organization: *709 - ref: &715 + enterprise: *708 + installation: *709 + organization: *710 + ref: &716 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: *710 + repository: *711 sender: *4 required: - action @@ -119886,12 +119905,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *714 - enterprise: *707 - installation: *708 - organization: *709 - ref: *715 - repository: *710 + commit_oid: *715 + enterprise: *708 + installation: *709 + organization: *710 + ref: *716 + repository: *711 sender: *4 required: - action @@ -120174,12 +120193,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *714 - enterprise: *707 - installation: *708 - organization: *709 - ref: *715 - repository: *710 + commit_oid: *715 + enterprise: *708 + installation: *709 + organization: *710 + ref: *716 + repository: *711 sender: *4 required: - action @@ -120525,12 +120544,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *714 - enterprise: *707 - installation: *708 - organization: *709 - ref: *715 - repository: *710 + commit_oid: *715 + enterprise: *708 + installation: *709 + organization: *710 + ref: *716 + repository: *711 sender: *4 required: - action @@ -120820,9 +120839,9 @@ webhooks: type: - string - 'null' - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -120830,7 +120849,7 @@ webhooks: type: - string - 'null' - repository: *710 + repository: *711 sender: *4 required: - action @@ -121076,12 +121095,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *714 - enterprise: *707 - installation: *708 - organization: *709 - ref: *715 - repository: *710 + commit_oid: *715 + enterprise: *708 + installation: *709 + organization: *710 + ref: *716 + repository: *711 sender: *4 required: - action @@ -121402,10 +121421,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -121665,10 +121684,10 @@ webhooks: - updated_at - author_association - body - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -121749,18 +121768,18 @@ webhooks: type: - string - 'null' - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *709 - pusher_type: &716 + organization: *710 + pusher_type: &717 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &717 + ref: &718 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -121770,7 +121789,7 @@ webhooks: enum: - tag - branch - repository: *710 + repository: *711 sender: *4 required: - ref @@ -121853,9 +121872,9 @@ webhooks: enum: - created definition: *276 - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 sender: *4 required: - action @@ -121940,9 +121959,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 sender: *4 required: - action @@ -122020,9 +122039,9 @@ webhooks: enum: - promote_to_enterprise definition: *276 - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 sender: *4 required: - action @@ -122100,9 +122119,9 @@ webhooks: enum: - updated definition: *276 - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 sender: *4 required: - action @@ -122179,10 +122198,10 @@ webhooks: type: string enum: - updated - enterprise: *707 - installation: *708 - repository: *710 - organization: *709 + enterprise: *708 + installation: *709 + repository: *711 + organization: *710 sender: *4 new_property_values: type: array @@ -122267,18 +122286,18 @@ webhooks: title: delete event type: object properties: - enterprise: *707 - installation: *708 - organization: *709 - pusher_type: *716 - ref: *717 + enterprise: *708 + installation: *709 + organization: *710 + pusher_type: *717 + ref: *718 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *710 + repository: *711 sender: *4 required: - ref @@ -122359,10 +122378,10 @@ webhooks: enum: - assignees_changed alert: *475 - installation: *708 - organization: *709 - enterprise: *707 - repository: *710 + installation: *709 + organization: *710 + enterprise: *708 + repository: *711 sender: *4 required: - action @@ -122443,10 +122462,10 @@ webhooks: enum: - auto_dismissed alert: *475 - installation: *708 - organization: *709 - enterprise: *707 - repository: *710 + installation: *709 + organization: *710 + enterprise: *708 + repository: *711 sender: *4 required: - action @@ -122528,10 +122547,10 @@ webhooks: enum: - auto_reopened alert: *475 - installation: *708 - organization: *709 - enterprise: *707 - repository: *710 + installation: *709 + organization: *710 + enterprise: *708 + repository: *711 sender: *4 required: - action @@ -122613,10 +122632,10 @@ webhooks: enum: - created alert: *475 - installation: *708 - organization: *709 - enterprise: *707 - repository: *710 + installation: *709 + organization: *710 + enterprise: *708 + repository: *711 sender: *4 required: - action @@ -122696,10 +122715,10 @@ webhooks: enum: - dismissed alert: *475 - installation: *708 - organization: *709 - enterprise: *707 - repository: *710 + installation: *709 + organization: *710 + enterprise: *708 + repository: *711 sender: *4 required: - action @@ -122779,10 +122798,10 @@ webhooks: enum: - fixed alert: *475 - installation: *708 - organization: *709 - enterprise: *707 - repository: *710 + installation: *709 + organization: *710 + enterprise: *708 + repository: *711 sender: *4 required: - action @@ -122863,10 +122882,10 @@ webhooks: enum: - reintroduced alert: *475 - installation: *708 - organization: *709 - enterprise: *707 - repository: *710 + installation: *709 + organization: *710 + enterprise: *708 + repository: *711 sender: *4 required: - action @@ -122946,10 +122965,10 @@ webhooks: enum: - reopened alert: *475 - installation: *708 - organization: *709 - enterprise: *707 - repository: *710 + installation: *709 + organization: *710 + enterprise: *708 + repository: *711 sender: *4 required: - action @@ -123026,9 +123045,9 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - key: &718 + enterprise: *708 + installation: *709 + key: &719 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -123066,8 +123085,8 @@ webhooks: - verified - created_at - read_only - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -123144,11 +123163,11 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - key: *718 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + key: *719 + organization: *710 + repository: *711 sender: *4 required: - action @@ -123715,12 +123734,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 - workflow: &722 + workflow: &723 title: Workflow type: - object @@ -124475,9 +124494,9 @@ webhooks: pull_requests: type: array items: *565 - repository: *710 - organization: *709 - installation: *708 + repository: *711 + organization: *710 + installation: *709 sender: *4 responses: '200': @@ -124548,7 +124567,7 @@ webhooks: type: string enum: - approved - approver: &719 + approver: &720 type: object properties: avatar_url: @@ -124591,11 +124610,11 @@ webhooks: type: string comment: type: string - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 - reviewers: &720 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 + reviewers: &721 type: array items: type: object @@ -124676,7 +124695,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &721 + workflow_job_run: &722 type: object properties: conclusion: @@ -125422,18 +125441,18 @@ webhooks: type: string enum: - rejected - approver: *719 + approver: *720 comment: type: string - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 - reviewers: *720 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 + reviewers: *721 sender: *4 since: type: string - workflow_job_run: *721 + workflow_job_run: *722 workflow_job_runs: type: array items: @@ -126150,13 +126169,13 @@ webhooks: type: string enum: - requested - enterprise: *707 + enterprise: *708 environment: type: string - installation: *708 - organization: *709 - repository: *710 - requestor: &727 + installation: *709 + organization: *710 + repository: *711 + requestor: &728 title: User type: - object @@ -128089,12 +128108,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 - workflow: *722 + workflow: *723 workflow_run: title: Deployment Workflow Run type: @@ -128785,7 +128804,7 @@ webhooks: type: string enum: - answered - answer: &725 + answer: &726 type: object properties: author_association: @@ -128945,11 +128964,11 @@ webhooks: - created_at - updated_at - body - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -129076,11 +129095,11 @@ webhooks: - from required: - category - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -129163,11 +129182,11 @@ webhooks: type: string enum: - closed - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -129249,7 +129268,7 @@ webhooks: type: string enum: - created - comment: &724 + comment: &725 type: object properties: author_association: @@ -129409,11 +129428,11 @@ webhooks: - updated_at - body - reactions - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -129496,12 +129515,12 @@ webhooks: type: string enum: - deleted - comment: *724 - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + comment: *725 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -129596,12 +129615,12 @@ webhooks: - from required: - body - comment: *724 - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + comment: *725 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -129685,11 +129704,11 @@ webhooks: type: string enum: - created - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -129771,11 +129790,11 @@ webhooks: type: string enum: - deleted - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -129875,11 +129894,11 @@ webhooks: type: string required: - from - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -129961,10 +129980,10 @@ webhooks: type: string enum: - labeled - discussion: *723 - enterprise: *707 - installation: *708 - label: &726 + discussion: *724 + enterprise: *708 + installation: *709 + label: &727 title: Label type: object properties: @@ -129997,8 +130016,8 @@ webhooks: - color - default - description - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -130081,11 +130100,11 @@ webhooks: type: string enum: - locked - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -130167,11 +130186,11 @@ webhooks: type: string enum: - pinned - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -130253,11 +130272,11 @@ webhooks: type: string enum: - reopened - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -130342,16 +130361,16 @@ webhooks: changes: type: object properties: - new_discussion: *723 - new_repository: *710 + new_discussion: *724 + new_repository: *711 required: - new_discussion - new_repository - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -130434,10 +130453,10 @@ webhooks: type: string enum: - unanswered - discussion: *723 - old_answer: *725 - organization: *709 - repository: *710 + discussion: *724 + old_answer: *726 + organization: *710 + repository: *711 sender: *4 required: - action @@ -130519,12 +130538,12 @@ webhooks: type: string enum: - unlabeled - discussion: *723 - enterprise: *707 - installation: *708 - label: *726 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + label: *727 + organization: *710 + repository: *711 sender: *4 required: - action @@ -130607,11 +130626,11 @@ webhooks: type: string enum: - unlocked - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -130693,11 +130712,11 @@ webhooks: type: string enum: - unpinned - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -130770,7 +130789,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *707 + enterprise: *708 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -131448,9 +131467,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *708 - organization: *709 - repository: *710 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - forkee @@ -131596,9 +131615,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 pages: description: The pages that were updated. type: array @@ -131636,7 +131655,7 @@ webhooks: - action - sha - html_url - repository: *710 + repository: *711 sender: *4 required: - pages @@ -131712,10 +131731,10 @@ webhooks: type: string enum: - created - enterprise: *707 + enterprise: *708 installation: *20 - organization: *709 - repositories: &728 + organization: *710 + repositories: &729 description: An array of repository objects that the installation can access. type: array @@ -131741,8 +131760,8 @@ webhooks: - name - full_name - private - repository: *710 - requester: *727 + repository: *711 + requester: *728 sender: *4 required: - action @@ -131817,11 +131836,11 @@ webhooks: type: string enum: - deleted - enterprise: *707 + enterprise: *708 installation: *20 - organization: *709 - repositories: *728 - repository: *710 + organization: *710 + repositories: *729 + repository: *711 requester: type: - 'null' @@ -131898,11 +131917,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *707 + enterprise: *708 installation: *20 - organization: *709 - repositories: *728 - repository: *710 + organization: *710 + repositories: *729 + repository: *711 requester: type: - 'null' @@ -131979,10 +131998,10 @@ webhooks: type: string enum: - added - enterprise: *707 + enterprise: *708 installation: *20 - organization: *709 - repositories_added: &729 + organization: *710 + repositories_added: &730 description: An array of repository objects, which were added to the installation. type: array @@ -132028,15 +132047,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *710 - repository_selection: &730 + repository: *711 + repository_selection: &731 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *727 + requester: *728 sender: *4 required: - action @@ -132115,10 +132134,10 @@ webhooks: type: string enum: - removed - enterprise: *707 + enterprise: *708 installation: *20 - organization: *709 - repositories_added: *729 + organization: *710 + repositories_added: *730 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -132145,9 +132164,9 @@ webhooks: - name - full_name - private - repository: *710 - repository_selection: *730 - requester: *727 + repository: *711 + repository_selection: *731 + requester: *728 sender: *4 required: - action @@ -132226,11 +132245,11 @@ webhooks: type: string enum: - suspend - enterprise: *707 + enterprise: *708 installation: *20 - organization: *709 - repositories: *728 - repository: *710 + organization: *710 + repositories: *729 + repository: *711 requester: type: - 'null' @@ -132412,10 +132431,10 @@ webhooks: type: string required: - from - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 target_type: type: string @@ -132494,11 +132513,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *707 + enterprise: *708 installation: *20 - organization: *709 - repositories: *728 - repository: *710 + organization: *710 + repositories: *729 + repository: *711 requester: type: - 'null' @@ -132750,8 +132769,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -133563,8 +133582,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 state: description: State of the issue; either 'open' or 'closed' type: string @@ -133925,8 +133944,8 @@ webhooks: - state - locked - assignee - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -134006,7 +134025,7 @@ webhooks: type: string enum: - deleted - comment: &731 + comment: &732 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -134177,8 +134196,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -134986,8 +135005,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135350,8 +135369,8 @@ webhooks: - state - locked - assignee - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -135431,7 +135450,7 @@ webhooks: type: string enum: - edited - changes: &755 + changes: &756 description: The changes to the comment. type: object properties: @@ -135443,9 +135462,9 @@ webhooks: type: string required: - from - comment: *731 - enterprise: *707 - installation: *708 + comment: *732 + enterprise: *708 + installation: *709 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -136256,8 +136275,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136618,8 +136637,8 @@ webhooks: - state - locked - assignee - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -136700,9 +136719,9 @@ webhooks: type: string enum: - pinned - comment: *731 - enterprise: *707 - installation: *708 + comment: *732 + enterprise: *708 + installation: *709 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -137515,8 +137534,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137879,8 +137898,8 @@ webhooks: - state - locked - assignee - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -137960,9 +137979,9 @@ webhooks: type: string enum: - unpinned - comment: *731 - enterprise: *707 - installation: *708 + comment: *732 + enterprise: *708 + installation: *709 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -138775,8 +138794,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139139,8 +139158,8 @@ webhooks: - state - locked - assignee - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -139229,9 +139248,9 @@ webhooks: type: number blocking_issue: *81 blocking_issue_repo: *77 - installation: *708 - organization: *709 - repository: *710 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -139320,9 +139339,9 @@ webhooks: type: number blocking_issue: *81 blocking_issue_repo: *77 - installation: *708 - organization: *709 - repository: *710 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -139410,9 +139429,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *81 - installation: *708 - organization: *709 - repository: *710 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -139501,9 +139520,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *81 - installation: *708 - organization: *709 - repository: *710 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -139583,10 +139602,10 @@ webhooks: type: string enum: - assigned - assignee: *727 - enterprise: *707 - installation: *708 - issue: &734 + assignee: *728 + enterprise: *708 + installation: *709 + issue: &735 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -140397,8 +140416,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -140521,8 +140540,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -140602,8 +140621,8 @@ webhooks: type: string enum: - closed - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -141419,8 +141438,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -141686,8 +141705,8 @@ webhooks: required: - state - closed_at - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -141766,8 +141785,8 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -142574,8 +142593,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -142697,8 +142716,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -142777,8 +142796,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143608,8 +143627,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -143710,7 +143729,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &732 + milestone: &733 title: Milestone description: A collection of related issues and pull requests. type: object @@ -143853,8 +143872,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -143953,8 +143972,8 @@ webhooks: type: string required: - from - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -144765,8 +144784,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -144889,9 +144908,9 @@ webhooks: - active_lock_reason - body - reactions - label: *726 - organization: *709 - repository: *710 + label: *727 + organization: *710 + repository: *711 sender: *4 required: - action @@ -144971,8 +144990,8 @@ webhooks: type: string enum: - labeled - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -145782,8 +145801,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -145906,9 +145925,9 @@ webhooks: - active_lock_reason - body - reactions - label: *726 - organization: *709 - repository: *710 + label: *727 + organization: *710 + repository: *711 sender: *4 required: - action @@ -145988,8 +146007,8 @@ webhooks: type: string enum: - locked - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -146824,8 +146843,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -146925,8 +146944,8 @@ webhooks: format: uri user_view_type: type: string - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -147005,8 +147024,8 @@ webhooks: type: string enum: - milestoned - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -147835,8 +147854,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -147936,9 +147955,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *732 - organization: *709 - repository: *710 + milestone: *733 + organization: *710 + repository: *711 sender: *4 required: - action @@ -148825,8 +148844,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -149421,8 +149440,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -150229,8 +150248,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -150356,8 +150375,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -150437,9 +150456,9 @@ webhooks: type: string enum: - pinned - enterprise: *707 - installation: *708 - issue: &733 + enterprise: *708 + installation: *709 + issue: &734 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -151244,8 +151263,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -151367,8 +151386,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -151447,8 +151466,8 @@ webhooks: type: string enum: - reopened - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -152281,8 +152300,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -152383,8 +152402,8 @@ webhooks: user_view_type: type: string type: *230 - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -153272,8 +153291,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -153886,11 +153905,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *707 - installation: *708 - issue: *733 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + issue: *734 + organization: *710 + repository: *711 sender: *4 required: - action @@ -153970,12 +153989,12 @@ webhooks: type: string enum: - typed - enterprise: *707 - installation: *708 - issue: *734 + enterprise: *708 + installation: *709 + issue: *735 type: *230 - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -154056,7 +154075,7 @@ webhooks: type: string enum: - unassigned - assignee: &758 + assignee: &759 title: User type: - object @@ -154128,11 +154147,11 @@ webhooks: required: - login - id - enterprise: *707 - installation: *708 - issue: *734 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + issue: *735 + organization: *710 + repository: *711 sender: *4 required: - action @@ -154211,12 +154230,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *707 - installation: *708 - issue: *734 - label: *726 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + issue: *735 + label: *727 + organization: *710 + repository: *711 sender: *4 required: - action @@ -154296,8 +154315,8 @@ webhooks: type: string enum: - unlocked - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -155130,8 +155149,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -155231,8 +155250,8 @@ webhooks: format: uri user_view_type: type: string - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -155312,11 +155331,11 @@ webhooks: type: string enum: - unpinned - enterprise: *707 - installation: *708 - issue: *733 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + issue: *734 + organization: *710 + repository: *711 sender: *4 required: - action @@ -155395,12 +155414,12 @@ webhooks: type: string enum: - untyped - enterprise: *707 - installation: *708 - issue: *734 + enterprise: *708 + installation: *709 + issue: *735 type: *230 - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -155480,11 +155499,11 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - label: *726 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + label: *727 + organization: *710 + repository: *711 sender: *4 required: - action @@ -155562,11 +155581,11 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - label: *726 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + label: *727 + organization: *710 + repository: *711 sender: *4 required: - action @@ -155676,11 +155695,11 @@ webhooks: type: string required: - from - enterprise: *707 - installation: *708 - label: *726 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + label: *727 + organization: *710 + repository: *711 sender: *4 required: - action @@ -155762,9 +155781,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *707 - installation: *708 - marketplace_purchase: &735 + enterprise: *708 + installation: *709 + marketplace_purchase: &736 title: Marketplace Purchase type: object required: @@ -155852,8 +155871,8 @@ webhooks: type: integer unit_count: type: integer - organization: *709 - previous_marketplace_purchase: &736 + organization: *710 + previous_marketplace_purchase: &737 title: Marketplace Purchase type: object properties: @@ -155937,7 +155956,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *710 + repository: *711 sender: *4 required: - action @@ -156017,10 +156036,10 @@ webhooks: - changed effective_date: type: string - enterprise: *707 - installation: *708 - marketplace_purchase: *735 - organization: *709 + enterprise: *708 + installation: *709 + marketplace_purchase: *736 + organization: *710 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -156108,7 +156127,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *710 + repository: *711 sender: *4 required: - action @@ -156190,10 +156209,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *707 - installation: *708 - marketplace_purchase: *735 - organization: *709 + enterprise: *708 + installation: *709 + marketplace_purchase: *736 + organization: *710 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -156279,7 +156298,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *710 + repository: *711 sender: *4 required: - action @@ -156360,8 +156379,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 marketplace_purchase: title: Marketplace Purchase type: object @@ -156447,9 +156466,9 @@ webhooks: type: integer unit_count: type: integer - organization: *709 - previous_marketplace_purchase: *736 - repository: *710 + organization: *710 + previous_marketplace_purchase: *737 + repository: *711 sender: *4 required: - action @@ -156529,12 +156548,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *707 - installation: *708 - marketplace_purchase: *735 - organization: *709 - previous_marketplace_purchase: *736 - repository: *710 + enterprise: *708 + installation: *709 + marketplace_purchase: *736 + organization: *710 + previous_marketplace_purchase: *737 + repository: *711 sender: *4 required: - action @@ -156636,11 +156655,11 @@ webhooks: type: string required: - to - enterprise: *707 - installation: *708 - member: *727 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + member: *728 + organization: *710 + repository: *711 sender: *4 required: - action @@ -156742,11 +156761,11 @@ webhooks: type: - string - 'null' - enterprise: *707 - installation: *708 - member: *727 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + member: *728 + organization: *710 + repository: *711 sender: *4 required: - action @@ -156825,11 +156844,11 @@ webhooks: type: string enum: - removed - enterprise: *707 - installation: *708 - member: *727 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + member: *728 + organization: *710 + repository: *711 sender: *4 required: - action @@ -156907,11 +156926,11 @@ webhooks: type: string enum: - added - enterprise: *707 - installation: *708 - member: *727 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + member: *728 + organization: *710 + repository: *711 scope: description: The scope of the membership. Currently, can only be `team`. @@ -156989,7 +157008,7 @@ webhooks: required: - login - id - team: &737 + team: &738 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -157219,11 +157238,11 @@ webhooks: type: string enum: - removed - enterprise: *707 - installation: *708 - member: *727 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + member: *728 + organization: *710 + repository: *711 scope: description: The scope of the membership. Currently, can only be `team`. @@ -157302,7 +157321,7 @@ webhooks: required: - login - id - team: *737 + team: *738 required: - action - scope @@ -157384,8 +157403,8 @@ webhooks: type: string enum: - checks_requested - installation: *708 - merge_group: &738 + installation: *709 + merge_group: &739 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -157411,8 +157430,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -157498,10 +157517,10 @@ webhooks: - merged - invalidated - dequeued - installation: *708 - merge_group: *738 - organization: *709 - repository: *710 + installation: *709 + merge_group: *739 + organization: *710 + repository: *711 sender: *4 required: - action @@ -157574,7 +157593,7 @@ webhooks: type: string enum: - deleted - enterprise: *707 + enterprise: *708 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -157683,12 +157702,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *708 - organization: *709 + installation: *709 + organization: *710 repository: anyOf: - type: 'null' - - *710 + - *711 sender: *4 required: - action @@ -157768,11 +157787,11 @@ webhooks: type: string enum: - closed - enterprise: *707 - installation: *708 - milestone: *732 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + milestone: *733 + organization: *710 + repository: *711 sender: *4 required: - action @@ -157851,9 +157870,9 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - milestone: &739 + enterprise: *708 + installation: *709 + milestone: &740 title: Milestone description: A collection of related issues and pull requests. type: object @@ -157995,8 +158014,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -158075,11 +158094,11 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - milestone: *732 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + milestone: *733 + organization: *710 + repository: *711 sender: *4 required: - action @@ -158189,11 +158208,11 @@ webhooks: type: string required: - from - enterprise: *707 - installation: *708 - milestone: *732 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + milestone: *733 + organization: *710 + repository: *711 sender: *4 required: - action @@ -158273,11 +158292,11 @@ webhooks: type: string enum: - opened - enterprise: *707 - installation: *708 - milestone: *739 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + milestone: *740 + organization: *710 + repository: *711 sender: *4 required: - action @@ -158356,11 +158375,11 @@ webhooks: type: string enum: - blocked - blocked_user: *727 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + blocked_user: *728 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -158439,11 +158458,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *727 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + blocked_user: *728 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -158522,9 +158541,9 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - membership: &740 + enterprise: *708 + installation: *709 + membership: &741 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -158634,8 +158653,8 @@ webhooks: - role - organization_url - user - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -158713,11 +158732,11 @@ webhooks: type: string enum: - member_added - enterprise: *707 - installation: *708 - membership: *740 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + membership: *741 + organization: *710 + repository: *711 sender: *4 required: - action @@ -158796,8 +158815,8 @@ webhooks: type: string enum: - member_invited - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -158919,10 +158938,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 - user: *727 + user: *728 required: - action - invitation @@ -159000,11 +159019,11 @@ webhooks: type: string enum: - member_removed - enterprise: *707 - installation: *708 - membership: *740 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + membership: *741 + organization: *710 + repository: *711 sender: *4 required: - action @@ -159091,11 +159110,11 @@ webhooks: properties: from: type: string - enterprise: *707 - installation: *708 - membership: *740 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + membership: *741 + organization: *710 + repository: *711 sender: *4 required: - action @@ -159172,9 +159191,9 @@ webhooks: type: string enum: - published - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 package: description: Information about the package. type: object @@ -159697,7 +159716,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &741 + items: &742 title: Ruby Gems metadata type: object properties: @@ -159794,7 +159813,7 @@ webhooks: - owner - package_version - registry - repository: *710 + repository: *711 sender: *4 required: - action @@ -159870,9 +159889,9 @@ webhooks: type: string enum: - updated - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 package: description: Information about the package. type: object @@ -160234,7 +160253,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *741 + items: *742 source_url: type: string format: uri @@ -160305,7 +160324,7 @@ webhooks: - owner - package_version - registry - repository: *710 + repository: *711 sender: *4 required: - action @@ -160485,12 +160504,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *707 + enterprise: *708 id: type: integer - installation: *708 - organization: *709 - repository: *710 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - id @@ -160567,7 +160586,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &742 + personal_access_token_request: &743 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -160717,10 +160736,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *707 - organization: *709 + enterprise: *708 + organization: *710 sender: *4 - installation: *708 + installation: *709 required: - action - personal_access_token_request @@ -160797,11 +160816,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *742 - enterprise: *707 - organization: *709 + personal_access_token_request: *743 + enterprise: *708 + organization: *710 sender: *4 - installation: *708 + installation: *709 required: - action - personal_access_token_request @@ -160877,11 +160896,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *742 - enterprise: *707 - organization: *709 + personal_access_token_request: *743 + enterprise: *708 + organization: *710 sender: *4 - installation: *708 + installation: *709 required: - action - personal_access_token_request @@ -160956,11 +160975,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *742 - organization: *709 - enterprise: *707 + personal_access_token_request: *743 + organization: *710 + enterprise: *708 sender: *4 - installation: *708 + installation: *709 required: - action - personal_access_token_request @@ -161065,7 +161084,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *743 + last_response: *744 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -161097,8 +161116,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 zen: description: Random string of GitHub zen. @@ -161343,10 +161362,10 @@ webhooks: - from required: - note - enterprise: *707 - installation: *708 - organization: *709 - project_card: &744 + enterprise: *708 + installation: *709 + organization: *710 + project_card: &745 title: Project Card type: object properties: @@ -161469,7 +161488,7 @@ webhooks: - creator - created_at - updated_at - repository: *710 + repository: *711 sender: *4 required: - action @@ -161550,11 +161569,11 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - organization: *709 - project_card: *744 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + project_card: *745 + repository: *711 sender: *4 required: - action @@ -161634,9 +161653,9 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 project_card: title: Project Card type: object @@ -161766,7 +161785,7 @@ webhooks: repository: anyOf: - type: 'null' - - *710 + - *711 sender: *4 required: - action @@ -161860,11 +161879,11 @@ webhooks: - from required: - note - enterprise: *707 - installation: *708 - organization: *709 - project_card: *744 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + project_card: *745 + repository: *711 sender: *4 required: - action @@ -161958,9 +161977,9 @@ webhooks: - from required: - column_id - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 project_card: allOf: - title: Project Card @@ -162157,7 +162176,7 @@ webhooks: type: string required: - after_id - repository: *710 + repository: *711 sender: *4 required: - action @@ -162237,10 +162256,10 @@ webhooks: type: string enum: - closed - enterprise: *707 - installation: *708 - organization: *709 - project: &746 + enterprise: *708 + installation: *709 + organization: *710 + project: &747 title: Project type: object properties: @@ -162367,7 +162386,7 @@ webhooks: - creator - created_at - updated_at - repository: *710 + repository: *711 sender: *4 required: - action @@ -162447,10 +162466,10 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - organization: *709 - project_column: &745 + enterprise: *708 + installation: *709 + organization: *710 + project_column: &746 title: Project Column type: object properties: @@ -162490,7 +162509,7 @@ webhooks: - name - created_at - updated_at - repository: *710 + repository: *711 sender: *4 required: - action @@ -162569,14 +162588,14 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - organization: *709 - project_column: *745 + enterprise: *708 + installation: *709 + organization: *710 + project_column: *746 repository: anyOf: - type: 'null' - - *710 + - *711 sender: *4 required: - action @@ -162665,11 +162684,11 @@ webhooks: type: string required: - from - enterprise: *707 - installation: *708 - organization: *709 - project_column: *745 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + project_column: *746 + repository: *711 sender: *4 required: - action @@ -162749,11 +162768,11 @@ webhooks: type: string enum: - moved - enterprise: *707 - installation: *708 - organization: *709 - project_column: *745 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + project_column: *746 + repository: *711 sender: *4 required: - action @@ -162833,11 +162852,11 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - organization: *709 - project: *746 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + project: *747 + repository: *711 sender: *4 required: - action @@ -162917,14 +162936,14 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - organization: *709 - project: *746 + enterprise: *708 + installation: *709 + organization: *710 + project: *747 repository: anyOf: - type: 'null' - - *710 + - *711 sender: *4 required: - action @@ -163025,11 +163044,11 @@ webhooks: type: string required: - from - enterprise: *707 - installation: *708 - organization: *709 - project: *746 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + project: *747 + repository: *711 sender: *4 required: - action @@ -163108,11 +163127,11 @@ webhooks: type: string enum: - reopened - enterprise: *707 - installation: *708 - organization: *709 - project: *746 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + project: *747 + repository: *711 sender: *4 required: - action @@ -163193,8 +163212,8 @@ webhooks: type: string enum: - closed - installation: *708 - organization: *709 + installation: *709 + organization: *710 projects_v2: *263 sender: *4 required: @@ -163276,8 +163295,8 @@ webhooks: type: string enum: - created - installation: *708 - organization: *709 + installation: *709 + organization: *710 projects_v2: *263 sender: *4 required: @@ -163359,8 +163378,8 @@ webhooks: type: string enum: - deleted - installation: *708 - organization: *709 + installation: *709 + organization: *710 projects_v2: *263 sender: *4 required: @@ -163482,8 +163501,8 @@ webhooks: type: string to: type: string - installation: *708 - organization: *709 + installation: *709 + organization: *710 projects_v2: *263 sender: *4 required: @@ -163567,7 +163586,7 @@ webhooks: type: string enum: - archived - changes: &750 + changes: &751 type: object properties: archived_at: @@ -163583,9 +163602,9 @@ webhooks: - string - 'null' format: date-time - installation: *708 - organization: *709 - projects_v2_item: &747 + installation: *709 + organization: *710 + projects_v2_item: &748 title: Projects v2 Item description: An item belonging to a project type: object @@ -163725,9 +163744,9 @@ webhooks: - 'null' to: type: string - installation: *708 - organization: *709 - projects_v2_item: *747 + installation: *709 + organization: *710 + projects_v2_item: *748 sender: *4 required: - action @@ -163809,9 +163828,9 @@ webhooks: type: string enum: - created - installation: *708 - organization: *709 - projects_v2_item: *747 + installation: *709 + organization: *710 + projects_v2_item: *748 sender: *4 required: - action @@ -163892,9 +163911,9 @@ webhooks: type: string enum: - deleted - installation: *708 - organization: *709 - projects_v2_item: *747 + installation: *709 + organization: *710 + projects_v2_item: *748 sender: *4 required: - action @@ -163999,7 +164018,7 @@ webhooks: oneOf: - type: string - type: integer - - &748 + - &749 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -164023,7 +164042,7 @@ webhooks: required: - id - name - - &749 + - &750 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -164063,8 +164082,8 @@ webhooks: oneOf: - type: string - type: integer - - *748 - *749 + - *750 type: - 'null' - string @@ -164087,9 +164106,9 @@ webhooks: - 'null' required: - body - installation: *708 - organization: *709 - projects_v2_item: *747 + installation: *709 + organization: *710 + projects_v2_item: *748 sender: *4 required: - action @@ -164186,9 +164205,9 @@ webhooks: type: - string - 'null' - installation: *708 - organization: *709 - projects_v2_item: *747 + installation: *709 + organization: *710 + projects_v2_item: *748 sender: *4 required: - action @@ -164271,10 +164290,10 @@ webhooks: type: string enum: - restored - changes: *750 - installation: *708 - organization: *709 - projects_v2_item: *747 + changes: *751 + installation: *709 + organization: *710 + projects_v2_item: *748 sender: *4 required: - action @@ -164356,8 +164375,8 @@ webhooks: type: string enum: - reopened - installation: *708 - organization: *709 + installation: *709 + organization: *710 projects_v2: *263 sender: *4 required: @@ -164439,9 +164458,9 @@ webhooks: type: string enum: - created - installation: *708 - organization: *709 - projects_v2_status_update: *751 + installation: *709 + organization: *710 + projects_v2_status_update: *752 sender: *4 required: - action @@ -164522,9 +164541,9 @@ webhooks: type: string enum: - deleted - installation: *708 - organization: *709 - projects_v2_status_update: *751 + installation: *709 + organization: *710 + projects_v2_status_update: *752 sender: *4 required: - action @@ -164670,9 +164689,9 @@ webhooks: - string - 'null' format: date - installation: *708 - organization: *709 - projects_v2_status_update: *751 + installation: *709 + organization: *710 + projects_v2_status_update: *752 sender: *4 required: - action @@ -164743,10 +164762,10 @@ webhooks: title: public event type: object properties: - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - repository @@ -164823,13 +164842,13 @@ webhooks: type: string enum: - assigned - assignee: *727 - enterprise: *707 - installation: *708 - number: &752 + assignee: *728 + enterprise: *708 + installation: *709 + number: &753 description: The pull request number. type: integer - organization: *709 + organization: *710 pull_request: title: Pull Request type: object @@ -167181,7 +167200,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 sender: *4 required: - action @@ -167263,11 +167282,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 number: type: integer - organization: *709 + organization: *710 pull_request: title: Pull Request type: object @@ -169612,7 +169631,7 @@ webhooks: - draft reason: type: string - repository: *710 + repository: *711 sender: *4 required: - action @@ -169694,11 +169713,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 number: type: integer - organization: *709 + organization: *710 pull_request: title: Pull Request type: object @@ -172043,7 +172062,7 @@ webhooks: - draft reason: type: string - repository: *710 + repository: *711 sender: *4 required: - action @@ -172125,11 +172144,11 @@ webhooks: type: string enum: - closed - enterprise: *707 - installation: *708 - number: *752 - organization: *709 - pull_request: &753 + enterprise: *708 + installation: *709 + number: *753 + organization: *710 + pull_request: &754 allOf: - *565 - type: object @@ -172193,7 +172212,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *710 + repository: *711 sender: *4 required: - action @@ -172274,12 +172293,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *707 - installation: *708 - number: *752 - organization: *709 - pull_request: *753 - repository: *710 + enterprise: *708 + installation: *709 + number: *753 + organization: *710 + pull_request: *754 + repository: *711 sender: *4 required: - action @@ -172359,11 +172378,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *707 + enterprise: *708 milestone: *266 - number: *752 - organization: *709 - pull_request: &754 + number: *753 + organization: *710 + pull_request: &755 title: Pull Request type: object properties: @@ -174707,7 +174726,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 sender: *4 required: - action @@ -174786,11 +174805,11 @@ webhooks: type: string enum: - dequeued - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 number: type: integer - organization: *709 + organization: *710 pull_request: title: Pull Request type: object @@ -177153,7 +177172,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *710 + repository: *711 sender: *4 required: - action @@ -177277,12 +177296,12 @@ webhooks: type: string required: - from - enterprise: *707 - installation: *708 - number: *752 - organization: *709 - pull_request: *753 - repository: *710 + enterprise: *708 + installation: *709 + number: *753 + organization: *710 + pull_request: *754 + repository: *711 sender: *4 required: - action @@ -177362,11 +177381,11 @@ webhooks: type: string enum: - enqueued - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 number: type: integer - organization: *709 + organization: *710 pull_request: title: Pull Request type: object @@ -179714,7 +179733,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 sender: *4 required: - action @@ -179794,11 +179813,11 @@ webhooks: type: string enum: - labeled - enterprise: *707 - installation: *708 - label: *726 - number: *752 - organization: *709 + enterprise: *708 + installation: *709 + label: *727 + number: *753 + organization: *710 pull_request: title: Pull Request type: object @@ -182149,7 +182168,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 sender: *4 required: - action @@ -182230,10 +182249,10 @@ webhooks: type: string enum: - locked - enterprise: *707 - installation: *708 - number: *752 - organization: *709 + enterprise: *708 + installation: *709 + number: *753 + organization: *710 pull_request: title: Pull Request type: object @@ -184582,7 +184601,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 sender: *4 required: - action @@ -184662,12 +184681,12 @@ webhooks: type: string enum: - milestoned - enterprise: *707 + enterprise: *708 milestone: *266 - number: *752 - organization: *709 - pull_request: *754 - repository: *710 + number: *753 + organization: *710 + pull_request: *755 + repository: *711 sender: *4 required: - action @@ -184746,12 +184765,12 @@ webhooks: type: string enum: - opened - enterprise: *707 - installation: *708 - number: *752 - organization: *709 - pull_request: *753 - repository: *710 + enterprise: *708 + installation: *709 + number: *753 + organization: *710 + pull_request: *754 + repository: *711 sender: *4 required: - action @@ -184832,12 +184851,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *707 - installation: *708 - number: *752 - organization: *709 - pull_request: *753 - repository: *710 + enterprise: *708 + installation: *709 + number: *753 + organization: *710 + pull_request: *754 + repository: *711 sender: *4 required: - action @@ -184917,12 +184936,12 @@ webhooks: type: string enum: - reopened - enterprise: *707 - installation: *708 - number: *752 - organization: *709 - pull_request: *753 - repository: *710 + enterprise: *708 + installation: *709 + number: *753 + organization: *710 + pull_request: *754 + repository: *711 sender: *4 required: - action @@ -185297,9 +185316,9 @@ webhooks: - start_side - side - reactions - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 pull_request: type: object properties: @@ -187532,7 +187551,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *710 + repository: *711 sender: *4 required: - action @@ -187612,7 +187631,7 @@ webhooks: type: string enum: - deleted - comment: &756 + comment: &757 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -187905,9 +187924,9 @@ webhooks: - start_side - side - reactions - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 pull_request: type: object properties: @@ -190128,7 +190147,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *710 + repository: *711 sender: *4 required: - action @@ -190208,11 +190227,11 @@ webhooks: type: string enum: - edited - changes: *755 - comment: *756 - enterprise: *707 - installation: *708 - organization: *709 + changes: *756 + comment: *757 + enterprise: *708 + installation: *709 + organization: *710 pull_request: type: object properties: @@ -192436,7 +192455,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *710 + repository: *711 sender: *4 required: - action @@ -192517,9 +192536,9 @@ webhooks: type: string enum: - dismissed - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 pull_request: title: Simple Pull Request type: object @@ -194755,7 +194774,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *710 + repository: *711 review: description: The review that was affected. type: object @@ -195006,9 +195025,9 @@ webhooks: type: string required: - from - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 pull_request: title: Simple Pull Request type: object @@ -197117,8 +197136,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *710 - review: &757 + repository: *711 + review: &758 description: The review that was affected. type: object properties: @@ -197356,12 +197375,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 number: description: The pull request number. type: integer - organization: *709 + organization: *710 pull_request: title: Pull Request type: object @@ -199711,7 +199730,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 requested_reviewer: title: User type: @@ -199797,12 +199816,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 number: description: The pull request number. type: integer - organization: *709 + organization: *710 pull_request: title: Pull Request type: object @@ -202159,7 +202178,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 requested_team: title: Team description: Groups of organization members that gives permissions @@ -202354,12 +202373,12 @@ webhooks: type: string enum: - review_requested - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 number: description: The pull request number. type: integer - organization: *709 + organization: *710 pull_request: title: Pull Request type: object @@ -204711,7 +204730,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 requested_reviewer: title: User type: @@ -204798,12 +204817,12 @@ webhooks: type: string enum: - review_requested - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 number: description: The pull request number. type: integer - organization: *709 + organization: *710 pull_request: title: Pull Request type: object @@ -207146,7 +207165,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 requested_team: title: Team description: Groups of organization members that gives permissions @@ -207330,9 +207349,9 @@ webhooks: type: string enum: - submitted - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 pull_request: title: Simple Pull Request type: object @@ -209571,8 +209590,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *710 - review: *757 + repository: *711 + review: *758 sender: *4 required: - action @@ -209652,9 +209671,9 @@ webhooks: type: string enum: - resolved - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 pull_request: title: Simple Pull Request type: object @@ -211802,7 +211821,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *710 + repository: *711 sender: *4 thread: type: object @@ -212199,9 +212218,9 @@ webhooks: type: string enum: - unresolved - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 pull_request: title: Simple Pull Request type: object @@ -214332,7 +214351,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *710 + repository: *711 sender: *4 thread: type: object @@ -214731,10 +214750,10 @@ webhooks: type: string before: type: string - enterprise: *707 - installation: *708 - number: *752 - organization: *709 + enterprise: *708 + installation: *709 + number: *753 + organization: *710 pull_request: title: Pull Request type: object @@ -217072,7 +217091,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 sender: *4 required: - action @@ -217154,11 +217173,11 @@ webhooks: type: string enum: - unassigned - assignee: *758 - enterprise: *707 - installation: *708 - number: *752 - organization: *709 + assignee: *759 + enterprise: *708 + installation: *709 + number: *753 + organization: *710 pull_request: title: Pull Request type: object @@ -219511,7 +219530,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 sender: *4 required: - action @@ -219590,11 +219609,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *707 - installation: *708 - label: *726 - number: *752 - organization: *709 + enterprise: *708 + installation: *709 + label: *727 + number: *753 + organization: *710 pull_request: title: Pull Request type: object @@ -221936,7 +221955,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 sender: *4 required: - action @@ -222017,10 +222036,10 @@ webhooks: type: string enum: - unlocked - enterprise: *707 - installation: *708 - number: *752 - organization: *709 + enterprise: *708 + installation: *709 + number: *753 + organization: *710 pull_request: title: Pull Request type: object @@ -224352,7 +224371,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 sender: *4 required: - action @@ -224555,7 +224574,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *707 + enterprise: *708 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -224650,8 +224669,8 @@ webhooks: - url - author - committer - installation: *708 - organization: *709 + installation: *709 + organization: *710 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -225250,9 +225269,9 @@ webhooks: type: string enum: - published - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 registry_package: type: object properties: @@ -225729,7 +225748,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *741 + items: *742 summary: type: string tag_name: @@ -225785,7 +225804,7 @@ webhooks: - owner - package_version - registry - repository: *710 + repository: *711 sender: *4 required: - action @@ -225863,9 +225882,9 @@ webhooks: type: string enum: - updated - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 registry_package: type: object properties: @@ -226177,7 +226196,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *741 + items: *742 summary: type: string tag_name: @@ -226227,7 +226246,7 @@ webhooks: - owner - package_version - registry - repository: *710 + repository: *711 sender: *4 required: - action @@ -226304,10 +226323,10 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - organization: *709 - release: &759 + enterprise: *708 + installation: *709 + organization: *710 + release: &760 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -226638,7 +226657,7 @@ webhooks: - updated_at - zipball_url - body - repository: *710 + repository: *711 sender: *4 required: - action @@ -226715,11 +226734,11 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - organization: *709 - release: *759 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + release: *760 + repository: *711 sender: *4 required: - action @@ -226836,11 +226855,11 @@ webhooks: type: boolean required: - to - enterprise: *707 - installation: *708 - organization: *709 - release: *759 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + release: *760 + repository: *711 sender: *4 required: - action @@ -226918,9 +226937,9 @@ webhooks: type: string enum: - prereleased - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -227256,7 +227275,7 @@ webhooks: - string - 'null' format: uri - repository: *710 + repository: *711 sender: *4 required: - action @@ -227332,10 +227351,10 @@ webhooks: type: string enum: - published - enterprise: *707 - installation: *708 - organization: *709 - release: &760 + enterprise: *708 + installation: *709 + organization: *710 + release: &761 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -227668,7 +227687,7 @@ webhooks: - string - 'null' format: uri - repository: *710 + repository: *711 sender: *4 required: - action @@ -227744,11 +227763,11 @@ webhooks: type: string enum: - released - enterprise: *707 - installation: *708 - organization: *709 - release: *759 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + release: *760 + repository: *711 sender: *4 required: - action @@ -227824,11 +227843,11 @@ webhooks: type: string enum: - unpublished - enterprise: *707 - installation: *708 - organization: *709 - release: *760 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + release: *761 + repository: *711 sender: *4 required: - action @@ -227904,11 +227923,11 @@ webhooks: type: string enum: - published - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 - repository_advisory: *630 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 + repository_advisory: *631 sender: *4 required: - action @@ -227984,11 +228003,11 @@ webhooks: type: string enum: - reported - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 - repository_advisory: *630 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 + repository_advisory: *631 sender: *4 required: - action @@ -228064,10 +228083,10 @@ webhooks: type: string enum: - archived - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -228144,10 +228163,10 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -228225,10 +228244,10 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -228313,10 +228332,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -228431,10 +228450,10 @@ webhooks: - 'null' items: type: string - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -228506,10 +228525,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 status: type: string @@ -228590,10 +228609,10 @@ webhooks: type: string enum: - privatized - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -228670,10 +228689,10 @@ webhooks: type: string enum: - publicized - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -228767,10 +228786,10 @@ webhooks: - name required: - repository - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -228850,10 +228869,10 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 repository_ruleset: *308 sender: *4 required: @@ -228932,10 +228951,10 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 repository_ruleset: *308 sender: *4 required: @@ -229014,10 +229033,10 @@ webhooks: type: string enum: - edited - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 repository_ruleset: *308 changes: type: object @@ -229325,10 +229344,10 @@ webhooks: - from required: - owner - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -229406,10 +229425,10 @@ webhooks: type: string enum: - unarchived - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -229487,7 +229506,7 @@ webhooks: type: string enum: - create - alert: &761 + alert: &762 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -229612,10 +229631,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -229825,10 +229844,10 @@ webhooks: type: string enum: - dismissed - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -229906,11 +229925,11 @@ webhooks: type: string enum: - reopen - alert: *761 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + alert: *762 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -230112,10 +230131,10 @@ webhooks: enum: - fixed - open - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -230193,7 +230212,7 @@ webhooks: type: string enum: - assigned - alert: &762 + alert: &763 type: object properties: number: *170 @@ -230246,6 +230265,11 @@ 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 + - 'null' + description: The provider of the secret that was detected. validity: type: string description: The token status as of the latest validity check. @@ -230322,10 +230346,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -230403,11 +230427,11 @@ webhooks: type: string enum: - created - alert: *762 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + alert: *763 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -230488,11 +230512,11 @@ webhooks: type: string enum: - created - alert: *762 - installation: *708 - location: *763 - organization: *709 - repository: *710 + alert: *763 + installation: *709 + location: *764 + organization: *710 + repository: *711 sender: *4 required: - location @@ -230730,11 +230754,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *762 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + alert: *763 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -230812,11 +230836,11 @@ webhooks: type: string enum: - reopened - alert: *762 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + alert: *763 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -230894,11 +230918,11 @@ webhooks: type: string enum: - resolved - alert: *762 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + alert: *763 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -230976,12 +231000,12 @@ webhooks: type: string enum: - unassigned - alert: *762 + alert: *763 assignee: *4 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -231059,11 +231083,11 @@ webhooks: type: string enum: - validated - alert: *762 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + alert: *763 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -231193,10 +231217,10 @@ webhooks: - organization - enterprise - - repository: *710 - enterprise: *707 - installation: *708 - organization: *709 + repository: *711 + enterprise: *708 + installation: *709 + organization: *710 sender: *4 required: - action @@ -231274,11 +231298,11 @@ webhooks: type: string enum: - published - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 - security_advisory: &764 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 + security_advisory: &765 description: The details of the security advisory, including summary, description, and severity. type: object @@ -231451,11 +231475,11 @@ webhooks: type: string enum: - updated - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 - security_advisory: *764 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 + security_advisory: *765 sender: *4 required: - action @@ -231528,10 +231552,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -231705,9 +231729,9 @@ webhooks: type: object properties: security_and_analysis: *281 - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 repository: *328 sender: *4 required: @@ -231786,12 +231810,12 @@ webhooks: type: string enum: - cancelled - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 - sponsorship: &765 + sponsorship: &766 type: object properties: created_at: @@ -232096,12 +232120,12 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 - sponsorship: *765 + sponsorship: *766 required: - action - sponsorship @@ -232189,12 +232213,12 @@ webhooks: type: string required: - from - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 - sponsorship: *765 + sponsorship: *766 required: - action - changes @@ -232271,17 +232295,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &766 + effective_date: &767 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: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 - sponsorship: *765 + sponsorship: *766 required: - action - sponsorship @@ -232355,7 +232379,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &767 + changes: &768 type: object properties: tier: @@ -232399,13 +232423,13 @@ webhooks: - from required: - tier - effective_date: *766 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + effective_date: *767 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 - sponsorship: *765 + sponsorship: *766 required: - action - changes @@ -232482,13 +232506,13 @@ webhooks: type: string enum: - tier_changed - changes: *767 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + changes: *768 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 - sponsorship: *765 + sponsorship: *766 required: - action - changes @@ -232562,10 +232586,10 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -232649,10 +232673,10 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -233086,15 +233110,15 @@ webhooks: type: - string - 'null' - enterprise: *707 + enterprise: *708 id: description: The unique identifier of the status. type: integer - installation: *708 + installation: *709 name: type: string - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 sha: description: The Commit SHA. @@ -233210,9 +233234,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *81 - installation: *708 - organization: *709 - repository: *710 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -233302,9 +233326,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *81 - installation: *708 - organization: *709 - repository: *710 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -233394,9 +233418,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *81 - installation: *708 - organization: *709 - repository: *710 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -233486,9 +233510,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *81 - installation: *708 - organization: *709 - repository: *710 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -233565,12 +233589,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 - team: &768 + team: &769 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -233800,9 +233824,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 repository: title: Repository description: A git repository @@ -234272,7 +234296,7 @@ webhooks: - topics - visibility sender: *4 - team: *768 + team: *769 required: - action - team @@ -234348,9 +234372,9 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 repository: title: Repository description: A git repository @@ -234820,7 +234844,7 @@ webhooks: - topics - visibility sender: *4 - team: *768 + team: *769 required: - action - team @@ -234897,9 +234921,9 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 repository: title: Repository description: A git repository @@ -235369,7 +235393,7 @@ webhooks: - topics - visibility sender: *4 - team: *768 + team: *769 required: - action - team @@ -235513,9 +235537,9 @@ webhooks: - from required: - permissions - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 repository: title: Repository description: A git repository @@ -235985,7 +236009,7 @@ webhooks: - topics - visibility sender: *4 - team: *768 + team: *769 required: - action - changes @@ -236063,9 +236087,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 repository: title: Repository description: A git repository @@ -236535,7 +236559,7 @@ webhooks: - topics - visibility sender: *4 - team: *768 + team: *769 required: - action - team @@ -236611,10 +236635,10 @@ webhooks: type: string enum: - started - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -236687,17 +236711,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *707 + enterprise: *708 inputs: type: - object - 'null' additionalProperties: true - installation: *708 - organization: *709 + installation: *709 + organization: *710 ref: type: string - repository: *710 + repository: *711 sender: *4 workflow: type: string @@ -236779,10 +236803,10 @@ webhooks: type: string enum: - completed - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 workflow_job: allOf: @@ -237117,10 +237141,10 @@ webhooks: type: string enum: - in_progress - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 workflow_job: allOf: @@ -237481,10 +237505,10 @@ webhooks: type: string enum: - queued - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 workflow_job: type: object @@ -237709,10 +237733,10 @@ webhooks: type: string enum: - waiting - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 workflow_job: type: object @@ -237939,12 +237963,12 @@ webhooks: type: string enum: - completed - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 - workflow: *722 + workflow: *723 workflow_run: title: Workflow Run type: object @@ -238963,12 +238987,12 @@ webhooks: type: string enum: - in_progress - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 - workflow: *722 + workflow: *723 workflow_run: title: Workflow Run type: object @@ -239972,12 +239996,12 @@ webhooks: type: string enum: - requested - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 - workflow: *722 + workflow: *723 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index 95a23fbb3..f76eb7603 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json @@ -247222,6 +247222,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", @@ -247622,6 +247631,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -638605,6 +638621,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", @@ -639012,6 +639037,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -640684,6 +640716,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -642339,6 +642378,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -1598482,6 +1598528,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1601703,6 +1601756,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1604756,6 +1604816,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1608315,6 +1608382,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1611368,6 +1611442,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1614421,6 +1614502,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1617474,6 +1617562,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1620695,6 +1620790,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index c0fec1b21..dcbf2b3f4 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml @@ -1124,7 +1124,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &632 + - &633 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -14140,7 +14140,7 @@ paths: properties: action: type: string - discussion: &723 + discussion: &724 title: Discussion description: A Discussion in a repository. type: object @@ -14924,7 +14924,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &644 + sub_issues_summary: &645 title: Sub-issues Summary type: object properties: @@ -15035,7 +15035,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &645 + issue_dependencies_summary: &646 title: Issue Dependencies Summary type: object properties: @@ -16592,7 +16592,7 @@ paths: url: type: string format: uri - user: &651 + user: &652 title: Public User description: Public User type: object @@ -22238,7 +22238,7 @@ paths: required: false schema: type: string - - &700 + - &701 name: model description: The model name to query usage for. The name is not case sensitive. in: query @@ -22384,7 +22384,7 @@ paths: parameters: - *73 - *115 - - &701 + - &702 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 @@ -22496,7 +22496,7 @@ paths: - *115 - *117 - *116 - - &702 + - &703 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -22504,7 +22504,7 @@ paths: schema: type: string - *118 - - &703 + - &704 name: sku description: The SKU to query for usage. in: query @@ -29377,12 +29377,12 @@ paths: required: - subject_digests examples: - default: &682 + default: &683 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &683 + withPredicateType: &684 value: subject_digests: - sha256:abc123 @@ -29441,7 +29441,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &684 + default: &685 value: attestations_subject_digests: - sha256:abc: @@ -40333,7 +40333,7 @@ paths: parameters: - *73 - *242 - - &665 + - &666 name: repo_name description: repo_name parameter in: path @@ -41412,7 +41412,7 @@ paths: - nuget - container - *73 - - &666 + - &667 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -41453,7 +41453,7 @@ paths: default: *248 '403': *27 '401': *23 - '400': &668 + '400': &669 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -43477,7 +43477,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &751 + - &752 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -44447,7 +44447,7 @@ paths: - updated_at - project_url examples: - default: &687 + default: &688 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44624,7 +44624,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &688 + items: &689 type: object properties: name: @@ -44661,7 +44661,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &689 + iteration_configuration: &690 type: object description: The configuration for iteration fields. properties: @@ -44711,7 +44711,7 @@ paths: value: name: Due date data_type: date - single_select_field: &690 + single_select_field: &691 summary: Create a single select field value: name: Priority @@ -44738,7 +44738,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &691 + iteration_field: &692 summary: Create an iteration field value: name: Sprint @@ -44764,7 +44764,7 @@ paths: application/json: schema: *268 examples: - text_field: &692 + text_field: &693 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -44773,7 +44773,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &693 + number_field: &694 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -44782,7 +44782,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &694 + date_field: &695 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -44791,7 +44791,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &695 + single_select_field: &696 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -44825,7 +44825,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &696 + iteration_field: &697 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -44871,7 +44871,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *265 - - &697 + - &698 name: field_id description: The unique identifier of the field. in: path @@ -44886,7 +44886,7 @@ paths: application/json: schema: *268 examples: - default: &698 + default: &699 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -46097,7 +46097,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &679 + schema: &680 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -46280,7 +46280,7 @@ paths: parameters: - *265 - *73 - - &699 + - &700 name: view_number description: The number that identifies the project view. in: path @@ -50309,6 +50309,14 @@ paths: schema: type: string - &601 + name: exclude_providers + in: query + description: A comma-separated list of provider names to exclude from the + results. + required: false + schema: + type: string + - &602 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -50317,7 +50325,7 @@ paths: required: false schema: type: string - - &602 + - &603 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -50336,7 +50344,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &603 + - &604 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. @@ -50351,7 +50359,7 @@ paths: - *59 - *19 - *17 - - &604 + - &605 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 @@ -50361,7 +50369,7 @@ paths: required: false schema: type: string - - &605 + - &606 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 @@ -50371,7 +50379,7 @@ paths: required: false schema: type: string - - &606 + - &607 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -50380,7 +50388,7 @@ paths: required: false schema: type: string - - &607 + - &608 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -50389,7 +50397,7 @@ paths: schema: type: boolean default: false - - &608 + - &609 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -50398,7 +50406,7 @@ paths: schema: type: boolean default: false - - &609 + - &610 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -50430,14 +50438,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &610 + state: &611 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: &611 + resolution: &612 type: - string - 'null' @@ -50468,6 +50476,11 @@ 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 + - 'null' + description: The provider of the secret that was detected. secret: type: string description: The secret that was detected. @@ -50544,14 +50557,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &612 + - &613 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &614 + - &615 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -50615,7 +50628,7 @@ paths: - blob_url - commit_sha - commit_url - - &615 + - &616 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. @@ -50676,7 +50689,7 @@ paths: - page_url - commit_sha - commit_url - - &616 + - &617 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -50698,7 +50711,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &617 + - &618 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -50720,7 +50733,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &618 + - &619 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -50742,7 +50755,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &619 + - &620 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -50757,7 +50770,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &620 + - &621 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -50772,7 +50785,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &621 + - &622 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -50787,7 +50800,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &622 + - &623 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. @@ -50809,7 +50822,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &623 + - &624 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. @@ -50831,7 +50844,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &624 + - &625 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. @@ -50853,7 +50866,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &625 + - &626 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. @@ -50875,7 +50888,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &626 + - &627 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 @@ -51396,7 +51409,7 @@ paths: application/json: schema: type: array - items: &630 + items: &631 description: A repository security advisory. type: object properties: @@ -51747,7 +51760,7 @@ paths: - private_fork version: '2026-03-10' examples: - default: &631 + default: &632 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -53833,7 +53846,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &647 + response-if-user-is-a-team-maintainer: &648 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -53898,7 +53911,7 @@ paths: application/json: schema: *324 examples: - response-if-users-membership-with-team-is-now-pending: &648 + response-if-users-membership-with-team-is-now-pending: &649 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -54012,7 +54025,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &649 + schema: &650 title: Team Repository description: A team's access to a repository. type: object @@ -54820,7 +54833,7 @@ paths: type: array items: *187 examples: - response-if-child-teams-exist: &650 + response-if-child-teams-exist: &651 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -66018,7 +66031,7 @@ paths: check. type: array items: *84 - deployment: &712 + deployment: &713 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -71290,7 +71303,7 @@ paths: type: array items: *446 examples: - default: &656 + default: &657 value: total_count: 2 machines: @@ -74426,7 +74439,7 @@ paths: application/json: schema: type: array - items: &635 + items: &636 title: Status description: The status of a commit. type: object @@ -76072,7 +76085,7 @@ paths: items: type: object properties: - placeholder_id: &627 + placeholder_id: &628 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -82002,7 +82015,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &743 + last_response: &744 title: Hook Response type: object properties: @@ -83071,7 +83084,7 @@ paths: parameters: - *325 - *326 - - &677 + - &678 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -83505,7 +83518,7 @@ paths: type: array items: *519 examples: - default: &670 + default: &671 value: - id: 1 repository: @@ -87120,7 +87133,7 @@ paths: type: array items: *529 examples: - default: &641 + default: &642 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -97714,15 +97727,16 @@ paths: - *601 - *602 - *603 + - *604 - *59 - *19 - *17 - - *604 - *605 - *606 - *607 - *608 - *609 + - *610 responses: '200': description: Response @@ -97730,7 +97744,7 @@ paths: application/json: schema: type: array - items: &613 + items: &614 type: object properties: number: *170 @@ -97746,8 +97760,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *610 - resolution: *611 + state: *611 + resolution: *612 resolved_at: type: - string @@ -97772,6 +97786,11 @@ 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 + - 'null' + description: The provider of the secret that was detected. secret: type: string description: The secret that was detected. @@ -97841,7 +97860,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *612 + - *613 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -98003,13 +98022,13 @@ paths: - *325 - *326 - *422 - - *609 + - *610 responses: '200': description: Response content: application/json: - schema: *613 + schema: *614 examples: default: value: @@ -98073,8 +98092,8 @@ paths: schema: type: object properties: - state: *610 - resolution: *611 + state: *611 + resolution: *612 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -98112,7 +98131,7 @@ paths: description: Response content: application/json: - schema: *613 + schema: *614 examples: default: value: @@ -98220,7 +98239,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &763 + items: &764 type: object properties: type: @@ -98247,7 +98266,6 @@ paths: - commit details: oneOf: - - *614 - *615 - *616 - *617 @@ -98260,6 +98278,7 @@ paths: - *624 - *625 - *626 + - *627 examples: default: value: @@ -98354,14 +98373,14 @@ paths: schema: type: object properties: - reason: &628 + reason: &629 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *627 + placeholder_id: *628 required: - reason - placeholder_id @@ -98378,7 +98397,7 @@ paths: schema: type: object properties: - reason: *628 + reason: *629 expire_at: type: - string @@ -98441,7 +98460,7 @@ paths: properties: incremental_scans: type: array - items: &629 + items: &630 description: Information on a single scan performed by secret scanning on the repository type: object @@ -98469,15 +98488,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *629 + items: *630 backfill_scans: type: array - items: *629 + items: *630 custom_pattern_backfill_scans: type: array items: allOf: - - *629 + - *630 - type: object properties: pattern_name: @@ -98592,9 +98611,9 @@ paths: application/json: schema: type: array - items: *630 + items: *631 examples: - default: *631 + default: *632 '400': *14 '404': *6 x-github: @@ -98788,9 +98807,9 @@ paths: description: Response content: application/json: - schema: *630 + schema: *631 examples: - default: &633 + default: &634 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -99137,7 +99156,7 @@ paths: description: Response content: application/json: - schema: *630 + schema: *631 examples: default: value: @@ -99286,15 +99305,15 @@ paths: parameters: - *325 - *326 - - *632 + - *633 responses: '200': description: Response content: application/json: - schema: *630 + schema: *631 examples: - default: *633 + default: *634 '403': *27 '404': *6 x-github: @@ -99320,7 +99339,7 @@ paths: parameters: - *325 - *326 - - *632 + - *633 requestBody: required: true content: @@ -99491,10 +99510,10 @@ paths: description: Response content: application/json: - schema: *630 + schema: *631 examples: - default: *633 - add_credit: *633 + default: *634 + add_credit: *634 '403': *27 '404': *6 '422': @@ -99534,7 +99553,7 @@ paths: parameters: - *325 - *326 - - *632 + - *633 responses: '202': *37 '400': *14 @@ -99563,7 +99582,7 @@ paths: parameters: - *325 - *326 - - *632 + - *633 responses: '202': description: Response @@ -99704,7 +99723,7 @@ paths: application/json: schema: type: array - items: &634 + items: &635 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -100077,7 +100096,7 @@ paths: application/json: schema: type: array - items: *634 + items: *635 examples: default: value: @@ -100167,7 +100186,7 @@ paths: description: Response content: application/json: - schema: *635 + schema: *636 examples: default: value: @@ -100261,7 +100280,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &636 + schema: &637 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -100361,7 +100380,7 @@ paths: description: Response content: application/json: - schema: *636 + schema: *637 examples: default: value: @@ -100571,7 +100590,7 @@ paths: description: Response content: application/json: - schema: &637 + schema: &638 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -100583,7 +100602,7 @@ paths: required: - names examples: - default: &638 + default: &639 value: names: - octocat @@ -100638,9 +100657,9 @@ paths: description: Response content: application/json: - schema: *637 + schema: *638 examples: - default: *638 + default: *639 '404': *6 '422': *7 x-github: @@ -100663,7 +100682,7 @@ paths: parameters: - *325 - *326 - - &639 + - &640 name: per description: The time frame to display results for. in: query @@ -100694,7 +100713,7 @@ paths: - 128 clones: type: array - items: &640 + items: &641 title: Traffic type: object properties: @@ -100942,7 +100961,7 @@ paths: parameters: - *325 - *326 - - *639 + - *640 responses: '200': description: Response @@ -100963,7 +100982,7 @@ paths: - 3782 views: type: array - items: *640 + items: *641 required: - uniques - count @@ -101700,7 +101719,7 @@ paths: the new values items: *529 examples: - default: *641 + default: *642 '400': *14 '403': *27 '404': *6 @@ -101806,7 +101825,7 @@ paths: the new values items: *529 examples: - default: *641 + default: *642 '400': *14 '403': *27 '404': *6 @@ -101982,7 +102001,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &642 + text_matches: &643 title: Search Result Text Matches type: array items: @@ -102145,7 +102164,7 @@ paths: enum: - author-date - committer-date - - &643 + - &644 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 @@ -102265,7 +102284,7 @@ paths: type: number node_id: type: string - text_matches: *642 + text_matches: *643 required: - sha - node_id @@ -102457,7 +102476,7 @@ paths: - interactions - created - updated - - *643 + - *644 - *17 - *19 - name: advanced_search @@ -102571,8 +102590,8 @@ paths: type: - string - 'null' - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -102603,7 +102622,7 @@ paths: - string - 'null' format: date-time - text_matches: *642 + text_matches: *643 pull_request: type: object properties: @@ -102897,7 +102916,7 @@ paths: enum: - created - updated - - *643 + - *644 - *17 - *19 responses: @@ -102942,7 +102961,7 @@ paths: - 'null' score: type: number - text_matches: *642 + text_matches: *643 required: - id - node_id @@ -103027,7 +103046,7 @@ paths: - forks - help-wanted-issues - updated - - *643 + - *644 - *17 - *19 responses: @@ -103273,7 +103292,7 @@ paths: - admin - pull - push - text_matches: *642 + text_matches: *643 temp_clone_token: type: string allow_merge_commit: @@ -103581,7 +103600,7 @@ paths: - string - 'null' format: uri - text_matches: *642 + text_matches: *643 related: type: - array @@ -103774,7 +103793,7 @@ paths: - followers - repositories - joined - - *643 + - *644 - *17 - *19 responses: @@ -103884,7 +103903,7 @@ paths: type: - boolean - 'null' - text_matches: *642 + text_matches: *643 blog: type: - string @@ -103966,7 +103985,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &646 + - &647 name: team_id description: The unique identifier of the team. in: path @@ -104007,7 +104026,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *646 + - *647 requestBody: required: true content: @@ -104108,7 +104127,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *646 + - *647 responses: '204': description: Response @@ -104137,7 +104156,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *646 + - *647 - *17 - *19 responses: @@ -104175,7 +104194,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *646 + - *647 - name: role description: Filters members returned by their role in the team. in: query @@ -104226,7 +104245,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *646 + - *647 - *69 responses: '204': @@ -104263,7 +104282,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *646 + - *647 - *69 responses: '204': @@ -104303,7 +104322,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *646 + - *647 - *69 responses: '204': @@ -104340,7 +104359,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *646 + - *647 - *69 responses: '200': @@ -104349,7 +104368,7 @@ paths: application/json: schema: *324 examples: - response-if-user-is-a-team-maintainer: *647 + response-if-user-is-a-team-maintainer: *648 '404': *6 x-github: githubCloudOnly: false @@ -104382,7 +104401,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *646 + - *647 - *69 requestBody: required: false @@ -104410,7 +104429,7 @@ paths: application/json: schema: *324 examples: - response-if-users-membership-with-team-is-now-pending: *648 + response-if-users-membership-with-team-is-now-pending: *649 '403': description: Forbidden if team synchronization is set up '422': @@ -104444,7 +104463,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *646 + - *647 - *69 responses: '204': @@ -104472,7 +104491,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *646 + - *647 - *17 - *19 responses: @@ -104514,7 +104533,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *646 + - *647 - *325 - *326 responses: @@ -104522,7 +104541,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *649 + schema: *650 examples: alternative-response-with-extra-repository-information: value: @@ -104673,7 +104692,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *646 + - *647 - *325 - *326 requestBody: @@ -104725,7 +104744,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *646 + - *647 - *325 - *326 responses: @@ -104752,7 +104771,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *646 + - *647 - *17 - *19 responses: @@ -104764,7 +104783,7 @@ paths: type: array items: *187 examples: - response-if-child-teams-exist: *650 + response-if-child-teams-exist: *651 headers: Link: *65 '404': *6 @@ -104797,7 +104816,7 @@ paths: application/json: schema: oneOf: - - &652 + - &653 title: Private User description: Private User type: object @@ -105047,7 +105066,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *651 + - *652 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -105207,7 +105226,7 @@ paths: description: Response content: application/json: - schema: *652 + schema: *653 examples: default: value: @@ -105605,7 +105624,7 @@ paths: type: integer secrets: type: array - items: &653 + items: &654 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -105725,7 +105744,7 @@ paths: description: Response content: application/json: - schema: *653 + schema: *654 examples: default: value: @@ -106138,7 +106157,7 @@ paths: description: Response content: application/json: - schema: &654 + schema: &655 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -106191,7 +106210,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &655 + default: &656 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -106236,9 +106255,9 @@ paths: description: Response content: application/json: - schema: *654 + schema: *655 examples: - default: *655 + default: *656 '404': *6 x-github: githubCloudOnly: false @@ -106277,7 +106296,7 @@ paths: type: array items: *446 examples: - default: *656 + default: *657 '304': *35 '500': *53 '401': *23 @@ -107243,7 +107262,7 @@ paths: type: array items: *247 examples: - default: &667 + default: &668 value: - id: 197 name: hello_docker @@ -107344,7 +107363,7 @@ paths: application/json: schema: type: array - items: &657 + items: &658 title: Email description: Email type: object @@ -107414,9 +107433,9 @@ paths: application/json: schema: type: array - items: *657 + items: *658 examples: - default: &669 + default: &670 value: - email: octocat@github.com verified: true @@ -107493,7 +107512,7 @@ paths: application/json: schema: type: array - items: *657 + items: *658 examples: default: value: @@ -107751,7 +107770,7 @@ paths: application/json: schema: type: array - items: &658 + items: &659 title: GPG Key description: A unique encryption key type: object @@ -107896,7 +107915,7 @@ paths: - subkeys - revoked examples: - default: &685 + default: &686 value: - id: 3 name: Octocat's GPG Key @@ -107981,9 +108000,9 @@ paths: description: Response content: application/json: - schema: *658 + schema: *659 examples: - default: &659 + default: &660 value: id: 3 name: Octocat's GPG Key @@ -108040,7 +108059,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &660 + - &661 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -108052,9 +108071,9 @@ paths: description: Response content: application/json: - schema: *658 + schema: *659 examples: - default: *659 + default: *660 '404': *6 '304': *35 '403': *27 @@ -108077,7 +108096,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *660 + - *661 responses: '204': description: Response @@ -108535,7 +108554,7 @@ paths: application/json: schema: type: array - items: &661 + items: &662 title: Key description: Key type: object @@ -108638,9 +108657,9 @@ paths: description: Response content: application/json: - schema: *661 + schema: *662 examples: - default: &662 + default: &663 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -108679,9 +108698,9 @@ paths: description: Response content: application/json: - schema: *661 + schema: *662 examples: - default: *662 + default: *663 '404': *6 '304': *35 '403': *27 @@ -108737,7 +108756,7 @@ paths: application/json: schema: type: array - items: &663 + items: &664 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -108816,7 +108835,7 @@ paths: - account - plan examples: - default: &664 + default: &665 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -108878,9 +108897,9 @@ paths: application/json: schema: type: array - items: *663 + items: *664 examples: - default: *664 + default: *665 headers: Link: *65 '304': *35 @@ -109898,7 +109917,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *242 - - *665 + - *666 responses: '204': description: Response @@ -110031,7 +110050,7 @@ paths: - docker - nuget - container - - *666 + - *667 - *19 - *17 responses: @@ -110043,8 +110062,8 @@ paths: type: array items: *247 examples: - default: *667 - '400': *668 + default: *668 + '400': *669 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -110073,7 +110092,7 @@ paths: application/json: schema: *247 examples: - default: &686 + default: &687 value: id: 40201 name: octo-name @@ -110435,9 +110454,9 @@ paths: application/json: schema: type: array - items: *657 + items: *658 examples: - default: *669 + default: *670 headers: Link: *65 '304': *35 @@ -110550,7 +110569,7 @@ paths: type: array items: *77 examples: - default: &676 + default: &677 summary: Default response value: - id: 1296269 @@ -110916,7 +110935,7 @@ paths: type: array items: *519 examples: - default: *670 + default: *671 headers: Link: *65 '304': *35 @@ -111001,7 +111020,7 @@ paths: application/json: schema: type: array - items: &671 + items: &672 title: Social account description: Social media account type: object @@ -111018,7 +111037,7 @@ paths: - provider - url examples: - default: &672 + default: &673 value: - provider: twitter url: https://twitter.com/github @@ -111081,9 +111100,9 @@ paths: application/json: schema: type: array - items: *671 + items: *672 examples: - default: *672 + default: *673 '422': *15 '304': *35 '404': *6 @@ -111171,7 +111190,7 @@ paths: application/json: schema: type: array - items: &673 + items: &674 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -111191,7 +111210,7 @@ paths: - title - created_at examples: - default: &704 + default: &705 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -111256,9 +111275,9 @@ paths: description: Response content: application/json: - schema: *673 + schema: *674 examples: - default: &674 + default: &675 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -111288,7 +111307,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: - - &675 + - &676 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -111300,9 +111319,9 @@ paths: description: Response content: application/json: - schema: *673 + schema: *674 examples: - default: *674 + default: *675 '404': *6 '304': *35 '403': *27 @@ -111325,7 +111344,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: - - *675 + - *676 responses: '204': description: Response @@ -111354,7 +111373,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &705 + - &706 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 @@ -111379,11 +111398,11 @@ paths: type: array items: *77 examples: - default-response: *676 + default-response: *677 application/vnd.github.v3.star+json: schema: type: array - items: &706 + items: &707 title: Starred Repository description: Starred Repository type: object @@ -111752,10 +111771,10 @@ paths: application/json: schema: oneOf: + - *653 - *652 - - *651 examples: - default-response: &680 + default-response: &681 summary: Default response value: login: octocat @@ -111790,7 +111809,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &681 + response-with-git-hub-plan-information: &682 summary: Response with GitHub plan information value: login: octocat @@ -111847,7 +111866,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &678 + - &679 name: user_id description: The unique identifier of the user. in: path @@ -111913,7 +111932,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *677 + - *678 - *17 responses: '200': @@ -111948,7 +111967,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *678 + - *679 - *265 requestBody: required: true @@ -112023,7 +112042,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *679 + schema: *680 examples: table_view: summary: Response for creating a table view @@ -112075,11 +112094,11 @@ paths: application/json: schema: oneOf: + - *653 - *652 - - *651 examples: - default-response: *680 - response-with-git-hub-plan-information: *681 + default-response: *681 + response-with-git-hub-plan-information: *682 '404': *6 x-github: githubCloudOnly: false @@ -112129,8 +112148,8 @@ paths: required: - subject_digests examples: - default: *682 - withPredicateType: *683 + default: *683 + withPredicateType: *684 responses: '200': description: Response @@ -112184,7 +112203,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *684 + default: *685 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -112459,7 +112478,7 @@ paths: type: array items: *247 examples: - default: *667 + default: *668 '403': *27 '401': *23 x-github: @@ -112843,9 +112862,9 @@ paths: application/json: schema: type: array - items: *658 + items: *659 examples: - default: *685 + default: *686 headers: Link: *65 x-github: @@ -113074,7 +113093,7 @@ paths: - docker - nuget - container - - *666 + - *667 - *69 - *19 - *17 @@ -113087,10 +113106,10 @@ paths: type: array items: *247 examples: - default: *667 + default: *668 '403': *27 '401': *23 - '400': *668 + '400': *669 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -113120,7 +113139,7 @@ paths: application/json: schema: *247 examples: - default: *686 + default: *687 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -113469,7 +113488,7 @@ paths: type: array items: *268 examples: - default: *687 + default: *688 headers: Link: *65 '304': *35 @@ -113529,7 +113548,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *688 + items: *689 required: - name - data_type @@ -113545,7 +113564,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *689 + iteration_configuration: *690 required: - name - data_type @@ -113567,8 +113586,8 @@ paths: value: name: Due date data_type: date - single_select_field: *690 - iteration_field: *691 + single_select_field: *691 + iteration_field: *692 responses: '201': description: Response @@ -113576,11 +113595,11 @@ paths: application/json: schema: *268 examples: - text_field: *692 - number_field: *693 - date_field: *694 - single_select_field: *695 - iteration_field: *696 + text_field: *693 + number_field: *694 + date_field: *695 + single_select_field: *696 + iteration_field: *697 '304': *35 '403': *27 '401': *23 @@ -113602,7 +113621,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *265 - - *697 + - *698 - *69 responses: '200': @@ -113611,7 +113630,7 @@ paths: application/json: schema: *268 examples: - default: *698 + default: *699 headers: Link: *65 '304': *35 @@ -113968,7 +113987,7 @@ paths: parameters: - *265 - *69 - - *699 + - *700 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -114243,7 +114262,7 @@ paths: - *115 - *117 - *116 - - *700 + - *701 - *118 responses: '200': @@ -114374,7 +114393,7 @@ paths: parameters: - *69 - *115 - - *701 + - *702 - *116 responses: '200': @@ -114473,9 +114492,9 @@ paths: - *115 - *117 - *116 - - *702 - - *118 - *703 + - *118 + - *704 responses: '200': description: Response when getting a billing usage summary @@ -114609,9 +114628,9 @@ paths: application/json: schema: type: array - items: *671 + items: *672 examples: - default: *672 + default: *673 headers: Link: *65 x-github: @@ -114641,9 +114660,9 @@ paths: application/json: schema: type: array - items: *673 + items: *674 examples: - default: *704 + default: *705 headers: Link: *65 x-github: @@ -114668,7 +114687,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *69 - - *705 + - *706 - *59 - *17 - *19 @@ -114680,11 +114699,11 @@ paths: schema: anyOf: - type: array - items: *706 + items: *707 - type: array items: *77 examples: - default-response: *676 + default-response: *677 headers: Link: *65 x-github: @@ -114844,7 +114863,7 @@ webhooks: type: string enum: - disabled - enterprise: &707 + enterprise: &708 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -114913,7 +114932,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &708 + installation: &709 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -114934,7 +114953,7 @@ webhooks: required: - id - node_id - organization: &709 + organization: &710 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -115007,7 +115026,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &710 + repository: &711 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -115947,10 +115966,10 @@ webhooks: type: string enum: - enabled - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -116026,11 +116045,11 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 - rule: &711 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 + rule: &712 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) @@ -116253,11 +116272,11 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 - rule: *711 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 + rule: *712 sender: *4 required: - action @@ -116445,11 +116464,11 @@ webhooks: - everyone required: - from - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 - rule: *711 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 + rule: *712 sender: *4 required: - action @@ -116533,7 +116552,7 @@ webhooks: type: string enum: - completed - check_run: &713 + check_run: &714 title: CheckRun description: A check performed on the code of a given code change type: object @@ -116643,7 +116662,7 @@ webhooks: - examples: - neutral - deployment: *712 + deployment: *713 details_url: type: string examples: @@ -116741,10 +116760,10 @@ webhooks: - output - app - pull_requests - installation: *708 - enterprise: *707 - organization: *709 - repository: *710 + installation: *709 + enterprise: *708 + organization: *710 + repository: *711 sender: *4 required: - check_run @@ -117135,11 +117154,11 @@ webhooks: type: string enum: - created - check_run: *713 - installation: *708 - enterprise: *707 - organization: *709 - repository: *710 + check_run: *714 + installation: *709 + enterprise: *708 + organization: *710 + repository: *711 sender: *4 required: - check_run @@ -117533,11 +117552,11 @@ webhooks: type: string enum: - requested_action - check_run: *713 - installation: *708 - enterprise: *707 - organization: *709 - repository: *710 + check_run: *714 + installation: *709 + enterprise: *708 + organization: *710 + repository: *711 requested_action: description: The action requested by the user. type: object @@ -117940,11 +117959,11 @@ webhooks: type: string enum: - rerequested - check_run: *713 - installation: *708 - enterprise: *707 - organization: *709 - repository: *710 + check_run: *714 + installation: *709 + enterprise: *708 + organization: *710 + repository: *711 sender: *4 required: - check_run @@ -118929,10 +118948,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -119636,10 +119655,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -120337,10 +120356,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -120661,20 +120680,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &714 + commit_oid: &715 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: *707 - installation: *708 - organization: *709 - ref: &715 + enterprise: *708 + installation: *709 + organization: *710 + ref: &716 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: *710 + repository: *711 sender: *4 required: - action @@ -121082,12 +121101,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *714 - enterprise: *707 - installation: *708 - organization: *709 - ref: *715 - repository: *710 + commit_oid: *715 + enterprise: *708 + installation: *709 + organization: *710 + ref: *716 + repository: *711 sender: *4 required: - action @@ -121370,12 +121389,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *714 - enterprise: *707 - installation: *708 - organization: *709 - ref: *715 - repository: *710 + commit_oid: *715 + enterprise: *708 + installation: *709 + organization: *710 + ref: *716 + repository: *711 sender: *4 required: - action @@ -121721,12 +121740,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *714 - enterprise: *707 - installation: *708 - organization: *709 - ref: *715 - repository: *710 + commit_oid: *715 + enterprise: *708 + installation: *709 + organization: *710 + ref: *716 + repository: *711 sender: *4 required: - action @@ -122016,9 +122035,9 @@ webhooks: type: - string - 'null' - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -122026,7 +122045,7 @@ webhooks: type: - string - 'null' - repository: *710 + repository: *711 sender: *4 required: - action @@ -122272,12 +122291,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *714 - enterprise: *707 - installation: *708 - organization: *709 - ref: *715 - repository: *710 + commit_oid: *715 + enterprise: *708 + installation: *709 + organization: *710 + ref: *716 + repository: *711 sender: *4 required: - action @@ -122598,10 +122617,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -122861,10 +122880,10 @@ webhooks: - updated_at - author_association - body - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -122945,18 +122964,18 @@ webhooks: type: - string - 'null' - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *709 - pusher_type: &716 + organization: *710 + pusher_type: &717 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &717 + ref: &718 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -122966,7 +122985,7 @@ webhooks: enum: - tag - branch - repository: *710 + repository: *711 sender: *4 required: - ref @@ -123049,9 +123068,9 @@ webhooks: enum: - created definition: *276 - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 sender: *4 required: - action @@ -123136,9 +123155,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 sender: *4 required: - action @@ -123216,9 +123235,9 @@ webhooks: enum: - promote_to_enterprise definition: *276 - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 sender: *4 required: - action @@ -123296,9 +123315,9 @@ webhooks: enum: - updated definition: *276 - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 sender: *4 required: - action @@ -123375,10 +123394,10 @@ webhooks: type: string enum: - updated - enterprise: *707 - installation: *708 - repository: *710 - organization: *709 + enterprise: *708 + installation: *709 + repository: *711 + organization: *710 sender: *4 new_property_values: type: array @@ -123463,18 +123482,18 @@ webhooks: title: delete event type: object properties: - enterprise: *707 - installation: *708 - organization: *709 - pusher_type: *716 - ref: *717 + enterprise: *708 + installation: *709 + organization: *710 + pusher_type: *717 + ref: *718 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *710 + repository: *711 sender: *4 required: - ref @@ -123555,10 +123574,10 @@ webhooks: enum: - assignees_changed alert: *475 - installation: *708 - organization: *709 - enterprise: *707 - repository: *710 + installation: *709 + organization: *710 + enterprise: *708 + repository: *711 sender: *4 required: - action @@ -123639,10 +123658,10 @@ webhooks: enum: - auto_dismissed alert: *475 - installation: *708 - organization: *709 - enterprise: *707 - repository: *710 + installation: *709 + organization: *710 + enterprise: *708 + repository: *711 sender: *4 required: - action @@ -123724,10 +123743,10 @@ webhooks: enum: - auto_reopened alert: *475 - installation: *708 - organization: *709 - enterprise: *707 - repository: *710 + installation: *709 + organization: *710 + enterprise: *708 + repository: *711 sender: *4 required: - action @@ -123809,10 +123828,10 @@ webhooks: enum: - created alert: *475 - installation: *708 - organization: *709 - enterprise: *707 - repository: *710 + installation: *709 + organization: *710 + enterprise: *708 + repository: *711 sender: *4 required: - action @@ -123892,10 +123911,10 @@ webhooks: enum: - dismissed alert: *475 - installation: *708 - organization: *709 - enterprise: *707 - repository: *710 + installation: *709 + organization: *710 + enterprise: *708 + repository: *711 sender: *4 required: - action @@ -123975,10 +123994,10 @@ webhooks: enum: - fixed alert: *475 - installation: *708 - organization: *709 - enterprise: *707 - repository: *710 + installation: *709 + organization: *710 + enterprise: *708 + repository: *711 sender: *4 required: - action @@ -124059,10 +124078,10 @@ webhooks: enum: - reintroduced alert: *475 - installation: *708 - organization: *709 - enterprise: *707 - repository: *710 + installation: *709 + organization: *710 + enterprise: *708 + repository: *711 sender: *4 required: - action @@ -124142,10 +124161,10 @@ webhooks: enum: - reopened alert: *475 - installation: *708 - organization: *709 - enterprise: *707 - repository: *710 + installation: *709 + organization: *710 + enterprise: *708 + repository: *711 sender: *4 required: - action @@ -124222,9 +124241,9 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - key: &718 + enterprise: *708 + installation: *709 + key: &719 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -124262,8 +124281,8 @@ webhooks: - verified - created_at - read_only - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -124340,11 +124359,11 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - key: *718 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + key: *719 + organization: *710 + repository: *711 sender: *4 required: - action @@ -124911,12 +124930,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 - workflow: &722 + workflow: &723 title: Workflow type: - object @@ -125671,9 +125690,9 @@ webhooks: pull_requests: type: array items: *565 - repository: *710 - organization: *709 - installation: *708 + repository: *711 + organization: *710 + installation: *709 sender: *4 responses: '200': @@ -125744,7 +125763,7 @@ webhooks: type: string enum: - approved - approver: &719 + approver: &720 type: object properties: avatar_url: @@ -125787,11 +125806,11 @@ webhooks: type: string comment: type: string - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 - reviewers: &720 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 + reviewers: &721 type: array items: type: object @@ -125872,7 +125891,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &721 + workflow_job_run: &722 type: object properties: conclusion: @@ -126618,18 +126637,18 @@ webhooks: type: string enum: - rejected - approver: *719 + approver: *720 comment: type: string - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 - reviewers: *720 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 + reviewers: *721 sender: *4 since: type: string - workflow_job_run: *721 + workflow_job_run: *722 workflow_job_runs: type: array items: @@ -127346,13 +127365,13 @@ webhooks: type: string enum: - requested - enterprise: *707 + enterprise: *708 environment: type: string - installation: *708 - organization: *709 - repository: *710 - requestor: &727 + installation: *709 + organization: *710 + repository: *711 + requestor: &728 title: User type: - object @@ -129285,12 +129304,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 - workflow: *722 + workflow: *723 workflow_run: title: Deployment Workflow Run type: @@ -129981,7 +130000,7 @@ webhooks: type: string enum: - answered - answer: &725 + answer: &726 type: object properties: author_association: @@ -130141,11 +130160,11 @@ webhooks: - created_at - updated_at - body - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -130272,11 +130291,11 @@ webhooks: - from required: - category - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -130359,11 +130378,11 @@ webhooks: type: string enum: - closed - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -130445,7 +130464,7 @@ webhooks: type: string enum: - created - comment: &724 + comment: &725 type: object properties: author_association: @@ -130605,11 +130624,11 @@ webhooks: - updated_at - body - reactions - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -130692,12 +130711,12 @@ webhooks: type: string enum: - deleted - comment: *724 - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + comment: *725 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -130792,12 +130811,12 @@ webhooks: - from required: - body - comment: *724 - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + comment: *725 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -130881,11 +130900,11 @@ webhooks: type: string enum: - created - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -130967,11 +130986,11 @@ webhooks: type: string enum: - deleted - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -131071,11 +131090,11 @@ webhooks: type: string required: - from - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -131157,10 +131176,10 @@ webhooks: type: string enum: - labeled - discussion: *723 - enterprise: *707 - installation: *708 - label: &726 + discussion: *724 + enterprise: *708 + installation: *709 + label: &727 title: Label type: object properties: @@ -131193,8 +131212,8 @@ webhooks: - color - default - description - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -131277,11 +131296,11 @@ webhooks: type: string enum: - locked - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -131363,11 +131382,11 @@ webhooks: type: string enum: - pinned - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -131449,11 +131468,11 @@ webhooks: type: string enum: - reopened - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -131538,16 +131557,16 @@ webhooks: changes: type: object properties: - new_discussion: *723 - new_repository: *710 + new_discussion: *724 + new_repository: *711 required: - new_discussion - new_repository - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -131630,10 +131649,10 @@ webhooks: type: string enum: - unanswered - discussion: *723 - old_answer: *725 - organization: *709 - repository: *710 + discussion: *724 + old_answer: *726 + organization: *710 + repository: *711 sender: *4 required: - action @@ -131715,12 +131734,12 @@ webhooks: type: string enum: - unlabeled - discussion: *723 - enterprise: *707 - installation: *708 - label: *726 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + label: *727 + organization: *710 + repository: *711 sender: *4 required: - action @@ -131803,11 +131822,11 @@ webhooks: type: string enum: - unlocked - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -131889,11 +131908,11 @@ webhooks: type: string enum: - unpinned - discussion: *723 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + discussion: *724 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -131966,7 +131985,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *707 + enterprise: *708 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -132644,9 +132663,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *708 - organization: *709 - repository: *710 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - forkee @@ -132792,9 +132811,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 pages: description: The pages that were updated. type: array @@ -132832,7 +132851,7 @@ webhooks: - action - sha - html_url - repository: *710 + repository: *711 sender: *4 required: - pages @@ -132908,10 +132927,10 @@ webhooks: type: string enum: - created - enterprise: *707 + enterprise: *708 installation: *20 - organization: *709 - repositories: &728 + organization: *710 + repositories: &729 description: An array of repository objects that the installation can access. type: array @@ -132937,8 +132956,8 @@ webhooks: - name - full_name - private - repository: *710 - requester: *727 + repository: *711 + requester: *728 sender: *4 required: - action @@ -133013,11 +133032,11 @@ webhooks: type: string enum: - deleted - enterprise: *707 + enterprise: *708 installation: *20 - organization: *709 - repositories: *728 - repository: *710 + organization: *710 + repositories: *729 + repository: *711 requester: type: - 'null' @@ -133094,11 +133113,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *707 + enterprise: *708 installation: *20 - organization: *709 - repositories: *728 - repository: *710 + organization: *710 + repositories: *729 + repository: *711 requester: type: - 'null' @@ -133175,10 +133194,10 @@ webhooks: type: string enum: - added - enterprise: *707 + enterprise: *708 installation: *20 - organization: *709 - repositories_added: &729 + organization: *710 + repositories_added: &730 description: An array of repository objects, which were added to the installation. type: array @@ -133224,15 +133243,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *710 - repository_selection: &730 + repository: *711 + repository_selection: &731 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *727 + requester: *728 sender: *4 required: - action @@ -133311,10 +133330,10 @@ webhooks: type: string enum: - removed - enterprise: *707 + enterprise: *708 installation: *20 - organization: *709 - repositories_added: *729 + organization: *710 + repositories_added: *730 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -133341,9 +133360,9 @@ webhooks: - name - full_name - private - repository: *710 - repository_selection: *730 - requester: *727 + repository: *711 + repository_selection: *731 + requester: *728 sender: *4 required: - action @@ -133422,11 +133441,11 @@ webhooks: type: string enum: - suspend - enterprise: *707 + enterprise: *708 installation: *20 - organization: *709 - repositories: *728 - repository: *710 + organization: *710 + repositories: *729 + repository: *711 requester: type: - 'null' @@ -133608,10 +133627,10 @@ webhooks: type: string required: - from - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 target_type: type: string @@ -133690,11 +133709,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *707 + enterprise: *708 installation: *20 - organization: *709 - repositories: *728 - repository: *710 + organization: *710 + repositories: *729 + repository: *711 requester: type: - 'null' @@ -133946,8 +133965,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -134759,8 +134778,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 state: description: State of the issue; either 'open' or 'closed' type: string @@ -135121,8 +135140,8 @@ webhooks: - state - locked - assignee - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -135202,7 +135221,7 @@ webhooks: type: string enum: - deleted - comment: &731 + comment: &732 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -135373,8 +135392,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -136182,8 +136201,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 state: description: State of the issue; either 'open' or 'closed' type: string @@ -136546,8 +136565,8 @@ webhooks: - state - locked - assignee - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -136627,7 +136646,7 @@ webhooks: type: string enum: - edited - changes: &755 + changes: &756 description: The changes to the comment. type: object properties: @@ -136639,9 +136658,9 @@ webhooks: type: string required: - from - comment: *731 - enterprise: *707 - installation: *708 + comment: *732 + enterprise: *708 + installation: *709 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -137452,8 +137471,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 state: description: State of the issue; either 'open' or 'closed' type: string @@ -137814,8 +137833,8 @@ webhooks: - state - locked - assignee - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -137896,9 +137915,9 @@ webhooks: type: string enum: - pinned - comment: *731 - enterprise: *707 - installation: *708 + comment: *732 + enterprise: *708 + installation: *709 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -138711,8 +138730,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139075,8 +139094,8 @@ webhooks: - state - locked - assignee - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -139156,9 +139175,9 @@ webhooks: type: string enum: - unpinned - comment: *731 - enterprise: *707 - installation: *708 + comment: *732 + enterprise: *708 + installation: *709 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -139971,8 +139990,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140335,8 +140354,8 @@ webhooks: - state - locked - assignee - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -140425,9 +140444,9 @@ webhooks: type: number blocking_issue: *81 blocking_issue_repo: *77 - installation: *708 - organization: *709 - repository: *710 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -140516,9 +140535,9 @@ webhooks: type: number blocking_issue: *81 blocking_issue_repo: *77 - installation: *708 - organization: *709 - repository: *710 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -140606,9 +140625,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *81 - installation: *708 - organization: *709 - repository: *710 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -140697,9 +140716,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *81 - installation: *708 - organization: *709 - repository: *710 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -140779,10 +140798,10 @@ webhooks: type: string enum: - assigned - assignee: *727 - enterprise: *707 - installation: *708 - issue: &734 + assignee: *728 + enterprise: *708 + installation: *709 + issue: &735 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -141593,8 +141612,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -141717,8 +141736,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -141798,8 +141817,8 @@ webhooks: type: string enum: - closed - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -142615,8 +142634,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -142882,8 +142901,8 @@ webhooks: required: - state - closed_at - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -142962,8 +142981,8 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -143770,8 +143789,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -143893,8 +143912,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -143973,8 +143992,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -144804,8 +144823,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -144906,7 +144925,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &732 + milestone: &733 title: Milestone description: A collection of related issues and pull requests. type: object @@ -145049,8 +145068,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -145149,8 +145168,8 @@ webhooks: type: string required: - from - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -145961,8 +145980,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -146085,9 +146104,9 @@ webhooks: - active_lock_reason - body - reactions - label: *726 - organization: *709 - repository: *710 + label: *727 + organization: *710 + repository: *711 sender: *4 required: - action @@ -146167,8 +146186,8 @@ webhooks: type: string enum: - labeled - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -146978,8 +146997,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -147102,9 +147121,9 @@ webhooks: - active_lock_reason - body - reactions - label: *726 - organization: *709 - repository: *710 + label: *727 + organization: *710 + repository: *711 sender: *4 required: - action @@ -147184,8 +147203,8 @@ webhooks: type: string enum: - locked - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -148020,8 +148039,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -148121,8 +148140,8 @@ webhooks: format: uri user_view_type: type: string - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -148201,8 +148220,8 @@ webhooks: type: string enum: - milestoned - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -149031,8 +149050,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -149132,9 +149151,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *732 - organization: *709 - repository: *710 + milestone: *733 + organization: *710 + repository: *711 sender: *4 required: - action @@ -150021,8 +150040,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -150617,8 +150636,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -151425,8 +151444,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -151552,8 +151571,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -151633,9 +151652,9 @@ webhooks: type: string enum: - pinned - enterprise: *707 - installation: *708 - issue: &733 + enterprise: *708 + installation: *709 + issue: &734 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -152440,8 +152459,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -152563,8 +152582,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -152643,8 +152662,8 @@ webhooks: type: string enum: - reopened - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -153477,8 +153496,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -153579,8 +153598,8 @@ webhooks: user_view_type: type: string type: *230 - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -154468,8 +154487,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -155082,11 +155101,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *707 - installation: *708 - issue: *733 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + issue: *734 + organization: *710 + repository: *711 sender: *4 required: - action @@ -155166,12 +155185,12 @@ webhooks: type: string enum: - typed - enterprise: *707 - installation: *708 - issue: *734 + enterprise: *708 + installation: *709 + issue: *735 type: *230 - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -155252,7 +155271,7 @@ webhooks: type: string enum: - unassigned - assignee: &758 + assignee: &759 title: User type: - object @@ -155324,11 +155343,11 @@ webhooks: required: - login - id - enterprise: *707 - installation: *708 - issue: *734 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + issue: *735 + organization: *710 + repository: *711 sender: *4 required: - action @@ -155407,12 +155426,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *707 - installation: *708 - issue: *734 - label: *726 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + issue: *735 + label: *727 + organization: *710 + repository: *711 sender: *4 required: - action @@ -155492,8 +155511,8 @@ webhooks: type: string enum: - unlocked - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -156326,8 +156345,8 @@ webhooks: anyOf: - type: 'null' - *82 - sub_issues_summary: *644 - issue_dependencies_summary: *645 + sub_issues_summary: *645 + issue_dependencies_summary: *646 issue_field_values: type: array items: *529 @@ -156427,8 +156446,8 @@ webhooks: format: uri user_view_type: type: string - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -156508,11 +156527,11 @@ webhooks: type: string enum: - unpinned - enterprise: *707 - installation: *708 - issue: *733 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + issue: *734 + organization: *710 + repository: *711 sender: *4 required: - action @@ -156591,12 +156610,12 @@ webhooks: type: string enum: - untyped - enterprise: *707 - installation: *708 - issue: *734 + enterprise: *708 + installation: *709 + issue: *735 type: *230 - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -156676,11 +156695,11 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - label: *726 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + label: *727 + organization: *710 + repository: *711 sender: *4 required: - action @@ -156758,11 +156777,11 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - label: *726 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + label: *727 + organization: *710 + repository: *711 sender: *4 required: - action @@ -156872,11 +156891,11 @@ webhooks: type: string required: - from - enterprise: *707 - installation: *708 - label: *726 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + label: *727 + organization: *710 + repository: *711 sender: *4 required: - action @@ -156958,9 +156977,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *707 - installation: *708 - marketplace_purchase: &735 + enterprise: *708 + installation: *709 + marketplace_purchase: &736 title: Marketplace Purchase type: object required: @@ -157048,8 +157067,8 @@ webhooks: type: integer unit_count: type: integer - organization: *709 - previous_marketplace_purchase: &736 + organization: *710 + previous_marketplace_purchase: &737 title: Marketplace Purchase type: object properties: @@ -157133,7 +157152,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *710 + repository: *711 sender: *4 required: - action @@ -157213,10 +157232,10 @@ webhooks: - changed effective_date: type: string - enterprise: *707 - installation: *708 - marketplace_purchase: *735 - organization: *709 + enterprise: *708 + installation: *709 + marketplace_purchase: *736 + organization: *710 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -157304,7 +157323,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *710 + repository: *711 sender: *4 required: - action @@ -157386,10 +157405,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *707 - installation: *708 - marketplace_purchase: *735 - organization: *709 + enterprise: *708 + installation: *709 + marketplace_purchase: *736 + organization: *710 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -157475,7 +157494,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *710 + repository: *711 sender: *4 required: - action @@ -157556,8 +157575,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 marketplace_purchase: title: Marketplace Purchase type: object @@ -157643,9 +157662,9 @@ webhooks: type: integer unit_count: type: integer - organization: *709 - previous_marketplace_purchase: *736 - repository: *710 + organization: *710 + previous_marketplace_purchase: *737 + repository: *711 sender: *4 required: - action @@ -157725,12 +157744,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *707 - installation: *708 - marketplace_purchase: *735 - organization: *709 - previous_marketplace_purchase: *736 - repository: *710 + enterprise: *708 + installation: *709 + marketplace_purchase: *736 + organization: *710 + previous_marketplace_purchase: *737 + repository: *711 sender: *4 required: - action @@ -157832,11 +157851,11 @@ webhooks: type: string required: - to - enterprise: *707 - installation: *708 - member: *727 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + member: *728 + organization: *710 + repository: *711 sender: *4 required: - action @@ -157938,11 +157957,11 @@ webhooks: type: - string - 'null' - enterprise: *707 - installation: *708 - member: *727 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + member: *728 + organization: *710 + repository: *711 sender: *4 required: - action @@ -158021,11 +158040,11 @@ webhooks: type: string enum: - removed - enterprise: *707 - installation: *708 - member: *727 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + member: *728 + organization: *710 + repository: *711 sender: *4 required: - action @@ -158103,11 +158122,11 @@ webhooks: type: string enum: - added - enterprise: *707 - installation: *708 - member: *727 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + member: *728 + organization: *710 + repository: *711 scope: description: The scope of the membership. Currently, can only be `team`. @@ -158185,7 +158204,7 @@ webhooks: required: - login - id - team: &737 + team: &738 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -158415,11 +158434,11 @@ webhooks: type: string enum: - removed - enterprise: *707 - installation: *708 - member: *727 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + member: *728 + organization: *710 + repository: *711 scope: description: The scope of the membership. Currently, can only be `team`. @@ -158498,7 +158517,7 @@ webhooks: required: - login - id - team: *737 + team: *738 required: - action - scope @@ -158580,8 +158599,8 @@ webhooks: type: string enum: - checks_requested - installation: *708 - merge_group: &738 + installation: *709 + merge_group: &739 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -158607,8 +158626,8 @@ webhooks: - base_sha - base_ref - head_commit - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -158694,10 +158713,10 @@ webhooks: - merged - invalidated - dequeued - installation: *708 - merge_group: *738 - organization: *709 - repository: *710 + installation: *709 + merge_group: *739 + organization: *710 + repository: *711 sender: *4 required: - action @@ -158770,7 +158789,7 @@ webhooks: type: string enum: - deleted - enterprise: *707 + enterprise: *708 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -158879,12 +158898,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *708 - organization: *709 + installation: *709 + organization: *710 repository: anyOf: - type: 'null' - - *710 + - *711 sender: *4 required: - action @@ -158964,11 +158983,11 @@ webhooks: type: string enum: - closed - enterprise: *707 - installation: *708 - milestone: *732 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + milestone: *733 + organization: *710 + repository: *711 sender: *4 required: - action @@ -159047,9 +159066,9 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - milestone: &739 + enterprise: *708 + installation: *709 + milestone: &740 title: Milestone description: A collection of related issues and pull requests. type: object @@ -159191,8 +159210,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -159271,11 +159290,11 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - milestone: *732 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + milestone: *733 + organization: *710 + repository: *711 sender: *4 required: - action @@ -159385,11 +159404,11 @@ webhooks: type: string required: - from - enterprise: *707 - installation: *708 - milestone: *732 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + milestone: *733 + organization: *710 + repository: *711 sender: *4 required: - action @@ -159469,11 +159488,11 @@ webhooks: type: string enum: - opened - enterprise: *707 - installation: *708 - milestone: *739 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + milestone: *740 + organization: *710 + repository: *711 sender: *4 required: - action @@ -159552,11 +159571,11 @@ webhooks: type: string enum: - blocked - blocked_user: *727 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + blocked_user: *728 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -159635,11 +159654,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *727 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + blocked_user: *728 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -159718,9 +159737,9 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - membership: &740 + enterprise: *708 + installation: *709 + membership: &741 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -159830,8 +159849,8 @@ webhooks: - role - organization_url - user - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 required: - action @@ -159909,11 +159928,11 @@ webhooks: type: string enum: - member_added - enterprise: *707 - installation: *708 - membership: *740 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + membership: *741 + organization: *710 + repository: *711 sender: *4 required: - action @@ -159992,8 +160011,8 @@ webhooks: type: string enum: - member_invited - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -160115,10 +160134,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 - user: *727 + user: *728 required: - action - invitation @@ -160196,11 +160215,11 @@ webhooks: type: string enum: - member_removed - enterprise: *707 - installation: *708 - membership: *740 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + membership: *741 + organization: *710 + repository: *711 sender: *4 required: - action @@ -160287,11 +160306,11 @@ webhooks: properties: from: type: string - enterprise: *707 - installation: *708 - membership: *740 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + membership: *741 + organization: *710 + repository: *711 sender: *4 required: - action @@ -160368,9 +160387,9 @@ webhooks: type: string enum: - published - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 package: description: Information about the package. type: object @@ -160893,7 +160912,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &741 + items: &742 title: Ruby Gems metadata type: object properties: @@ -160990,7 +161009,7 @@ webhooks: - owner - package_version - registry - repository: *710 + repository: *711 sender: *4 required: - action @@ -161066,9 +161085,9 @@ webhooks: type: string enum: - updated - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 package: description: Information about the package. type: object @@ -161430,7 +161449,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *741 + items: *742 source_url: type: string format: uri @@ -161501,7 +161520,7 @@ webhooks: - owner - package_version - registry - repository: *710 + repository: *711 sender: *4 required: - action @@ -161681,12 +161700,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *707 + enterprise: *708 id: type: integer - installation: *708 - organization: *709 - repository: *710 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - id @@ -161763,7 +161782,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &742 + personal_access_token_request: &743 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -161913,10 +161932,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *707 - organization: *709 + enterprise: *708 + organization: *710 sender: *4 - installation: *708 + installation: *709 required: - action - personal_access_token_request @@ -161993,11 +162012,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *742 - enterprise: *707 - organization: *709 + personal_access_token_request: *743 + enterprise: *708 + organization: *710 sender: *4 - installation: *708 + installation: *709 required: - action - personal_access_token_request @@ -162073,11 +162092,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *742 - enterprise: *707 - organization: *709 + personal_access_token_request: *743 + enterprise: *708 + organization: *710 sender: *4 - installation: *708 + installation: *709 required: - action - personal_access_token_request @@ -162152,11 +162171,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *742 - organization: *709 - enterprise: *707 + personal_access_token_request: *743 + organization: *710 + enterprise: *708 sender: *4 - installation: *708 + installation: *709 required: - action - personal_access_token_request @@ -162261,7 +162280,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *743 + last_response: *744 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -162293,8 +162312,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 zen: description: Random string of GitHub zen. @@ -162539,10 +162558,10 @@ webhooks: - from required: - note - enterprise: *707 - installation: *708 - organization: *709 - project_card: &744 + enterprise: *708 + installation: *709 + organization: *710 + project_card: &745 title: Project Card type: object properties: @@ -162665,7 +162684,7 @@ webhooks: - creator - created_at - updated_at - repository: *710 + repository: *711 sender: *4 required: - action @@ -162746,11 +162765,11 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - organization: *709 - project_card: *744 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + project_card: *745 + repository: *711 sender: *4 required: - action @@ -162830,9 +162849,9 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 project_card: title: Project Card type: object @@ -162962,7 +162981,7 @@ webhooks: repository: anyOf: - type: 'null' - - *710 + - *711 sender: *4 required: - action @@ -163056,11 +163075,11 @@ webhooks: - from required: - note - enterprise: *707 - installation: *708 - organization: *709 - project_card: *744 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + project_card: *745 + repository: *711 sender: *4 required: - action @@ -163154,9 +163173,9 @@ webhooks: - from required: - column_id - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 project_card: allOf: - title: Project Card @@ -163353,7 +163372,7 @@ webhooks: type: string required: - after_id - repository: *710 + repository: *711 sender: *4 required: - action @@ -163433,10 +163452,10 @@ webhooks: type: string enum: - closed - enterprise: *707 - installation: *708 - organization: *709 - project: &746 + enterprise: *708 + installation: *709 + organization: *710 + project: &747 title: Project type: object properties: @@ -163563,7 +163582,7 @@ webhooks: - creator - created_at - updated_at - repository: *710 + repository: *711 sender: *4 required: - action @@ -163643,10 +163662,10 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - organization: *709 - project_column: &745 + enterprise: *708 + installation: *709 + organization: *710 + project_column: &746 title: Project Column type: object properties: @@ -163686,7 +163705,7 @@ webhooks: - name - created_at - updated_at - repository: *710 + repository: *711 sender: *4 required: - action @@ -163765,14 +163784,14 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - organization: *709 - project_column: *745 + enterprise: *708 + installation: *709 + organization: *710 + project_column: *746 repository: anyOf: - type: 'null' - - *710 + - *711 sender: *4 required: - action @@ -163861,11 +163880,11 @@ webhooks: type: string required: - from - enterprise: *707 - installation: *708 - organization: *709 - project_column: *745 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + project_column: *746 + repository: *711 sender: *4 required: - action @@ -163945,11 +163964,11 @@ webhooks: type: string enum: - moved - enterprise: *707 - installation: *708 - organization: *709 - project_column: *745 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + project_column: *746 + repository: *711 sender: *4 required: - action @@ -164029,11 +164048,11 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - organization: *709 - project: *746 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + project: *747 + repository: *711 sender: *4 required: - action @@ -164113,14 +164132,14 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - organization: *709 - project: *746 + enterprise: *708 + installation: *709 + organization: *710 + project: *747 repository: anyOf: - type: 'null' - - *710 + - *711 sender: *4 required: - action @@ -164221,11 +164240,11 @@ webhooks: type: string required: - from - enterprise: *707 - installation: *708 - organization: *709 - project: *746 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + project: *747 + repository: *711 sender: *4 required: - action @@ -164304,11 +164323,11 @@ webhooks: type: string enum: - reopened - enterprise: *707 - installation: *708 - organization: *709 - project: *746 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + project: *747 + repository: *711 sender: *4 required: - action @@ -164389,8 +164408,8 @@ webhooks: type: string enum: - closed - installation: *708 - organization: *709 + installation: *709 + organization: *710 projects_v2: *263 sender: *4 required: @@ -164472,8 +164491,8 @@ webhooks: type: string enum: - created - installation: *708 - organization: *709 + installation: *709 + organization: *710 projects_v2: *263 sender: *4 required: @@ -164555,8 +164574,8 @@ webhooks: type: string enum: - deleted - installation: *708 - organization: *709 + installation: *709 + organization: *710 projects_v2: *263 sender: *4 required: @@ -164678,8 +164697,8 @@ webhooks: type: string to: type: string - installation: *708 - organization: *709 + installation: *709 + organization: *710 projects_v2: *263 sender: *4 required: @@ -164763,7 +164782,7 @@ webhooks: type: string enum: - archived - changes: &750 + changes: &751 type: object properties: archived_at: @@ -164779,9 +164798,9 @@ webhooks: - string - 'null' format: date-time - installation: *708 - organization: *709 - projects_v2_item: &747 + installation: *709 + organization: *710 + projects_v2_item: &748 title: Projects v2 Item description: An item belonging to a project type: object @@ -164921,9 +164940,9 @@ webhooks: - 'null' to: type: string - installation: *708 - organization: *709 - projects_v2_item: *747 + installation: *709 + organization: *710 + projects_v2_item: *748 sender: *4 required: - action @@ -165005,9 +165024,9 @@ webhooks: type: string enum: - created - installation: *708 - organization: *709 - projects_v2_item: *747 + installation: *709 + organization: *710 + projects_v2_item: *748 sender: *4 required: - action @@ -165088,9 +165107,9 @@ webhooks: type: string enum: - deleted - installation: *708 - organization: *709 - projects_v2_item: *747 + installation: *709 + organization: *710 + projects_v2_item: *748 sender: *4 required: - action @@ -165195,7 +165214,7 @@ webhooks: oneOf: - type: string - type: integer - - &748 + - &749 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -165219,7 +165238,7 @@ webhooks: required: - id - name - - &749 + - &750 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -165259,8 +165278,8 @@ webhooks: oneOf: - type: string - type: integer - - *748 - *749 + - *750 type: - 'null' - string @@ -165283,9 +165302,9 @@ webhooks: - 'null' required: - body - installation: *708 - organization: *709 - projects_v2_item: *747 + installation: *709 + organization: *710 + projects_v2_item: *748 sender: *4 required: - action @@ -165382,9 +165401,9 @@ webhooks: type: - string - 'null' - installation: *708 - organization: *709 - projects_v2_item: *747 + installation: *709 + organization: *710 + projects_v2_item: *748 sender: *4 required: - action @@ -165467,10 +165486,10 @@ webhooks: type: string enum: - restored - changes: *750 - installation: *708 - organization: *709 - projects_v2_item: *747 + changes: *751 + installation: *709 + organization: *710 + projects_v2_item: *748 sender: *4 required: - action @@ -165552,8 +165571,8 @@ webhooks: type: string enum: - reopened - installation: *708 - organization: *709 + installation: *709 + organization: *710 projects_v2: *263 sender: *4 required: @@ -165635,9 +165654,9 @@ webhooks: type: string enum: - created - installation: *708 - organization: *709 - projects_v2_status_update: *751 + installation: *709 + organization: *710 + projects_v2_status_update: *752 sender: *4 required: - action @@ -165718,9 +165737,9 @@ webhooks: type: string enum: - deleted - installation: *708 - organization: *709 - projects_v2_status_update: *751 + installation: *709 + organization: *710 + projects_v2_status_update: *752 sender: *4 required: - action @@ -165866,9 +165885,9 @@ webhooks: - string - 'null' format: date - installation: *708 - organization: *709 - projects_v2_status_update: *751 + installation: *709 + organization: *710 + projects_v2_status_update: *752 sender: *4 required: - action @@ -165939,10 +165958,10 @@ webhooks: title: public event type: object properties: - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - repository @@ -166019,13 +166038,13 @@ webhooks: type: string enum: - assigned - assignee: *727 - enterprise: *707 - installation: *708 - number: &752 + assignee: *728 + enterprise: *708 + installation: *709 + number: &753 description: The pull request number. type: integer - organization: *709 + organization: *710 pull_request: title: Pull Request type: object @@ -168396,7 +168415,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 sender: *4 required: - action @@ -168493,11 +168512,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 number: type: integer - organization: *709 + organization: *710 pull_request: title: Pull Request type: object @@ -170861,7 +170880,7 @@ webhooks: - draft reason: type: string - repository: *710 + repository: *711 sender: *4 required: - action @@ -170958,11 +170977,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 number: type: integer - organization: *709 + organization: *710 pull_request: title: Pull Request type: object @@ -173326,7 +173345,7 @@ webhooks: - draft reason: type: string - repository: *710 + repository: *711 sender: *4 required: - action @@ -173423,11 +173442,11 @@ webhooks: type: string enum: - closed - enterprise: *707 - installation: *708 - number: *752 - organization: *709 - pull_request: &753 + enterprise: *708 + installation: *709 + number: *753 + organization: *710 + pull_request: &754 allOf: - *565 - type: object @@ -173491,7 +173510,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *710 + repository: *711 sender: *4 required: - action @@ -173572,12 +173591,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *707 - installation: *708 - number: *752 - organization: *709 - pull_request: *753 - repository: *710 + enterprise: *708 + installation: *709 + number: *753 + organization: *710 + pull_request: *754 + repository: *711 sender: *4 required: - action @@ -173657,11 +173676,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *707 + enterprise: *708 milestone: *266 - number: *752 - organization: *709 - pull_request: &754 + number: *753 + organization: *710 + pull_request: &755 title: Pull Request type: object properties: @@ -176052,7 +176071,7 @@ webhooks: - active_lock_reason - draft version: '2026-03-10' - repository: *710 + repository: *711 sender: *4 required: - action @@ -176131,11 +176150,11 @@ webhooks: type: string enum: - dequeued - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 number: type: integer - organization: *709 + organization: *710 pull_request: title: Pull Request type: object @@ -178503,7 +178522,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *710 + repository: *711 sender: *4 required: - action @@ -178635,12 +178654,12 @@ webhooks: type: string required: - from - enterprise: *707 - installation: *708 - number: *752 - organization: *709 - pull_request: *753 - repository: *710 + enterprise: *708 + installation: *709 + number: *753 + organization: *710 + pull_request: *754 + repository: *711 sender: *4 required: - action @@ -178720,11 +178739,11 @@ webhooks: type: string enum: - enqueued - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 number: type: integer - organization: *709 + organization: *710 pull_request: title: Pull Request type: object @@ -181077,7 +181096,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 sender: *4 required: - action @@ -181165,11 +181184,11 @@ webhooks: type: string enum: - labeled - enterprise: *707 - installation: *708 - label: *726 - number: *752 - organization: *709 + enterprise: *708 + installation: *709 + label: *727 + number: *753 + organization: *710 pull_request: title: Pull Request type: object @@ -183539,7 +183558,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 sender: *4 required: - action @@ -183635,10 +183654,10 @@ webhooks: type: string enum: - locked - enterprise: *707 - installation: *708 - number: *752 - organization: *709 + enterprise: *708 + installation: *709 + number: *753 + organization: *710 pull_request: title: Pull Request type: object @@ -186006,7 +186025,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 sender: *4 required: - action @@ -186101,12 +186120,12 @@ webhooks: type: string enum: - milestoned - enterprise: *707 + enterprise: *708 milestone: *266 - number: *752 - organization: *709 - pull_request: *754 - repository: *710 + number: *753 + organization: *710 + pull_request: *755 + repository: *711 sender: *4 required: - action @@ -186185,12 +186204,12 @@ webhooks: type: string enum: - opened - enterprise: *707 - installation: *708 - number: *752 - organization: *709 - pull_request: *753 - repository: *710 + enterprise: *708 + installation: *709 + number: *753 + organization: *710 + pull_request: *754 + repository: *711 sender: *4 required: - action @@ -186271,12 +186290,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *707 - installation: *708 - number: *752 - organization: *709 - pull_request: *753 - repository: *710 + enterprise: *708 + installation: *709 + number: *753 + organization: *710 + pull_request: *754 + repository: *711 sender: *4 required: - action @@ -186356,12 +186375,12 @@ webhooks: type: string enum: - reopened - enterprise: *707 - installation: *708 - number: *752 - organization: *709 - pull_request: *753 - repository: *710 + enterprise: *708 + installation: *709 + number: *753 + organization: *710 + pull_request: *754 + repository: *711 sender: *4 required: - action @@ -186736,9 +186755,9 @@ webhooks: - start_side - side - reactions - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 pull_request: type: object properties: @@ -188990,7 +189009,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *710 + repository: *711 sender: *4 required: - action @@ -189085,7 +189104,7 @@ webhooks: type: string enum: - deleted - comment: &756 + comment: &757 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -189378,9 +189397,9 @@ webhooks: - start_side - side - reactions - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 pull_request: type: object properties: @@ -191620,7 +191639,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *710 + repository: *711 sender: *4 required: - action @@ -191715,11 +191734,11 @@ webhooks: type: string enum: - edited - changes: *755 - comment: *756 - enterprise: *707 - installation: *708 - organization: *709 + changes: *756 + comment: *757 + enterprise: *708 + installation: *709 + organization: *710 pull_request: type: object properties: @@ -193962,7 +193981,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *710 + repository: *711 sender: *4 required: - action @@ -194058,9 +194077,9 @@ webhooks: type: string enum: - dismissed - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 pull_request: title: Simple Pull Request type: object @@ -196315,7 +196334,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *710 + repository: *711 review: description: The review that was affected. type: object @@ -196581,9 +196600,9 @@ webhooks: type: string required: - from - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 pull_request: title: Simple Pull Request type: object @@ -198697,8 +198716,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *710 - review: &757 + repository: *711 + review: &758 description: The review that was affected. type: object properties: @@ -198944,12 +198963,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 number: description: The pull request number. type: integer - organization: *709 + organization: *710 pull_request: title: Pull Request type: object @@ -201318,7 +201337,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 requested_reviewer: title: User type: @@ -201404,12 +201423,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 number: description: The pull request number. type: integer - organization: *709 + organization: *710 pull_request: title: Pull Request type: object @@ -203785,7 +203804,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 requested_team: title: Team description: Groups of organization members that gives permissions @@ -204003,12 +204022,12 @@ webhooks: type: string enum: - review_requested - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 number: description: The pull request number. type: integer - organization: *709 + organization: *710 pull_request: title: Pull Request type: object @@ -206379,7 +206398,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 requested_reviewer: title: User type: @@ -206466,12 +206485,12 @@ webhooks: type: string enum: - review_requested - enterprise: *707 - installation: *708 + enterprise: *708 + installation: *709 number: description: The pull request number. type: integer - organization: *709 + organization: *710 pull_request: title: Pull Request type: object @@ -208833,7 +208852,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 requested_team: title: Team description: Groups of organization members that gives permissions @@ -209040,9 +209059,9 @@ webhooks: type: string enum: - submitted - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 pull_request: title: Simple Pull Request type: object @@ -211300,8 +211319,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *710 - review: *757 + repository: *711 + review: *758 sender: *4 required: - action @@ -211396,9 +211415,9 @@ webhooks: type: string enum: - resolved - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 pull_request: title: Simple Pull Request type: object @@ -213551,7 +213570,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *710 + repository: *711 sender: *4 thread: type: object @@ -213956,9 +213975,9 @@ webhooks: type: string enum: - unresolved - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 pull_request: title: Simple Pull Request type: object @@ -216094,7 +216113,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *710 + repository: *711 sender: *4 thread: type: object @@ -216501,10 +216520,10 @@ webhooks: type: string before: type: string - enterprise: *707 - installation: *708 - number: *752 - organization: *709 + enterprise: *708 + installation: *709 + number: *753 + organization: *710 pull_request: title: Pull Request type: object @@ -218861,7 +218880,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 sender: *4 required: - action @@ -218958,11 +218977,11 @@ webhooks: type: string enum: - unassigned - assignee: *758 - enterprise: *707 - installation: *708 - number: *752 - organization: *709 + assignee: *759 + enterprise: *708 + installation: *709 + number: *753 + organization: *710 pull_request: title: Pull Request type: object @@ -221334,7 +221353,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 sender: *4 required: - action @@ -221428,11 +221447,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *707 - installation: *708 - label: *726 - number: *752 - organization: *709 + enterprise: *708 + installation: *709 + label: *727 + number: *753 + organization: *710 pull_request: title: Pull Request type: object @@ -223793,7 +223812,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 sender: *4 required: - action @@ -223889,10 +223908,10 @@ webhooks: type: string enum: - unlocked - enterprise: *707 - installation: *708 - number: *752 - organization: *709 + enterprise: *708 + installation: *709 + number: *753 + organization: *710 pull_request: title: Pull Request type: object @@ -226243,7 +226262,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *710 + repository: *711 sender: *4 required: - action @@ -226461,7 +226480,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *707 + enterprise: *708 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -226556,8 +226575,8 @@ webhooks: - url - author - committer - installation: *708 - organization: *709 + installation: *709 + organization: *710 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -227156,9 +227175,9 @@ webhooks: type: string enum: - published - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 registry_package: type: object properties: @@ -227635,7 +227654,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *741 + items: *742 summary: type: string tag_name: @@ -227691,7 +227710,7 @@ webhooks: - owner - package_version - registry - repository: *710 + repository: *711 sender: *4 required: - action @@ -227769,9 +227788,9 @@ webhooks: type: string enum: - updated - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 registry_package: type: object properties: @@ -228083,7 +228102,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *741 + items: *742 summary: type: string tag_name: @@ -228133,7 +228152,7 @@ webhooks: - owner - package_version - registry - repository: *710 + repository: *711 sender: *4 required: - action @@ -228210,10 +228229,10 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - organization: *709 - release: &759 + enterprise: *708 + installation: *709 + organization: *710 + release: &760 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -228544,7 +228563,7 @@ webhooks: - updated_at - zipball_url - body - repository: *710 + repository: *711 sender: *4 required: - action @@ -228621,11 +228640,11 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - organization: *709 - release: *759 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + release: *760 + repository: *711 sender: *4 required: - action @@ -228742,11 +228761,11 @@ webhooks: type: boolean required: - to - enterprise: *707 - installation: *708 - organization: *709 - release: *759 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + release: *760 + repository: *711 sender: *4 required: - action @@ -228824,9 +228843,9 @@ webhooks: type: string enum: - prereleased - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -229162,7 +229181,7 @@ webhooks: - string - 'null' format: uri - repository: *710 + repository: *711 sender: *4 required: - action @@ -229238,10 +229257,10 @@ webhooks: type: string enum: - published - enterprise: *707 - installation: *708 - organization: *709 - release: &760 + enterprise: *708 + installation: *709 + organization: *710 + release: &761 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -229574,7 +229593,7 @@ webhooks: - string - 'null' format: uri - repository: *710 + repository: *711 sender: *4 required: - action @@ -229650,11 +229669,11 @@ webhooks: type: string enum: - released - enterprise: *707 - installation: *708 - organization: *709 - release: *759 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + release: *760 + repository: *711 sender: *4 required: - action @@ -229730,11 +229749,11 @@ webhooks: type: string enum: - unpublished - enterprise: *707 - installation: *708 - organization: *709 - release: *760 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + release: *761 + repository: *711 sender: *4 required: - action @@ -229810,11 +229829,11 @@ webhooks: type: string enum: - published - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 - repository_advisory: *630 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 + repository_advisory: *631 sender: *4 required: - action @@ -229890,11 +229909,11 @@ webhooks: type: string enum: - reported - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 - repository_advisory: *630 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 + repository_advisory: *631 sender: *4 required: - action @@ -229970,10 +229989,10 @@ webhooks: type: string enum: - archived - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -230050,10 +230069,10 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -230131,10 +230150,10 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -230219,10 +230238,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -230337,10 +230356,10 @@ webhooks: - 'null' items: type: string - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -230412,10 +230431,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 status: type: string @@ -230496,10 +230515,10 @@ webhooks: type: string enum: - privatized - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -230576,10 +230595,10 @@ webhooks: type: string enum: - publicized - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -230673,10 +230692,10 @@ webhooks: - name required: - repository - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -230756,10 +230775,10 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 repository_ruleset: *308 sender: *4 required: @@ -230838,10 +230857,10 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 repository_ruleset: *308 sender: *4 required: @@ -230920,10 +230939,10 @@ webhooks: type: string enum: - edited - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 repository_ruleset: *308 changes: type: object @@ -231231,10 +231250,10 @@ webhooks: - from required: - owner - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -231312,10 +231331,10 @@ webhooks: type: string enum: - unarchived - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -231393,7 +231412,7 @@ webhooks: type: string enum: - create - alert: &761 + alert: &762 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -231518,10 +231537,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -231731,10 +231750,10 @@ webhooks: type: string enum: - dismissed - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -231812,11 +231831,11 @@ webhooks: type: string enum: - reopen - alert: *761 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + alert: *762 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -232018,10 +232037,10 @@ webhooks: enum: - fixed - open - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -232099,7 +232118,7 @@ webhooks: type: string enum: - assigned - alert: &762 + alert: &763 type: object properties: number: *170 @@ -232152,6 +232171,11 @@ 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 + - 'null' + description: The provider of the secret that was detected. validity: type: string description: The token status as of the latest validity check. @@ -232228,10 +232252,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -232309,11 +232333,11 @@ webhooks: type: string enum: - created - alert: *762 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + alert: *763 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -232394,11 +232418,11 @@ webhooks: type: string enum: - created - alert: *762 - installation: *708 - location: *763 - organization: *709 - repository: *710 + alert: *763 + installation: *709 + location: *764 + organization: *710 + repository: *711 sender: *4 required: - location @@ -232636,11 +232660,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *762 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + alert: *763 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -232718,11 +232742,11 @@ webhooks: type: string enum: - reopened - alert: *762 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + alert: *763 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -232800,11 +232824,11 @@ webhooks: type: string enum: - resolved - alert: *762 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + alert: *763 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -232882,12 +232906,12 @@ webhooks: type: string enum: - unassigned - alert: *762 + alert: *763 assignee: *4 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -232965,11 +232989,11 @@ webhooks: type: string enum: - validated - alert: *762 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + alert: *763 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -233099,10 +233123,10 @@ webhooks: - organization - enterprise - - repository: *710 - enterprise: *707 - installation: *708 - organization: *709 + repository: *711 + enterprise: *708 + installation: *709 + organization: *710 sender: *4 required: - action @@ -233180,11 +233204,11 @@ webhooks: type: string enum: - published - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 - security_advisory: &764 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 + security_advisory: &765 description: The details of the security advisory, including summary, description, and severity. type: object @@ -233388,11 +233412,11 @@ webhooks: type: string enum: - updated - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 - security_advisory: *764 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 + security_advisory: *765 sender: *4 required: - action @@ -233465,10 +233489,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -233663,9 +233687,9 @@ webhooks: type: object properties: security_and_analysis: *281 - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 repository: *328 sender: *4 required: @@ -233744,12 +233768,12 @@ webhooks: type: string enum: - cancelled - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 - sponsorship: &765 + sponsorship: &766 type: object properties: created_at: @@ -234054,12 +234078,12 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 - sponsorship: *765 + sponsorship: *766 required: - action - sponsorship @@ -234147,12 +234171,12 @@ webhooks: type: string required: - from - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 - sponsorship: *765 + sponsorship: *766 required: - action - changes @@ -234229,17 +234253,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &766 + effective_date: &767 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: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 - sponsorship: *765 + sponsorship: *766 required: - action - sponsorship @@ -234313,7 +234337,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &767 + changes: &768 type: object properties: tier: @@ -234357,13 +234381,13 @@ webhooks: - from required: - tier - effective_date: *766 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + effective_date: *767 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 - sponsorship: *765 + sponsorship: *766 required: - action - changes @@ -234440,13 +234464,13 @@ webhooks: type: string enum: - tier_changed - changes: *767 - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + changes: *768 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 - sponsorship: *765 + sponsorship: *766 required: - action - changes @@ -234520,10 +234544,10 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -234607,10 +234631,10 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -235044,15 +235068,15 @@ webhooks: type: - string - 'null' - enterprise: *707 + enterprise: *708 id: description: The unique identifier of the status. type: integer - installation: *708 + installation: *709 name: type: string - organization: *709 - repository: *710 + organization: *710 + repository: *711 sender: *4 sha: description: The Commit SHA. @@ -235168,9 +235192,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *81 - installation: *708 - organization: *709 - repository: *710 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -235260,9 +235284,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *81 - installation: *708 - organization: *709 - repository: *710 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -235352,9 +235376,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *81 - installation: *708 - organization: *709 - repository: *710 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -235444,9 +235468,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *81 - installation: *708 - organization: *709 - repository: *710 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -235523,12 +235547,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 - team: &768 + team: &769 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -235758,9 +235782,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 repository: title: Repository description: A git repository @@ -236230,7 +236254,7 @@ webhooks: - topics - visibility sender: *4 - team: *768 + team: *769 required: - action - team @@ -236306,9 +236330,9 @@ webhooks: type: string enum: - created - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 repository: title: Repository description: A git repository @@ -236778,7 +236802,7 @@ webhooks: - topics - visibility sender: *4 - team: *768 + team: *769 required: - action - team @@ -236855,9 +236879,9 @@ webhooks: type: string enum: - deleted - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 repository: title: Repository description: A git repository @@ -237327,7 +237351,7 @@ webhooks: - topics - visibility sender: *4 - team: *768 + team: *769 required: - action - team @@ -237471,9 +237495,9 @@ webhooks: - from required: - permissions - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 repository: title: Repository description: A git repository @@ -237943,7 +237967,7 @@ webhooks: - topics - visibility sender: *4 - team: *768 + team: *769 required: - action - changes @@ -238021,9 +238045,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *707 - installation: *708 - organization: *709 + enterprise: *708 + installation: *709 + organization: *710 repository: title: Repository description: A git repository @@ -238493,7 +238517,7 @@ webhooks: - topics - visibility sender: *4 - team: *768 + team: *769 required: - action - team @@ -238569,10 +238593,10 @@ webhooks: type: string enum: - started - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 required: - action @@ -238645,17 +238669,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *707 + enterprise: *708 inputs: type: - object - 'null' additionalProperties: true - installation: *708 - organization: *709 + installation: *709 + organization: *710 ref: type: string - repository: *710 + repository: *711 sender: *4 workflow: type: string @@ -238737,10 +238761,10 @@ webhooks: type: string enum: - completed - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 workflow_job: allOf: @@ -239075,10 +239099,10 @@ webhooks: type: string enum: - in_progress - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 workflow_job: allOf: @@ -239439,10 +239463,10 @@ webhooks: type: string enum: - queued - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 workflow_job: type: object @@ -239667,10 +239691,10 @@ webhooks: type: string enum: - waiting - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 workflow_job: type: object @@ -239897,12 +239921,12 @@ webhooks: type: string enum: - completed - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 - workflow: *722 + workflow: *723 workflow_run: title: Workflow Run type: object @@ -240921,12 +240945,12 @@ webhooks: type: string enum: - in_progress - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 - workflow: *722 + workflow: *723 workflow_run: title: Workflow Run type: object @@ -241930,12 +241954,12 @@ webhooks: type: string enum: - requested - enterprise: *707 - installation: *708 - organization: *709 - repository: *710 + enterprise: *708 + installation: *709 + organization: *710 + repository: *711 sender: *4 - workflow: *722 + workflow: *723 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index 5b67416df..dd40256df 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -55071,6 +55071,488 @@ } } }, + "/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": { + "type": [ + "array", + "null" + ], + "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.", + "examples": [ + 1234 + ] + }, + "status": { + "type": "string", + "description": "The status of the dismissal request.", + "enum": [ + "pending", + "denied", + "approved", + "cancelled", + "expired" + ] + }, + "requester_comment": { + "type": [ + "string", + "null" + ], + "description": "The comment the requester provided when creating the dismissal request." + }, + "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", + "null" + ], + "description": "The responses to the dismissal request.", + "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", + "examples": [ + "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", + "examples": [ + "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", @@ -71748,6 +72230,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", @@ -72139,6 +72630,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -298386,6 +298884,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", @@ -298786,6 +299293,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -690331,6 +690845,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", @@ -690738,6 +691261,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -692410,6 +692940,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -694065,6 +694602,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -1694750,6 +1695294,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1697946,6 +1698497,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1700974,6 +1701532,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1704508,6 +1705073,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1707536,6 +1708108,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1710564,6 +1711143,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1713592,6 +1714178,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1716788,6 +1717381,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index d95001964..06a617bc4 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -915,7 +915,7 @@ paths: - subscriptions_url - type - url - type: &439 + type: &442 type: string description: The type of credit the user is receiving. enum: @@ -1081,7 +1081,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &743 + - &744 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -4198,7 +4198,7 @@ paths: schema: type: integer default: 30 - - &345 + - &347 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 @@ -4207,7 +4207,7 @@ paths: required: false schema: type: string - - &346 + - &348 name: status description: Returns webhook deliveries filtered by delivery outcome classification based on `status_code` range. A `status` of `success` returns deliveries @@ -4227,7 +4227,7 @@ paths: application/json: schema: type: array - items: &347 + items: &349 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -4323,7 +4323,7 @@ paths: - installation_id - repository_id examples: - default: &348 + default: &350 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -4355,7 +4355,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &753 + schema: &754 title: Scim Error description: Scim Error type: object @@ -4458,7 +4458,7 @@ paths: description: Response content: application/json: - schema: &349 + schema: &351 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -4593,7 +4593,7 @@ paths: - request - response examples: - default: &350 + default: &352 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -11981,7 +11981,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &754 + '401': &755 description: Authorization failure '404': *6 x-github: @@ -16254,7 +16254,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &528 + instances_url: &531 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -16290,7 +16290,7 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_reason: &529 + dismissed_reason: &532 type: - string - 'null' @@ -16301,14 +16301,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &530 + dismissed_comment: &533 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &531 + rule: &534 type: object properties: id: @@ -16369,7 +16369,7 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &532 + tool: &535 type: object properties: name: *111 @@ -16380,26 +16380,26 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *112 - most_recent_instance: &533 + most_recent_instance: &536 type: object properties: - ref: &526 + ref: &529 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &543 + analysis_key: &546 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: &544 + environment: &547 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: &545 + category: &548 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -16419,7 +16419,7 @@ paths: with placeholder links for related locations replaced by links to the relevant code. Only populated when related locations are available for the alert instance. - location: &546 + location: &549 type: object description: Describe a region within a file for the alert. properties: @@ -16440,7 +16440,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: &547 + items: &550 type: - string - 'null' @@ -18857,7 +18857,7 @@ paths: parent: anyOf: - type: 'null' - - &385 + - &387 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -20769,7 +20769,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &584 + - &587 name: has in: query description: |- @@ -20896,7 +20896,7 @@ paths: - transitive - inconclusive - - security_advisory: &585 + security_advisory: &588 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -21139,7 +21139,7 @@ paths: dismissal. maxLength: 280 fixed_at: *136 - auto_dismissed_at: &586 + auto_dismissed_at: &589 type: - string - 'null' @@ -21147,7 +21147,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissal_request: &587 + dismissal_request: &590 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -21558,6 +21558,250 @@ 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: + - *39 + - *102 + - *103 + - *104 + - *105 + - &340 + 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: &342 + 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: + type: + - array + - 'null' + 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. + examples: + - 1234 + status: + type: string + description: The status of the dismissal request. + enum: + - pending + - denied + - approved + - cancelled + - expired + requester_comment: + type: + - string + - 'null' + description: The comment the requester provided when creating + the dismissal request. + 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 + - 'null' + description: The responses to the dismissal request. + items: *107 + url: + type: string + format: uri + examples: + - 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 + examples: + - https://github.com/octo-org/smile/security/secret-scanning/17 + examples: + default: &343 + 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': *27 + '500': *38 "/enterprises/{enterprise}/enterprise-roles": get: summary: Get all enterprise roles for an enterprise @@ -22187,7 +22431,7 @@ paths: application/json: schema: *20 examples: - default: &362 + default: &364 value: id: 1 account: @@ -22448,7 +22692,7 @@ paths: - name - created_on examples: - default: &443 + default: &446 value: total_count: 2 network_configurations: @@ -22699,7 +22943,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - *39 - - &444 + - &447 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -22711,7 +22955,7 @@ paths: description: Response content: application/json: - schema: &445 + schema: &448 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -22750,7 +22994,7 @@ paths: - subnet_id - region examples: - default: &446 + default: &449 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -23603,7 +23847,7 @@ paths: required: true content: application/json: - schema: &416 + schema: &418 title: Custom Property Set Payload description: Custom property set payload type: object @@ -24805,7 +25049,7 @@ paths: conditions: anyOf: - *158 - - &420 + - &422 title: Organization ruleset conditions type: object description: |- @@ -24855,7 +25099,7 @@ paths: - object rules: type: array - items: &709 + items: &710 title: Repository Rule type: object description: A repository rule. @@ -24864,7 +25108,7 @@ paths: - *167 - *168 - *169 - - &707 + - &708 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -25192,7 +25436,7 @@ paths: type: string format: date-time examples: - default: &423 + default: &425 value: - version_id: 3 actor: @@ -25245,7 +25489,7 @@ paths: description: Response content: application/json: - schema: &424 + schema: &426 allOf: - *191 - type: object @@ -25300,7 +25544,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *39 - - &425 + - &427 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -25311,7 +25555,7 @@ paths: enum: - open - resolved - - &426 + - &428 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -25321,7 +25565,7 @@ paths: required: false schema: type: string - - &427 + - &429 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -25332,7 +25576,15 @@ paths: required: false schema: type: string - - &428 + - &430 + name: exclude_providers + in: query + description: A comma-separated list of provider names to exclude from the + results. + required: false + schema: + type: string + - &431 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -25341,7 +25593,7 @@ paths: required: false schema: type: string - - &429 + - &432 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -25360,7 +25612,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &430 + - &433 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. @@ -25376,7 +25628,7 @@ paths: - *17 - *108 - *109 - - &431 + - &434 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -25385,7 +25637,7 @@ paths: required: false schema: type: string - - &432 + - &435 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -25394,7 +25646,7 @@ paths: schema: type: boolean default: false - - &433 + - &436 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -25403,7 +25655,7 @@ paths: schema: type: boolean default: false - - &434 + - &437 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -25419,7 +25671,7 @@ paths: application/json: schema: type: array - items: &435 + items: &438 type: object properties: number: *126 @@ -25435,14 +25687,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &721 + state: &722 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: &722 + resolution: &723 type: - string - 'null' @@ -25473,6 +25725,11 @@ 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 + - 'null' + description: The provider of the secret that was detected. secret: type: string description: The secret that was detected. @@ -25549,14 +25806,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &723 + - &724 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &725 + - &726 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -25620,7 +25877,7 @@ paths: - blob_url - commit_sha - commit_url - - &726 + - &727 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. @@ -25681,7 +25938,7 @@ paths: - page_url - commit_sha - commit_url - - &727 + - &728 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -25703,7 +25960,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &728 + - &729 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -25725,7 +25982,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &729 + - &730 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -25747,7 +26004,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &730 + - &731 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -25762,7 +26019,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &731 + - &732 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -25777,7 +26034,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &732 + - &733 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -25792,7 +26049,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &733 + - &734 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. @@ -25814,7 +26071,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &734 + - &735 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. @@ -25836,7 +26093,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &735 + - &736 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. @@ -25858,7 +26115,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &736 + - &737 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. @@ -25880,7 +26137,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &737 + - &738 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 @@ -25926,7 +26183,7 @@ paths: - type: 'null' - *4 examples: - default: &436 + default: &439 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -26135,7 +26392,7 @@ paths: description: Response content: application/json: - schema: &437 + schema: &440 title: Secret scanning pattern configuration description: A collection of secret scanning patterns and their settings related to push protection. @@ -26222,7 +26479,7 @@ paths: description: Overrides for custom patterns defined by the organization. items: *193 examples: - default: &438 + default: &441 value: pattern_config_version: 0ujsswThIGTUYm2K8FjOOfXtY1K provider_pattern_overrides: @@ -26358,7 +26615,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/licensing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *39 - - &440 + - &443 name: advanced_security_product in: query description: | @@ -26378,7 +26635,7 @@ paths: description: Success content: application/json: - schema: &441 + schema: &444 type: object properties: total_advanced_security_committers: @@ -26441,7 +26698,7 @@ paths: required: - repositories examples: - default: &442 + default: &445 value: total_advanced_security_committers: 2 total_count: 2 @@ -29601,7 +29858,7 @@ paths: properties: action: type: string - discussion: &858 + discussion: &859 title: Discussion description: A Discussion in a repository. type: object @@ -30102,7 +30359,7 @@ paths: milestone: anyOf: - type: 'null' - - &406 + - &408 title: Milestone description: A collection of related issues and pull requests. @@ -30274,7 +30531,7 @@ paths: timeline_url: type: string format: uri - type: &372 + type: &374 title: Issue Type description: The type of issue. type: @@ -30385,7 +30642,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &781 + sub_issues_summary: &782 title: Sub-issues Summary type: object properties: @@ -30469,7 +30726,7 @@ paths: pin: anyOf: - type: 'null' - - &666 + - &667 title: Pinned Issue Comment description: Context around who pinned an issue comment and when it was pinned. @@ -30496,7 +30753,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &782 + issue_dependencies_summary: &783 title: Issue Dependencies Summary type: object properties: @@ -30515,7 +30772,7 @@ paths: - total_blocking issue_field_values: type: array - items: &651 + items: &652 title: Issue Field Value description: A value assigned to an issue field type: object @@ -31296,7 +31553,7 @@ paths: type: string release: allOf: - - &700 + - &701 title: Release description: A release. type: object @@ -31378,7 +31635,7 @@ paths: author: *4 assets: type: array - items: &701 + items: &702 title: Release Asset description: Data related to a release. type: object @@ -31969,7 +32226,7 @@ paths: url: type: string format: uri - user: &788 + user: &789 title: Public User description: Public User type: object @@ -33866,7 +34123,7 @@ paths: - closed - all default: open - - &375 + - &377 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -33917,7 +34174,7 @@ paths: type: array items: *219 examples: - default: &376 + default: &378 value: - id: 1 node_id: MDU6SXNzdWUx @@ -35329,14 +35586,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: - - &455 + - &458 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &456 + - &459 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -35398,7 +35655,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &461 + '301': &464 description: Moved permanently content: application/json: @@ -35420,7 +35677,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &674 + - &675 name: all description: If `true`, show notifications marked as read. in: query @@ -35428,7 +35685,7 @@ paths: schema: type: boolean default: false - - &675 + - &676 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -35438,7 +35695,7 @@ paths: type: boolean default: false - *224 - - &676 + - &677 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: @@ -35820,7 +36077,7 @@ paths: type: boolean examples: - false - security_and_analysis: &417 + security_and_analysis: &419 type: - object - 'null' @@ -36039,7 +36296,7 @@ paths: - url - subscription_url examples: - default: &677 + default: &678 value: - id: '1' repository: @@ -37168,7 +37425,7 @@ paths: type: array items: *152 examples: - default: &683 + default: &684 value: - property_name: environment value: production @@ -37218,7 +37475,7 @@ paths: required: - properties examples: - default: &684 + default: &685 value: properties: - property_name: environment @@ -38109,7 +38366,7 @@ paths: type: integer repository_cache_usages: type: array - items: &468 + items: &471 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -41400,7 +41657,7 @@ paths: description: Response content: application/json: - schema: &488 + schema: &491 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -41435,7 +41692,7 @@ paths: - key_id - key examples: - default: &489 + default: &492 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -41848,7 +42105,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *87 - - &473 + - &476 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)." @@ -43147,12 +43404,12 @@ paths: required: - subject_digests examples: - default: &819 + default: &820 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &820 + withPredicateType: &821 value: subject_digests: - sha256:abc123 @@ -43211,7 +43468,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &821 + default: &822 value: attestations_subject_digests: - sha256:abc: @@ -43562,7 +43819,7 @@ paths: initiator: type: string examples: - default: &502 + default: &505 value: attestations: - bundle: @@ -44484,7 +44741,7 @@ paths: be returned. in: query required: false - schema: &527 + schema: &530 type: string description: Severity of a code scanning alert. enum: @@ -45549,7 +45806,7 @@ paths: type: integer codespaces: type: array - items: &377 + items: &379 type: object title: Codespace description: A codespace. @@ -45584,7 +45841,7 @@ paths: machine: anyOf: - type: 'null' - - &559 + - &562 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -45871,7 +46128,7 @@ paths: - pulls_url - recent_folders examples: - default: &378 + default: &380 value: total_count: 3 codespaces: @@ -46536,7 +46793,7 @@ paths: - updated_at - visibility examples: - default: &560 + default: &563 value: total_count: 2 secrets: @@ -46574,7 +46831,7 @@ paths: description: Response content: application/json: - schema: &561 + schema: &564 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -46609,7 +46866,7 @@ paths: - key_id - key examples: - default: &562 + default: &565 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -46641,7 +46898,7 @@ paths: application/json: schema: *321 examples: - default: &564 + default: &567 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -48960,7 +49217,7 @@ paths: description: Response content: application/json: - schema: &590 + schema: &593 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -48979,7 +49236,7 @@ paths: - key_id - key examples: - default: &591 + default: &594 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -49307,7 +49564,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *87 - - &599 + - &602 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -49315,7 +49572,7 @@ paths: required: false schema: type: string - - &600 + - &603 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -49323,7 +49580,7 @@ paths: required: false schema: type: string - - &601 + - &604 name: time_period description: |- The time period to filter by. @@ -49339,7 +49596,7 @@ paths: - week - month default: month - - &602 + - &605 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -49364,7 +49621,7 @@ paths: application/json: schema: type: array - items: &603 + items: &606 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -49474,7 +49731,7 @@ paths: - array - 'null' description: The responses to the dismissal request. - items: &340 + items: &341 title: Dismissal request response description: A response made by a requester to dismiss the request. @@ -49527,7 +49784,7 @@ paths: examples: - https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &604 + default: &607 value: - id: 21 number: 42 @@ -49619,23 +49876,7 @@ paths: - *103 - *104 - *105 - - &341 - 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 + - *340 - *17 - *19 responses: @@ -49645,7 +49886,7 @@ paths: application/json: schema: type: array - items: &605 + items: &608 title: Dependabot alert dismissal request description: Alert dismissal request made by a user asking to dismiss a Dependabot alert. @@ -49755,7 +49996,7 @@ paths: - array - 'null' description: The responses to the dismissal request. - items: *340 + items: *341 url: type: string format: uri @@ -49768,7 +50009,7 @@ paths: examples: - https://github.com/octo-org/smile/security/dependabot/1 examples: - default: &606 + default: &609 value: - id: 21 number: 42 @@ -49860,7 +50101,7 @@ paths: - *103 - *104 - *105 - - *341 + - *340 - *17 - *19 responses: @@ -49870,196 +50111,9 @@ paths: application/json: schema: type: array - items: &607 - title: Secret scanning alert dismissal request - description: A dismissal request made by a user asking to close - a secret scanning alert in this repository. - 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: - type: - - array - - 'null' - 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. - examples: - - 1234 - status: - type: string - description: The status of the dismissal request. - enum: - - pending - - denied - - approved - - cancelled - - expired - requester_comment: - type: - - string - - 'null' - description: The comment the requester provided when creating - the dismissal request. - 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 - - 'null' - description: The responses to the dismissal request. - items: *107 - url: - type: string - format: uri - examples: - - 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 - examples: - - https://github.com/octo-org/smile/security/secret-scanning/17 + items: *342 examples: - default: &608 - 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: *343 '404': *6 '403': *27 '500': *38 @@ -50085,7 +50139,7 @@ paths: application/json: schema: type: array - items: &387 + items: &389 title: Package description: A software package type: object @@ -50156,7 +50210,7 @@ paths: - created_at - updated_at examples: - default: &388 + default: &390 value: - id: 197 name: hello_docker @@ -50343,7 +50397,7 @@ paths: description: Response content: application/json: - schema: &452 + schema: &455 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -50433,7 +50487,7 @@ paths: member_name: Octo Lisa member_email: octo_lisa@github.com examples: - default: &453 + default: &456 value: group_id: '123' group_name: Octocat admins @@ -50488,7 +50542,7 @@ paths: description: Response content: application/json: - schema: &449 + schema: &452 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -50528,7 +50582,7 @@ paths: group_name: group-azuread-test2 updated_at: 2021-06-03 22:27:15:000 -700 examples: - default: &450 + default: &453 value: groups: - group_id: '123' @@ -50573,7 +50627,7 @@ paths: application/json: schema: type: array - items: &366 + items: &368 title: Organization Invitation description: Organization Invitation type: object @@ -50627,7 +50681,7 @@ paths: - invitation_teams_url - node_id examples: - default: &367 + default: &369 value: - id: 1 login: monalisa @@ -50694,7 +50748,7 @@ paths: application/json: schema: type: array - items: &418 + items: &420 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -50708,7 +50762,7 @@ paths: - name - description examples: - default: &419 + default: &421 value: - name: add_assignee description: Assign or remove a user @@ -50749,7 +50803,7 @@ paths: application/json: schema: type: array - items: &342 + items: &344 title: Org Hook description: Org Hook type: object @@ -50932,9 +50986,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *344 examples: - default: &343 + default: &345 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -50979,7 +51033,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - *87 - - &344 + - &346 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. @@ -50992,9 +51046,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *344 examples: - default: *343 + default: *345 '404': *6 x-github: githubCloudOnly: false @@ -51016,7 +51070,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - *87 - - *344 + - *346 requestBody: required: false content: @@ -51062,7 +51116,7 @@ paths: description: Response content: application/json: - schema: *342 + schema: *344 examples: default: value: @@ -51102,7 +51156,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - *87 - - *344 + - *346 responses: '204': description: Response @@ -51128,7 +51182,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *87 - - *344 + - *346 responses: '200': description: Response @@ -51157,7 +51211,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *87 - - *344 + - *346 requestBody: required: false content: @@ -51206,10 +51260,10 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *87 - - *344 - - *17 - - *345 - *346 + - *17 + - *347 + - *348 responses: '200': description: Response @@ -51217,9 +51271,9 @@ paths: application/json: schema: type: array - items: *347 + items: *349 examples: - default: *348 + default: *350 '400': *14 '422': *15 x-github: @@ -51243,16 +51297,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *87 - - *344 + - *346 - *16 responses: '200': description: Response content: application/json: - schema: *349 + schema: *351 examples: - default: *350 + default: *352 '400': *14 '422': *15 x-github: @@ -51276,7 +51330,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *87 - - *344 + - *346 - *16 responses: '202': *37 @@ -51303,7 +51357,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - *87 - - *344 + - *346 responses: '204': description: Response @@ -51326,7 +51380,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - *87 - - &355 + - &357 name: actor_type in: path description: The type of the actor @@ -51339,14 +51393,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &356 + - &358 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &351 + - &353 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`.' @@ -51354,7 +51408,7 @@ paths: required: true schema: type: string - - &352 + - &354 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) @@ -51449,12 +51503,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - *87 - - *351 - - *352 + - *353 + - *354 - *19 - *17 - *110 - - &361 + - &363 name: sort description: The property to sort the results by. in: query @@ -51533,14 +51587,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - *87 - - *351 - - *352 + - *353 + - *354 responses: '200': description: Response content: application/json: - schema: &353 + schema: &355 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -51556,7 +51610,7 @@ paths: type: integer format: int64 examples: - default: &354 + default: &356 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -51577,23 +51631,23 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - *87 - - &357 + - &359 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *351 - - *352 + - *353 + - *354 responses: '200': description: Response content: application/json: - schema: *353 + schema: *355 examples: - default: *354 + default: *356 x-github: enabledForGitHubApps: true category: orgs @@ -51612,18 +51666,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *87 - - *351 - - *352 - - *355 - - *356 + - *353 + - *354 + - *357 + - *358 responses: '200': description: Response content: application/json: - schema: *353 + schema: *355 examples: - default: *354 + default: *356 x-github: enabledForGitHubApps: true category: orgs @@ -51641,9 +51695,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - *87 - - *351 - - *352 - - &358 + - *353 + - *354 + - &360 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -51656,7 +51710,7 @@ paths: description: Response content: application/json: - schema: &359 + schema: &361 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -51672,7 +51726,7 @@ paths: type: integer format: int64 examples: - default: &360 + default: &362 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -51709,18 +51763,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - *87 - - *357 - - *351 - - *352 - - *358 + - *359 + - *353 + - *354 + - *360 responses: '200': description: Response content: application/json: - schema: *359 + schema: *361 examples: - default: *360 + default: *362 x-github: enabledForGitHubApps: true category: orgs @@ -51738,19 +51792,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - *87 - - *355 - - *356 - - *351 - - *352 + - *357 - *358 + - *353 + - *354 + - *360 responses: '200': description: Response content: application/json: - schema: *359 + schema: *361 examples: - default: *360 + default: *362 x-github: enabledForGitHubApps: true category: orgs @@ -51768,13 +51822,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - *87 - - *357 - - *351 - - *352 + - *359 + - *353 + - *354 - *19 - *17 - *110 - - *361 + - *363 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -51858,7 +51912,7 @@ paths: application/json: schema: *20 examples: - default: *362 + default: *364 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -51978,12 +52032,12 @@ paths: application/json: schema: anyOf: - - &364 + - &366 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &363 + limit: &365 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -52011,7 +52065,7 @@ paths: properties: {} additionalProperties: false examples: - default: &365 + default: &367 value: limit: collaborators_only origin: organization @@ -52040,13 +52094,13 @@ paths: required: true content: application/json: - schema: &639 + schema: &640 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *363 + limit: *365 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -52071,9 +52125,9 @@ paths: description: Response content: application/json: - schema: *364 + schema: *366 examples: - default: *365 + default: *367 '422': *15 x-github: githubCloudOnly: false @@ -52151,9 +52205,9 @@ paths: application/json: schema: type: array - items: *366 + items: *368 examples: - default: *367 + default: *369 headers: Link: *45 '404': *6 @@ -52231,7 +52285,7 @@ paths: description: Response content: application/json: - schema: *366 + schema: *368 examples: default: value: @@ -52288,7 +52342,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - *87 - - &368 + - &370 name: invitation_id description: The unique identifier of the invitation. in: path @@ -52322,7 +52376,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - *87 - - *368 + - *370 - *17 - *19 responses: @@ -52334,7 +52388,7 @@ paths: type: array items: *307 examples: - default: &386 + default: &388 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -52377,7 +52431,7 @@ paths: application/json: schema: type: array - items: &369 + items: &371 title: Issue Field description: A custom attribute defined at the organization level for attaching structured data to issues. @@ -52620,9 +52674,9 @@ paths: description: Response content: application/json: - schema: *369 + schema: *371 examples: - default: &370 + default: &372 value: id: 512 node_id: IF_kwDNAd3NAZr @@ -52678,7 +52732,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-fields#update-issue-field-for-an-organization parameters: - *87 - - &371 + - &373 name: issue_field_id description: The unique identifier of the issue field. in: path @@ -52779,9 +52833,9 @@ paths: description: Response content: application/json: - schema: *369 + schema: *371 examples: - default: *370 + default: *372 '404': *6 '422': *7 x-github: @@ -52806,7 +52860,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-fields#delete-issue-field-for-an-organization parameters: - *87 - - *371 + - *373 responses: '204': *151 '404': *6 @@ -52836,7 +52890,7 @@ paths: application/json: schema: type: array - items: *372 + items: *374 examples: default: value: @@ -52924,9 +52978,9 @@ paths: description: Response content: application/json: - schema: *372 + schema: *374 examples: - default: &373 + default: &375 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -52959,7 +53013,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *87 - - &374 + - &376 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -53015,9 +53069,9 @@ paths: description: Response content: application/json: - schema: *372 + schema: *374 examples: - default: *373 + default: *375 '404': *6 '422': *7 x-github: @@ -53042,7 +53096,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *87 - - *374 + - *376 responses: '204': description: Response @@ -53105,7 +53159,7 @@ paths: - closed - all default: open - - *375 + - *377 - name: type description: Can be the name of an issue type. in: query @@ -53136,7 +53190,7 @@ paths: type: array items: *219 examples: - default: *376 + default: *378 headers: Link: *45 '404': *6 @@ -53295,9 +53349,9 @@ paths: type: integer codespaces: type: array - items: *377 + items: *379 examples: - default: *378 + default: *380 '304': *35 '500': *38 '401': *23 @@ -53324,7 +53378,7 @@ paths: parameters: - *87 - *139 - - &379 + - &381 name: codespace_name in: path required: true @@ -53359,15 +53413,15 @@ paths: parameters: - *87 - *139 - - *379 + - *381 responses: '200': description: Response content: application/json: - schema: *377 + schema: *379 examples: - default: &558 + default: &561 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -53623,7 +53677,7 @@ paths: description: Response content: application/json: - schema: &380 + schema: &382 title: Org Membership description: Org Membership type: object @@ -53692,7 +53746,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &381 + response-if-user-has-an-active-admin-membership-with-organization: &383 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -53793,9 +53847,9 @@ paths: description: Response content: application/json: - schema: *380 + schema: *382 examples: - response-if-user-already-had-membership-with-organization: *381 + response-if-user-already-had-membership-with-organization: *383 '422': *15 '403': *27 x-github: @@ -53867,7 +53921,7 @@ paths: application/json: schema: type: array - items: &382 + items: &384 title: Migration description: A migration. type: object @@ -54205,7 +54259,7 @@ paths: description: Response content: application/json: - schema: *382 + schema: *384 examples: default: value: @@ -54384,7 +54438,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - *87 - - &383 + - &385 name: migration_id description: The unique identifier of the migration. in: path @@ -54412,7 +54466,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *382 + schema: *384 examples: default: value: @@ -54582,7 +54636,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - *87 - - *383 + - *385 responses: '302': description: Response @@ -54604,7 +54658,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *87 - - *383 + - *385 responses: '204': description: Response @@ -54628,8 +54682,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - *87 - - *383 - - &802 + - *385 + - &803 name: repo_name description: repo_name parameter in: path @@ -54657,7 +54711,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *87 - - *383 + - *385 - *17 - *19 responses: @@ -54669,7 +54723,7 @@ paths: type: array items: *278 examples: - default: &393 + default: &395 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -54880,7 +54934,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &384 + items: &386 title: Organization Role description: Organization roles type: object @@ -55089,7 +55143,7 @@ paths: description: Response content: application/json: - schema: *384 + schema: *386 examples: default: value: @@ -55319,7 +55373,7 @@ paths: description: Response content: application/json: - schema: *384 + schema: *386 examples: default: value: @@ -55416,7 +55470,7 @@ paths: description: Response content: application/json: - schema: *384 + schema: *386 examples: default: value: @@ -55575,7 +55629,7 @@ paths: parent: anyOf: - type: 'null' - - *385 + - *387 type: description: The ownership type of the team type: string @@ -55608,7 +55662,7 @@ paths: - type - parent examples: - default: *386 + default: *388 headers: Link: *45 '404': @@ -55667,7 +55721,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *385 + items: *387 name: type: - string @@ -55977,7 +56031,7 @@ paths: - nuget - container - *87 - - &803 + - &804 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -56013,12 +56067,12 @@ paths: application/json: schema: type: array - items: *387 + items: *389 examples: - default: *388 + default: *390 '403': *27 '401': *23 - '400': &805 + '400': &806 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -56040,7 +56094,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &389 + - &391 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 @@ -56058,7 +56112,7 @@ paths: - docker - nuget - container - - &390 + - &392 name: package_name description: The name of the package. in: path @@ -56071,7 +56125,7 @@ paths: description: Response content: application/json: - schema: *387 + schema: *389 examples: default: value: @@ -56123,8 +56177,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *389 - - *390 + - *391 + - *392 - *87 responses: '204': @@ -56157,8 +56211,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *389 - - *390 + - *391 + - *392 - *87 - name: token description: package token @@ -56191,8 +56245,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: - - *389 - - *390 + - *391 + - *392 - *87 - *19 - *17 @@ -56213,7 +56267,7 @@ paths: application/json: schema: type: array - items: &391 + items: &393 title: Package Version description: A version of a software package type: object @@ -56348,10 +56402,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: - - *389 - - *390 + - *391 + - *392 - *87 - - &392 + - &394 name: package_version_id description: Unique identifier of the package version. in: path @@ -56363,7 +56417,7 @@ paths: description: Response content: application/json: - schema: *391 + schema: *393 examples: default: value: @@ -56399,10 +56453,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *389 - - *390 - - *87 + - *391 - *392 + - *87 + - *394 responses: '204': description: Response @@ -56434,10 +56488,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *389 - - *390 - - *87 + - *391 - *392 + - *87 + - *394 responses: '204': description: Response @@ -56467,7 +56521,7 @@ paths: - *87 - *17 - *19 - - &394 + - &396 name: sort description: The property by which to sort the results. in: query @@ -56478,7 +56532,7 @@ paths: - created_at default: created_at - *110 - - &395 + - &397 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -56490,7 +56544,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &396 + - &398 name: repository description: The name of the repository to use to filter the results. in: query @@ -56499,7 +56553,7 @@ paths: type: string examples: - Hello-World - - &397 + - &399 name: permission description: The permission to use to filter the results. in: query @@ -56508,7 +56562,7 @@ paths: type: string examples: - issues_read - - &398 + - &400 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) @@ -56518,7 +56572,7 @@ paths: schema: type: string format: date-time - - &399 + - &401 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) @@ -56528,7 +56582,7 @@ paths: schema: type: string format: date-time - - &400 + - &402 name: token_id description: The ID of the token in: query @@ -56847,7 +56901,7 @@ paths: type: array items: *278 examples: - default: *393 + default: *395 headers: Link: *45 x-github: @@ -56873,14 +56927,14 @@ paths: - *87 - *17 - *19 - - *394 - - *110 - - *395 - *396 + - *110 - *397 - *398 - *399 - *400 + - *401 + - *402 responses: '500': *38 '422': *15 @@ -57164,7 +57218,7 @@ paths: type: array items: *278 examples: - default: *393 + default: *395 headers: Link: *45 x-github: @@ -57206,7 +57260,7 @@ paths: type: integer configurations: type: array - items: &401 + items: &403 title: Organization private registry description: Private registry configuration for an organization type: object @@ -57640,7 +57694,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &402 + org-private-registry-with-selected-visibility: &404 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -57738,9 +57792,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *401 + schema: *403 examples: - default: *402 + default: *404 '404': *6 x-github: githubCloudOnly: false @@ -57968,7 +58022,7 @@ paths: application/json: schema: type: array - items: &403 + items: &405 title: Projects v2 Project description: A projects v2 project type: object @@ -58042,7 +58096,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &891 + - &892 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -58127,7 +58181,7 @@ paths: - deleted_at - deleted_by examples: - default: &404 + default: &406 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -58230,7 +58284,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-organization parameters: - - &405 + - &407 name: project_number description: The project's number. in: path @@ -58243,9 +58297,9 @@ paths: description: Response content: application/json: - schema: *403 + schema: *405 examples: - default: *404 + default: *406 headers: Link: *45 '304': *35 @@ -58268,7 +58322,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - *87 - - *405 + - *407 requestBody: required: true description: Details of the draft item to create in the project. @@ -58302,7 +58356,7 @@ paths: description: Response content: application/json: - schema: &410 + schema: &412 title: Projects v2 Item description: An item belonging to a project type: object @@ -58316,7 +58370,7 @@ paths: content: oneOf: - *219 - - &573 + - &576 title: Pull Request Simple description: Pull Request Simple type: object @@ -58436,7 +58490,7 @@ paths: milestone: anyOf: - type: 'null' - - *406 + - *408 active_lock_reason: type: - string @@ -58529,7 +58583,7 @@ paths: _links: type: object properties: - comments: &407 + comments: &409 title: Link description: Hypermedia Link type: object @@ -58538,13 +58592,13 @@ paths: type: string required: - href - commits: *407 - statuses: *407 - html: *407 - issue: *407 - review_comments: *407 - review_comment: *407 - self: *407 + commits: *409 + statuses: *409 + html: *409 + issue: *409 + review_comments: *409 + review_comment: *409 + self: *409 required: - comments - commits @@ -58555,7 +58609,7 @@ paths: - review_comment - self author_association: *216 - auto_merge: &686 + auto_merge: &687 title: Auto merge description: The status of auto merging a pull request. type: @@ -58657,7 +58711,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: &409 + content_type: &411 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -58701,7 +58755,7 @@ paths: - updated_at - archived_at examples: - draft_issue: &411 + draft_issue: &413 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -58775,7 +58829,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-organization parameters: - - *405 + - *407 - *87 - *17 - *108 @@ -58787,7 +58841,7 @@ paths: application/json: schema: type: array - items: &408 + items: &410 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -58940,7 +58994,7 @@ paths: - updated_at - project_url examples: - default: &824 + default: &825 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -59070,7 +59124,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: - - *405 + - *407 - *87 requestBody: required: true @@ -59117,7 +59171,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &825 + items: &826 type: object properties: name: @@ -59154,7 +59208,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &826 + iteration_configuration: &827 type: object description: The configuration for iteration fields. properties: @@ -59204,7 +59258,7 @@ paths: value: name: Due date data_type: date - single_select_field: &827 + single_select_field: &828 summary: Create a single select field value: name: Priority @@ -59231,7 +59285,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &828 + iteration_field: &829 summary: Create an iteration field value: name: Sprint @@ -59255,9 +59309,9 @@ paths: description: Response for adding a field to an organization-owned project. content: application/json: - schema: *408 + schema: *410 examples: - text_field: &829 + text_field: &830 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -59266,7 +59320,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: &830 + number_field: &831 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -59275,7 +59329,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: &831 + date_field: &832 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -59284,7 +59338,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: &832 + single_select_field: &833 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -59318,7 +59372,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &833 + iteration_field: &834 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -59363,8 +59417,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-organization parameters: - - *405 - - &834 + - *407 + - &835 name: field_id description: The unique identifier of the field. in: path @@ -59377,9 +59431,9 @@ paths: description: Response content: application/json: - schema: *408 + schema: *410 examples: - default: &835 + default: &836 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -59435,7 +59489,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: - - *405 + - *407 - *87 - 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) @@ -59468,7 +59522,7 @@ paths: application/json: schema: type: array - items: &412 + items: &414 title: Projects v2 Item description: An item belonging to a project type: object @@ -59485,7 +59539,7 @@ paths: description: The API URL of the project that contains this item. examples: - https://api.github.com/users/monalisa/2/projectsV2/3 - content_type: *409 + content_type: *411 content: type: - object @@ -59535,7 +59589,7 @@ paths: - updated_at - archived_at examples: - default: &413 + default: &415 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -60233,7 +60287,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-organization-owned-project parameters: - *87 - - *405 + - *407 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -60303,22 +60357,22 @@ paths: description: Response content: application/json: - schema: *410 + schema: *412 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *411 + value: *413 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *411 + value: *413 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *411 + value: *413 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *411 + value: *413 '304': *35 '403': *27 '401': *23 @@ -60338,9 +60392,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: - - *405 + - *407 - *87 - - &414 + - &416 name: item_id description: The unique identifier of the project item. in: path @@ -60366,9 +60420,9 @@ paths: description: Response content: application/json: - schema: *412 + schema: *414 examples: - default: *413 + default: *415 headers: Link: *45 '304': *35 @@ -60389,9 +60443,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-organization parameters: - - *405 + - *407 - *87 - - *414 + - *416 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -60464,13 +60518,13 @@ paths: description: Response content: application/json: - schema: *412 + schema: *414 examples: - text_field: *413 - number_field: *413 - date_field: *413 - single_select_field: *413 - iteration_field: *413 + text_field: *415 + number_field: *415 + date_field: *415 + single_select_field: *415 + iteration_field: *415 '401': *23 '403': *27 '404': *6 @@ -60490,9 +60544,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-organization parameters: - - *405 + - *407 - *87 - - *414 + - *416 responses: '204': description: Response @@ -60516,7 +60570,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - *87 - - *405 + - *407 requestBody: required: true content: @@ -60590,7 +60644,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &816 + schema: &817 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -60694,7 +60748,7 @@ paths: examples: table_view: summary: Response for creating a table view - value: &415 + value: &417 value: id: 1 number: 1 @@ -60740,10 +60794,10 @@ paths: - 456 board_view: summary: Response for creating a board view with filter - value: *415 + value: *417 roadmap_view: summary: Response for creating a roadmap view - value: *415 + value: *417 '304': *35 '403': *27 '401': *23 @@ -60771,9 +60825,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: - - *405 + - *407 - *87 - - &836 + - &837 name: view_number description: The number that identifies the project view. in: path @@ -60805,9 +60859,9 @@ paths: application/json: schema: type: array - items: *412 + items: *414 examples: - default: *413 + default: *415 headers: Link: *45 '304': *35 @@ -60971,7 +61025,7 @@ paths: required: true content: application/json: - schema: *416 + schema: *418 examples: default: value: @@ -61339,7 +61393,7 @@ paths: type: array items: *278 examples: - default: *393 + default: *395 headers: Link: *45 x-github: @@ -61543,7 +61597,7 @@ paths: description: Response content: application/json: - schema: &460 + schema: &463 title: Full Repository description: Full Repository type: object @@ -62021,7 +62075,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &578 + code_of_conduct: &581 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -62051,7 +62105,7 @@ paths: - key - name - html_url - security_and_analysis: *417 + security_and_analysis: *419 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -62135,7 +62189,7 @@ paths: - network_count - subscribers_count examples: - default: &462 + default: &465 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -62661,9 +62715,9 @@ paths: application/json: schema: type: array - items: *418 + items: *420 examples: - default: *419 + default: *421 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -62688,7 +62742,7 @@ paths: - *87 - *17 - *19 - - &708 + - &709 name: targets description: | A comma-separated list of rule targets to filter by. @@ -62780,11 +62834,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *165 - conditions: *420 + conditions: *422 rules: type: array description: An array of rules within the ruleset. - items: &422 + items: &424 title: Repository Rule type: object description: A repository rule. @@ -62849,7 +62903,7 @@ paths: application/json: schema: *187 examples: - default: &421 + default: &423 value: id: 21 name: super cool ruleset @@ -62905,7 +62959,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *87 - - &710 + - &711 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 @@ -62917,14 +62971,14 @@ paths: x-multi-segment: true - *304 - *105 - - &711 + - &712 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 - - &712 + - &713 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -62944,7 +62998,7 @@ paths: description: Response content: application/json: - schema: &713 + schema: &714 title: Rule Suites description: Response type: array @@ -63000,7 +63054,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &714 + default: &715 value: - id: 21 actor_id: 12 @@ -63044,7 +63098,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *87 - - &715 + - &716 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -63060,7 +63114,7 @@ paths: description: Response content: application/json: - schema: &716 + schema: &717 title: Rule Suite description: Response type: object @@ -63167,7 +63221,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &717 + default: &718 value: id: 21 actor_id: 12 @@ -63242,7 +63296,7 @@ paths: application/json: schema: *187 examples: - default: *421 + default: *423 '404': *6 '500': *38 put: @@ -63291,11 +63345,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *165 - conditions: *420 + conditions: *422 rules: description: An array of rules within the ruleset. type: array - items: *422 + items: *424 examples: default: value: @@ -63332,7 +63386,7 @@ paths: application/json: schema: *187 examples: - default: *421 + default: *423 '404': *6 '422': *15 '500': *38 @@ -63392,7 +63446,7 @@ paths: type: array items: *191 examples: - default: *423 + default: *425 '404': *6 '500': *38 x-github: @@ -63429,7 +63483,7 @@ paths: description: Response content: application/json: - schema: *424 + schema: *426 examples: default: value: @@ -63492,16 +63546,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *87 - - *425 - - *426 - *427 - *428 - *429 - *430 + - *431 + - *432 + - *433 - *110 - *19 - *17 - - &719 + - &720 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 @@ -63511,7 +63566,7 @@ paths: required: false schema: type: string - - &720 + - &721 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 @@ -63521,10 +63576,10 @@ paths: required: false schema: type: string - - *431 - - *432 - - *433 - *434 + - *435 + - *436 + - *437 responses: '200': description: Response @@ -63532,9 +63587,9 @@ paths: application/json: schema: type: array - items: *435 + items: *438 examples: - default: *436 + default: *439 headers: Link: *45 '404': *6 @@ -63569,9 +63624,9 @@ paths: description: Response content: application/json: - schema: *437 + schema: *440 examples: - default: *438 + default: *441 '403': *27 '404': *6 patch: @@ -63724,7 +63779,7 @@ paths: application/json: schema: type: array - items: &741 + items: &742 description: A repository security advisory. type: object properties: @@ -63968,7 +64023,7 @@ paths: login: type: string description: The username of the user credited. - type: *439 + type: *442 credits_detailed: type: - array @@ -63979,7 +64034,7 @@ paths: type: object properties: user: *4 - type: *439 + type: *442 state: type: string description: The state of the user's acceptance of the @@ -64043,7 +64098,7 @@ paths: - private_fork additionalProperties: false examples: - default: &742 + default: &743 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -64430,7 +64485,7 @@ paths: application/json: schema: type: array - items: *385 + items: *387 examples: default: value: @@ -64529,7 +64584,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *87 - - *440 + - *443 - *17 - *19 responses: @@ -64537,9 +64592,9 @@ paths: description: Success content: application/json: - schema: *441 + schema: *444 examples: - default: *442 + default: *445 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -64822,7 +64877,7 @@ paths: type: array items: *144 examples: - default: *443 + default: *446 headers: Link: *45 x-github: @@ -65051,15 +65106,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - *87 - - *444 + - *447 responses: '200': description: Response content: application/json: - schema: *445 + schema: *448 examples: - default: *446 + default: *449 headers: Link: *45 x-github: @@ -65097,7 +65152,7 @@ paths: description: Response content: application/json: - schema: &457 + schema: &460 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -65149,7 +65204,7 @@ paths: group_description: Another group of Developers working on AzureAD SAML SSO examples: - default: &458 + default: &461 value: groups: - group_id: '123' @@ -65275,7 +65330,7 @@ paths: type: array items: *307 examples: - default: *386 + default: *388 headers: Link: *45 '403': *27 @@ -65369,7 +65424,7 @@ paths: description: Response content: application/json: - schema: &447 + schema: &450 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -65443,7 +65498,7 @@ paths: parent: anyOf: - type: 'null' - - *385 + - *387 members_count: type: integer examples: @@ -65768,7 +65823,7 @@ paths: - repos_count - organization examples: - default: &448 + default: &451 value: id: 1 node_id: MDQ6VGVhbTE= @@ -65845,9 +65900,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *450 examples: - default: *448 + default: *451 '404': *6 x-github: githubCloudOnly: false @@ -65932,16 +65987,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *447 + schema: *450 examples: - default: *448 + default: *451 '201': description: Response content: application/json: - schema: *447 + schema: *450 examples: - default: *448 + default: *451 '404': *6 '422': *15 '403': *27 @@ -65971,7 +66026,7 @@ paths: responses: '204': description: Response - '422': &451 + '422': &454 description: Unprocessable entity if you attempt to modify an enterprise team at the organization level. x-github: @@ -66000,10 +66055,10 @@ paths: description: Response content: application/json: - schema: *449 + schema: *452 examples: - default: *450 - '422': *451 + default: *453 + '422': *454 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -66047,10 +66102,10 @@ paths: description: Response content: application/json: - schema: *452 + schema: *455 examples: - default: *453 - '422': *451 + default: *456 + '422': *454 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -66074,7 +66129,7 @@ paths: responses: '204': description: Response - '422': *451 + '422': *454 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -66106,12 +66161,12 @@ paths: application/json: schema: type: array - items: *366 + items: *368 examples: - default: *367 + default: *369 headers: Link: *45 - '422': *451 + '422': *454 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66193,7 +66248,7 @@ paths: description: Response content: application/json: - schema: &454 + schema: &457 title: Team Membership description: Team Membership type: object @@ -66221,7 +66276,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &784 + response-if-user-is-a-team-maintainer: &785 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -66284,9 +66339,9 @@ paths: description: Response content: application/json: - schema: *454 + schema: *457 examples: - response-if-users-membership-with-team-is-now-pending: &785 + response-if-users-membership-with-team-is-now-pending: &786 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -66362,7 +66417,7 @@ paths: type: array items: *278 examples: - default: *393 + default: *395 headers: Link: *45 x-github: @@ -66393,14 +66448,14 @@ paths: parameters: - *87 - *214 - - *455 - - *456 + - *458 + - *459 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &786 + schema: &787 title: Team Repository description: A team's access to a repository. type: object @@ -67043,8 +67098,8 @@ paths: parameters: - *87 - *214 - - *455 - - *456 + - *458 + - *459 requestBody: required: false content: @@ -67091,8 +67146,8 @@ paths: parameters: - *87 - *214 - - *455 - - *456 + - *458 + - *459 responses: '204': description: Response @@ -67125,10 +67180,10 @@ paths: description: Response content: application/json: - schema: *457 + schema: *460 examples: - default: *458 - '422': *451 + default: *461 + '422': *454 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -67194,7 +67249,7 @@ paths: description: Response content: application/json: - schema: *457 + schema: *460 examples: default: value: @@ -67206,7 +67261,7 @@ paths: group_name: Octocat docs members group_description: The people who make your octoworld come to life. - '422': *451 + '422': *454 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -67240,7 +67295,7 @@ paths: type: array items: *307 examples: - response-if-child-teams-exist: &787 + response-if-child-teams-exist: &788 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -67394,7 +67449,7 @@ paths: resources: type: object properties: - core: &459 + core: &462 title: Rate Limit type: object properties: @@ -67411,21 +67466,21 @@ paths: - remaining - reset - used - graphql: *459 - search: *459 - code_search: *459 - source_import: *459 - integration_manifest: *459 - code_scanning_upload: *459 - actions_runner_registration: *459 - scim: *459 - dependency_snapshots: *459 - dependency_sbom: *459 - code_scanning_autofix: *459 + graphql: *462 + search: *462 + code_search: *462 + source_import: *462 + integration_manifest: *462 + code_scanning_upload: *462 + actions_runner_registration: *462 + scim: *462 + dependency_snapshots: *462 + dependency_sbom: *462 + code_scanning_autofix: *462 required: - core - search - rate: *459 + rate: *462 required: - rate - resources @@ -67530,14 +67585,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response content: application/json: - schema: *460 + schema: *463 examples: default-response: summary: Default response @@ -68046,7 +68101,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *461 + '301': *464 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68064,8 +68119,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: false content: @@ -68374,10 +68429,10 @@ paths: description: Response content: application/json: - schema: *460 + schema: *463 examples: - default: *462 - '307': &463 + default: *465 + '307': &466 description: Temporary Redirect content: application/json: @@ -68406,8 +68461,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Response @@ -68429,7 +68484,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': *463 + '307': *466 '404': *6 '409': *119 x-github: @@ -68453,11 +68508,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 - - &480 + - &483 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -68480,7 +68535,7 @@ paths: type: integer artifacts: type: array - items: &464 + items: &467 title: Artifact description: An artifact type: object @@ -68575,7 +68630,7 @@ paths: - expires_at - updated_at examples: - default: &481 + default: &484 value: total_count: 2 artifacts: @@ -68636,9 +68691,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *455 - - *456 - - &465 + - *458 + - *459 + - &468 name: artifact_id description: The unique identifier of the artifact. in: path @@ -68650,7 +68705,7 @@ paths: description: Response content: application/json: - schema: *464 + schema: *467 examples: default: value: @@ -68688,9 +68743,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *455 - - *456 - - *465 + - *458 + - *459 + - *468 responses: '204': description: Response @@ -68714,9 +68769,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *455 - - *456 - - *465 + - *458 + - *459 + - *468 - name: archive_format in: path required: true @@ -68730,7 +68785,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': &642 + '410': &643 description: Gone content: application/json: @@ -68755,14 +68810,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response content: application/json: - schema: &466 + schema: &469 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -68796,13 +68851,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: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: application/json: - schema: *466 + schema: *469 examples: selected_actions: *42 responses: @@ -68831,14 +68886,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response content: application/json: - schema: &467 + schema: &470 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -68872,13 +68927,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: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: application/json: - schema: *467 + schema: *470 examples: selected_actions: *44 responses: @@ -68909,14 +68964,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response content: application/json: - schema: *468 + schema: *471 examples: default: value: @@ -68942,11 +68997,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: - - *455 - - *456 + - *458 + - *459 - *17 - *19 - - &469 + - &472 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 @@ -68980,7 +69035,7 @@ paths: description: Response content: application/json: - schema: &470 + schema: &473 title: Repository actions caches description: Repository actions caches type: object @@ -69030,7 +69085,7 @@ paths: - total_count - actions_caches examples: - default: &471 + default: &474 value: total_count: 1 actions_caches: @@ -69062,23 +69117,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: - - *455 - - *456 + - *458 + - *459 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *469 + - *472 responses: '200': description: Response content: application/json: - schema: *470 + schema: *473 examples: - default: *471 + default: *474 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69098,8 +69153,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: - - *455 - - *456 + - *458 + - *459 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -69130,9 +69185,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: - - *455 - - *456 - - &472 + - *458 + - *459 + - &475 name: job_id description: The unique identifier of the job. in: path @@ -69144,7 +69199,7 @@ paths: description: Response content: application/json: - schema: &484 + schema: &487 title: Job description: Information of a job execution in a workflow run type: object @@ -69491,9 +69546,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: - - *455 - - *456 - - *472 + - *458 + - *459 + - *475 responses: '302': description: Response @@ -69521,9 +69576,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: - - *455 - - *456 - - *472 + - *458 + - *459 + - *475 requestBody: required: false content: @@ -69569,8 +69624,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Status response @@ -69620,8 +69675,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: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -69684,8 +69739,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -69703,7 +69758,7 @@ paths: type: integer secrets: type: array - items: &486 + items: &489 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -69724,7 +69779,7 @@ paths: - created_at - updated_at examples: - default: &487 + default: &490 value: total_count: 2 secrets: @@ -69757,9 +69812,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *455 - - *456 - - *473 + - *458 + - *459 + - *476 - *19 responses: '200': @@ -69776,7 +69831,7 @@ paths: type: integer variables: type: array - items: &490 + items: &493 title: Actions Variable type: object properties: @@ -69810,7 +69865,7 @@ paths: - created_at - updated_at examples: - default: &491 + default: &494 value: total_count: 2 variables: @@ -69843,8 +69898,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -69853,7 +69908,7 @@ paths: schema: type: object properties: - enabled: &474 + enabled: &477 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *60 @@ -69888,8 +69943,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: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Response @@ -69900,7 +69955,7 @@ paths: schema: type: object properties: - enabled: *474 + enabled: *477 allowed_actions: *60 sha_pinning_required: *61 required: @@ -69933,14 +69988,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response content: application/json: - schema: &475 + schema: &478 type: object properties: access_level: @@ -69958,7 +70013,7 @@ paths: required: - access_level examples: - default: &476 + default: &479 value: access_level: organization x-github: @@ -69983,15 +70038,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: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: application/json: - schema: *475 + schema: *478 examples: - default: *476 + default: *479 responses: '204': description: Response @@ -70015,8 +70070,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -70046,8 +70101,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: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Empty response for successful settings update @@ -70081,8 +70136,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -70109,8 +70164,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: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Response @@ -70144,8 +70199,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -70173,8 +70228,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: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -70205,8 +70260,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -70237,8 +70292,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: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Response @@ -70270,8 +70325,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -70300,8 +70355,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: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Success response @@ -70341,8 +70396,8 @@ paths: in: query schema: type: string - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -70386,8 +70441,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -70419,8 +70474,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: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -70494,8 +70549,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: - - *455 - - *456 + - *458 + - *459 responses: '201': description: Response @@ -70531,8 +70586,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: - - *455 - - *456 + - *458 + - *459 responses: '201': description: Response @@ -70562,8 +70617,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: - - *455 - - *456 + - *458 + - *459 - *75 responses: '200': @@ -70593,8 +70648,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: - - *455 - - *456 + - *458 + - *459 - *75 responses: '204': @@ -70621,8 +70676,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: - - *455 - - *456 + - *458 + - *459 - *75 responses: '200': *81 @@ -70647,8 +70702,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: - - *455 - - *456 + - *458 + - *459 - *75 requestBody: required: true @@ -70697,8 +70752,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: - - *455 - - *456 + - *458 + - *459 - *75 requestBody: required: true @@ -70748,8 +70803,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: - - *455 - - *456 + - *458 + - *459 - *75 responses: '200': *285 @@ -70779,8 +70834,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: - - *455 - - *456 + - *458 + - *459 - *75 - *286 responses: @@ -70810,9 +70865,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: - - *455 - - *456 - - &494 + - *458 + - *459 + - &497 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. @@ -70820,7 +70875,7 @@ paths: required: false schema: type: string - - &495 + - &498 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -70828,7 +70883,7 @@ paths: required: false schema: type: string - - &496 + - &499 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -70837,7 +70892,7 @@ paths: required: false schema: type: string - - &497 + - &500 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 @@ -70864,7 +70919,7 @@ paths: - pending - *17 - *19 - - &498 + - &501 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)." @@ -70873,7 +70928,7 @@ paths: schema: type: string format: date-time - - &477 + - &480 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -70882,13 +70937,13 @@ paths: schema: type: boolean default: false - - &499 + - &502 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &500 + - &503 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -70911,7 +70966,7 @@ paths: type: integer workflow_runs: type: array - items: &478 + items: &481 title: Workflow Run description: An invocation of a workflow type: object @@ -71089,7 +71144,7 @@ paths: head_commit: anyOf: - type: 'null' - - &522 + - &525 title: Simple Commit description: A commit. type: object @@ -71204,7 +71259,7 @@ paths: - workflow_url - pull_requests examples: - default: &501 + default: &504 value: total_count: 1 workflow_runs: @@ -71440,24 +71495,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *455 - - *456 - - &479 + - *458 + - *459 + - &482 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *477 + - *480 responses: '200': description: Response content: application/json: - schema: *478 + schema: *481 examples: - default: &482 + default: &485 value: id: 30433642 name: Build @@ -71698,9 +71753,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *455 - - *456 - - *479 + - *458 + - *459 + - *482 responses: '204': description: Response @@ -71723,9 +71778,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: - - *455 - - *456 - - *479 + - *458 + - *459 + - *482 responses: '200': description: Response @@ -71853,9 +71908,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: - - *455 - - *456 - - *479 + - *458 + - *459 + - *482 responses: '201': description: Response @@ -71888,12 +71943,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *455 - - *456 - - *479 + - *458 + - *459 + - *482 - *17 - *19 - - *480 + - *483 - *110 responses: '200': @@ -71910,9 +71965,9 @@ paths: type: integer artifacts: type: array - items: *464 + items: *467 examples: - default: *481 + default: *484 headers: Link: *45 x-github: @@ -71936,25 +71991,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *455 - - *456 - - *479 - - &483 + - *458 + - *459 + - *482 + - &486 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *477 + - *480 responses: '200': description: Response content: application/json: - schema: *478 + schema: *481 examples: - default: *482 + default: *485 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71977,10 +72032,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: - - *455 - - *456 - - *479 - - *483 + - *458 + - *459 + - *482 + - *486 - *17 - *19 responses: @@ -71998,9 +72053,9 @@ paths: type: integer jobs: type: array - items: *484 + items: *487 examples: - default: &485 + default: &488 value: total_count: 1 jobs: @@ -72113,10 +72168,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *455 - - *456 - - *479 - - *483 + - *458 + - *459 + - *482 + - *486 responses: '302': description: Response @@ -72144,9 +72199,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *455 - - *456 - - *479 + - *458 + - *459 + - *482 responses: '202': description: Response @@ -72179,9 +72234,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: - - *455 - - *456 - - *479 + - *458 + - *459 + - *482 requestBody: required: true content: @@ -72248,9 +72303,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *455 - - *456 - - *479 + - *458 + - *459 + - *482 responses: '202': description: Response @@ -72283,9 +72338,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: - - *455 - - *456 - - *479 + - *458 + - *459 + - *482 - 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 @@ -72315,9 +72370,9 @@ paths: type: integer jobs: type: array - items: *484 + items: *487 examples: - default: *485 + default: *488 headers: Link: *45 x-github: @@ -72342,9 +72397,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *455 - - *456 - - *479 + - *458 + - *459 + - *482 responses: '302': description: Response @@ -72371,9 +72426,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *455 - - *456 - - *479 + - *458 + - *459 + - *482 responses: '204': description: Response @@ -72400,9 +72455,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: - - *455 - - *456 - - *479 + - *458 + - *459 + - *482 responses: '200': description: Response @@ -72471,7 +72526,7 @@ paths: items: type: object properties: - type: &609 + type: &610 type: string description: The type of reviewer. enum: @@ -72557,9 +72612,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: - - *455 - - *456 - - *479 + - *458 + - *459 + - *482 requestBody: required: true content: @@ -72609,7 +72664,7 @@ paths: application/json: schema: type: array - items: &594 + items: &597 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -72721,7 +72776,7 @@ paths: - created_at - updated_at examples: - default: &595 + default: &598 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -72777,9 +72832,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *455 - - *456 - - *479 + - *458 + - *459 + - *482 requestBody: required: false content: @@ -72824,9 +72879,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: - - *455 - - *456 - - *479 + - *458 + - *459 + - *482 requestBody: required: false content: @@ -72881,9 +72936,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *455 - - *456 - - *479 + - *458 + - *459 + - *482 responses: '200': description: Response @@ -73020,8 +73075,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -73039,9 +73094,9 @@ paths: type: integer secrets: type: array - items: *486 + items: *489 examples: - default: *487 + default: *490 headers: Link: *45 x-github: @@ -73066,16 +73121,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response content: application/json: - schema: *488 + schema: *491 examples: - default: *489 + default: *492 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73097,17 +73152,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *455 - - *456 + - *458 + - *459 - *288 responses: '200': description: Response content: application/json: - schema: *486 + schema: *489 examples: - default: &622 + default: &623 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -73133,8 +73188,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *455 - - *456 + - *458 + - *459 - *288 requestBody: required: true @@ -73192,8 +73247,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *455 - - *456 + - *458 + - *459 - *288 responses: '204': @@ -73219,9 +73274,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *455 - - *456 - - *473 + - *458 + - *459 + - *476 - *19 responses: '200': @@ -73238,9 +73293,9 @@ paths: type: integer variables: type: array - items: *490 + items: *493 examples: - default: *491 + default: *494 headers: Link: *45 x-github: @@ -73263,8 +73318,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -73316,17 +73371,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *455 - - *456 + - *458 + - *459 - *291 responses: '200': description: Response content: application/json: - schema: *490 + schema: *493 examples: - default: &623 + default: &624 value: name: USERNAME value: octocat @@ -73352,8 +73407,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *455 - - *456 + - *458 + - *459 - *291 requestBody: required: true @@ -73396,8 +73451,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *455 - - *456 + - *458 + - *459 - *291 responses: '204': @@ -73423,8 +73478,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -73442,7 +73497,7 @@ paths: type: integer workflows: type: array - items: &492 + items: &495 title: Workflow description: A GitHub Actions workflow type: object @@ -73560,9 +73615,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *455 - - *456 - - &493 + - *458 + - *459 + - &496 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -73577,7 +73632,7 @@ paths: description: Response content: application/json: - schema: *492 + schema: *495 examples: default: value: @@ -73610,9 +73665,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *455 - - *456 - - *493 + - *458 + - *459 + - *496 responses: '204': description: Response @@ -73637,9 +73692,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *455 - - *456 - - *493 + - *458 + - *459 + - *496 responses: '204': description: Empty response when `return_run_details` parameter is `false`. @@ -73726,9 +73781,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *455 - - *456 - - *493 + - *458 + - *459 + - *496 responses: '204': description: Response @@ -73755,19 +73810,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: - - *455 - - *456 - - *493 - - *494 - - *495 + - *458 + - *459 - *496 - *497 - - *17 - - *19 - *498 - - *477 - *499 - *500 + - *17 + - *19 + - *501 + - *480 + - *502 + - *503 responses: '200': description: Response @@ -73783,9 +73838,9 @@ paths: type: integer workflow_runs: type: array - items: *478 + items: *481 examples: - default: *501 + default: *504 headers: Link: *45 x-github: @@ -73818,9 +73873,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *455 - - *456 - - *493 + - *458 + - *459 + - *496 responses: '200': description: Response @@ -73881,8 +73936,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *455 - - *456 + - *458 + - *459 - *110 - *17 - *108 @@ -74050,8 +74105,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -74088,8 +74143,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: - - *455 - - *456 + - *458 + - *459 - name: assignee in: path required: true @@ -74125,8 +74180,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/attestations#create-an-attestation parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -74236,8 +74291,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/attestations#list-attestations parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *108 - *109 @@ -74294,7 +74349,7 @@ paths: initiator: type: string examples: - default: *502 + default: *505 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74314,8 +74369,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -74323,7 +74378,7 @@ paths: application/json: schema: type: array - items: &503 + items: &506 title: Autolink reference description: An autolink reference. type: object @@ -74382,8 +74437,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: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -74422,9 +74477,9 @@ paths: description: response content: application/json: - schema: *503 + schema: *506 examples: - default: &504 + default: &507 value: id: 1 key_prefix: TICKET- @@ -74455,9 +74510,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: - - *455 - - *456 - - &505 + - *458 + - *459 + - &508 name: autolink_id description: The unique identifier of the autolink. in: path @@ -74469,9 +74524,9 @@ paths: description: Response content: application/json: - schema: *503 + schema: *506 examples: - default: *504 + default: *507 '404': *6 x-github: githubCloudOnly: false @@ -74491,9 +74546,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: - - *455 - - *456 - - *505 + - *458 + - *459 + - *508 responses: '204': description: Response @@ -74517,8 +74572,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response if Dependabot is enabled @@ -74568,8 +74623,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Response @@ -74590,8 +74645,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Response @@ -74611,8 +74666,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *455 - - *456 + - *458 + - *459 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -74650,7 +74705,7 @@ paths: - url protected: type: boolean - protection: &507 + protection: &510 title: Branch Protection description: Branch Protection type: object @@ -74693,7 +74748,7 @@ paths: required: - contexts - checks - enforce_admins: &510 + enforce_admins: &513 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -74710,7 +74765,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &512 + required_pull_request_reviews: &515 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -74794,7 +74849,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &509 + restrictions: &512 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -75087,9 +75142,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *455 - - *456 - - &508 + - *458 + - *459 + - &511 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). @@ -75103,14 +75158,14 @@ paths: description: Response content: application/json: - schema: &518 + schema: &521 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &569 + commit: &572 title: Commit description: Commit type: object @@ -75149,7 +75204,7 @@ paths: author: anyOf: - type: 'null' - - &506 + - &509 title: Git User description: Metaproperties for Git author/committer information. @@ -75171,7 +75226,7 @@ paths: committer: anyOf: - type: 'null' - - *506 + - *509 message: type: string examples: @@ -75195,7 +75250,7 @@ paths: required: - sha - url - verification: &629 + verification: &630 title: Verification type: object properties: @@ -75275,7 +75330,7 @@ paths: type: integer files: type: array - items: &580 + items: &583 title: Diff Entry description: Diff Entry type: object @@ -75371,7 +75426,7 @@ paths: - self protected: type: boolean - protection: *507 + protection: *510 protection_url: type: string format: uri @@ -75480,7 +75535,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *461 + '301': *464 '404': *6 x-github: githubCloudOnly: false @@ -75502,15 +75557,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 responses: '200': description: Response content: application/json: - schema: *507 + schema: *510 examples: default: value: @@ -75704,9 +75759,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 requestBody: required: true content: @@ -75966,7 +76021,7 @@ paths: url: type: string format: uri - required_status_checks: &515 + required_status_checks: &518 title: Status Check Policy description: Status Check Policy type: object @@ -76125,7 +76180,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *509 + restrictions: *512 required_conversation_resolution: type: object properties: @@ -76237,9 +76292,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 responses: '204': description: Response @@ -76264,17 +76319,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 responses: '200': description: Response content: application/json: - schema: *510 + schema: *513 examples: - default: &511 + default: &514 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -76296,17 +76351,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 responses: '200': description: Response content: application/json: - schema: *510 + schema: *513 examples: - default: *511 + default: *514 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76325,9 +76380,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 responses: '204': description: Response @@ -76352,17 +76407,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 responses: '200': description: Response content: application/json: - schema: *512 + schema: *515 examples: - default: &513 + default: &516 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -76458,9 +76513,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 requestBody: required: false content: @@ -76558,9 +76613,9 @@ paths: description: Response content: application/json: - schema: *512 + schema: *515 examples: - default: *513 + default: *516 '422': *15 x-github: githubCloudOnly: false @@ -76581,9 +76636,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 responses: '204': description: Response @@ -76610,17 +76665,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 responses: '200': description: Response content: application/json: - schema: *510 + schema: *513 examples: - default: &514 + default: &517 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -76643,17 +76698,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 responses: '200': description: Response content: application/json: - schema: *510 + schema: *513 examples: - default: *514 + default: *517 '404': *6 x-github: githubCloudOnly: false @@ -76673,9 +76728,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 responses: '204': description: Response @@ -76700,17 +76755,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 responses: '200': description: Response content: application/json: - schema: *515 + schema: *518 examples: - default: &516 + default: &519 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -76736,9 +76791,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 requestBody: required: false content: @@ -76790,9 +76845,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *518 examples: - default: *516 + default: *519 '404': *6 '422': *15 x-github: @@ -76814,9 +76869,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 responses: '204': description: Response @@ -76840,9 +76895,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 responses: '200': description: Response @@ -76876,9 +76931,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 requestBody: required: false content: @@ -76945,9 +77000,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 requestBody: required: false content: @@ -77011,9 +77066,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 requestBody: content: application/json: @@ -77079,15 +77134,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 responses: '200': description: Response content: application/json: - schema: *509 + schema: *512 examples: default: value: @@ -77178,9 +77233,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 responses: '204': description: Response @@ -77203,9 +77258,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: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 responses: '200': description: Response @@ -77215,7 +77270,7 @@ paths: type: array items: *5 examples: - default: &517 + default: &520 value: - id: 1 slug: octoapp @@ -77272,9 +77327,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 requestBody: required: true content: @@ -77308,7 +77363,7 @@ paths: type: array items: *5 examples: - default: *517 + default: *520 '422': *15 x-github: githubCloudOnly: false @@ -77329,9 +77384,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 requestBody: required: true content: @@ -77365,7 +77420,7 @@ paths: type: array items: *5 examples: - default: *517 + default: *520 '422': *15 x-github: githubCloudOnly: false @@ -77386,9 +77441,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 requestBody: required: true content: @@ -77422,7 +77477,7 @@ paths: type: array items: *5 examples: - default: *517 + default: *520 '422': *15 x-github: githubCloudOnly: false @@ -77444,9 +77499,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: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 responses: '200': description: Response @@ -77456,7 +77511,7 @@ paths: type: array items: *307 examples: - default: *386 + default: *388 '404': *6 x-github: githubCloudOnly: false @@ -77476,9 +77531,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 requestBody: required: false content: @@ -77516,7 +77571,7 @@ paths: type: array items: *307 examples: - default: *386 + default: *388 '422': *15 x-github: githubCloudOnly: false @@ -77537,9 +77592,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 requestBody: required: false content: @@ -77577,7 +77632,7 @@ paths: type: array items: *307 examples: - default: *386 + default: *388 '422': *15 x-github: githubCloudOnly: false @@ -77598,9 +77653,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 requestBody: content: application/json: @@ -77637,7 +77692,7 @@ paths: type: array items: *307 examples: - default: *386 + default: *388 '422': *15 x-github: githubCloudOnly: false @@ -77659,9 +77714,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: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 responses: '200': description: Response @@ -77695,9 +77750,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 requestBody: required: true content: @@ -77755,9 +77810,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 requestBody: required: true content: @@ -77815,9 +77870,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 requestBody: required: true content: @@ -77877,9 +77932,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 requestBody: required: true content: @@ -77901,7 +77956,7 @@ paths: description: Response content: application/json: - schema: *518 + schema: *521 examples: default: value: @@ -78015,8 +78070,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *455 - - *456 + - *458 + - *459 - *103 - *104 - *105 @@ -78052,8 +78107,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *455 - - *456 + - *458 + - *459 - name: bypass_request_number in: path required: true @@ -78126,8 +78181,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *455 - - *456 + - *458 + - *459 - *103 - *104 - *105 @@ -78167,8 +78222,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *455 - - *456 + - *458 + - *459 - name: bypass_request_number in: path required: true @@ -78238,8 +78293,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *455 - - *456 + - *458 + - *459 - name: bypass_request_number in: path required: true @@ -78310,8 +78365,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *455 - - *456 + - *458 + - *459 - name: bypass_response_id in: path required: true @@ -78344,8 +78399,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -78624,7 +78679,7 @@ paths: description: Response content: application/json: - schema: &519 + schema: &522 title: CheckRun description: A check performed on the code of a given code change type: object @@ -78760,7 +78815,7 @@ paths: check. type: array items: *222 - deployment: &847 + deployment: &848 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -79047,9 +79102,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *455 - - *456 - - &520 + - *458 + - *459 + - &523 name: check_run_id description: The unique identifier of the check run. in: path @@ -79061,9 +79116,9 @@ paths: description: Response content: application/json: - schema: *519 + schema: *522 examples: - default: &521 + default: &524 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -79163,9 +79218,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *455 - - *456 - - *520 + - *458 + - *459 + - *523 requestBody: required: true content: @@ -79405,9 +79460,9 @@ paths: description: Response content: application/json: - schema: *519 + schema: *522 examples: - default: *521 + default: *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79427,9 +79482,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *455 - - *456 - - *520 + - *458 + - *459 + - *523 - *17 - *19 responses: @@ -79539,9 +79594,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *455 - - *456 - - *520 + - *458 + - *459 + - *523 responses: '201': description: Response @@ -79585,8 +79640,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -79608,7 +79663,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &523 + schema: &526 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -79706,7 +79761,7 @@ paths: - string - 'null' format: date-time - head_commit: *522 + head_commit: *525 latest_check_runs_count: type: integer check_runs_url: @@ -79734,7 +79789,7 @@ paths: - check_runs_url - pull_requests examples: - default: &524 + default: &527 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -80025,9 +80080,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *523 + schema: *526 examples: - default: *524 + default: *527 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80046,8 +80101,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -80356,9 +80411,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *455 - - *456 - - &525 + - *458 + - *459 + - &528 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -80370,9 +80425,9 @@ paths: description: Response content: application/json: - schema: *523 + schema: *526 examples: - default: *524 + default: *527 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80395,17 +80450,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: - - *455 - - *456 - - *525 - - &575 + - *458 + - *459 + - *528 + - &578 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &576 + - &579 name: status description: Returns check runs with the specified `status`. in: query @@ -80444,9 +80499,9 @@ paths: type: integer check_runs: type: array - items: *519 + items: *522 examples: - default: &577 + default: &580 value: total_count: 1 check_runs: @@ -80548,9 +80603,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *455 - - *456 - - *525 + - *458 + - *459 + - *528 responses: '201': description: Response @@ -80583,21 +80638,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: - - *455 - - *456 + - *458 + - *459 - *311 - *312 - *19 - *17 - - &541 + - &544 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: *526 - - &542 + schema: *529 + - &545 name: pr description: The number of the pull request for the results you want to list. in: query @@ -80628,7 +80683,7 @@ paths: be returned. in: query required: false - schema: *527 + schema: *530 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -80652,7 +80707,7 @@ paths: updated_at: *134 url: *131 html_url: *132 - instances_url: *528 + instances_url: *531 state: *113 fixed_at: *136 dismissed_by: @@ -80660,11 +80715,11 @@ paths: - type: 'null' - *4 dismissed_at: *135 - dismissed_reason: *529 - dismissed_comment: *530 - rule: *531 - tool: *532 - most_recent_instance: *533 + dismissed_reason: *532 + dismissed_comment: *533 + rule: *534 + tool: *535 + most_recent_instance: *536 dismissal_approved_by: anyOf: - type: 'null' @@ -80787,7 +80842,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &534 + '403': &537 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -80814,9 +80869,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: - - *455 - - *456 - - &535 + - *458 + - *459 + - &538 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -80830,7 +80885,7 @@ paths: description: Response content: application/json: - schema: &536 + schema: &539 type: object properties: number: *126 @@ -80838,7 +80893,7 @@ paths: updated_at: *134 url: *131 html_url: *132 - instances_url: *528 + instances_url: *531 state: *113 fixed_at: *136 dismissed_by: @@ -80846,8 +80901,8 @@ paths: - type: 'null' - *4 dismissed_at: *135 - dismissed_reason: *529 - dismissed_comment: *530 + dismissed_reason: *532 + dismissed_comment: *533 rule: type: object properties: @@ -80909,8 +80964,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *532 - most_recent_instance: *533 + tool: *535 + most_recent_instance: *536 dismissal_approved_by: anyOf: - type: 'null' @@ -81006,7 +81061,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *534 + '403': *537 '404': *6 '503': *192 x-github: @@ -81026,9 +81081,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: - - *455 - - *456 - - *535 + - *458 + - *459 + - *538 requestBody: required: true content: @@ -81043,8 +81098,8 @@ paths: enum: - open - dismissed - dismissed_reason: *529 - dismissed_comment: *530 + dismissed_reason: *532 + dismissed_comment: *533 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -81072,7 +81127,7 @@ paths: description: Response content: application/json: - schema: *536 + schema: *539 examples: default: value: @@ -81148,7 +81203,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &540 + '403': &543 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -81175,15 +81230,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: - - *455 - - *456 - - *535 + - *458 + - *459 + - *538 responses: '200': description: Response content: application/json: - schema: &537 + schema: &540 type: object properties: status: @@ -81210,13 +81265,13 @@ paths: - description - started_at examples: - default: &538 + default: &541 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &539 + '400': &542 description: Bad Request content: application/json: @@ -81227,7 +81282,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': *534 + '403': *537 '404': *6 '503': *192 x-github: @@ -81252,29 +81307,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: - - *455 - - *456 - - *535 + - *458 + - *459 + - *538 responses: '200': description: OK content: application/json: - schema: *537 + schema: *540 examples: - default: *538 + default: *541 '202': description: Accepted content: application/json: - schema: *537 + schema: *540 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *539 + '400': *542 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -81306,9 +81361,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: - - *455 - - *456 - - *535 + - *458 + - *459 + - *538 requestBody: required: false content: @@ -81354,8 +81409,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *539 - '403': *540 + '400': *542 + '403': *543 '404': *6 '422': description: Unprocessable Entity @@ -81379,13 +81434,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: - - *455 - - *456 - - *535 + - *458 + - *459 + - *538 - *19 - *17 - - *541 - - *542 + - *544 + - *545 responses: '200': description: Response @@ -81396,10 +81451,10 @@ paths: items: type: object properties: - ref: *526 - analysis_key: *543 - environment: *544 - category: *545 + ref: *529 + analysis_key: *546 + environment: *547 + category: *548 state: type: - string @@ -81416,7 +81471,7 @@ paths: properties: text: type: string - location: *546 + location: *549 html_url: type: string classifications: @@ -81424,7 +81479,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: *547 + items: *550 examples: default: value: @@ -81461,7 +81516,7 @@ paths: end_column: 50 classifications: - source - '403': *534 + '403': *537 '404': *6 '503': *192 x-github: @@ -81495,25 +81550,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: - - *455 - - *456 + - *458 + - *459 - *311 - *312 - *19 - *17 - - *542 + - *545 - 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: *526 + schema: *529 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &548 + schema: &551 type: string description: An identifier for the upload. examples: @@ -81535,23 +81590,23 @@ paths: application/json: schema: type: array - items: &549 + items: &552 type: object properties: - ref: *526 - commit_sha: &557 + ref: *529 + commit_sha: &560 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: *543 + analysis_key: *546 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *545 + category: *548 error: type: string examples: @@ -81576,8 +81631,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *548 - tool: *532 + sarif_id: *551 + tool: *535 deletable: type: boolean warning: @@ -81639,7 +81694,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *534 + '403': *537 '404': *6 '503': *192 x-github: @@ -81675,8 +81730,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: - - *455 - - *456 + - *458 + - *459 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -81689,7 +81744,7 @@ paths: description: Response content: application/json: - schema: *549 + schema: *552 examples: response: summary: application/json response @@ -81743,7 +81798,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *534 + '403': *537 '404': *6 '422': description: Response if analysis could not be processed @@ -81830,8 +81885,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: - - *455 - - *456 + - *458 + - *459 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -81887,7 +81942,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': *540 + '403': *543 '404': *6 '503': *192 x-github: @@ -81909,8 +81964,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -81918,7 +81973,7 @@ paths: application/json: schema: type: array - items: &550 + items: &553 title: CodeQL Database description: A CodeQL database. type: object @@ -82030,7 +82085,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': *534 + '403': *537 '404': *6 '503': *192 x-github: @@ -82059,8 +82114,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: - - *455 - - *456 + - *458 + - *459 - name: language in: path description: The language of the CodeQL database. @@ -82072,7 +82127,7 @@ paths: description: Response content: application/json: - schema: *550 + schema: *553 examples: default: value: @@ -82104,9 +82159,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': &582 + '302': &585 description: Found - '403': *534 + '403': *537 '404': *6 '503': *192 x-github: @@ -82128,8 +82183,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *455 - - *456 + - *458 + - *459 - name: language in: path description: The language of the CodeQL database. @@ -82139,7 +82194,7 @@ paths: responses: '204': description: Response - '403': *540 + '403': *543 '404': *6 '503': *192 x-github: @@ -82167,8 +82222,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: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -82177,7 +82232,7 @@ paths: type: object additionalProperties: false properties: - language: &551 + language: &554 type: string description: The language targeted by the CodeQL query enum: @@ -82257,7 +82312,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &555 + schema: &558 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -82267,7 +82322,7 @@ paths: description: The ID of the variant analysis. controller_repo: *120 actor: *4 - query_language: *551 + query_language: *554 query_pack_url: type: string description: The download url for the query pack. @@ -82315,7 +82370,7 @@ paths: items: type: object properties: - repository: &552 + repository: &555 title: Repository Identifier description: Repository Identifier type: object @@ -82357,7 +82412,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &556 + analysis_status: &559 type: string description: The new status of the CodeQL variant analysis repository task. @@ -82389,7 +82444,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &553 + access_mismatch_repos: &556 type: object properties: repository_count: @@ -82404,7 +82459,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: *552 + items: *555 required: - repository_count - repositories @@ -82427,8 +82482,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *553 - over_limit_repos: *553 + no_codeql_db_repos: *556 + over_limit_repos: *556 required: - access_mismatch_repos - not_found_repos @@ -82444,7 +82499,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &554 + value: &557 summary: Default response value: id: 1 @@ -82590,10 +82645,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *554 + value: *557 repository_lists: summary: Response for a successful variant analysis submission - value: *554 + value: *557 '404': *6 '422': description: Unable to process variant analysis submission @@ -82621,8 +82676,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: - - *455 - - *456 + - *458 + - *459 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -82634,9 +82689,9 @@ paths: description: Response content: application/json: - schema: *555 + schema: *558 examples: - default: *554 + default: *557 '404': *6 '503': *192 x-github: @@ -82659,7 +82714,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: - - *455 + - *458 - name: repo in: path description: The name of the controller repository. @@ -82694,7 +82749,7 @@ paths: type: object properties: repository: *120 - analysis_status: *556 + analysis_status: *559 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -82819,8 +82874,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -82913,7 +82968,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *534 + '403': *537 '404': *6 '503': *192 x-github: @@ -82934,8 +82989,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: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -83029,7 +83084,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *540 + '403': *543 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -83100,8 +83155,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: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -83109,7 +83164,7 @@ paths: schema: type: object properties: - commit_sha: *557 + commit_sha: *560 ref: type: string description: |- @@ -83169,7 +83224,7 @@ paths: schema: type: object properties: - id: *548 + id: *551 url: type: string description: The REST API URL for checking the status of the upload. @@ -83183,7 +83238,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': *540 + '403': *543 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -83206,8 +83261,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: - - *455 - - *456 + - *458 + - *459 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -83255,7 +83310,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': *534 + '403': *537 '404': description: Not Found if the sarif id does not match any upload '503': *192 @@ -83280,8 +83335,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -83362,8 +83417,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *455 - - *456 + - *458 + - *459 - 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 @@ -83491,8 +83546,8 @@ paths: parameters: - *17 - *19 - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -83508,7 +83563,7 @@ paths: type: integer codespaces: type: array - items: *377 + items: *379 examples: default: value: @@ -83806,8 +83861,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -83871,17 +83926,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *377 + schema: *379 examples: - default: *558 + default: *561 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *377 + schema: *379 examples: - default: *558 + default: *561 '400': *14 '401': *23 '403': *27 @@ -83910,8 +83965,8 @@ paths: parameters: - *17 - *19 - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -83975,8 +84030,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: - - *455 - - *456 + - *458 + - *459 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -84013,9 +84068,9 @@ paths: type: integer machines: type: array - items: *559 + items: *562 examples: - default: &793 + default: &794 value: total_count: 2 machines: @@ -84055,8 +84110,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *455 - - *456 + - *458 + - *459 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -84143,8 +84198,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: - - *455 - - *456 + - *458 + - *459 - 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 @@ -84213,8 +84268,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -84232,7 +84287,7 @@ paths: type: integer secrets: type: array - items: &563 + items: &566 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -84253,7 +84308,7 @@ paths: - created_at - updated_at examples: - default: *560 + default: *563 headers: Link: *45 x-github: @@ -84276,16 +84331,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response content: application/json: - schema: *561 + schema: *564 examples: - default: *562 + default: *565 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -84305,17 +84360,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *455 - - *456 + - *458 + - *459 - *288 responses: '200': description: Response content: application/json: - schema: *563 + schema: *566 examples: - default: *564 + default: *567 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84335,8 +84390,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: - - *455 - - *456 + - *458 + - *459 - *288 requestBody: required: true @@ -84389,8 +84444,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *455 - - *456 + - *458 + - *459 - *288 responses: '204': @@ -84419,8 +84474,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *455 - - *456 + - *458 + - *459 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -84458,7 +84513,7 @@ paths: application/json: schema: type: array - items: &565 + items: &568 title: Collaborator description: Collaborator type: object @@ -84651,8 +84706,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: - - *455 - - *456 + - *458 + - *459 - *139 responses: '204': @@ -84699,8 +84754,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *455 - - *456 + - *458 + - *459 - *139 requestBody: required: false @@ -84727,7 +84782,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &641 + schema: &642 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -84955,8 +85010,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *455 - - *456 + - *458 + - *459 - *139 responses: '204': @@ -84988,8 +85043,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *455 - - *456 + - *458 + - *459 - *139 responses: '200': @@ -85010,7 +85065,7 @@ paths: user: anyOf: - type: 'null' - - *565 + - *568 required: - permission - role_name @@ -85064,8 +85119,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -85075,7 +85130,7 @@ paths: application/json: schema: type: array - items: &566 + items: &569 title: Commit Comment description: Commit Comment type: object @@ -85133,7 +85188,7 @@ paths: - created_at - updated_at examples: - default: &571 + default: &574 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -85192,17 +85247,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *455 - - *456 + - *458 + - *459 - *233 responses: '200': description: Response content: application/json: - schema: *566 + schema: *569 examples: - default: &572 + default: &575 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -85259,8 +85314,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *455 - - *456 + - *458 + - *459 - *233 requestBody: required: true @@ -85283,7 +85338,7 @@ paths: description: Response content: application/json: - schema: *566 + schema: *569 examples: default: value: @@ -85334,8 +85389,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *455 - - *456 + - *458 + - *459 - *233 responses: '204': @@ -85357,8 +85412,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *455 - - *456 + - *458 + - *459 - *233 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -85385,7 +85440,7 @@ paths: application/json: schema: type: array - items: &567 + items: &570 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -85429,7 +85484,7 @@ paths: - content - created_at examples: - default: &644 + default: &645 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -85474,8 +85529,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *455 - - *456 + - *458 + - *459 - *233 requestBody: required: true @@ -85508,9 +85563,9 @@ paths: description: Reaction exists content: application/json: - schema: *567 + schema: *570 examples: - default: &568 + default: &571 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -85539,9 +85594,9 @@ paths: description: Reaction created content: application/json: - schema: *567 + schema: *570 examples: - default: *568 + default: *571 '422': *15 x-github: githubCloudOnly: false @@ -85563,10 +85618,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *455 - - *456 + - *458 + - *459 - *233 - - &645 + - &646 name: reaction_id description: The unique identifier of the reaction. in: path @@ -85621,8 +85676,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *455 - - *456 + - *458 + - *459 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -85678,9 +85733,9 @@ paths: application/json: schema: type: array - items: *569 + items: *572 examples: - default: &693 + default: &694 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -85774,9 +85829,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *455 - - *456 - - &570 + - *458 + - *459 + - &573 name: commit_sha description: The SHA of the commit. in: path @@ -85848,9 +85903,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *455 - - *456 - - *570 + - *458 + - *459 + - *573 - *17 - *19 responses: @@ -85860,9 +85915,9 @@ paths: application/json: schema: type: array - items: *566 + items: *569 examples: - default: *571 + default: *574 headers: Link: *45 x-github: @@ -85890,9 +85945,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *455 - - *456 - - *570 + - *458 + - *459 + - *573 requestBody: required: true content: @@ -85927,9 +85982,9 @@ paths: description: Response content: application/json: - schema: *566 + schema: *569 examples: - default: *572 + default: *575 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -85957,9 +86012,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: - - *455 - - *456 - - *570 + - *458 + - *459 + - *573 - *17 - *19 responses: @@ -85969,9 +86024,9 @@ paths: application/json: schema: type: array - items: *573 + items: *576 examples: - default: &685 + default: &686 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -86508,11 +86563,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *455 - - *456 + - *458 + - *459 - *19 - *17 - - &574 + - &577 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)" @@ -86527,9 +86582,9 @@ paths: description: Response content: application/json: - schema: *569 + schema: *572 examples: - default: &671 + default: &672 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -86642,11 +86697,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: - - *455 - - *456 - - *574 - - *575 - - *576 + - *458 + - *459 + - *577 + - *578 + - *579 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -86680,9 +86735,9 @@ paths: type: integer check_runs: type: array - items: *519 + items: *522 examples: - default: *577 + default: *580 headers: Link: *45 x-github: @@ -86707,9 +86762,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: - - *455 - - *456 - - *574 + - *458 + - *459 + - *577 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -86717,7 +86772,7 @@ paths: schema: type: integer example: 1 - - *575 + - *578 - *17 - *19 responses: @@ -86735,7 +86790,7 @@ paths: type: integer check_suites: type: array - items: *523 + items: *526 examples: default: value: @@ -86935,9 +86990,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: - - *455 - - *456 - - *574 + - *458 + - *459 + - *577 - *17 - *19 responses: @@ -87139,9 +87194,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *455 - - *456 - - *574 + - *458 + - *459 + - *577 - *17 - *19 responses: @@ -87151,7 +87206,7 @@ paths: application/json: schema: type: array - items: &746 + items: &747 title: Status description: The status of a commit. type: object @@ -87232,7 +87287,7 @@ paths: site_admin: false headers: Link: *45 - '301': *461 + '301': *464 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87260,8 +87315,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -87294,11 +87349,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *578 + - *581 code_of_conduct_file: anyOf: - type: 'null' - - &579 + - &582 title: Community Health File type: object properties: @@ -87318,19 +87373,19 @@ paths: contributing: anyOf: - type: 'null' - - *579 + - *582 readme: anyOf: - type: 'null' - - *579 + - *582 issue_template: anyOf: - type: 'null' - - *579 + - *582 pull_request_template: anyOf: - type: 'null' - - *579 + - *582 required: - code_of_conduct - code_of_conduct_file @@ -87459,8 +87514,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *455 - - *456 + - *458 + - *459 - *19 - *17 - name: basehead @@ -87508,8 +87563,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *569 - merge_base_commit: *569 + base_commit: *572 + merge_base_commit: *572 status: type: string enum: @@ -87533,10 +87588,10 @@ paths: - 6 commits: type: array - items: *569 + items: *572 files: type: array - items: *580 + items: *583 required: - url - html_url @@ -87822,8 +87877,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *455 - - *456 + - *458 + - *459 - name: path description: path parameter in: path @@ -87993,7 +88048,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &581 + response-if-content-is-a-file-github-object: &584 summary: Response if content is a file value: type: file @@ -88130,7 +88185,7 @@ paths: - size - type - url - - &698 + - &699 title: Content File description: Content File type: object @@ -88348,7 +88403,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *581 + response-if-content-is-a-file: *584 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -88417,7 +88472,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *582 + '302': *585 '304': *35 x-github: githubCloudOnly: false @@ -88440,8 +88495,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *455 - - *456 + - *458 + - *459 - name: path description: path parameter in: path @@ -88536,7 +88591,7 @@ paths: description: Response content: application/json: - schema: &583 + schema: &586 title: File Commit description: File Commit type: object @@ -88692,7 +88747,7 @@ paths: description: Response content: application/json: - schema: *583 + schema: *586 examples: example-for-creating-a-file: value: @@ -88746,7 +88801,7 @@ paths: schema: oneOf: - *3 - - &624 + - &625 description: Repository rule violation was detected type: object properties: @@ -88767,7 +88822,7 @@ paths: items: type: object properties: - placeholder_id: &738 + placeholder_id: &739 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -88799,8 +88854,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *455 - - *456 + - *458 + - *459 - name: path description: path parameter in: path @@ -88861,7 +88916,7 @@ paths: description: Response content: application/json: - schema: *583 + schema: *586 examples: default: value: @@ -88916,8 +88971,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *455 - - *456 + - *458 + - *459 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -89041,8 +89096,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *455 - - *456 + - *458 + - *459 - *328 - *329 - *330 @@ -89055,7 +89110,7 @@ paths: schema: type: string - *333 - - *584 + - *587 - *334 - *335 - *336 @@ -89070,7 +89125,7 @@ paths: application/json: schema: type: array - items: &588 + items: &591 type: object description: A Dependabot alert. properties: @@ -89121,7 +89176,7 @@ paths: - transitive - inconclusive - - security_advisory: *585 + security_advisory: *588 security_vulnerability: *130 url: *131 html_url: *132 @@ -89152,8 +89207,8 @@ paths: dismissal. maxLength: 280 fixed_at: *136 - auto_dismissed_at: *586 - dismissal_request: *587 + auto_dismissed_at: *589 + dismissal_request: *590 assignees: type: array description: The users assigned to this alert. @@ -89408,9 +89463,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *455 - - *456 - - &589 + - *458 + - *459 + - &592 name: alert_number in: path description: |- @@ -89425,7 +89480,7 @@ paths: description: Response content: application/json: - schema: *588 + schema: *591 examples: default: value: @@ -89557,9 +89612,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *455 - - *456 - - *589 + - *458 + - *459 + - *592 requestBody: required: true content: @@ -89615,7 +89670,7 @@ paths: description: Response content: application/json: - schema: *588 + schema: *591 examples: default: value: @@ -89745,8 +89800,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -89764,7 +89819,7 @@ paths: type: integer secrets: type: array - items: &592 + items: &595 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -89818,16 +89873,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response content: application/json: - schema: *590 + schema: *593 examples: - default: *591 + default: *594 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89847,15 +89902,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *455 - - *456 + - *458 + - *459 - *288 responses: '200': description: Response content: application/json: - schema: *592 + schema: *595 examples: default: value: @@ -89881,8 +89936,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *455 - - *456 + - *458 + - *459 - *288 requestBody: required: true @@ -89935,8 +89990,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *455 - - *456 + - *458 + - *459 - *288 responses: '204': @@ -89959,8 +90014,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: - - *455 - - *456 + - *458 + - *459 - 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 @@ -90134,8 +90189,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -90395,8 +90450,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: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -90479,7 +90534,7 @@ paths: - version - url additionalProperties: false - metadata: &593 + metadata: &596 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -90518,7 +90573,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *593 + metadata: *596 resolved: type: object description: A collection of resolved package dependencies. @@ -90532,7 +90587,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *593 + metadata: *596 relationship: type: string description: A notation of whether a dependency is requested @@ -90665,8 +90720,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *455 - - *456 + - *458 + - *459 - name: sha description: The SHA recorded at creation time. in: query @@ -90707,9 +90762,9 @@ paths: application/json: schema: type: array - items: *594 + items: *597 examples: - default: *595 + default: *598 headers: Link: *45 x-github: @@ -90775,8 +90830,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -90858,7 +90913,7 @@ paths: description: Response content: application/json: - schema: *594 + schema: *597 examples: simple-example: summary: Simple example @@ -90931,9 +90986,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *455 - - *456 - - &596 + - *458 + - *459 + - &599 name: deployment_id description: deployment_id parameter in: path @@ -90945,7 +91000,7 @@ paths: description: Response content: application/json: - schema: *594 + schema: *597 examples: default: value: @@ -91010,9 +91065,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *455 - - *456 - - *596 + - *458 + - *459 + - *599 responses: '204': description: Response @@ -91034,9 +91089,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *455 - - *456 - - *596 + - *458 + - *459 + - *599 - *17 - *19 responses: @@ -91046,7 +91101,7 @@ paths: application/json: schema: type: array - items: &597 + items: &600 title: Deployment Status description: The status of a deployment. type: object @@ -91210,9 +91265,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *455 - - *456 - - *596 + - *458 + - *459 + - *599 requestBody: required: true content: @@ -91287,9 +91342,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *600 examples: - default: &598 + default: &601 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -91345,9 +91400,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *455 - - *456 - - *596 + - *458 + - *459 + - *599 - name: status_id in: path required: true @@ -91358,9 +91413,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *600 examples: - default: *598 + default: *601 '404': *6 x-github: githubCloudOnly: false @@ -91387,12 +91442,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *455 - - *456 - - *599 - - *600 - - *601 + - *458 + - *459 - *602 + - *603 + - *604 + - *605 - *17 - *19 responses: @@ -91402,9 +91457,9 @@ paths: application/json: schema: type: array - items: *603 + items: *606 examples: - default: *604 + default: *607 '404': *6 '403': *27 '500': *38 @@ -91428,8 +91483,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *455 - - *456 + - *458 + - *459 - name: alert_number in: path required: true @@ -91441,7 +91496,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *603 + schema: *606 examples: default: value: @@ -91497,8 +91552,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *455 - - *456 + - *458 + - *459 - name: alert_number in: path required: true @@ -91557,12 +91612,12 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *455 - - *456 - - *599 - - *600 - - *601 + - *458 + - *459 - *602 + - *603 + - *604 + - *605 - *17 - *19 responses: @@ -91572,9 +91627,9 @@ paths: application/json: schema: type: array - items: *605 + items: *608 examples: - default: *606 + default: *609 '404': *6 '403': *27 '500': *38 @@ -91598,8 +91653,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *455 - - *456 + - *458 + - *459 - name: alert_number in: path required: true @@ -91611,7 +91666,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *605 + schema: *608 examples: default: value: @@ -91662,8 +91717,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *455 - - *456 + - *458 + - *459 - name: alert_number in: path required: true @@ -91701,7 +91756,7 @@ paths: description: The created dismissal request. content: application/json: - schema: *605 + schema: *608 examples: default: value: @@ -91752,8 +91807,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *455 - - *456 + - *458 + - *459 - name: alert_number in: path required: true @@ -91824,8 +91879,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *455 - - *456 + - *458 + - *459 - name: alert_number in: path required: true @@ -91858,12 +91913,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *455 - - *456 + - *458 + - *459 - *103 - *104 - *105 - - *341 + - *340 - *17 - *19 responses: @@ -91873,9 +91928,9 @@ paths: application/json: schema: type: array - items: *607 + items: *342 examples: - default: *608 + default: *343 '404': *6 '403': *27 '500': *38 @@ -91900,8 +91955,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *455 - - *456 + - *458 + - *459 - name: alert_number in: path required: true @@ -91913,7 +91968,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *607 + schema: *342 examples: default: value: @@ -91971,8 +92026,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *455 - - *456 + - *458 + - *459 - name: alert_number in: path required: true @@ -92041,8 +92096,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -92099,8 +92154,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -92118,7 +92173,7 @@ paths: - 5 environments: type: array - items: &610 + items: &611 title: Environment description: Details of a deployment environment type: object @@ -92180,7 +92235,7 @@ paths: type: string examples: - wait_timer - wait_timer: &612 + wait_timer: &613 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -92222,7 +92277,7 @@ paths: items: type: object properties: - type: *609 + type: *610 reviewer: anyOf: - *4 @@ -92249,7 +92304,7 @@ paths: - id - node_id - type - deployment_branch_policy: &613 + deployment_branch_policy: &614 type: - object - 'null' @@ -92366,9 +92421,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *455 - - *456 - - &611 + - *458 + - *459 + - &612 name: environment_name in: path required: true @@ -92381,9 +92436,9 @@ paths: description: Response content: application/json: - schema: *610 + schema: *611 examples: - default: &614 + default: &615 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -92467,9 +92522,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *455 - - *456 - - *611 + - *458 + - *459 + - *612 requestBody: required: false content: @@ -92479,7 +92534,7 @@ paths: - object - 'null' properties: - wait_timer: *612 + wait_timer: *613 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -92498,14 +92553,14 @@ paths: items: type: object properties: - type: *609 + type: *610 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *613 + deployment_branch_policy: *614 additionalProperties: false examples: default: @@ -92525,9 +92580,9 @@ paths: description: Response content: application/json: - schema: *610 + schema: *611 examples: - default: *614 + default: *615 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -92551,9 +92606,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *455 - - *456 - - *611 + - *458 + - *459 + - *612 responses: '204': description: Default response @@ -92578,9 +92633,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *455 - - *456 - - *611 + - *458 + - *459 + - *612 - *17 - *19 responses: @@ -92599,7 +92654,7 @@ paths: - 2 branch_policies: type: array - items: &615 + items: &616 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -92660,9 +92715,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *455 - - *456 - - *611 + - *458 + - *459 + - *612 requestBody: required: true content: @@ -92710,9 +92765,9 @@ paths: description: Response content: application/json: - schema: *615 + schema: *616 examples: - example-wildcard: &616 + example-wildcard: &617 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -92754,10 +92809,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *455 - - *456 - - *611 - - &617 + - *458 + - *459 + - *612 + - &618 name: branch_policy_id in: path required: true @@ -92769,9 +92824,9 @@ paths: description: Response content: application/json: - schema: *615 + schema: *616 examples: - default: *616 + default: *617 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92790,10 +92845,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *455 - - *456 - - *611 - - *617 + - *458 + - *459 + - *612 + - *618 requestBody: required: true content: @@ -92822,9 +92877,9 @@ paths: description: Response content: application/json: - schema: *615 + schema: *616 examples: - default: *616 + default: *617 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92843,10 +92898,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *455 - - *456 - - *611 - - *617 + - *458 + - *459 + - *612 + - *618 responses: '204': description: Response @@ -92871,9 +92926,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: - - *611 - - *456 - - *455 + - *612 + - *459 + - *458 responses: '200': description: List of deployment protection rules @@ -92890,7 +92945,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &618 + items: &619 title: Deployment protection rule description: Deployment protection rule type: object @@ -92912,7 +92967,7 @@ paths: for the environment. examples: - true - app: &619 + app: &620 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -93015,9 +93070,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: - - *611 - - *456 - - *455 + - *612 + - *459 + - *458 requestBody: content: application/json: @@ -93038,9 +93093,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *618 + schema: *619 examples: - default: &620 + default: &621 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -93075,9 +93130,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: - - *611 - - *456 - - *455 + - *612 + - *459 + - *458 - *19 - *17 responses: @@ -93097,7 +93152,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *619 + items: *620 examples: default: value: @@ -93132,10 +93187,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: - - *455 - - *456 - - *611 - - &621 + - *458 + - *459 + - *612 + - &622 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -93147,9 +93202,9 @@ paths: description: Response content: application/json: - schema: *618 + schema: *619 examples: - default: *620 + default: *621 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93170,10 +93225,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: - - *611 - - *456 - - *455 - - *621 + - *612 + - *459 + - *458 + - *622 responses: '204': description: Response @@ -93199,9 +93254,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *455 - - *456 - - *611 + - *458 + - *459 + - *612 - *17 - *19 responses: @@ -93219,9 +93274,9 @@ paths: type: integer secrets: type: array - items: *486 + items: *489 examples: - default: *487 + default: *490 headers: Link: *45 x-github: @@ -93246,17 +93301,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *455 - - *456 - - *611 + - *458 + - *459 + - *612 responses: '200': description: Response content: application/json: - schema: *488 + schema: *491 examples: - default: *489 + default: *492 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93278,18 +93333,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *455 - - *456 - - *611 + - *458 + - *459 + - *612 - *288 responses: '200': description: Response content: application/json: - schema: *486 + schema: *489 examples: - default: *622 + default: *623 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93311,9 +93366,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *455 - - *456 - - *611 + - *458 + - *459 + - *612 - *288 requestBody: required: true @@ -93371,9 +93426,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *455 - - *456 - - *611 + - *458 + - *459 + - *612 - *288 responses: '204': @@ -93399,10 +93454,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *455 - - *456 - - *611 - - *473 + - *458 + - *459 + - *612 + - *476 - *19 responses: '200': @@ -93419,9 +93474,9 @@ paths: type: integer variables: type: array - items: *490 + items: *493 examples: - default: *491 + default: *494 headers: Link: *45 x-github: @@ -93444,9 +93499,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *455 - - *456 - - *611 + - *458 + - *459 + - *612 requestBody: required: true content: @@ -93498,18 +93553,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *455 - - *456 - - *611 + - *458 + - *459 + - *612 - *291 responses: '200': description: Response content: application/json: - schema: *490 + schema: *493 examples: - default: *623 + default: *624 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93530,10 +93585,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *455 - - *456 + - *458 + - *459 - *291 - - *611 + - *612 requestBody: required: true content: @@ -93575,10 +93630,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *455 - - *456 + - *458 + - *459 - *291 - - *611 + - *612 responses: '204': description: Response @@ -93600,8 +93655,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -93669,8 +93724,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *455 - - *456 + - *458 + - *459 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -93829,8 +93884,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: false content: @@ -93863,9 +93918,9 @@ paths: description: Response content: application/json: - schema: *460 + schema: *463 examples: - default: *462 + default: *465 '400': *14 '422': *15 '403': *27 @@ -93886,8 +93941,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -93947,7 +94002,7 @@ paths: schema: oneOf: - *253 - - *624 + - *625 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93972,8 +94027,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *455 - - *456 + - *458 + - *459 - name: file_sha in: path required: true @@ -94073,8 +94128,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -94183,7 +94238,7 @@ paths: description: Response content: application/json: - schema: &625 + schema: &626 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -94410,15 +94465,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *455 - - *456 - - *570 + - *458 + - *459 + - *573 responses: '200': description: Response content: application/json: - schema: *625 + schema: *626 examples: default: value: @@ -94474,9 +94529,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *455 - - *456 - - &626 + - *458 + - *459 + - &627 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. @@ -94493,7 +94548,7 @@ paths: application/json: schema: type: array - items: &627 + items: &628 title: Git Reference description: Git references within a repository type: object @@ -94569,17 +94624,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *455 - - *456 - - *626 + - *458 + - *459 + - *627 responses: '200': description: Response content: application/json: - schema: *627 + schema: *628 examples: - default: &628 + default: &629 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -94608,8 +94663,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -94638,9 +94693,9 @@ paths: description: Response content: application/json: - schema: *627 + schema: *628 examples: - default: *628 + default: *629 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -94666,9 +94721,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *455 - - *456 - - *626 + - *458 + - *459 + - *627 requestBody: required: true content: @@ -94697,9 +94752,9 @@ paths: description: Response content: application/json: - schema: *627 + schema: *628 examples: - default: *628 + default: *629 '422': *15 '409': *119 x-github: @@ -94717,9 +94772,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *455 - - *456 - - *626 + - *458 + - *459 + - *627 responses: '204': description: Response @@ -94774,8 +94829,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -94842,7 +94897,7 @@ paths: description: Response content: application/json: - schema: &630 + schema: &631 title: Git Tag description: Metadata for a Git tag type: object @@ -94898,7 +94953,7 @@ paths: - sha - type - url - verification: *629 + verification: *630 required: - sha - url @@ -94908,7 +94963,7 @@ paths: - tag - message examples: - default: &631 + default: &632 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -94981,8 +95036,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *455 - - *456 + - *458 + - *459 - name: tag_sha in: path required: true @@ -94993,9 +95048,9 @@ paths: description: Response content: application/json: - schema: *630 + schema: *631 examples: - default: *631 + default: *632 '404': *6 '409': *119 x-github: @@ -95019,8 +95074,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -95094,7 +95149,7 @@ paths: description: Response content: application/json: - schema: &632 + schema: &633 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -95196,8 +95251,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *455 - - *456 + - *458 + - *459 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -95220,7 +95275,7 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: default-response: summary: Default response @@ -95279,8 +95334,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -95290,7 +95345,7 @@ paths: application/json: schema: type: array - items: &633 + items: &634 title: Webhook description: Webhooks for repositories. type: object @@ -95353,7 +95408,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &883 + last_response: &884 title: Hook Response type: object properties: @@ -95430,8 +95485,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: false content: @@ -95484,9 +95539,9 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: - default: &634 + default: &635 value: type: Repository id: 12345678 @@ -95534,17 +95589,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *455 - - *456 - - *344 + - *458 + - *459 + - *346 responses: '200': description: Response content: application/json: - schema: *633 + schema: *634 examples: - default: *634 + default: *635 '404': *6 x-github: githubCloudOnly: false @@ -95564,9 +95619,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *455 - - *456 - - *344 + - *458 + - *459 + - *346 requestBody: required: true content: @@ -95611,9 +95666,9 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: - default: *634 + default: *635 '422': *15 '404': *6 x-github: @@ -95634,9 +95689,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *455 - - *456 - - *344 + - *458 + - *459 + - *346 responses: '204': description: Response @@ -95660,9 +95715,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: - - *455 - - *456 - - *344 + - *458 + - *459 + - *346 responses: '200': description: Response @@ -95689,9 +95744,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: - - *455 - - *456 - - *344 + - *458 + - *459 + - *346 requestBody: required: false content: @@ -95735,12 +95790,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *455 - - *456 - - *344 - - *17 - - *345 + - *458 + - *459 - *346 + - *17 + - *347 + - *348 responses: '200': description: Response @@ -95748,9 +95803,9 @@ paths: application/json: schema: type: array - items: *347 + items: *349 examples: - default: *348 + default: *350 '400': *14 '422': *15 x-github: @@ -95769,18 +95824,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: - - *455 - - *456 - - *344 + - *458 + - *459 + - *346 - *16 responses: '200': description: Response content: application/json: - schema: *349 + schema: *351 examples: - default: *350 + default: *352 '400': *14 '422': *15 x-github: @@ -95799,9 +95854,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: - - *455 - - *456 - - *344 + - *458 + - *459 + - *346 - *16 responses: '202': *37 @@ -95824,9 +95879,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *455 - - *456 - - *344 + - *458 + - *459 + - *346 responses: '204': description: Response @@ -95851,9 +95906,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *455 - - *456 - - *344 + - *458 + - *459 + - *346 responses: '204': description: Response @@ -95876,8 +95931,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response if immutable releases are enabled @@ -95925,8 +95980,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-immutable-releases parameters: - - *455 - - *456 + - *458 + - *459 responses: '204': *151 '409': *119 @@ -95946,8 +96001,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-immutable-releases parameters: - - *455 - - *456 + - *458 + - *459 responses: '204': *151 '409': *119 @@ -96004,14 +96059,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response content: application/json: - schema: &635 + schema: &636 title: Import description: A repository import from an external source. type: object @@ -96118,7 +96173,7 @@ paths: - html_url - authors_url examples: - default: &638 + default: &639 value: vcs: subversion use_lfs: true @@ -96134,7 +96189,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': &636 + '503': &637 description: Unavailable due to service under maintenance. content: application/json: @@ -96163,8 +96218,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -96212,7 +96267,7 @@ paths: description: Response content: application/json: - schema: *635 + schema: *636 examples: default: value: @@ -96237,7 +96292,7 @@ paths: type: string '422': *15 '404': *6 - '503': *636 + '503': *637 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96265,8 +96320,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: false content: @@ -96318,7 +96373,7 @@ paths: description: Response content: application/json: - schema: *635 + schema: *636 examples: example-1: summary: Example 1 @@ -96366,7 +96421,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': *636 + '503': *637 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96389,12 +96444,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Response - '503': *636 + '503': *637 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96420,9 +96475,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *455 - - *456 - - &814 + - *458 + - *459 + - &815 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -96436,7 +96491,7 @@ paths: application/json: schema: type: array - items: &637 + items: &638 title: Porter Author description: Porter Author type: object @@ -96490,7 +96545,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': *636 + '503': *637 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96515,8 +96570,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *455 - - *456 + - *458 + - *459 - name: author_id in: path required: true @@ -96546,7 +96601,7 @@ paths: description: Response content: application/json: - schema: *637 + schema: *638 examples: default: value: @@ -96559,7 +96614,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *636 + '503': *637 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96583,8 +96638,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -96625,7 +96680,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *636 + '503': *637 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96653,8 +96708,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -96681,11 +96736,11 @@ paths: description: Response content: application/json: - schema: *635 + schema: *636 examples: - default: *638 + default: *639 '422': *15 - '503': *636 + '503': *637 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96708,8 +96763,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -96717,8 +96772,8 @@ paths: application/json: schema: *20 examples: - default: *362 - '301': *461 + default: *364 + '301': *464 '404': *6 x-github: githubCloudOnly: false @@ -96738,8 +96793,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -96747,12 +96802,12 @@ paths: application/json: schema: anyOf: - - *364 + - *366 - type: object properties: {} additionalProperties: false examples: - default: &640 + default: &641 value: limit: collaborators_only origin: repository @@ -96777,13 +96832,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: application/json: - schema: *639 + schema: *640 examples: default: summary: Example request body @@ -96795,9 +96850,9 @@ paths: description: Response content: application/json: - schema: *364 + schema: *366 examples: - default: *640 + default: *641 '409': description: Response x-github: @@ -96819,8 +96874,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Response @@ -96843,8 +96898,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -96854,9 +96909,9 @@ paths: application/json: schema: type: array - items: *641 + items: *642 examples: - default: &807 + default: &808 value: - id: 1 repository: @@ -96987,9 +97042,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *455 - - *456 - - *368 + - *458 + - *459 + - *370 requestBody: required: false content: @@ -97018,7 +97073,7 @@ paths: description: Response content: application/json: - schema: *641 + schema: *642 examples: default: value: @@ -97149,9 +97204,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *455 - - *456 - - *368 + - *458 + - *459 + - *370 responses: '204': description: Response @@ -97182,8 +97237,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *455 - - *456 + - *458 + - *459 - 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 @@ -97231,7 +97286,7 @@ paths: required: false schema: type: string - - *375 + - *377 - name: sort description: What to sort results by. in: query @@ -97256,7 +97311,7 @@ paths: type: array items: *219 examples: - default: &650 + default: &651 value: - id: 1 node_id: MDU6SXNzdWUx @@ -97405,7 +97460,7 @@ paths: state_reason: completed headers: Link: *45 - '301': *461 + '301': *464 '422': *15 '404': *6 x-github: @@ -97434,8 +97489,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -97527,7 +97582,7 @@ paths: application/json: schema: *219 examples: - default: &647 + default: &648 value: id: 1 node_id: MDU6SXNzdWUx @@ -97684,7 +97739,7 @@ paths: '422': *15 '503': *192 '404': *6 - '410': *642 + '410': *643 x-github: triggersNotification: true githubCloudOnly: false @@ -97712,8 +97767,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *455 - - *456 + - *458 + - *459 - *241 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -97736,7 +97791,7 @@ paths: type: array items: *220 examples: - default: &649 + default: &650 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -97794,8 +97849,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *455 - - *456 + - *458 + - *459 - *233 responses: '200': @@ -97804,7 +97859,7 @@ paths: application/json: schema: *220 examples: - default: &643 + default: &644 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -97859,8 +97914,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *455 - - *456 + - *458 + - *459 - *233 requestBody: required: true @@ -97885,7 +97940,7 @@ paths: application/json: schema: *220 examples: - default: *643 + default: *644 '422': *15 x-github: githubCloudOnly: false @@ -97903,8 +97958,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *455 - - *456 + - *458 + - *459 - *233 responses: '204': @@ -97933,8 +97988,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#pin-an-issue-comment parameters: - - *455 - - *456 + - *458 + - *459 - *233 responses: '200': @@ -97997,7 +98052,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *642 + '410': *643 '422': *15 x-github: githubCloudOnly: false @@ -98014,8 +98069,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#unpin-an-issue-comment parameters: - - *455 - - *456 + - *458 + - *459 - *233 responses: '204': @@ -98023,7 +98078,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *642 + '410': *643 '503': *192 x-github: githubCloudOnly: false @@ -98041,8 +98096,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *455 - - *456 + - *458 + - *459 - *233 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -98069,9 +98124,9 @@ paths: application/json: schema: type: array - items: *567 + items: *570 examples: - default: *644 + default: *645 headers: Link: *45 '404': *6 @@ -98092,8 +98147,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *455 - - *456 + - *458 + - *459 - *233 requestBody: required: true @@ -98126,16 +98181,16 @@ paths: description: Reaction exists content: application/json: - schema: *567 + schema: *570 examples: - default: *568 + default: *571 '201': description: Reaction created content: application/json: - schema: *567 + schema: *570 examples: - default: *568 + default: *571 '422': *15 x-github: githubCloudOnly: false @@ -98157,10 +98212,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *455 - - *456 + - *458 + - *459 - *233 - - *645 + - *646 responses: '204': description: Response @@ -98180,8 +98235,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -98191,7 +98246,7 @@ paths: application/json: schema: type: array - items: &646 + items: &647 title: Issue Event description: Issue Event type: object @@ -98531,8 +98586,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *455 - - *456 + - *458 + - *459 - name: event_id in: path required: true @@ -98543,7 +98598,7 @@ paths: description: Response content: application/json: - schema: *646 + schema: *647 examples: default: value: @@ -98736,7 +98791,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *642 + '410': *643 '403': *27 x-github: githubCloudOnly: false @@ -98770,9 +98825,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *455 - - *456 - - &648 + - *458 + - *459 + - &649 name: issue_number description: The number that identifies the issue. in: path @@ -98788,7 +98843,7 @@ paths: examples: default: summary: Issue - value: *647 + value: *648 pinned_comment: summary: Issue with pinned comment value: @@ -98987,9 +99042,9 @@ paths: site_admin: false author_association: COLLABORATOR state_reason: completed - '301': *461 + '301': *464 '404': *6 - '410': *642 + '410': *643 '304': *35 x-github: githubCloudOnly: false @@ -99014,9 +99069,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 requestBody: required: false content: @@ -99157,13 +99212,13 @@ paths: application/json: schema: *219 examples: - default: *647 + default: *648 '422': *15 '503': *192 '403': *27 - '301': *461 + '301': *464 '404': *6 - '410': *642 + '410': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99181,9 +99236,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 requestBody: required: false content: @@ -99211,7 +99266,7 @@ paths: application/json: schema: *219 examples: - default: *647 + default: *648 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99227,9 +99282,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 requestBody: content: application/json: @@ -99256,7 +99311,7 @@ paths: application/json: schema: *219 examples: - default: *647 + default: *648 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99278,9 +99333,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: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 - name: assignee in: path required: true @@ -99320,9 +99375,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 - *224 - *17 - *19 @@ -99335,11 +99390,11 @@ paths: type: array items: *220 examples: - default: *649 + default: *650 headers: Link: *45 '404': *6 - '410': *642 + '410': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99368,9 +99423,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 requestBody: required: true content: @@ -99394,14 +99449,14 @@ paths: application/json: schema: *220 examples: - default: *643 + default: *644 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *642 + '410': *643 '422': *15 '404': *6 x-github: @@ -99429,9 +99484,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: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 - *17 - *19 responses: @@ -99443,12 +99498,12 @@ paths: type: array items: *219 examples: - default: *650 + default: *651 headers: Link: *45 - '301': *461 + '301': *464 '404': *6 - '410': *642 + '410': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99476,9 +99531,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: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 requestBody: required: true content: @@ -99502,15 +99557,15 @@ paths: application/json: schema: *219 examples: - default: *647 + default: *648 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *461 + '301': *464 '403': *27 - '410': *642 + '410': *643 '422': *15 '404': *6 x-github: @@ -99541,9 +99596,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: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -99557,13 +99612,13 @@ paths: application/json: schema: *219 examples: - default: *647 - '301': *461 + default: *648 + '301': *464 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *642 + '410': *643 x-github: triggersNotification: true githubCloudOnly: false @@ -99589,9 +99644,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: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 - *17 - *19 responses: @@ -99603,12 +99658,12 @@ paths: type: array items: *219 examples: - default: *650 + default: *651 headers: Link: *45 - '301': *461 + '301': *464 '404': *6 - '410': *642 + '410': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99625,9 +99680,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 - *17 - *19 responses: @@ -99641,7 +99696,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &653 + - &654 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -99690,7 +99745,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &654 + - &655 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -99818,7 +99873,7 @@ paths: - performed_via_github_app - assignee - assigner - - &655 + - &656 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -99864,7 +99919,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &656 + - &657 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -99910,7 +99965,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &657 + - &658 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -99959,7 +100014,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &658 + - &659 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -100001,7 +100056,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &659 + - &660 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -100043,7 +100098,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &660 + - &661 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -100099,7 +100154,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &661 + - &662 title: Locked Issue Event description: Locked Issue Event type: object @@ -100144,7 +100199,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &662 + - &663 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -100205,7 +100260,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &663 + - &664 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -100266,7 +100321,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &664 + - &665 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -100327,7 +100382,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &665 + - &666 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -100420,7 +100475,7 @@ paths: color: red headers: Link: *45 - '410': *642 + '410': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100437,9 +100492,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: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 - *17 - *19 responses: @@ -100449,9 +100504,9 @@ paths: application/json: schema: type: array - items: *651 + items: *652 examples: - default: &752 + default: &753 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -100475,9 +100530,9 @@ paths: value: '2025-12-25' headers: Link: *45 - '301': *461 + '301': *464 '404': *6 - '410': *642 + '410': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100494,9 +100549,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 - *17 - *19 responses: @@ -100508,7 +100563,7 @@ paths: type: array items: *218 examples: - default: &652 + default: &653 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -100526,9 +100581,9 @@ paths: default: false headers: Link: *45 - '301': *461 + '301': *464 '404': *6 - '410': *642 + '410': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100544,9 +100599,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 requestBody: required: false content: @@ -100591,10 +100646,10 @@ paths: type: array items: *218 examples: - default: *652 - '301': *461 + default: *653 + '301': *464 '404': *6 - '410': *642 + '410': *643 '422': *15 x-github: githubCloudOnly: false @@ -100611,9 +100666,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 requestBody: required: false content: @@ -100675,10 +100730,10 @@ paths: type: array items: *218 examples: - default: *652 - '301': *461 + default: *653 + '301': *464 '404': *6 - '410': *642 + '410': *643 '422': *15 x-github: githubCloudOnly: false @@ -100695,15 +100750,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 responses: '204': description: Response - '301': *461 + '301': *464 '404': *6 - '410': *642 + '410': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100722,9 +100777,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 - name: name in: path required: true @@ -100748,9 +100803,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *461 + '301': *464 '404': *6 - '410': *642 + '410': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100770,9 +100825,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 requestBody: required: false content: @@ -100801,7 +100856,7 @@ paths: '204': description: Response '403': *27 - '410': *642 + '410': *643 '404': *6 '422': *15 x-github: @@ -100819,9 +100874,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 responses: '204': description: Response @@ -100851,9 +100906,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#get-parent-issue parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 responses: '200': description: Response @@ -100861,10 +100916,10 @@ paths: application/json: schema: *219 examples: - default: *647 - '301': *461 + default: *648 + '301': *464 '404': *6 - '410': *642 + '410': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100881,9 +100936,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 - 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. @@ -100909,13 +100964,13 @@ paths: application/json: schema: type: array - items: *567 + items: *570 examples: - default: *644 + default: *645 headers: Link: *45 '404': *6 - '410': *642 + '410': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100933,9 +100988,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 requestBody: required: true content: @@ -100967,16 +101022,16 @@ paths: description: Response content: application/json: - schema: *567 + schema: *570 examples: - default: *568 + default: *571 '201': description: Response content: application/json: - schema: *567 + schema: *570 examples: - default: *568 + default: *571 '422': *15 x-github: githubCloudOnly: false @@ -100998,10 +101053,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *455 - - *456 - - *648 - - *645 + - *458 + - *459 + - *649 + - *646 responses: '204': description: Response @@ -101030,9 +101085,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 requestBody: required: true content: @@ -101056,7 +101111,7 @@ paths: application/json: schema: *219 examples: - default: *647 + default: *648 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -101089,9 +101144,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 - *17 - *19 responses: @@ -101103,11 +101158,11 @@ paths: type: array items: *219 examples: - default: *650 + default: *651 headers: Link: *45 '404': *6 - '410': *642 + '410': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101135,9 +101190,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 requestBody: required: true content: @@ -101166,14 +101221,14 @@ paths: application/json: schema: *219 examples: - default: *647 + default: *648 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *642 + '410': *643 '422': *15 '404': *6 x-github: @@ -101193,9 +101248,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 requestBody: required: true content: @@ -101228,7 +101283,7 @@ paths: application/json: schema: *219 examples: - default: *647 + default: *648 '403': *27 '404': *6 '422': *7 @@ -101250,9 +101305,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 - *17 - *19 responses: @@ -101267,7 +101322,6 @@ paths: description: Timeline Event type: object anyOf: - - *653 - *654 - *655 - *656 @@ -101280,6 +101334,7 @@ paths: - *663 - *664 - *665 + - *666 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -101336,7 +101391,7 @@ paths: pin: anyOf: - type: 'null' - - *666 + - *667 required: - event - actor @@ -101612,7 +101667,7 @@ paths: type: string comments: type: array - items: &687 + items: &688 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -101853,7 +101908,7 @@ paths: type: string comments: type: array - items: *566 + items: *569 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -102128,7 +102183,7 @@ paths: headers: Link: *45 '404': *6 - '410': *642 + '410': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102145,8 +102200,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -102156,7 +102211,7 @@ paths: application/json: schema: type: array - items: &667 + items: &668 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -102224,8 +102279,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -102261,9 +102316,9 @@ paths: description: Response content: application/json: - schema: *667 + schema: *668 examples: - default: &668 + default: &669 value: id: 1 key: ssh-rsa AAA... @@ -102297,9 +102352,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *455 - - *456 - - &669 + - *458 + - *459 + - &670 name: key_id description: The unique identifier of the key. in: path @@ -102311,9 +102366,9 @@ paths: description: Response content: application/json: - schema: *667 + schema: *668 examples: - default: *668 + default: *669 '404': *6 x-github: githubCloudOnly: false @@ -102331,9 +102386,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *455 - - *456 - - *669 + - *458 + - *459 + - *670 responses: '204': description: Response @@ -102353,8 +102408,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -102366,7 +102421,7 @@ paths: type: array items: *218 examples: - default: *652 + default: *653 headers: Link: *45 '404': *6 @@ -102387,8 +102442,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -102426,7 +102481,7 @@ paths: application/json: schema: *218 examples: - default: &670 + default: &671 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -102458,8 +102513,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *455 - - *456 + - *458 + - *459 - name: name in: path required: true @@ -102472,7 +102527,7 @@ paths: application/json: schema: *218 examples: - default: *670 + default: *671 '404': *6 x-github: githubCloudOnly: false @@ -102489,8 +102544,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *455 - - *456 + - *458 + - *459 - name: name in: path required: true @@ -102555,8 +102610,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *455 - - *456 + - *458 + - *459 - name: name in: path required: true @@ -102582,8 +102637,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -102619,8 +102674,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *455 - - *456 + - *458 + - *459 responses: '202': *37 '403': @@ -102648,8 +102703,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Response @@ -102675,9 +102730,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *455 - - *456 - - *541 + - *458 + - *459 + - *544 responses: '200': description: Response @@ -102824,8 +102879,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: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -102890,8 +102945,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -102925,9 +102980,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *569 + schema: *572 examples: - default: *671 + default: *672 '204': description: Response when already merged '404': @@ -102952,8 +103007,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *455 - - *456 + - *458 + - *459 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -102994,7 +103049,7 @@ paths: application/json: schema: type: array - items: *406 + items: *408 examples: default: value: @@ -103050,8 +103105,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -103091,9 +103146,9 @@ paths: description: Response content: application/json: - schema: *406 + schema: *408 examples: - default: &672 + default: &673 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -103152,9 +103207,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *455 - - *456 - - &673 + - *458 + - *459 + - &674 name: milestone_number description: The number that identifies the milestone. in: path @@ -103166,9 +103221,9 @@ paths: description: Response content: application/json: - schema: *406 + schema: *408 examples: - default: *672 + default: *673 '404': *6 x-github: githubCloudOnly: false @@ -103185,9 +103240,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *455 - - *456 - - *673 + - *458 + - *459 + - *674 requestBody: required: false content: @@ -103225,9 +103280,9 @@ paths: description: Response content: application/json: - schema: *406 + schema: *408 examples: - default: *672 + default: *673 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103243,9 +103298,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *455 - - *456 - - *673 + - *458 + - *459 + - *674 responses: '204': description: Response @@ -103266,9 +103321,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: - - *455 - - *456 - - *673 + - *458 + - *459 + - *674 - *17 - *19 responses: @@ -103280,7 +103335,7 @@ paths: type: array items: *218 examples: - default: *652 + default: *653 headers: Link: *45 x-github: @@ -103299,12 +103354,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: - - *455 - - *456 - - *674 + - *458 + - *459 - *675 - - *224 - *676 + - *224 + - *677 - *17 - *19 responses: @@ -103316,7 +103371,7 @@ paths: type: array items: *244 examples: - default: *677 + default: *678 headers: Link: *45 x-github: @@ -103340,8 +103395,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: false content: @@ -103399,14 +103454,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response content: application/json: - schema: &678 + schema: &679 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -103550,7 +103605,7 @@ paths: - custom_404 - public examples: - default: &679 + default: &680 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -103591,8 +103646,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -103647,9 +103702,9 @@ paths: description: Response content: application/json: - schema: *678 + schema: *679 examples: - default: *679 + default: *680 '422': *15 '409': *119 x-github: @@ -103672,8 +103727,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: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -103781,8 +103836,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Response @@ -103808,8 +103863,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -103819,7 +103874,7 @@ paths: application/json: schema: type: array - items: &680 + items: &681 title: Page Build description: Page Build type: object @@ -103911,8 +103966,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *455 - - *456 + - *458 + - *459 responses: '201': description: Response @@ -103959,16 +104014,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response content: application/json: - schema: *680 + schema: *681 examples: - default: &681 + default: &682 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -104016,8 +104071,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *455 - - *456 + - *458 + - *459 - name: build_id in: path required: true @@ -104028,9 +104083,9 @@ paths: description: Response content: application/json: - schema: *680 + schema: *681 examples: - default: *681 + default: *682 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -104050,8 +104105,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -104159,9 +104214,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: - - *455 - - *456 - - &682 + - *458 + - *459 + - &683 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -104219,9 +104274,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *455 - - *456 - - *682 + - *458 + - *459 + - *683 responses: '204': *151 '404': *6 @@ -104248,8 +104303,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -104544,8 +104599,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Private vulnerability reporting status @@ -104582,8 +104637,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: - - *455 - - *456 + - *458 + - *459 responses: '204': *151 '422': *14 @@ -104604,8 +104659,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: - - *455 - - *456 + - *458 + - *459 responses: '204': *151 '422': *14 @@ -104627,8 +104682,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -104638,7 +104693,7 @@ paths: type: array items: *152 examples: - default: *683 + default: *684 '403': *27 '404': *6 x-github: @@ -104660,8 +104715,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: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -104677,7 +104732,7 @@ paths: required: - properties examples: - default: *684 + default: *685 responses: '204': description: No Content when custom property values are successfully created @@ -104715,8 +104770,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *455 - - *456 + - *458 + - *459 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -104776,9 +104831,9 @@ paths: application/json: schema: type: array - items: *573 + items: *576 examples: - default: *685 + default: *686 headers: Link: *45 '304': *35 @@ -104810,8 +104865,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -104878,7 +104933,7 @@ paths: description: Response content: application/json: - schema: &689 + schema: &690 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -105007,7 +105062,7 @@ paths: milestone: anyOf: - type: 'null' - - *406 + - *408 active_lock_reason: type: - string @@ -105056,7 +105111,7 @@ paths: items: *4 requested_teams: type: array - items: *385 + items: *387 head: type: object properties: @@ -105094,14 +105149,14 @@ paths: _links: type: object properties: - comments: *407 - commits: *407 - statuses: *407 - html: *407 - issue: *407 - review_comments: *407 - review_comment: *407 - self: *407 + comments: *409 + commits: *409 + statuses: *409 + html: *409 + issue: *409 + review_comments: *409 + review_comment: *409 + self: *409 required: - comments - commits @@ -105112,7 +105167,7 @@ paths: - review_comment - self author_association: *216 - auto_merge: *686 + auto_merge: *687 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -105214,7 +105269,7 @@ paths: - merged_by - review_comments examples: - default: &690 + default: &691 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -105741,8 +105796,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *455 - - *456 + - *458 + - *459 - name: sort in: query required: false @@ -105771,9 +105826,9 @@ paths: application/json: schema: type: array - items: *687 + items: *688 examples: - default: &692 + default: &693 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -105850,17 +105905,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: - - *455 - - *456 + - *458 + - *459 - *233 responses: '200': description: Response content: application/json: - schema: *687 + schema: *688 examples: - default: &688 + default: &689 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -105935,8 +105990,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: - - *455 - - *456 + - *458 + - *459 - *233 requestBody: required: true @@ -105959,9 +106014,9 @@ paths: description: Response content: application/json: - schema: *687 + schema: *688 examples: - default: *688 + default: *689 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105977,8 +106032,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: - - *455 - - *456 + - *458 + - *459 - *233 responses: '204': @@ -106000,8 +106055,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: - - *455 - - *456 + - *458 + - *459 - *233 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -106028,9 +106083,9 @@ paths: application/json: schema: type: array - items: *567 + items: *570 examples: - default: *644 + default: *645 headers: Link: *45 '404': *6 @@ -106051,8 +106106,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: - - *455 - - *456 + - *458 + - *459 - *233 requestBody: required: true @@ -106085,16 +106140,16 @@ paths: description: Reaction exists content: application/json: - schema: *567 + schema: *570 examples: - default: *568 + default: *571 '201': description: Reaction created content: application/json: - schema: *567 + schema: *570 examples: - default: *568 + default: *571 '422': *15 x-github: githubCloudOnly: false @@ -106116,10 +106171,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *455 - - *456 + - *458 + - *459 - *233 - - *645 + - *646 responses: '204': description: Response @@ -106162,9 +106217,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *455 - - *456 - - &691 + - *458 + - *459 + - &692 name: pull_number description: The number that identifies the pull request. in: path @@ -106177,9 +106232,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *689 + schema: *690 examples: - default: *690 + default: *691 '304': *35 '404': *6 '406': @@ -106214,9 +106269,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *455 - - *456 - - *691 + - *458 + - *459 + - *692 requestBody: required: false content: @@ -106258,9 +106313,9 @@ paths: description: Response content: application/json: - schema: *689 + schema: *690 examples: - default: *690 + default: *691 '422': *15 '403': *27 x-github: @@ -106282,9 +106337,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: - - *455 - - *456 - - *691 + - *458 + - *459 + - *692 requestBody: required: true content: @@ -106345,17 +106400,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *377 + schema: *379 examples: - default: *558 + default: *561 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *377 + schema: *379 examples: - default: *558 + default: *561 '401': *23 '403': *27 '404': *6 @@ -106385,9 +106440,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: - - *455 - - *456 - - *691 + - *458 + - *459 + - *692 - *241 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -106408,9 +106463,9 @@ paths: application/json: schema: type: array - items: *687 + items: *688 examples: - default: *692 + default: *693 headers: Link: *45 x-github: @@ -106443,9 +106498,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: - - *455 - - *456 - - *691 + - *458 + - *459 + - *692 requestBody: required: true content: @@ -106551,7 +106606,7 @@ paths: description: Response content: application/json: - schema: *687 + schema: *688 examples: example-for-a-multi-line-comment: value: @@ -106639,9 +106694,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: - - *455 - - *456 - - *691 + - *458 + - *459 + - *692 - *233 requestBody: required: true @@ -106664,7 +106719,7 @@ paths: description: Response content: application/json: - schema: *687 + schema: *688 examples: default: value: @@ -106750,9 +106805,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *455 - - *456 - - *691 + - *458 + - *459 + - *692 - *17 - *19 responses: @@ -106762,9 +106817,9 @@ paths: application/json: schema: type: array - items: *569 + items: *572 examples: - default: *693 + default: *694 headers: Link: *45 x-github: @@ -106794,9 +106849,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *455 - - *456 - - *691 + - *458 + - *459 + - *692 - *17 - *19 responses: @@ -106806,7 +106861,7 @@ paths: application/json: schema: type: array - items: *580 + items: *583 examples: default: value: @@ -106844,9 +106899,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: - - *455 - - *456 - - *691 + - *458 + - *459 + - *692 responses: '204': description: Response if pull request has been merged @@ -106869,9 +106924,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *455 - - *456 - - *691 + - *458 + - *459 + - *692 requestBody: required: false content: @@ -106983,9 +107038,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: - - *455 - - *456 - - *691 + - *458 + - *459 + - *692 responses: '200': description: Response @@ -107060,9 +107115,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: - - *455 - - *456 - - *691 + - *458 + - *459 + - *692 requestBody: required: false content: @@ -107099,7 +107154,7 @@ paths: description: Response content: application/json: - schema: *573 + schema: *576 examples: default: value: @@ -107635,9 +107690,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: - - *455 - - *456 - - *691 + - *458 + - *459 + - *692 requestBody: required: true content: @@ -107671,7 +107726,7 @@ paths: description: Response content: application/json: - schema: *573 + schema: *576 examples: default: value: @@ -108176,9 +108231,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *455 - - *456 - - *691 + - *458 + - *459 + - *692 - *17 - *19 responses: @@ -108188,7 +108243,7 @@ paths: application/json: schema: type: array - items: &694 + items: &695 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -108344,9 +108399,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: - - *455 - - *456 - - *691 + - *458 + - *459 + - *692 requestBody: required: false content: @@ -108436,9 +108491,9 @@ paths: description: Response content: application/json: - schema: *694 + schema: *695 examples: - default: &696 + default: &697 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -108501,10 +108556,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: - - *455 - - *456 - - *691 - - &695 + - *458 + - *459 + - *692 + - &696 name: review_id description: The unique identifier of the review. in: path @@ -108516,9 +108571,9 @@ paths: description: Response content: application/json: - schema: *694 + schema: *695 examples: - default: &697 + default: &698 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -108577,10 +108632,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: - - *455 - - *456 - - *691 - - *695 + - *458 + - *459 + - *692 + - *696 requestBody: required: true content: @@ -108603,7 +108658,7 @@ paths: description: Response content: application/json: - schema: *694 + schema: *695 examples: default: value: @@ -108665,18 +108720,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: - - *455 - - *456 - - *691 - - *695 + - *458 + - *459 + - *692 + - *696 responses: '200': description: Response content: application/json: - schema: *694 + schema: *695 examples: - default: *696 + default: *697 '422': *7 '404': *6 x-github: @@ -108703,10 +108758,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: - - *455 - - *456 - - *691 - - *695 + - *458 + - *459 + - *692 + - *696 - *17 - *19 responses: @@ -108804,9 +108859,9 @@ paths: _links: type: object properties: - self: *407 - html: *407 - pull_request: *407 + self: *409 + html: *409 + pull_request: *409 required: - self - html @@ -108964,10 +109019,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: - - *455 - - *456 - - *691 - - *695 + - *458 + - *459 + - *692 + - *696 requestBody: required: true content: @@ -108996,7 +109051,7 @@ paths: description: Response content: application/json: - schema: *694 + schema: *695 examples: default: value: @@ -109059,10 +109114,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: - - *455 - - *456 - - *691 - - *695 + - *458 + - *459 + - *692 + - *696 requestBody: required: true content: @@ -109097,9 +109152,9 @@ paths: description: Response content: application/json: - schema: *694 + schema: *695 examples: - default: *697 + default: *698 '404': *6 '422': *7 '403': *27 @@ -109121,9 +109176,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *455 - - *456 - - *691 + - *458 + - *459 + - *692 requestBody: required: false content: @@ -109187,8 +109242,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *455 - - *456 + - *458 + - *459 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -109201,9 +109256,9 @@ paths: description: Response content: application/json: - schema: *698 + schema: *699 examples: - default: &699 + default: &700 value: type: file encoding: base64 @@ -109245,8 +109300,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: - - *455 - - *456 + - *458 + - *459 - name: dir description: The alternate path to look for a README file in: path @@ -109266,9 +109321,9 @@ paths: description: Response content: application/json: - schema: *698 + schema: *699 examples: - default: *699 + default: *700 '404': *6 '422': *15 x-github: @@ -109290,8 +109345,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -109301,7 +109356,7 @@ paths: application/json: schema: type: array - items: *700 + items: *701 examples: default: value: @@ -109395,8 +109450,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -109472,9 +109527,9 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: - default: &704 + default: &705 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -109579,9 +109634,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *455 - - *456 - - &702 + - *458 + - *459 + - &703 name: asset_id description: The unique identifier of the asset. in: path @@ -109593,9 +109648,9 @@ paths: description: Response content: application/json: - schema: *701 + schema: *702 examples: - default: &703 + default: &704 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 @@ -109630,7 +109685,7 @@ paths: type: User site_admin: false '404': *6 - '302': *582 + '302': *585 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109646,9 +109701,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *455 - - *456 - - *702 + - *458 + - *459 + - *703 requestBody: required: false content: @@ -109677,9 +109732,9 @@ paths: description: Response content: application/json: - schema: *701 + schema: *702 examples: - default: *703 + default: *704 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109695,9 +109750,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *455 - - *456 - - *702 + - *458 + - *459 + - *703 responses: '204': description: Response @@ -109722,8 +109777,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: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -109809,16 +109864,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response content: application/json: - schema: *700 + schema: *701 examples: - default: *704 + default: *705 '404': *6 x-github: githubCloudOnly: false @@ -109836,8 +109891,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *455 - - *456 + - *458 + - *459 - name: tag description: tag parameter in: path @@ -109850,9 +109905,9 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: - default: *704 + default: *705 '404': *6 x-github: githubCloudOnly: false @@ -109874,9 +109929,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *455 - - *456 - - &705 + - *458 + - *459 + - &706 name: release_id description: The unique identifier of the release. in: path @@ -109890,9 +109945,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: *700 + schema: *701 examples: - default: *704 + default: *705 '401': description: Unauthorized x-github: @@ -109910,9 +109965,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *455 - - *456 - - *705 + - *458 + - *459 + - *706 requestBody: required: false content: @@ -109976,9 +110031,9 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: - default: *704 + default: *705 '404': description: Not Found if the discussion category name is invalid content: @@ -109999,9 +110054,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *455 - - *456 - - *705 + - *458 + - *459 + - *706 responses: '204': description: Response @@ -110022,9 +110077,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *455 - - *456 - - *705 + - *458 + - *459 + - *706 - *17 - *19 responses: @@ -110034,7 +110089,7 @@ paths: application/json: schema: type: array - items: *701 + items: *702 examples: default: value: @@ -110116,9 +110171,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: - - *455 - - *456 - - *705 + - *458 + - *459 + - *706 - name: name in: query required: true @@ -110144,7 +110199,7 @@ paths: description: Response for successful upload content: application/json: - schema: *701 + schema: *702 examples: response-for-successful-upload: value: @@ -110199,9 +110254,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *455 - - *456 - - *705 + - *458 + - *459 + - *706 - 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. @@ -110225,9 +110280,9 @@ paths: application/json: schema: type: array - items: *567 + items: *570 examples: - default: *644 + default: *645 headers: Link: *45 '404': *6 @@ -110248,9 +110303,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *455 - - *456 - - *705 + - *458 + - *459 + - *706 requestBody: required: true content: @@ -110280,16 +110335,16 @@ paths: description: Reaction exists content: application/json: - schema: *567 + schema: *570 examples: - default: *568 + default: *571 '201': description: Reaction created content: application/json: - schema: *567 + schema: *570 examples: - default: *568 + default: *571 '422': *15 x-github: githubCloudOnly: false @@ -110311,10 +110366,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *455 - - *456 - - *705 - - *645 + - *458 + - *459 + - *706 + - *646 responses: '204': description: Response @@ -110338,9 +110393,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 - *17 - *19 responses: @@ -110357,7 +110412,7 @@ paths: oneOf: - allOf: - *166 - - &706 + - &707 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -110378,67 +110433,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *167 - - *706 + - *707 - allOf: - *168 - - *706 + - *707 - allOf: - *169 - - *706 + - *707 - allOf: + - *708 - *707 - - *706 - allOf: - *170 - - *706 + - *707 - allOf: - *171 - - *706 + - *707 - allOf: - *172 - - *706 + - *707 - allOf: - *173 - - *706 + - *707 - allOf: - *174 - - *706 + - *707 - allOf: - *175 - - *706 + - *707 - allOf: - *176 - - *706 + - *707 - allOf: - *177 - - *706 + - *707 - allOf: - *178 - - *706 + - *707 - allOf: - *179 - - *706 + - *707 - allOf: - *180 - - *706 + - *707 - allOf: - *181 - - *706 + - *707 - allOf: - *182 - - *706 + - *707 - allOf: - *183 - - *706 + - *707 - allOf: - *184 - - *706 + - *707 - allOf: - *185 - - *706 + - *707 - allOf: - *186 - - *706 + - *707 examples: default: value: @@ -110477,8 +110532,8 @@ paths: category: repos subcategory: rules parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 - name: includes_parents @@ -110489,7 +110544,7 @@ paths: schema: type: boolean default: true - - *708 + - *709 responses: '200': description: Response @@ -110544,8 +110599,8 @@ paths: category: repos subcategory: rules parameters: - - *455 - - *456 + - *458 + - *459 requestBody: description: Request body required: true @@ -110574,7 +110629,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *709 + items: *710 required: - name - enforcement @@ -110607,7 +110662,7 @@ paths: application/json: schema: *187 examples: - default: &718 + default: &719 value: id: 42 name: super cool ruleset @@ -110655,12 +110710,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *455 - - *456 - - *710 - - *105 + - *458 + - *459 - *711 + - *105 - *712 + - *713 - *17 - *19 responses: @@ -110668,9 +110723,9 @@ paths: description: Response content: application/json: - schema: *713 + schema: *714 examples: - default: *714 + default: *715 '404': *6 '500': *38 x-github: @@ -110691,17 +110746,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *455 - - *456 - - *715 + - *458 + - *459 + - *716 responses: '200': description: Response content: application/json: - schema: *716 + schema: *717 examples: - default: *717 + default: *718 '404': *6 '500': *38 x-github: @@ -110729,8 +110784,8 @@ paths: category: repos subcategory: rules parameters: - - *455 - - *456 + - *458 + - *459 - name: ruleset_id description: The ID of the ruleset. in: path @@ -110752,7 +110807,7 @@ paths: application/json: schema: *187 examples: - default: *718 + default: *719 '404': *6 '500': *38 put: @@ -110770,8 +110825,8 @@ paths: category: repos subcategory: rules parameters: - - *455 - - *456 + - *458 + - *459 - name: ruleset_id description: The ID of the ruleset. in: path @@ -110805,7 +110860,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *709 + items: *710 examples: default: value: @@ -110835,7 +110890,7 @@ paths: application/json: schema: *187 examples: - default: *718 + default: *719 '404': *6 '422': *15 '500': *38 @@ -110854,8 +110909,8 @@ paths: category: repos subcategory: rules parameters: - - *455 - - *456 + - *458 + - *459 - name: ruleset_id description: The ID of the ruleset. in: path @@ -110878,8 +110933,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 - name: ruleset_id @@ -110897,7 +110952,7 @@ paths: type: array items: *191 examples: - default: *423 + default: *425 '404': *6 '500': *38 x-github: @@ -110916,8 +110971,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *455 - - *456 + - *458 + - *459 - name: ruleset_id description: The ID of the ruleset. in: path @@ -110935,7 +110990,7 @@ paths: description: Response content: application/json: - schema: *424 + schema: *426 examples: default: value: @@ -110990,23 +111045,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: - - *455 - - *456 - - *425 - - *426 + - *458 + - *459 - *427 - *428 - *429 - *430 + - *431 + - *432 + - *433 - *110 - *19 - *17 - - *719 - *720 - - *431 - - *432 - - *433 + - *721 - *434 + - *435 + - *436 + - *437 responses: '200': description: Response @@ -111014,7 +111070,7 @@ paths: application/json: schema: type: array - items: &724 + items: &725 type: object properties: number: *126 @@ -111030,8 +111086,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *721 - resolution: *722 + state: *722 + resolution: *723 resolved_at: type: - string @@ -111056,6 +111112,11 @@ 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 + - 'null' + description: The provider of the secret that was detected. secret: type: string description: The secret that was detected. @@ -111125,7 +111186,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *723 + - *724 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -111284,16 +111345,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: - - *455 - - *456 - - *535 - - *434 + - *458 + - *459 + - *538 + - *437 responses: '200': description: Response content: application/json: - schema: *724 + schema: *725 examples: default: value: @@ -111347,9 +111408,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: - - *455 - - *456 - - *535 + - *458 + - *459 + - *538 requestBody: required: true content: @@ -111357,8 +111418,8 @@ paths: schema: type: object properties: - state: *721 - resolution: *722 + state: *722 + resolution: *723 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -111396,7 +111457,7 @@ paths: description: Response content: application/json: - schema: *724 + schema: *725 examples: default: value: @@ -111491,9 +111552,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: - - *455 - - *456 - - *535 + - *458 + - *459 + - *538 - *19 - *17 responses: @@ -111504,7 +111565,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &903 + items: &904 type: object properties: type: @@ -111531,7 +111592,6 @@ paths: - commit details: oneOf: - - *725 - *726 - *727 - *728 @@ -111544,6 +111604,7 @@ paths: - *735 - *736 - *737 + - *738 examples: default: value: @@ -111629,8 +111690,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: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -111638,14 +111699,14 @@ paths: schema: type: object properties: - reason: &739 + reason: &740 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *738 + placeholder_id: *739 required: - reason - placeholder_id @@ -111662,7 +111723,7 @@ paths: schema: type: object properties: - reason: *739 + reason: *740 expire_at: type: - string @@ -111709,8 +111770,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: - - *455 - - *456 + - *458 + - *459 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -111725,7 +111786,7 @@ paths: properties: incremental_scans: type: array - items: &740 + items: &741 description: Information on a single scan performed by secret scanning on the repository type: object @@ -111753,15 +111814,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *740 + items: *741 backfill_scans: type: array - items: *740 + items: *741 custom_pattern_backfill_scans: type: array items: allOf: - - *740 + - *741 - type: object properties: pattern_name: @@ -111831,8 +111892,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *455 - - *456 + - *458 + - *459 - *110 - name: sort description: The property to sort the results by. @@ -111876,9 +111937,9 @@ paths: application/json: schema: type: array - items: *741 + items: *742 examples: - default: *742 + default: *743 '400': *14 '404': *6 x-github: @@ -111901,8 +111962,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: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -111982,7 +112043,7 @@ paths: login: type: string description: The username of the user credited. - type: *439 + type: *442 required: - login - type @@ -112072,9 +112133,9 @@ paths: description: Response content: application/json: - schema: *741 + schema: *742 examples: - default: &744 + default: &745 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -112307,8 +112368,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: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -112421,7 +112482,7 @@ paths: description: Response content: application/json: - schema: *741 + schema: *742 examples: default: value: @@ -112568,17 +112629,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: - - *455 - - *456 - - *743 + - *458 + - *459 + - *744 responses: '200': description: Response content: application/json: - schema: *741 + schema: *742 examples: - default: *744 + default: *745 '403': *27 '404': *6 x-github: @@ -112602,9 +112663,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: - - *455 - - *456 - - *743 + - *458 + - *459 + - *744 requestBody: required: true content: @@ -112684,7 +112745,7 @@ paths: login: type: string description: The username of the user credited. - type: *439 + type: *442 required: - login - type @@ -112775,10 +112836,10 @@ paths: description: Response content: application/json: - schema: *741 + schema: *742 examples: - default: *744 - add_credit: *744 + default: *745 + add_credit: *745 '403': *27 '404': *6 '422': @@ -112816,9 +112877,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: - - *455 - - *456 - - *743 + - *458 + - *459 + - *744 responses: '202': *37 '400': *14 @@ -112845,17 +112906,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: - - *455 - - *456 - - *743 + - *458 + - *459 + - *744 responses: '202': description: Response content: application/json: - schema: *460 + schema: *463 examples: - default: *462 + default: *465 '400': *14 '422': *15 '403': *27 @@ -112881,8 +112942,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -112978,8 +113039,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -112988,7 +113049,7 @@ paths: application/json: schema: type: array - items: &745 + items: &746 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -113021,8 +113082,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -113100,8 +113161,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -113195,8 +113256,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -113350,8 +113411,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -113361,7 +113422,7 @@ paths: application/json: schema: type: array - items: *745 + items: *746 examples: default: value: @@ -113394,8 +113455,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *455 - - *456 + - *458 + - *459 - name: sha in: path required: true @@ -113451,7 +113512,7 @@ paths: description: Response content: application/json: - schema: *746 + schema: *747 examples: default: value: @@ -113505,8 +113566,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -113538,14 +113599,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &747 + schema: &748 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -113618,8 +113679,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: false content: @@ -113645,7 +113706,7 @@ paths: description: Response content: application/json: - schema: *747 + schema: *748 examples: default: value: @@ -113672,8 +113733,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Response @@ -113693,8 +113754,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -113776,8 +113837,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *455 - - *456 + - *458 + - *459 - name: ref in: path required: true @@ -113813,8 +113874,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -113826,7 +113887,7 @@ paths: type: array items: *307 examples: - default: *386 + default: *388 headers: Link: *45 '404': *6 @@ -113846,8 +113907,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *455 - - *456 + - *458 + - *459 - *19 - *17 responses: @@ -113855,7 +113916,7 @@ paths: description: Response content: application/json: - schema: &748 + schema: &749 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -113867,7 +113928,7 @@ paths: required: - names examples: - default: &749 + default: &750 value: names: - octocat @@ -113890,8 +113951,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -113922,9 +113983,9 @@ paths: description: Response content: application/json: - schema: *748 + schema: *749 examples: - default: *749 + default: *750 '404': *6 '422': *7 x-github: @@ -113945,9 +114006,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *455 - - *456 - - &750 + - *458 + - *459 + - &751 name: per description: The time frame to display results for. in: query @@ -113978,7 +114039,7 @@ paths: - 128 clones: type: array - items: &751 + items: &752 title: Traffic type: object properties: @@ -114065,8 +114126,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -114160,8 +114221,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -114224,9 +114285,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *455 - - *456 - - *750 + - *458 + - *459 + - *751 responses: '200': description: Response @@ -114247,7 +114308,7 @@ paths: - 3782 views: type: array - items: *751 + items: *752 required: - uniques - count @@ -114324,8 +114385,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -114599,8 +114660,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: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -114623,8 +114684,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Response @@ -114646,8 +114707,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Response @@ -114673,8 +114734,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *455 - - *456 + - *458 + - *459 - name: ref in: path required: true @@ -114766,9 +114827,9 @@ paths: description: Response content: application/json: - schema: *460 + schema: *463 examples: - default: *462 + default: *465 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -114916,7 +114977,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - *272 - - *648 + - *649 requestBody: required: true content: @@ -114982,9 +115043,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *651 + items: *652 examples: - default: *752 + default: *753 '400': *14 '403': *27 '404': *6 @@ -115021,7 +115082,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - *272 - - *648 + - *649 requestBody: required: true content: @@ -115088,9 +115149,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *651 + items: *652 examples: - default: *752 + default: *753 '400': *14 '403': *27 '404': *6 @@ -115122,8 +115183,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - *272 - - *648 - - *371 + - *649 + - *373 responses: '204': description: Issue field value deleted successfully @@ -115165,7 +115226,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &760 + - &761 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -115175,7 +115236,7 @@ paths: type: string examples: - members - - &765 + - &766 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -115187,7 +115248,7 @@ paths: format: int32 examples: - 1 - - &766 + - &767 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -115231,7 +115292,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &755 + items: &756 allOf: - type: object required: @@ -115313,7 +115374,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: &767 + meta: &768 type: object description: The metadata associated with the creation/updates to the user. @@ -115378,30 +115439,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &756 + '400': &757 description: Bad request content: application/json: - schema: *753 + schema: *754 application/scim+json: - schema: *753 - '401': *754 - '403': &757 + schema: *754 + '401': *755 + '403': &758 description: Permission denied - '429': &758 + '429': &759 description: Too many requests content: application/json: - schema: *753 + schema: *754 application/scim+json: - schema: *753 - '500': &759 + schema: *754 + '500': &760 description: Internal server error content: application/json: - schema: *753 + schema: *754 application/scim+json: - schema: *753 + schema: *754 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115425,7 +115486,7 @@ paths: required: true content: application/json: - schema: &763 + schema: &764 type: object required: - schemas @@ -115489,9 +115550,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *755 + schema: *756 examples: - group: &761 + group: &762 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -115510,13 +115571,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': *756 - '401': *754 - '403': *757 - '409': &764 + '400': *757 + '401': *755 + '403': *758 + '409': &765 description: Duplicate record detected - '429': *758 - '500': *759 + '429': *759 + '500': *760 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115533,7 +115594,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: - - &762 + - &763 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -115542,22 +115603,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *760 + - *761 - *39 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *755 + schema: *756 examples: - default: *761 - '400': *756 - '401': *754 - '403': *757 + default: *762 + '400': *757 + '401': *755 + '403': *758 '404': *6 - '429': *758 - '500': *759 + '429': *759 + '500': *760 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115576,13 +115637,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: - - *762 + - *763 - *39 requestBody: required: true content: application/json: - schema: *763 + schema: *764 examples: group: summary: Group @@ -115608,17 +115669,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *755 + schema: *756 examples: - group: *761 - groupWithMembers: *761 - '400': *756 - '401': *754 - '403': *757 + group: *762 + groupWithMembers: *762 + '400': *757 + '401': *755 + '403': *758 '404': *6 - '409': *764 - '429': *758 - '500': *759 + '409': *765 + '429': *759 + '500': *760 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115642,13 +115703,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: - - *762 + - *763 - *39 requestBody: required: true content: application/json: - schema: &774 + schema: &775 type: object required: - Operations @@ -115708,17 +115769,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *755 + schema: *756 examples: - updateGroup: *761 - addMembers: *761 - '400': *756 - '401': *754 - '403': *757 + updateGroup: *762 + addMembers: *762 + '400': *757 + '401': *755 + '403': *758 '404': *6 - '409': *764 - '429': *758 - '500': *759 + '409': *765 + '429': *759 + '500': *760 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115734,17 +115795,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: - - *762 + - *763 - *39 responses: '204': description: Group was deleted, no content - '400': *756 - '401': *754 - '403': *757 + '400': *757 + '401': *755 + '403': *758 '404': *6 - '429': *758 - '500': *759 + '429': *759 + '500': *760 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115778,8 +115839,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *765 - *766 + - *767 - *39 responses: '200': @@ -115813,7 +115874,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &769 + items: &770 allOf: - type: object required: @@ -115905,7 +115966,7 @@ paths: address. examples: - true - roles: &768 + roles: &769 type: array description: The roles assigned to the user. items: @@ -115964,7 +116025,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *767 + meta: *768 startIndex: type: integer description: A starting index for the returned page @@ -116003,11 +116064,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *756 - '401': *754 - '403': *757 - '429': *758 - '500': *759 + '400': *757 + '401': *755 + '403': *758 + '429': *759 + '500': *760 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116031,7 +116092,7 @@ paths: required: true content: application/json: - schema: &772 + schema: &773 type: object required: - schemas @@ -116124,9 +116185,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *768 + roles: *769 examples: - user: &773 + user: &774 summary: User value: schemas: @@ -116173,9 +116234,9 @@ paths: description: User has been created content: application/scim+json: - schema: *769 + schema: *770 examples: - user: &770 + user: &771 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -116201,13 +116262,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: *770 - '400': *756 - '401': *754 - '403': *757 - '409': *764 - '429': *758 - '500': *759 + enterpriseOwner: *771 + '400': *757 + '401': *755 + '403': *758 + '409': *765 + '429': *759 + '500': *760 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116224,7 +116285,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: - - &771 + - &772 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -116237,15 +116298,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *769 + schema: *770 examples: - default: *770 - '400': *756 - '401': *754 - '403': *757 + default: *771 + '400': *757 + '401': *755 + '403': *758 '404': *6 - '429': *758 - '500': *759 + '429': *759 + '500': *760 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116296,30 +116357,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: - - *771 + - *772 - *39 requestBody: required: true content: application/json: - schema: *772 + schema: *773 examples: - user: *773 + user: *774 responses: '200': description: User was updated content: application/scim+json: - schema: *769 + schema: *770 examples: - user: *770 - '400': *756 - '401': *754 - '403': *757 + user: *771 + '400': *757 + '401': *755 + '403': *758 '404': *6 - '409': *764 - '429': *758 - '500': *759 + '409': *765 + '429': *759 + '500': *760 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116360,13 +116421,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: - - *771 + - *772 - *39 requestBody: required: true content: application/json: - schema: *774 + schema: *775 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -116406,18 +116467,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *769 + schema: *770 examples: - userMultiValuedProperties: *770 - userSingleValuedProperties: *770 - disableUser: *770 - '400': *756 - '401': *754 - '403': *757 + userMultiValuedProperties: *771 + userSingleValuedProperties: *771 + disableUser: *771 + '400': *757 + '401': *755 + '403': *758 '404': *6 - '409': *764 - '429': *758 - '500': *759 + '409': *765 + '429': *759 + '500': *760 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116437,17 +116498,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: - - *771 + - *772 - *39 responses: '204': description: User was deleted, no content - '400': *756 - '401': *754 - '403': *757 + '400': *757 + '401': *755 + '403': *758 '404': *6 - '429': *758 - '500': *759 + '429': *759 + '500': *760 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116538,7 +116599,7 @@ paths: - 1 Resources: type: array - items: &775 + items: &776 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -116785,22 +116846,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *35 - '404': &776 + '404': &777 description: Resource not found content: application/json: - schema: *753 + schema: *754 application/scim+json: - schema: *753 - '403': &777 + schema: *754 + '403': &778 description: Forbidden content: application/json: - schema: *753 + schema: *754 application/scim+json: - schema: *753 - '400': *756 - '429': *758 + schema: *754 + '400': *757 + '429': *759 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -116826,9 +116887,9 @@ paths: description: Response content: application/scim+json: - schema: *775 + schema: *776 examples: - default: &778 + default: &779 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -116851,17 +116912,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *35 - '404': *776 - '403': *777 - '500': *759 + '404': *777 + '403': *778 + '500': *760 '409': description: Conflict content: application/json: - schema: *753 + schema: *754 application/scim+json: - schema: *753 - '400': *756 + schema: *754 + '400': *757 requestBody: required: true content: @@ -116961,17 +117022,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *87 - - *771 + - *772 responses: '200': description: Response content: application/scim+json: - schema: *775 + schema: *776 examples: - default: *778 - '404': *776 - '403': *777 + default: *779 + '404': *777 + '403': *778 '304': *35 x-github: githubCloudOnly: true @@ -116995,18 +117056,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *87 - - *771 + - *772 responses: '200': description: Response content: application/scim+json: - schema: *775 + schema: *776 examples: - default: *778 + default: *779 '304': *35 - '404': *776 - '403': *777 + '404': *777 + '403': *778 requestBody: required: true content: @@ -117121,19 +117182,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *87 - - *771 + - *772 responses: '200': description: Response content: application/scim+json: - schema: *775 + schema: *776 examples: - default: *778 + default: *779 '304': *35 - '404': *776 - '403': *777 - '400': *756 + '404': *777 + '403': *778 + '400': *757 '429': description: Response content: @@ -117229,12 +117290,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *87 - - *771 + - *772 responses: '204': description: Response - '404': *776 - '403': *777 + '404': *777 + '403': *778 '304': *35 x-github: githubCloudOnly: true @@ -117371,7 +117432,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &779 + text_matches: &780 title: Search Result Text Matches type: array items: @@ -117535,7 +117596,7 @@ paths: enum: - author-date - committer-date - - &780 + - &781 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 @@ -117604,7 +117665,7 @@ paths: committer: anyOf: - type: 'null' - - *506 + - *509 comment_count: type: integer message: @@ -117623,7 +117684,7 @@ paths: url: type: string format: uri - verification: *629 + verification: *630 required: - author - committer @@ -117638,7 +117699,7 @@ paths: committer: anyOf: - type: 'null' - - *506 + - *509 parents: type: array items: @@ -117655,7 +117716,7 @@ paths: type: number node_id: type: string - text_matches: *779 + text_matches: *780 required: - sha - node_id @@ -117848,7 +117909,7 @@ paths: - interactions - created - updated - - *780 + - *781 - *17 - *19 - name: advanced_search @@ -117962,11 +118023,11 @@ paths: type: - string - 'null' - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 issue_field_values: type: array - items: *651 + items: *652 state: type: string state_reason: @@ -117980,7 +118041,7 @@ paths: milestone: anyOf: - type: 'null' - - *406 + - *408 comments: type: integer created_at: @@ -117994,7 +118055,7 @@ paths: - string - 'null' format: date-time - text_matches: *779 + text_matches: *780 pull_request: type: object properties: @@ -118043,7 +118104,7 @@ paths: timeline_url: type: string format: uri - type: *372 + type: *374 performed_via_github_app: anyOf: - type: 'null' @@ -118260,7 +118321,7 @@ paths: enum: - created - updated - - *780 + - *781 - *17 - *19 responses: @@ -118305,7 +118366,7 @@ paths: - 'null' score: type: number - text_matches: *779 + text_matches: *780 required: - id - node_id @@ -118391,7 +118452,7 @@ paths: - forks - help-wanted-issues - updated - - *780 + - *781 - *17 - *19 responses: @@ -118637,7 +118698,7 @@ paths: - admin - pull - push - text_matches: *779 + text_matches: *780 temp_clone_token: type: string allow_merge_commit: @@ -118946,7 +119007,7 @@ paths: - string - 'null' format: uri - text_matches: *779 + text_matches: *780 related: type: - array @@ -119141,7 +119202,7 @@ paths: - followers - repositories - joined - - *780 + - *781 - *17 - *19 responses: @@ -119251,7 +119312,7 @@ paths: type: - boolean - 'null' - text_matches: *779 + text_matches: *780 blog: type: - string @@ -119333,7 +119394,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &783 + - &784 name: team_id description: The unique identifier of the team. in: path @@ -119345,9 +119406,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *450 examples: - default: *448 + default: *451 '404': *6 x-github: githubCloudOnly: false @@ -119374,7 +119435,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *783 + - *784 requestBody: required: true content: @@ -119438,16 +119499,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *447 + schema: *450 examples: - default: *448 + default: *451 '201': description: Response content: application/json: - schema: *447 + schema: *450 examples: - default: *448 + default: *451 '404': *6 '422': *15 '403': *27 @@ -119475,7 +119536,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *783 + - *784 responses: '204': description: Response @@ -119504,7 +119565,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *783 + - *784 - *17 - *19 responses: @@ -119514,9 +119575,9 @@ paths: application/json: schema: type: array - items: *366 + items: *368 examples: - default: *367 + default: *369 headers: Link: *45 x-github: @@ -119542,7 +119603,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *783 + - *784 - name: role description: Filters members returned by their role in the team. in: query @@ -119593,7 +119654,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *783 + - *784 - *139 responses: '204': @@ -119630,7 +119691,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *783 + - *784 - *139 responses: '204': @@ -119670,7 +119731,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *783 + - *784 - *139 responses: '204': @@ -119707,16 +119768,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: - - *783 + - *784 - *139 responses: '200': description: Response content: application/json: - schema: *454 + schema: *457 examples: - response-if-user-is-a-team-maintainer: *784 + response-if-user-is-a-team-maintainer: *785 '404': *6 x-github: githubCloudOnly: false @@ -119749,7 +119810,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: - - *783 + - *784 - *139 requestBody: required: false @@ -119775,9 +119836,9 @@ paths: description: Response content: application/json: - schema: *454 + schema: *457 examples: - response-if-users-membership-with-team-is-now-pending: *785 + response-if-users-membership-with-team-is-now-pending: *786 '403': description: Forbidden if team synchronization is set up '422': @@ -119811,7 +119872,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: - - *783 + - *784 - *139 responses: '204': @@ -119839,7 +119900,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *783 + - *784 - *17 - *19 responses: @@ -119851,7 +119912,7 @@ paths: type: array items: *278 examples: - default: *393 + default: *395 headers: Link: *45 '404': *6 @@ -119881,15 +119942,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: - - *783 - - *455 - - *456 + - *784 + - *458 + - *459 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *786 + schema: *787 examples: alternative-response-with-extra-repository-information: value: @@ -120040,9 +120101,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: - - *783 - - *455 - - *456 + - *784 + - *458 + - *459 requestBody: required: false content: @@ -120092,9 +120153,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: - - *783 - - *455 - - *456 + - *784 + - *458 + - *459 responses: '204': description: Response @@ -120123,15 +120184,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: - - *783 + - *784 responses: '200': description: Response content: application/json: - schema: *457 + schema: *460 examples: - default: *458 + default: *461 '403': *27 '404': *6 x-github: @@ -120158,7 +120219,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: - - *783 + - *784 requestBody: required: true content: @@ -120219,7 +120280,7 @@ paths: description: Response content: application/json: - schema: *457 + schema: *460 examples: default: value: @@ -120250,7 +120311,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *783 + - *784 - *17 - *19 responses: @@ -120262,7 +120323,7 @@ paths: type: array items: *307 examples: - response-if-child-teams-exist: *787 + response-if-child-teams-exist: *788 headers: Link: *45 '404': *6 @@ -120295,7 +120356,7 @@ paths: application/json: schema: oneOf: - - &789 + - &790 title: Private User description: Private User type: object @@ -120545,7 +120606,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *788 + - *789 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -120705,7 +120766,7 @@ paths: description: Response content: application/json: - schema: *789 + schema: *790 examples: default: value: @@ -120908,9 +120969,9 @@ paths: type: integer codespaces: type: array - items: *377 + items: *379 examples: - default: *378 + default: *380 '304': *35 '500': *38 '401': *23 @@ -121049,17 +121110,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *377 + schema: *379 examples: - default: *558 + default: *561 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *377 + schema: *379 examples: - default: *558 + default: *561 '401': *23 '403': *27 '404': *6 @@ -121103,7 +121164,7 @@ paths: type: integer secrets: type: array - items: &790 + items: &791 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -121145,7 +121206,7 @@ paths: - visibility - selected_repositories_url examples: - default: *560 + default: *563 headers: Link: *45 x-github: @@ -121223,7 +121284,7 @@ paths: description: Response content: application/json: - schema: *790 + schema: *791 examples: default: value: @@ -121513,15 +121574,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: - - *379 + - *381 responses: '200': description: Response content: application/json: - schema: *377 + schema: *379 examples: - default: *558 + default: *561 '304': *35 '500': *38 '401': *23 @@ -121547,7 +121608,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: - - *379 + - *381 requestBody: required: false content: @@ -121577,9 +121638,9 @@ paths: description: Response content: application/json: - schema: *377 + schema: *379 examples: - default: *558 + default: *561 '401': *23 '403': *27 '404': *6 @@ -121601,7 +121662,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: - - *379 + - *381 responses: '202': *37 '304': *35 @@ -121630,13 +121691,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: - - *379 + - *381 responses: '202': description: Response content: application/json: - schema: &791 + schema: &792 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -121689,7 +121750,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &792 + default: &793 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -121721,7 +121782,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *379 + - *381 - name: export_id in: path required: true @@ -121734,9 +121795,9 @@ paths: description: Response content: application/json: - schema: *791 + schema: *792 examples: - default: *792 + default: *793 '404': *6 x-github: githubCloudOnly: false @@ -121757,7 +121818,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *379 + - *381 responses: '200': description: Response @@ -121773,9 +121834,9 @@ paths: type: integer machines: type: array - items: *559 + items: *562 examples: - default: *793 + default: *794 '304': *35 '500': *38 '401': *23 @@ -121804,7 +121865,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: - - *379 + - *381 requestBody: required: true content: @@ -121860,11 +121921,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *460 + repository: *463 machine: anyOf: - type: 'null' - - *559 + - *562 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -122661,15 +122722,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: - - *379 + - *381 responses: '200': description: Response content: application/json: - schema: *377 + schema: *379 examples: - default: *558 + default: *561 '304': *35 '500': *38 '400': *14 @@ -122701,15 +122762,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: - - *379 + - *381 responses: '200': description: Response content: application/json: - schema: *377 + schema: *379 examples: - default: *558 + default: *561 '500': *38 '401': *23 '403': *27 @@ -122739,9 +122800,9 @@ paths: application/json: schema: type: array - items: *387 + items: *389 examples: - default: &804 + default: &805 value: - id: 197 name: hello_docker @@ -122842,7 +122903,7 @@ paths: application/json: schema: type: array - items: &794 + items: &795 title: Email description: Email type: object @@ -122912,9 +122973,9 @@ paths: application/json: schema: type: array - items: *794 + items: *795 examples: - default: &806 + default: &807 value: - email: octocat@github.com verified: true @@ -122991,7 +123052,7 @@ paths: application/json: schema: type: array - items: *794 + items: *795 examples: default: value: @@ -123249,7 +123310,7 @@ paths: application/json: schema: type: array - items: &795 + items: &796 title: GPG Key description: A unique encryption key type: object @@ -123394,7 +123455,7 @@ paths: - subkeys - revoked examples: - default: &822 + default: &823 value: - id: 3 name: Octocat's GPG Key @@ -123479,9 +123540,9 @@ paths: description: Response content: application/json: - schema: *795 + schema: *796 examples: - default: &796 + default: &797 value: id: 3 name: Octocat's GPG Key @@ -123538,7 +123599,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: - - &797 + - &798 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -123550,9 +123611,9 @@ paths: description: Response content: application/json: - schema: *795 + schema: *796 examples: - default: *796 + default: *797 '404': *6 '304': *35 '403': *27 @@ -123575,7 +123636,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: - - *797 + - *798 responses: '204': description: Response @@ -123854,12 +123915,12 @@ paths: application/json: schema: anyOf: - - *364 + - *366 - type: object properties: {} additionalProperties: false examples: - default: *365 + default: *367 '204': description: Response when there are no restrictions x-github: @@ -123883,7 +123944,7 @@ paths: required: true content: application/json: - schema: *639 + schema: *640 examples: default: value: @@ -123894,7 +123955,7 @@ paths: description: Response content: application/json: - schema: *364 + schema: *366 examples: default: value: @@ -123975,7 +124036,7 @@ paths: - closed - all default: open - - *375 + - *377 - name: sort description: What to sort results by. in: query @@ -124000,7 +124061,7 @@ paths: type: array items: *219 examples: - default: *376 + default: *378 headers: Link: *45 '404': *6 @@ -124033,7 +124094,7 @@ paths: application/json: schema: type: array - items: &798 + items: &799 title: Key description: Key type: object @@ -124136,9 +124197,9 @@ paths: description: Response content: application/json: - schema: *798 + schema: *799 examples: - default: &799 + default: &800 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -124171,15 +124232,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: - - *669 + - *670 responses: '200': description: Response content: application/json: - schema: *798 + schema: *799 examples: - default: *799 + default: *800 '404': *6 '304': *35 '403': *27 @@ -124202,7 +124263,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: - - *669 + - *670 responses: '204': description: Response @@ -124235,7 +124296,7 @@ paths: application/json: schema: type: array - items: &800 + items: &801 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -124314,7 +124375,7 @@ paths: - account - plan examples: - default: &801 + default: &802 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -124376,9 +124437,9 @@ paths: application/json: schema: type: array - items: *800 + items: *801 examples: - default: *801 + default: *802 headers: Link: *45 '304': *35 @@ -124418,7 +124479,7 @@ paths: application/json: schema: type: array - items: *380 + items: *382 examples: default: value: @@ -124532,7 +124593,7 @@ paths: description: Response content: application/json: - schema: *380 + schema: *382 examples: default: value: @@ -124619,7 +124680,7 @@ paths: description: Response content: application/json: - schema: *380 + schema: *382 examples: default: value: @@ -124691,7 +124752,7 @@ paths: application/json: schema: type: array - items: *382 + items: *384 examples: default: value: @@ -124953,7 +125014,7 @@ paths: description: Response content: application/json: - schema: *382 + schema: *384 examples: default: value: @@ -125133,7 +125194,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *383 + - *385 - name: exclude in: query required: false @@ -125146,7 +125207,7 @@ paths: description: Response content: application/json: - schema: *382 + schema: *384 examples: default: value: @@ -125340,7 +125401,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *383 + - *385 responses: '302': description: Response @@ -125366,7 +125427,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *383 + - *385 responses: '204': description: Response @@ -125395,8 +125456,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *383 - - *802 + - *385 + - *803 responses: '204': description: Response @@ -125420,7 +125481,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *383 + - *385 - *17 - *19 responses: @@ -125432,7 +125493,7 @@ paths: type: array items: *278 examples: - default: *393 + default: *395 headers: Link: *45 '404': *6 @@ -125511,7 +125572,7 @@ paths: - docker - nuget - container - - *803 + - *804 - *19 - *17 responses: @@ -125521,10 +125582,10 @@ paths: application/json: schema: type: array - items: *387 + items: *389 examples: - default: *804 - '400': *805 + default: *805 + '400': *806 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -125544,16 +125605,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: - - *389 - - *390 + - *391 + - *392 responses: '200': description: Response content: application/json: - schema: *387 + schema: *389 examples: - default: &823 + default: &824 value: id: 40201 name: octo-name @@ -125666,8 +125727,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: - - *389 - - *390 + - *391 + - *392 responses: '204': description: Response @@ -125697,8 +125758,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: - - *389 - - *390 + - *391 + - *392 - name: token description: package token schema: @@ -125730,8 +125791,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: - - *389 - - *390 + - *391 + - *392 - *19 - *17 - name: state @@ -125751,7 +125812,7 @@ paths: application/json: schema: type: array - items: *391 + items: *393 examples: default: value: @@ -125800,15 +125861,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: - - *389 - - *390 + - *391 - *392 + - *394 responses: '200': description: Response content: application/json: - schema: *391 + schema: *393 examples: default: value: @@ -125844,9 +125905,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: - - *389 - - *390 + - *391 - *392 + - *394 responses: '204': description: Response @@ -125876,9 +125937,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: - - *389 - - *390 + - *391 - *392 + - *394 responses: '204': description: Response @@ -125915,9 +125976,9 @@ paths: application/json: schema: type: array - items: *794 + items: *795 examples: - default: *806 + default: *807 headers: Link: *45 '304': *35 @@ -126030,7 +126091,7 @@ paths: type: array items: *78 examples: - default: &813 + default: &814 summary: Default response value: - id: 1296269 @@ -126348,9 +126409,9 @@ paths: description: Response content: application/json: - schema: *460 + schema: *463 examples: - default: *462 + default: *465 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -126388,9 +126449,9 @@ paths: application/json: schema: type: array - items: *641 + items: *642 examples: - default: *807 + default: *808 headers: Link: *45 '304': *35 @@ -126413,7 +126474,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *368 + - *370 responses: '204': description: Response @@ -126436,7 +126497,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *368 + - *370 responses: '204': description: Response @@ -126469,7 +126530,7 @@ paths: application/json: schema: type: array - items: &808 + items: &809 title: Social account description: Social media account type: object @@ -126486,7 +126547,7 @@ paths: - provider - url examples: - default: &809 + default: &810 value: - provider: twitter url: https://twitter.com/github @@ -126549,9 +126610,9 @@ paths: application/json: schema: type: array - items: *808 + items: *809 examples: - default: *809 + default: *810 '422': *15 '304': *35 '404': *6 @@ -126639,7 +126700,7 @@ paths: application/json: schema: type: array - items: &810 + items: &811 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -126659,7 +126720,7 @@ paths: - title - created_at examples: - default: &837 + default: &838 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -126724,9 +126785,9 @@ paths: description: Response content: application/json: - schema: *810 + schema: *811 examples: - default: &811 + default: &812 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -126756,7 +126817,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: - - &812 + - &813 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -126768,9 +126829,9 @@ paths: description: Response content: application/json: - schema: *810 + schema: *811 examples: - default: *811 + default: *812 '404': *6 '304': *35 '403': *27 @@ -126793,7 +126854,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: - - *812 + - *813 responses: '204': description: Response @@ -126822,7 +126883,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: - - &838 + - &839 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 @@ -126847,11 +126908,11 @@ paths: type: array items: *78 examples: - default-response: *813 + default-response: *814 application/vnd.github.v3.star+json: schema: type: array - items: &839 + items: &840 title: Starred Repository description: Starred Repository type: object @@ -127007,8 +127068,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: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Response if this repository is starred by you @@ -127036,8 +127097,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: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Response @@ -127061,8 +127122,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: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Response @@ -127097,7 +127158,7 @@ paths: type: array items: *278 examples: - default: *393 + default: *395 headers: Link: *45 '304': *35 @@ -127134,7 +127195,7 @@ paths: application/json: schema: type: array - items: *447 + items: *450 examples: default: value: @@ -127220,10 +127281,10 @@ paths: application/json: schema: oneOf: + - *790 - *789 - - *788 examples: - default-response: &817 + default-response: &818 summary: Default response value: login: octocat @@ -127258,7 +127319,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &818 + response-with-git-hub-plan-information: &819 summary: Response with GitHub plan information value: login: octocat @@ -127315,14 +127376,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: - - &815 + - &816 name: user_id description: The unique identifier of the user. in: path required: true schema: type: string - - *405 + - *407 requestBody: required: true description: Details of the draft item to create in the project. @@ -127356,9 +127417,9 @@ paths: description: Response content: application/json: - schema: *410 + schema: *412 examples: - draft_issue: *411 + draft_issue: *413 '304': *35 '403': *27 '401': *23 @@ -127381,7 +127442,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *814 + - *815 - *17 responses: '200': @@ -127416,8 +127477,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: - - *815 - - *405 + - *816 + - *407 requestBody: required: true content: @@ -127491,17 +127552,17 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *816 + schema: *817 examples: table_view: summary: Response for creating a table view - value: *415 + value: *417 board_view: summary: Response for creating a board view with filter - value: *415 + value: *417 roadmap_view: summary: Response for creating a roadmap view - value: *415 + value: *417 '304': *35 '403': *27 '401': *23 @@ -127543,11 +127604,11 @@ paths: application/json: schema: oneOf: + - *790 - *789 - - *788 examples: - default-response: *817 - response-with-git-hub-plan-information: *818 + default-response: *818 + response-with-git-hub-plan-information: *819 '404': *6 x-github: githubCloudOnly: false @@ -127597,8 +127658,8 @@ paths: required: - subject_digests examples: - default: *819 - withPredicateType: *820 + default: *820 + withPredicateType: *821 responses: '200': description: Response @@ -127652,7 +127713,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *821 + default: *822 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -127857,7 +127918,7 @@ paths: initiator: type: string examples: - default: *502 + default: *505 '201': description: Response content: @@ -127896,9 +127957,9 @@ paths: application/json: schema: type: array - items: *387 + items: *389 examples: - default: *804 + default: *805 '403': *27 '401': *23 x-github: @@ -128282,9 +128343,9 @@ paths: application/json: schema: type: array - items: *795 + items: *796 examples: - default: *822 + default: *823 headers: Link: *45 x-github: @@ -128388,7 +128449,7 @@ paths: application/json: schema: *20 examples: - default: *362 + default: *364 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -128513,7 +128574,7 @@ paths: - docker - nuget - container - - *803 + - *804 - *139 - *19 - *17 @@ -128524,12 +128585,12 @@ paths: application/json: schema: type: array - items: *387 + items: *389 examples: - default: *804 + default: *805 '403': *27 '401': *23 - '400': *805 + '400': *806 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -128549,17 +128610,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *389 - - *390 + - *391 + - *392 - *139 responses: '200': description: Response content: application/json: - schema: *387 + schema: *389 examples: - default: *823 + default: *824 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -128580,8 +128641,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *389 - - *390 + - *391 + - *392 - *139 responses: '204': @@ -128614,8 +128675,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *389 - - *390 + - *391 + - *392 - *139 - name: token description: package token @@ -128648,8 +128709,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: - - *389 - - *390 + - *391 + - *392 - *139 responses: '200': @@ -128658,7 +128719,7 @@ paths: application/json: schema: type: array - items: *391 + items: *393 examples: default: value: @@ -128716,16 +128777,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: - - *389 - - *390 + - *391 - *392 + - *394 - *139 responses: '200': description: Response content: application/json: - schema: *391 + schema: *393 examples: default: value: @@ -128760,10 +128821,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *389 - - *390 - - *139 + - *391 - *392 + - *139 + - *394 responses: '204': description: Response @@ -128795,10 +128856,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *389 - - *390 - - *139 + - *391 - *392 + - *139 + - *394 responses: '204': description: Response @@ -128839,9 +128900,9 @@ paths: application/json: schema: type: array - items: *403 + items: *405 examples: - default: *404 + default: *406 headers: Link: *45 '304': *35 @@ -128863,16 +128924,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-user parameters: - - *405 + - *407 - *139 responses: '200': description: Response content: application/json: - schema: *403 + schema: *405 examples: - default: *404 + default: *406 headers: Link: *45 '304': *35 @@ -128894,7 +128955,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-user parameters: - - *405 + - *407 - *139 - *17 - *108 @@ -128906,9 +128967,9 @@ paths: application/json: schema: type: array - items: *408 + items: *410 examples: - default: *824 + default: *825 headers: Link: *45 '304': *35 @@ -128930,7 +128991,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#add-field-to-user-owned-project parameters: - *139 - - *405 + - *407 requestBody: required: true content: @@ -128968,7 +129029,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *825 + items: *826 required: - name - data_type @@ -128984,7 +129045,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *826 + iteration_configuration: *827 required: - name - data_type @@ -129006,20 +129067,20 @@ paths: value: name: Due date data_type: date - single_select_field: *827 - iteration_field: *828 + single_select_field: *828 + iteration_field: *829 responses: '201': description: Response content: application/json: - schema: *408 + schema: *410 examples: - text_field: *829 - number_field: *830 - date_field: *831 - single_select_field: *832 - iteration_field: *833 + text_field: *830 + number_field: *831 + date_field: *832 + single_select_field: *833 + iteration_field: *834 '304': *35 '403': *27 '401': *23 @@ -129040,17 +129101,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-user parameters: - - *405 - - *834 + - *407 + - *835 - *139 responses: '200': description: Response content: application/json: - schema: *408 + schema: *410 examples: - default: *835 + default: *836 headers: Link: *45 '304': *35 @@ -129073,7 +129134,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: - - *405 + - *407 - *139 - *108 - *109 @@ -129106,9 +129167,9 @@ paths: application/json: schema: type: array - items: *412 + items: *414 examples: - default: *413 + default: *415 headers: Link: *45 '304': *35 @@ -129130,7 +129191,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-user-owned-project parameters: - *139 - - *405 + - *407 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -129200,22 +129261,22 @@ paths: description: Response content: application/json: - schema: *410 + schema: *412 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *411 + value: *413 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *411 + value: *413 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *411 + value: *413 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *411 + value: *413 '304': *35 '403': *27 '401': *23 @@ -129235,9 +129296,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: - - *405 + - *407 - *139 - - *414 + - *416 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -129257,9 +129318,9 @@ paths: description: Response content: application/json: - schema: *412 + schema: *414 examples: - default: *413 + default: *415 headers: Link: *45 '304': *35 @@ -129280,9 +129341,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-user parameters: - - *405 + - *407 - *139 - - *414 + - *416 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -129355,13 +129416,13 @@ paths: description: Response content: application/json: - schema: *412 + schema: *414 examples: - text_field: *413 - number_field: *413 - date_field: *413 - single_select_field: *413 - iteration_field: *413 + text_field: *415 + number_field: *415 + date_field: *415 + single_select_field: *415 + iteration_field: *415 '401': *23 '403': *27 '404': *6 @@ -129381,9 +129442,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-user parameters: - - *405 + - *407 - *139 - - *414 + - *416 responses: '204': description: Response @@ -129405,9 +129466,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: - - *405 + - *407 - *139 - - *836 + - *837 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -129433,9 +129494,9 @@ paths: application/json: schema: type: array - items: *412 + items: *414 examples: - default: *413 + default: *415 headers: Link: *45 '304': *35 @@ -129656,7 +129717,7 @@ paths: type: array items: *278 examples: - default: *393 + default: *395 headers: Link: *45 x-github: @@ -129686,9 +129747,9 @@ paths: application/json: schema: type: array - items: *808 + items: *809 examples: - default: *809 + default: *810 headers: Link: *45 x-github: @@ -129718,9 +129779,9 @@ paths: application/json: schema: type: array - items: *810 + items: *811 examples: - default: *837 + default: *838 headers: Link: *45 x-github: @@ -129745,7 +129806,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *139 - - *838 + - *839 - *110 - *17 - *19 @@ -129757,11 +129818,11 @@ paths: schema: anyOf: - type: array - items: *839 + items: *840 - type: array items: *78 examples: - default-response: *813 + default-response: *814 headers: Link: *45 x-github: @@ -129792,7 +129853,7 @@ paths: type: array items: *278 examples: - default: *393 + default: *395 headers: Link: *45 x-github: @@ -129921,7 +129982,7 @@ webhooks: type: string enum: - disabled - enterprise: &840 + enterprise: &841 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -129990,7 +130051,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &841 + installation: &842 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -130011,7 +130072,7 @@ webhooks: required: - id - node_id - organization: &842 + organization: &843 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -130084,7 +130145,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &843 + repository: &844 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -131010,10 +131071,10 @@ webhooks: type: string enum: - enabled - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -131089,11 +131150,11 @@ webhooks: type: string enum: - created - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 - rule: &844 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 + rule: &845 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) @@ -131316,11 +131377,11 @@ webhooks: type: string enum: - deleted - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 - rule: *844 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 + rule: *845 sender: *4 required: - action @@ -131508,11 +131569,11 @@ webhooks: - everyone required: - from - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 - rule: *844 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 + rule: *845 sender: *4 required: - action @@ -131585,7 +131646,7 @@ webhooks: required: true content: application/json: - schema: &864 + schema: &865 title: Exemption request cancellation event type: object properties: @@ -131593,11 +131654,11 @@ webhooks: type: string enum: - cancelled - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 - exemption_request: &845 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 + exemption_request: &846 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -131906,7 +131967,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &846 + items: &847 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -132018,7 +132079,7 @@ webhooks: required: true content: application/json: - schema: &865 + schema: &866 title: Exemption request completed event type: object properties: @@ -132026,11 +132087,11 @@ webhooks: type: string enum: - completed - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 - exemption_request: *845 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 + exemption_request: *846 sender: *4 required: - action @@ -132102,7 +132163,7 @@ webhooks: required: true content: application/json: - schema: &862 + schema: &863 title: Exemption request created event type: object properties: @@ -132110,11 +132171,11 @@ webhooks: type: string enum: - created - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 - exemption_request: *845 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 + exemption_request: *846 sender: *4 required: - action @@ -132186,7 +132247,7 @@ webhooks: required: true content: application/json: - schema: &866 + schema: &867 title: Exemption response dismissed event type: object properties: @@ -132194,12 +132255,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 - exemption_request: *845 - exemption_response: *846 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 + exemption_request: *846 + exemption_response: *847 sender: *4 required: - action @@ -132273,7 +132334,7 @@ webhooks: required: true content: application/json: - schema: &863 + schema: &864 title: Exemption response submitted event type: object properties: @@ -132281,12 +132342,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 - exemption_request: *845 - exemption_response: *846 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 + exemption_request: *846 + exemption_response: *847 sender: *4 required: - action @@ -132370,7 +132431,7 @@ webhooks: type: string enum: - completed - check_run: &848 + check_run: &849 title: CheckRun description: A check performed on the code of a given code change type: object @@ -132480,7 +132541,7 @@ webhooks: - examples: - neutral - deployment: *847 + deployment: *848 details_url: type: string examples: @@ -132578,10 +132639,10 @@ webhooks: - output - app - pull_requests - installation: *841 - enterprise: *840 - organization: *842 - repository: *843 + installation: *842 + enterprise: *841 + organization: *843 + repository: *844 sender: *4 required: - check_run @@ -132972,11 +133033,11 @@ webhooks: type: string enum: - created - check_run: *848 - installation: *841 - enterprise: *840 - organization: *842 - repository: *843 + check_run: *849 + installation: *842 + enterprise: *841 + organization: *843 + repository: *844 sender: *4 required: - check_run @@ -133370,11 +133431,11 @@ webhooks: type: string enum: - requested_action - check_run: *848 - installation: *841 - enterprise: *840 - organization: *842 - repository: *843 + check_run: *849 + installation: *842 + enterprise: *841 + organization: *843 + repository: *844 requested_action: description: The action requested by the user. type: object @@ -133777,11 +133838,11 @@ webhooks: type: string enum: - rerequested - check_run: *848 - installation: *841 - enterprise: *840 - organization: *842 - repository: *843 + check_run: *849 + installation: *842 + enterprise: *841 + organization: *843 + repository: *844 sender: *4 required: - check_run @@ -134766,10 +134827,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -135473,10 +135534,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -136174,10 +136235,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -136346,7 +136407,7 @@ webhooks: required: - login - id - dismissed_comment: *530 + dismissed_comment: *533 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -136498,20 +136559,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &849 + commit_oid: &850 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: *840 - installation: *841 - organization: *842 - ref: &850 + enterprise: *841 + installation: *842 + organization: *843 + ref: &851 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: *843 + repository: *844 sender: *4 required: - action @@ -136678,7 +136739,7 @@ webhooks: required: - login - id - dismissed_comment: *530 + dismissed_comment: *533 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -136919,12 +136980,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *849 - enterprise: *840 - installation: *841 - organization: *842 - ref: *850 - repository: *843 + commit_oid: *850 + enterprise: *841 + installation: *842 + organization: *843 + ref: *851 + repository: *844 sender: *4 required: - action @@ -137022,7 +137083,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *530 + dismissed_comment: *533 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -137207,12 +137268,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *849 - enterprise: *840 - installation: *841 - organization: *842 - ref: *850 - repository: *843 + commit_oid: *850 + enterprise: *841 + installation: *842 + organization: *843 + ref: *851 + repository: *844 sender: *4 required: - action @@ -137381,7 +137442,7 @@ webhooks: required: - login - id - dismissed_comment: *530 + dismissed_comment: *533 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -137558,12 +137619,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *849 - enterprise: *840 - installation: *841 - organization: *842 - ref: *850 - repository: *843 + commit_oid: *850 + enterprise: *841 + installation: *842 + organization: *843 + ref: *851 + repository: *844 sender: *4 required: - action @@ -137664,7 +137725,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *530 + dismissed_comment: *533 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -137853,9 +137914,9 @@ webhooks: type: - string - 'null' - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -137863,7 +137924,7 @@ webhooks: type: - string - 'null' - repository: *843 + repository: *844 sender: *4 required: - action @@ -137962,7 +138023,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *530 + dismissed_comment: *533 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -138109,12 +138170,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *849 - enterprise: *840 - installation: *841 - organization: *842 - ref: *850 - repository: *843 + commit_oid: *850 + enterprise: *841 + installation: *842 + organization: *843 + ref: *851 + repository: *844 sender: *4 required: - action @@ -138283,7 +138344,7 @@ webhooks: required: - login - id - dismissed_comment: *530 + dismissed_comment: *533 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -138435,10 +138496,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -138698,10 +138759,10 @@ webhooks: - updated_at - author_association - body - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -138782,18 +138843,18 @@ webhooks: type: - string - 'null' - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *842 - pusher_type: &851 + organization: *843 + pusher_type: &852 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &852 + ref: &853 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -138803,7 +138864,7 @@ webhooks: enum: - tag - branch - repository: *843 + repository: *844 sender: *4 required: - ref @@ -138886,9 +138947,9 @@ webhooks: enum: - created definition: *153 - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 sender: *4 required: - action @@ -138973,9 +139034,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 sender: *4 required: - action @@ -139053,9 +139114,9 @@ webhooks: enum: - promote_to_enterprise definition: *153 - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 sender: *4 required: - action @@ -139133,9 +139194,9 @@ webhooks: enum: - updated definition: *153 - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 sender: *4 required: - action @@ -139212,10 +139273,10 @@ webhooks: type: string enum: - updated - enterprise: *840 - installation: *841 - repository: *843 - organization: *842 + enterprise: *841 + installation: *842 + repository: *844 + organization: *843 sender: *4 new_property_values: type: array @@ -139300,18 +139361,18 @@ webhooks: title: delete event type: object properties: - enterprise: *840 - installation: *841 - organization: *842 - pusher_type: *851 - ref: *852 + enterprise: *841 + installation: *842 + organization: *843 + pusher_type: *852 + ref: *853 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *843 + repository: *844 sender: *4 required: - ref @@ -139391,11 +139452,11 @@ webhooks: type: string enum: - assignees_changed - alert: *588 - installation: *841 - organization: *842 - enterprise: *840 - repository: *843 + alert: *591 + installation: *842 + organization: *843 + enterprise: *841 + repository: *844 sender: *4 required: - action @@ -139475,11 +139536,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *588 - installation: *841 - organization: *842 - enterprise: *840 - repository: *843 + alert: *591 + installation: *842 + organization: *843 + enterprise: *841 + repository: *844 sender: *4 required: - action @@ -139560,11 +139621,11 @@ webhooks: type: string enum: - auto_reopened - alert: *588 - installation: *841 - organization: *842 - enterprise: *840 - repository: *843 + alert: *591 + installation: *842 + organization: *843 + enterprise: *841 + repository: *844 sender: *4 required: - action @@ -139645,11 +139706,11 @@ webhooks: type: string enum: - created - alert: *588 - installation: *841 - organization: *842 - enterprise: *840 - repository: *843 + alert: *591 + installation: *842 + organization: *843 + enterprise: *841 + repository: *844 sender: *4 required: - action @@ -139728,11 +139789,11 @@ webhooks: type: string enum: - dismissed - alert: *588 - installation: *841 - organization: *842 - enterprise: *840 - repository: *843 + alert: *591 + installation: *842 + organization: *843 + enterprise: *841 + repository: *844 sender: *4 required: - action @@ -139811,11 +139872,11 @@ webhooks: type: string enum: - fixed - alert: *588 - installation: *841 - organization: *842 - enterprise: *840 - repository: *843 + alert: *591 + installation: *842 + organization: *843 + enterprise: *841 + repository: *844 sender: *4 required: - action @@ -139895,11 +139956,11 @@ webhooks: type: string enum: - reintroduced - alert: *588 - installation: *841 - organization: *842 - enterprise: *840 - repository: *843 + alert: *591 + installation: *842 + organization: *843 + enterprise: *841 + repository: *844 sender: *4 required: - action @@ -139978,11 +140039,11 @@ webhooks: type: string enum: - reopened - alert: *588 - installation: *841 - organization: *842 - enterprise: *840 - repository: *843 + alert: *591 + installation: *842 + organization: *843 + enterprise: *841 + repository: *844 sender: *4 required: - action @@ -140059,9 +140120,9 @@ webhooks: type: string enum: - created - enterprise: *840 - installation: *841 - key: &853 + enterprise: *841 + installation: *842 + key: &854 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -140099,8 +140160,8 @@ webhooks: - verified - created_at - read_only - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 required: - action @@ -140177,11 +140238,11 @@ webhooks: type: string enum: - deleted - enterprise: *840 - installation: *841 - key: *853 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + key: *854 + organization: *843 + repository: *844 sender: *4 required: - action @@ -140748,12 +140809,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 - workflow: &857 + workflow: &858 title: Workflow type: - object @@ -141504,13 +141565,13 @@ webhooks: deployment: anyOf: - type: 'null' - - *594 + - *597 pull_requests: type: array - items: *689 - repository: *843 - organization: *842 - installation: *841 + items: *690 + repository: *844 + organization: *843 + installation: *842 sender: *4 responses: '200': @@ -141581,7 +141642,7 @@ webhooks: type: string enum: - approved - approver: &854 + approver: &855 type: object properties: avatar_url: @@ -141624,11 +141685,11 @@ webhooks: type: string comment: type: string - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 - reviewers: &855 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 + reviewers: &856 type: array items: type: object @@ -141709,7 +141770,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &856 + workflow_job_run: &857 type: object properties: conclusion: @@ -142455,18 +142516,18 @@ webhooks: type: string enum: - rejected - approver: *854 + approver: *855 comment: type: string - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 - reviewers: *855 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 + reviewers: *856 sender: *4 since: type: string - workflow_job_run: *856 + workflow_job_run: *857 workflow_job_runs: type: array items: @@ -143183,13 +143244,13 @@ webhooks: type: string enum: - requested - enterprise: *840 + enterprise: *841 environment: type: string - installation: *841 - organization: *842 - repository: *843 - requestor: &867 + installation: *842 + organization: *843 + repository: *844 + requestor: &868 title: User type: - object @@ -145122,12 +145183,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 - workflow: *857 + workflow: *858 workflow_run: title: Deployment Workflow Run type: @@ -145818,7 +145879,7 @@ webhooks: type: string enum: - answered - answer: &860 + answer: &861 type: object properties: author_association: @@ -145978,11 +146039,11 @@ webhooks: - created_at - updated_at - body - discussion: *858 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + discussion: *859 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -146109,11 +146170,11 @@ webhooks: - from required: - category - discussion: *858 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + discussion: *859 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -146196,11 +146257,11 @@ webhooks: type: string enum: - closed - discussion: *858 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + discussion: *859 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -146282,7 +146343,7 @@ webhooks: type: string enum: - created - comment: &859 + comment: &860 type: object properties: author_association: @@ -146442,11 +146503,11 @@ webhooks: - updated_at - body - reactions - discussion: *858 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + discussion: *859 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -146529,12 +146590,12 @@ webhooks: type: string enum: - deleted - comment: *859 - discussion: *858 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + comment: *860 + discussion: *859 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -146629,12 +146690,12 @@ webhooks: - from required: - body - comment: *859 - discussion: *858 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + comment: *860 + discussion: *859 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -146718,11 +146779,11 @@ webhooks: type: string enum: - created - discussion: *858 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + discussion: *859 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -146804,11 +146865,11 @@ webhooks: type: string enum: - deleted - discussion: *858 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + discussion: *859 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -146908,11 +146969,11 @@ webhooks: type: string required: - from - discussion: *858 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + discussion: *859 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -146994,10 +147055,10 @@ webhooks: type: string enum: - labeled - discussion: *858 - enterprise: *840 - installation: *841 - label: &861 + discussion: *859 + enterprise: *841 + installation: *842 + label: &862 title: Label type: object properties: @@ -147030,8 +147091,8 @@ webhooks: - color - default - description - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 required: - action @@ -147114,11 +147175,11 @@ webhooks: type: string enum: - locked - discussion: *858 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + discussion: *859 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -147200,11 +147261,11 @@ webhooks: type: string enum: - pinned - discussion: *858 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + discussion: *859 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -147286,11 +147347,11 @@ webhooks: type: string enum: - reopened - discussion: *858 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + discussion: *859 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -147375,16 +147436,16 @@ webhooks: changes: type: object properties: - new_discussion: *858 - new_repository: *843 + new_discussion: *859 + new_repository: *844 required: - new_discussion - new_repository - discussion: *858 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + discussion: *859 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -147467,10 +147528,10 @@ webhooks: type: string enum: - unanswered - discussion: *858 - old_answer: *860 - organization: *842 - repository: *843 + discussion: *859 + old_answer: *861 + organization: *843 + repository: *844 sender: *4 required: - action @@ -147552,12 +147613,12 @@ webhooks: type: string enum: - unlabeled - discussion: *858 - enterprise: *840 - installation: *841 - label: *861 - organization: *842 - repository: *843 + discussion: *859 + enterprise: *841 + installation: *842 + label: *862 + organization: *843 + repository: *844 sender: *4 required: - action @@ -147640,11 +147701,11 @@ webhooks: type: string enum: - unlocked - discussion: *858 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + discussion: *859 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -147726,11 +147787,11 @@ webhooks: type: string enum: - unpinned - discussion: *858 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + discussion: *859 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -147799,7 +147860,7 @@ webhooks: required: true content: application/json: - schema: *862 + schema: *863 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147862,7 +147923,7 @@ webhooks: required: true content: application/json: - schema: *863 + schema: *864 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147925,7 +147986,7 @@ webhooks: required: true content: application/json: - schema: *864 + schema: *865 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147988,7 +148049,7 @@ webhooks: required: true content: application/json: - schema: *862 + schema: *863 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148051,7 +148112,7 @@ webhooks: required: true content: application/json: - schema: *863 + schema: *864 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148117,7 +148178,7 @@ webhooks: required: true content: application/json: - schema: *864 + schema: *865 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148183,7 +148244,7 @@ webhooks: required: true content: application/json: - schema: *865 + schema: *866 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148249,7 +148310,7 @@ webhooks: required: true content: application/json: - schema: *862 + schema: *863 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148315,7 +148376,7 @@ webhooks: required: true content: application/json: - schema: *866 + schema: *867 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148381,7 +148442,7 @@ webhooks: required: true content: application/json: - schema: *863 + schema: *864 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148446,7 +148507,7 @@ webhooks: required: true content: application/json: - schema: *864 + schema: *865 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148511,7 +148572,7 @@ webhooks: required: true content: application/json: - schema: *865 + schema: *866 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148576,7 +148637,7 @@ webhooks: required: true content: application/json: - schema: *862 + schema: *863 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148641,7 +148702,7 @@ webhooks: required: true content: application/json: - schema: *866 + schema: *867 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148707,7 +148768,7 @@ webhooks: required: true content: application/json: - schema: *863 + schema: *864 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148774,7 +148835,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *840 + enterprise: *841 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -149452,9 +149513,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *841 - organization: *842 - repository: *843 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - forkee @@ -149600,9 +149661,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 pages: description: The pages that were updated. type: array @@ -149640,7 +149701,7 @@ webhooks: - action - sha - html_url - repository: *843 + repository: *844 sender: *4 required: - pages @@ -149716,10 +149777,10 @@ webhooks: type: string enum: - created - enterprise: *840 + enterprise: *841 installation: *20 - organization: *842 - repositories: &868 + organization: *843 + repositories: &869 description: An array of repository objects that the installation can access. type: array @@ -149745,8 +149806,8 @@ webhooks: - name - full_name - private - repository: *843 - requester: *867 + repository: *844 + requester: *868 sender: *4 required: - action @@ -149821,11 +149882,11 @@ webhooks: type: string enum: - deleted - enterprise: *840 + enterprise: *841 installation: *20 - organization: *842 - repositories: *868 - repository: *843 + organization: *843 + repositories: *869 + repository: *844 requester: type: - 'null' @@ -149902,11 +149963,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *840 + enterprise: *841 installation: *20 - organization: *842 - repositories: *868 - repository: *843 + organization: *843 + repositories: *869 + repository: *844 requester: type: - 'null' @@ -149983,10 +150044,10 @@ webhooks: type: string enum: - added - enterprise: *840 + enterprise: *841 installation: *20 - organization: *842 - repositories_added: &869 + organization: *843 + repositories_added: &870 description: An array of repository objects, which were added to the installation. type: array @@ -150032,15 +150093,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *843 - repository_selection: &870 + repository: *844 + repository_selection: &871 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *867 + requester: *868 sender: *4 required: - action @@ -150119,10 +150180,10 @@ webhooks: type: string enum: - removed - enterprise: *840 + enterprise: *841 installation: *20 - organization: *842 - repositories_added: *869 + organization: *843 + repositories_added: *870 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -150149,9 +150210,9 @@ webhooks: - name - full_name - private - repository: *843 - repository_selection: *870 - requester: *867 + repository: *844 + repository_selection: *871 + requester: *868 sender: *4 required: - action @@ -150230,11 +150291,11 @@ webhooks: type: string enum: - suspend - enterprise: *840 + enterprise: *841 installation: *20 - organization: *842 - repositories: *868 - repository: *843 + organization: *843 + repositories: *869 + repository: *844 requester: type: - 'null' @@ -150417,10 +150478,10 @@ webhooks: type: string required: - from - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 target_type: type: string @@ -150499,11 +150560,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *840 + enterprise: *841 installation: *20 - organization: *842 - repositories: *868 - repository: *843 + organization: *843 + repositories: *869 + repository: *844 requester: type: - 'null' @@ -150669,7 +150730,7 @@ webhooks: pin: anyOf: - type: 'null' - - *666 + - *667 user: title: User type: @@ -150755,8 +150816,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -151568,8 +151629,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151586,7 +151647,7 @@ webhooks: title: description: Title of the issue type: string - type: *372 + type: *374 updated_at: type: string format: date-time @@ -151930,8 +151991,8 @@ webhooks: - state - locked - assignee - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 required: - action @@ -152011,7 +152072,7 @@ webhooks: type: string enum: - deleted - comment: &871 + comment: &872 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -152168,7 +152229,7 @@ webhooks: pin: anyOf: - type: 'null' - - *666 + - *667 required: - url - html_url @@ -152182,8 +152243,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -152991,8 +153052,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153009,7 +153070,7 @@ webhooks: title: description: Title of the issue type: string - type: *372 + type: *374 updated_at: type: string format: date-time @@ -153355,8 +153416,8 @@ webhooks: - state - locked - assignee - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 required: - action @@ -153436,7 +153497,7 @@ webhooks: type: string enum: - edited - changes: &895 + changes: &896 description: The changes to the comment. type: object properties: @@ -153448,9 +153509,9 @@ webhooks: type: string required: - from - comment: *871 - enterprise: *840 - installation: *841 + comment: *872 + enterprise: *841 + installation: *842 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -154261,8 +154322,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154279,7 +154340,7 @@ webhooks: title: description: Title of the issue type: string - type: *372 + type: *374 updated_at: type: string format: date-time @@ -154623,8 +154684,8 @@ webhooks: - state - locked - assignee - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 required: - action @@ -154705,9 +154766,9 @@ webhooks: type: string enum: - pinned - comment: *871 - enterprise: *840 - installation: *841 + comment: *872 + enterprise: *841 + installation: *842 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -155520,8 +155581,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155538,7 +155599,7 @@ webhooks: title: description: Title of the issue type: string - type: *372 + type: *374 updated_at: type: string format: date-time @@ -155884,8 +155945,8 @@ webhooks: - state - locked - assignee - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 required: - action @@ -155965,9 +156026,9 @@ webhooks: type: string enum: - unpinned - comment: *871 - enterprise: *840 - installation: *841 + comment: *872 + enterprise: *841 + installation: *842 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -156780,8 +156841,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156798,7 +156859,7 @@ webhooks: title: description: Title of the issue type: string - type: *372 + type: *374 updated_at: type: string format: date-time @@ -157144,8 +157205,8 @@ webhooks: - state - locked - assignee - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 required: - action @@ -157234,9 +157295,9 @@ webhooks: type: number blocking_issue: *219 blocking_issue_repo: *78 - installation: *841 - organization: *842 - repository: *843 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -157325,9 +157386,9 @@ webhooks: type: number blocking_issue: *219 blocking_issue_repo: *78 - installation: *841 - organization: *842 - repository: *843 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -157415,9 +157476,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *219 - installation: *841 - organization: *842 - repository: *843 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -157506,9 +157567,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *219 - installation: *841 - organization: *842 - repository: *843 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -157588,10 +157649,10 @@ webhooks: type: string enum: - assigned - assignee: *867 - enterprise: *840 - installation: *841 - issue: &874 + assignee: *868 + enterprise: *841 + installation: *842 + issue: &875 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -158402,11 +158463,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 issue_field_values: type: array - items: *651 + items: *652 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158423,7 +158484,7 @@ webhooks: title: description: Title of the issue type: string - type: *372 + type: *374 updated_at: type: string format: date-time @@ -158526,8 +158587,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 required: - action @@ -158607,8 +158668,8 @@ webhooks: type: string enum: - closed - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -159424,11 +159485,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 issue_field_values: type: array - items: *651 + items: *652 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159445,7 +159506,7 @@ webhooks: title: description: Title of the issue type: string - type: *372 + type: *374 updated_at: type: string format: date-time @@ -159691,8 +159752,8 @@ webhooks: required: - state - closed_at - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 required: - action @@ -159771,8 +159832,8 @@ webhooks: type: string enum: - deleted - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -160579,11 +160640,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 issue_field_values: type: array - items: *651 + items: *652 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160600,7 +160661,7 @@ webhooks: title: description: Title of the issue type: string - type: *372 + type: *374 updated_at: type: string format: date-time @@ -160702,8 +160763,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 required: - action @@ -160782,8 +160843,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -161613,11 +161674,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 issue_field_values: type: array - items: *651 + items: *652 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161634,7 +161695,7 @@ webhooks: title: description: Title of the issue type: string - type: *372 + type: *374 updated_at: type: string format: date-time @@ -161715,7 +161776,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &872 + milestone: &873 title: Milestone description: A collection of related issues and pull requests. type: object @@ -161858,8 +161919,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 required: - action @@ -161958,8 +162019,8 @@ webhooks: type: string required: - from - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -162770,11 +162831,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 issue_field_values: type: array - items: *651 + items: *652 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162788,7 +162849,7 @@ webhooks: timeline_url: type: string format: uri - type: *372 + type: *374 title: description: Title of the issue type: string @@ -162894,9 +162955,9 @@ webhooks: - active_lock_reason - body - reactions - label: *861 - organization: *842 - repository: *843 + label: *862 + organization: *843 + repository: *844 sender: *4 required: - action @@ -162976,8 +163037,8 @@ webhooks: type: string enum: - labeled - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -163787,11 +163848,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 issue_field_values: type: array - items: *651 + items: *652 state: description: State of the issue; either 'open' or 'closed' type: string @@ -163805,7 +163866,7 @@ webhooks: timeline_url: type: string format: uri - type: *372 + type: *374 title: description: Title of the issue type: string @@ -163911,9 +163972,9 @@ webhooks: - active_lock_reason - body - reactions - label: *861 - organization: *842 - repository: *843 + label: *862 + organization: *843 + repository: *844 sender: *4 required: - action @@ -163993,8 +164054,8 @@ webhooks: type: string enum: - locked - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -164829,11 +164890,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 issue_field_values: type: array - items: *651 + items: *652 state: description: State of the issue; either 'open' or 'closed' type: string @@ -164847,7 +164908,7 @@ webhooks: timeline_url: type: string format: uri - type: *372 + type: *374 title: description: Title of the issue type: string @@ -164930,8 +164991,8 @@ webhooks: format: uri user_view_type: type: string - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 required: - action @@ -165010,8 +165071,8 @@ webhooks: type: string enum: - milestoned - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -165840,11 +165901,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 issue_field_values: type: array - items: *651 + items: *652 state: description: State of the issue; either 'open' or 'closed' type: string @@ -165861,7 +165922,7 @@ webhooks: title: description: Title of the issue type: string - type: *372 + type: *374 updated_at: type: string format: date-time @@ -165941,9 +166002,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *872 - organization: *842 - repository: *843 + milestone: *873 + organization: *843 + repository: *844 sender: *4 required: - action @@ -166830,11 +166891,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 issue_field_values: type: array - items: *651 + items: *652 state: description: State of the issue; either 'open' or 'closed' type: string @@ -166934,7 +166995,7 @@ webhooks: required: - login - id - type: *372 + type: *374 required: - id - number @@ -167426,8 +167487,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -168234,11 +168295,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 issue_field_values: type: array - items: *651 + items: *652 state: description: State of the issue; either 'open' or 'closed' type: string @@ -168255,7 +168316,7 @@ webhooks: title: description: Title of the issue type: string - type: *372 + type: *374 updated_at: type: string format: date-time @@ -168361,8 +168422,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 required: - action @@ -168442,9 +168503,9 @@ webhooks: type: string enum: - pinned - enterprise: *840 - installation: *841 - issue: &873 + enterprise: *841 + installation: *842 + issue: &874 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -169249,11 +169310,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 issue_field_values: type: array - items: *651 + items: *652 state: description: State of the issue; either 'open' or 'closed' type: string @@ -169270,7 +169331,7 @@ webhooks: title: description: Title of the issue type: string - type: *372 + type: *374 updated_at: type: string format: date-time @@ -169372,8 +169433,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 required: - action @@ -169452,8 +169513,8 @@ webhooks: type: string enum: - reopened - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -170286,11 +170347,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 issue_field_values: type: array - items: *651 + items: *652 state: description: State of the issue; either 'open' or 'closed' type: string @@ -170387,9 +170448,9 @@ webhooks: format: uri user_view_type: type: string - type: *372 - organization: *842 - repository: *843 + type: *374 + organization: *843 + repository: *844 sender: *4 required: - action @@ -171277,11 +171338,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 issue_field_values: type: array - items: *651 + items: *652 state: description: State of the issue; either 'open' or 'closed' type: string @@ -171298,7 +171359,7 @@ webhooks: title: description: Title of the issue type: string - type: *372 + type: *374 updated_at: type: string format: date-time @@ -171891,11 +171952,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *840 - installation: *841 - issue: *873 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + issue: *874 + organization: *843 + repository: *844 sender: *4 required: - action @@ -171975,12 +172036,12 @@ webhooks: type: string enum: - typed - enterprise: *840 - installation: *841 - issue: *874 - type: *372 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + issue: *875 + type: *374 + organization: *843 + repository: *844 sender: *4 required: - action @@ -172061,7 +172122,7 @@ webhooks: type: string enum: - unassigned - assignee: &898 + assignee: &899 title: User type: - object @@ -172133,11 +172194,11 @@ webhooks: required: - login - id - enterprise: *840 - installation: *841 - issue: *874 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + issue: *875 + organization: *843 + repository: *844 sender: *4 required: - action @@ -172216,12 +172277,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *840 - installation: *841 - issue: *874 - label: *861 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + issue: *875 + label: *862 + organization: *843 + repository: *844 sender: *4 required: - action @@ -172301,8 +172362,8 @@ webhooks: type: string enum: - unlocked - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -173135,11 +173196,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 issue_field_values: type: array - items: *651 + items: *652 state: description: State of the issue; either 'open' or 'closed' type: string @@ -173156,7 +173217,7 @@ webhooks: title: description: Title of the issue type: string - type: *372 + type: *374 updated_at: type: string format: date-time @@ -173236,8 +173297,8 @@ webhooks: format: uri user_view_type: type: string - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 required: - action @@ -173317,11 +173378,11 @@ webhooks: type: string enum: - unpinned - enterprise: *840 - installation: *841 - issue: *873 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + issue: *874 + organization: *843 + repository: *844 sender: *4 required: - action @@ -173400,12 +173461,12 @@ webhooks: type: string enum: - untyped - enterprise: *840 - installation: *841 - issue: *874 - type: *372 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + issue: *875 + type: *374 + organization: *843 + repository: *844 sender: *4 required: - action @@ -173485,11 +173546,11 @@ webhooks: type: string enum: - created - enterprise: *840 - installation: *841 - label: *861 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + label: *862 + organization: *843 + repository: *844 sender: *4 required: - action @@ -173567,11 +173628,11 @@ webhooks: type: string enum: - deleted - enterprise: *840 - installation: *841 - label: *861 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + label: *862 + organization: *843 + repository: *844 sender: *4 required: - action @@ -173681,11 +173742,11 @@ webhooks: type: string required: - from - enterprise: *840 - installation: *841 - label: *861 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + label: *862 + organization: *843 + repository: *844 sender: *4 required: - action @@ -173767,9 +173828,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *840 - installation: *841 - marketplace_purchase: &875 + enterprise: *841 + installation: *842 + marketplace_purchase: &876 title: Marketplace Purchase type: object required: @@ -173857,8 +173918,8 @@ webhooks: type: integer unit_count: type: integer - organization: *842 - previous_marketplace_purchase: &876 + organization: *843 + previous_marketplace_purchase: &877 title: Marketplace Purchase type: object properties: @@ -173942,7 +174003,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *843 + repository: *844 sender: *4 required: - action @@ -174022,10 +174083,10 @@ webhooks: - changed effective_date: type: string - enterprise: *840 - installation: *841 - marketplace_purchase: *875 - organization: *842 + enterprise: *841 + installation: *842 + marketplace_purchase: *876 + organization: *843 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -174113,7 +174174,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *843 + repository: *844 sender: *4 required: - action @@ -174195,10 +174256,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *840 - installation: *841 - marketplace_purchase: *875 - organization: *842 + enterprise: *841 + installation: *842 + marketplace_purchase: *876 + organization: *843 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -174284,7 +174345,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *843 + repository: *844 sender: *4 required: - action @@ -174365,8 +174426,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 marketplace_purchase: title: Marketplace Purchase type: object @@ -174452,9 +174513,9 @@ webhooks: type: integer unit_count: type: integer - organization: *842 - previous_marketplace_purchase: *876 - repository: *843 + organization: *843 + previous_marketplace_purchase: *877 + repository: *844 sender: *4 required: - action @@ -174534,12 +174595,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *840 - installation: *841 - marketplace_purchase: *875 - organization: *842 - previous_marketplace_purchase: *876 - repository: *843 + enterprise: *841 + installation: *842 + marketplace_purchase: *876 + organization: *843 + previous_marketplace_purchase: *877 + repository: *844 sender: *4 required: - action @@ -174641,11 +174702,11 @@ webhooks: type: string required: - to - enterprise: *840 - installation: *841 - member: *867 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + member: *868 + organization: *843 + repository: *844 sender: *4 required: - action @@ -174747,11 +174808,11 @@ webhooks: type: - string - 'null' - enterprise: *840 - installation: *841 - member: *867 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + member: *868 + organization: *843 + repository: *844 sender: *4 required: - action @@ -174830,11 +174891,11 @@ webhooks: type: string enum: - removed - enterprise: *840 - installation: *841 - member: *867 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + member: *868 + organization: *843 + repository: *844 sender: *4 required: - action @@ -174912,11 +174973,11 @@ webhooks: type: string enum: - added - enterprise: *840 - installation: *841 - member: *867 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + member: *868 + organization: *843 + repository: *844 scope: description: The scope of the membership. Currently, can only be `team`. @@ -174994,7 +175055,7 @@ webhooks: required: - login - id - team: &877 + team: &878 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -175224,11 +175285,11 @@ webhooks: type: string enum: - removed - enterprise: *840 - installation: *841 - member: *867 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + member: *868 + organization: *843 + repository: *844 scope: description: The scope of the membership. Currently, can only be `team`. @@ -175307,7 +175368,7 @@ webhooks: required: - login - id - team: *877 + team: *878 required: - action - scope @@ -175389,8 +175450,8 @@ webhooks: type: string enum: - checks_requested - installation: *841 - merge_group: &878 + installation: *842 + merge_group: &879 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -175409,15 +175470,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *522 + head_commit: *525 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 required: - action @@ -175503,10 +175564,10 @@ webhooks: - merged - invalidated - dequeued - installation: *841 - merge_group: *878 - organization: *842 - repository: *843 + installation: *842 + merge_group: *879 + organization: *843 + repository: *844 sender: *4 required: - action @@ -175579,7 +175640,7 @@ webhooks: type: string enum: - deleted - enterprise: *840 + enterprise: *841 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -175688,12 +175749,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *841 - organization: *842 + installation: *842 + organization: *843 repository: anyOf: - type: 'null' - - *843 + - *844 sender: *4 required: - action @@ -175773,11 +175834,11 @@ webhooks: type: string enum: - closed - enterprise: *840 - installation: *841 - milestone: *872 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + milestone: *873 + organization: *843 + repository: *844 sender: *4 required: - action @@ -175856,9 +175917,9 @@ webhooks: type: string enum: - created - enterprise: *840 - installation: *841 - milestone: &879 + enterprise: *841 + installation: *842 + milestone: &880 title: Milestone description: A collection of related issues and pull requests. type: object @@ -176000,8 +176061,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 required: - action @@ -176080,11 +176141,11 @@ webhooks: type: string enum: - deleted - enterprise: *840 - installation: *841 - milestone: *872 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + milestone: *873 + organization: *843 + repository: *844 sender: *4 required: - action @@ -176194,11 +176255,11 @@ webhooks: type: string required: - from - enterprise: *840 - installation: *841 - milestone: *872 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + milestone: *873 + organization: *843 + repository: *844 sender: *4 required: - action @@ -176278,11 +176339,11 @@ webhooks: type: string enum: - opened - enterprise: *840 - installation: *841 - milestone: *879 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + milestone: *880 + organization: *843 + repository: *844 sender: *4 required: - action @@ -176361,11 +176422,11 @@ webhooks: type: string enum: - blocked - blocked_user: *867 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + blocked_user: *868 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -176444,11 +176505,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *867 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + blocked_user: *868 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -176524,7 +176585,7 @@ webhooks: enum: - created definition: *147 - enterprise: *840 + enterprise: *841 sender: *4 required: - action @@ -176604,8 +176665,8 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 sender: *4 required: - action @@ -176678,8 +176739,8 @@ webhooks: enum: - updated definition: *147 - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 sender: *4 required: - action @@ -176751,9 +176812,9 @@ webhooks: type: string enum: - updated - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 sender: *4 new_property_values: type: array @@ -176841,9 +176902,9 @@ webhooks: type: string enum: - deleted - enterprise: *840 - installation: *841 - membership: &880 + enterprise: *841 + installation: *842 + membership: &881 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -176953,8 +177014,8 @@ webhooks: - role - organization_url - user - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 required: - action @@ -177032,11 +177093,11 @@ webhooks: type: string enum: - member_added - enterprise: *840 - installation: *841 - membership: *880 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + membership: *881 + organization: *843 + repository: *844 sender: *4 required: - action @@ -177115,8 +177176,8 @@ webhooks: type: string enum: - member_invited - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -177238,10 +177299,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 - user: *867 + user: *868 required: - action - invitation @@ -177319,11 +177380,11 @@ webhooks: type: string enum: - member_removed - enterprise: *840 - installation: *841 - membership: *880 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + membership: *881 + organization: *843 + repository: *844 sender: *4 required: - action @@ -177410,11 +177471,11 @@ webhooks: properties: from: type: string - enterprise: *840 - installation: *841 - membership: *880 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + membership: *881 + organization: *843 + repository: *844 sender: *4 required: - action @@ -177492,9 +177553,9 @@ webhooks: type: string enum: - published - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 package: description: Information about the package. type: object @@ -178017,7 +178078,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &881 + items: &882 title: Ruby Gems metadata type: object properties: @@ -178114,7 +178175,7 @@ webhooks: - owner - package_version - registry - repository: *843 + repository: *844 sender: *4 required: - action @@ -178191,9 +178252,9 @@ webhooks: type: string enum: - updated - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 package: description: Information about the package. type: object @@ -178555,7 +178616,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *881 + items: *882 source_url: type: string format: uri @@ -178626,7 +178687,7 @@ webhooks: - owner - package_version - registry - repository: *843 + repository: *844 sender: *4 required: - action @@ -178806,12 +178867,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *840 + enterprise: *841 id: type: integer - installation: *841 - organization: *842 - repository: *843 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - id @@ -178888,7 +178949,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &882 + personal_access_token_request: &883 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -179038,10 +179099,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *840 - organization: *842 + enterprise: *841 + organization: *843 sender: *4 - installation: *841 + installation: *842 required: - action - personal_access_token_request @@ -179118,11 +179179,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *882 - enterprise: *840 - organization: *842 + personal_access_token_request: *883 + enterprise: *841 + organization: *843 sender: *4 - installation: *841 + installation: *842 required: - action - personal_access_token_request @@ -179198,11 +179259,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *882 - enterprise: *840 - organization: *842 + personal_access_token_request: *883 + enterprise: *841 + organization: *843 sender: *4 - installation: *841 + installation: *842 required: - action - personal_access_token_request @@ -179277,11 +179338,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *882 - organization: *842 - enterprise: *840 + personal_access_token_request: *883 + organization: *843 + enterprise: *841 sender: *4 - installation: *841 + installation: *842 required: - action - personal_access_token_request @@ -179386,7 +179447,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *883 + last_response: *884 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -179418,8 +179479,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 zen: description: Random string of GitHub zen. @@ -179664,10 +179725,10 @@ webhooks: - from required: - note - enterprise: *840 - installation: *841 - organization: *842 - project_card: &884 + enterprise: *841 + installation: *842 + organization: *843 + project_card: &885 title: Project Card type: object properties: @@ -179790,7 +179851,7 @@ webhooks: - creator - created_at - updated_at - repository: *843 + repository: *844 sender: *4 required: - action @@ -179871,11 +179932,11 @@ webhooks: type: string enum: - created - enterprise: *840 - installation: *841 - organization: *842 - project_card: *884 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + project_card: *885 + repository: *844 sender: *4 required: - action @@ -179955,9 +180016,9 @@ webhooks: type: string enum: - deleted - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 project_card: title: Project Card type: object @@ -180087,7 +180148,7 @@ webhooks: repository: anyOf: - type: 'null' - - *843 + - *844 sender: *4 required: - action @@ -180181,11 +180242,11 @@ webhooks: - from required: - note - enterprise: *840 - installation: *841 - organization: *842 - project_card: *884 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + project_card: *885 + repository: *844 sender: *4 required: - action @@ -180279,9 +180340,9 @@ webhooks: - from required: - column_id - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 project_card: allOf: - title: Project Card @@ -180478,7 +180539,7 @@ webhooks: type: string required: - after_id - repository: *843 + repository: *844 sender: *4 required: - action @@ -180558,10 +180619,10 @@ webhooks: type: string enum: - closed - enterprise: *840 - installation: *841 - organization: *842 - project: &886 + enterprise: *841 + installation: *842 + organization: *843 + project: &887 title: Project type: object properties: @@ -180688,7 +180749,7 @@ webhooks: - creator - created_at - updated_at - repository: *843 + repository: *844 sender: *4 required: - action @@ -180768,10 +180829,10 @@ webhooks: type: string enum: - created - enterprise: *840 - installation: *841 - organization: *842 - project_column: &885 + enterprise: *841 + installation: *842 + organization: *843 + project_column: &886 title: Project Column type: object properties: @@ -180811,7 +180872,7 @@ webhooks: - name - created_at - updated_at - repository: *843 + repository: *844 sender: *4 required: - action @@ -180890,14 +180951,14 @@ webhooks: type: string enum: - deleted - enterprise: *840 - installation: *841 - organization: *842 - project_column: *885 + enterprise: *841 + installation: *842 + organization: *843 + project_column: *886 repository: anyOf: - type: 'null' - - *843 + - *844 sender: *4 required: - action @@ -180986,11 +181047,11 @@ webhooks: type: string required: - from - enterprise: *840 - installation: *841 - organization: *842 - project_column: *885 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + project_column: *886 + repository: *844 sender: *4 required: - action @@ -181070,11 +181131,11 @@ webhooks: type: string enum: - moved - enterprise: *840 - installation: *841 - organization: *842 - project_column: *885 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + project_column: *886 + repository: *844 sender: *4 required: - action @@ -181154,11 +181215,11 @@ webhooks: type: string enum: - created - enterprise: *840 - installation: *841 - organization: *842 - project: *886 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + project: *887 + repository: *844 sender: *4 required: - action @@ -181238,14 +181299,14 @@ webhooks: type: string enum: - deleted - enterprise: *840 - installation: *841 - organization: *842 - project: *886 + enterprise: *841 + installation: *842 + organization: *843 + project: *887 repository: anyOf: - type: 'null' - - *843 + - *844 sender: *4 required: - action @@ -181346,11 +181407,11 @@ webhooks: type: string required: - from - enterprise: *840 - installation: *841 - organization: *842 - project: *886 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + project: *887 + repository: *844 sender: *4 required: - action @@ -181429,11 +181490,11 @@ webhooks: type: string enum: - reopened - enterprise: *840 - installation: *841 - organization: *842 - project: *886 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + project: *887 + repository: *844 sender: *4 required: - action @@ -181514,9 +181575,9 @@ webhooks: type: string enum: - closed - installation: *841 - organization: *842 - projects_v2: *403 + installation: *842 + organization: *843 + projects_v2: *405 sender: *4 required: - action @@ -181597,9 +181658,9 @@ webhooks: type: string enum: - created - installation: *841 - organization: *842 - projects_v2: *403 + installation: *842 + organization: *843 + projects_v2: *405 sender: *4 required: - action @@ -181680,9 +181741,9 @@ webhooks: type: string enum: - deleted - installation: *841 - organization: *842 - projects_v2: *403 + installation: *842 + organization: *843 + projects_v2: *405 sender: *4 required: - action @@ -181803,9 +181864,9 @@ webhooks: type: string to: type: string - installation: *841 - organization: *842 - projects_v2: *403 + installation: *842 + organization: *843 + projects_v2: *405 sender: *4 required: - action @@ -181888,7 +181949,7 @@ webhooks: type: string enum: - archived - changes: &890 + changes: &891 type: object properties: archived_at: @@ -181904,9 +181965,9 @@ webhooks: - string - 'null' format: date-time - installation: *841 - organization: *842 - projects_v2_item: &887 + installation: *842 + organization: *843 + projects_v2_item: &888 title: Projects v2 Item description: An item belonging to a project type: object @@ -181924,7 +181985,7 @@ webhooks: type: string description: The node ID of the content represented by this item. - content_type: *409 + content_type: *411 creator: *4 created_at: type: string @@ -182046,9 +182107,9 @@ webhooks: - 'null' to: type: string - installation: *841 - organization: *842 - projects_v2_item: *887 + installation: *842 + organization: *843 + projects_v2_item: *888 sender: *4 required: - action @@ -182130,9 +182191,9 @@ webhooks: type: string enum: - created - installation: *841 - organization: *842 - projects_v2_item: *887 + installation: *842 + organization: *843 + projects_v2_item: *888 sender: *4 required: - action @@ -182213,9 +182274,9 @@ webhooks: type: string enum: - deleted - installation: *841 - organization: *842 - projects_v2_item: *887 + installation: *842 + organization: *843 + projects_v2_item: *888 sender: *4 required: - action @@ -182320,7 +182381,7 @@ webhooks: oneOf: - type: string - type: integer - - &888 + - &889 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -182344,7 +182405,7 @@ webhooks: required: - id - name - - &889 + - &890 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -182384,8 +182445,8 @@ webhooks: oneOf: - type: string - type: integer - - *888 - *889 + - *890 type: - 'null' - string @@ -182408,9 +182469,9 @@ webhooks: - 'null' required: - body - installation: *841 - organization: *842 - projects_v2_item: *887 + installation: *842 + organization: *843 + projects_v2_item: *888 sender: *4 required: - action @@ -182507,9 +182568,9 @@ webhooks: type: - string - 'null' - installation: *841 - organization: *842 - projects_v2_item: *887 + installation: *842 + organization: *843 + projects_v2_item: *888 sender: *4 required: - action @@ -182592,10 +182653,10 @@ webhooks: type: string enum: - restored - changes: *890 - installation: *841 - organization: *842 - projects_v2_item: *887 + changes: *891 + installation: *842 + organization: *843 + projects_v2_item: *888 sender: *4 required: - action @@ -182677,9 +182738,9 @@ webhooks: type: string enum: - reopened - installation: *841 - organization: *842 - projects_v2: *403 + installation: *842 + organization: *843 + projects_v2: *405 sender: *4 required: - action @@ -182760,9 +182821,9 @@ webhooks: type: string enum: - created - installation: *841 - organization: *842 - projects_v2_status_update: *891 + installation: *842 + organization: *843 + projects_v2_status_update: *892 sender: *4 required: - action @@ -182843,9 +182904,9 @@ webhooks: type: string enum: - deleted - installation: *841 - organization: *842 - projects_v2_status_update: *891 + installation: *842 + organization: *843 + projects_v2_status_update: *892 sender: *4 required: - action @@ -182991,9 +183052,9 @@ webhooks: - string - 'null' format: date - installation: *841 - organization: *842 - projects_v2_status_update: *891 + installation: *842 + organization: *843 + projects_v2_status_update: *892 sender: *4 required: - action @@ -183064,10 +183125,10 @@ webhooks: title: public event type: object properties: - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - repository @@ -183144,13 +183205,13 @@ webhooks: type: string enum: - assigned - assignee: *867 - enterprise: *840 - installation: *841 - number: &892 + assignee: *868 + enterprise: *841 + installation: *842 + number: &893 description: The pull request number. type: integer - organization: *842 + organization: *843 pull_request: title: Pull Request type: object @@ -185521,7 +185582,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *843 + repository: *844 sender: *4 required: - action @@ -185603,11 +185664,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 number: type: integer - organization: *842 + organization: *843 pull_request: title: Pull Request type: object @@ -187971,7 +188032,7 @@ webhooks: - draft reason: type: string - repository: *843 + repository: *844 sender: *4 required: - action @@ -188053,11 +188114,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 number: type: integer - organization: *842 + organization: *843 pull_request: title: Pull Request type: object @@ -190421,7 +190482,7 @@ webhooks: - draft reason: type: string - repository: *843 + repository: *844 sender: *4 required: - action @@ -190503,13 +190564,13 @@ webhooks: type: string enum: - closed - enterprise: *840 - installation: *841 - number: *892 - organization: *842 - pull_request: &893 + enterprise: *841 + installation: *842 + number: *893 + organization: *843 + pull_request: &894 allOf: - - *689 + - *690 - type: object properties: allow_auto_merge: @@ -190571,7 +190632,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *843 + repository: *844 sender: *4 required: - action @@ -190652,12 +190713,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *840 - installation: *841 - number: *892 - organization: *842 - pull_request: *893 - repository: *843 + enterprise: *841 + installation: *842 + number: *893 + organization: *843 + pull_request: *894 + repository: *844 sender: *4 required: - action @@ -190737,11 +190798,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *840 - milestone: *406 - number: *892 - organization: *842 - pull_request: &894 + enterprise: *841 + milestone: *408 + number: *893 + organization: *843 + pull_request: &895 title: Pull Request type: object properties: @@ -193090,7 +193151,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *843 + repository: *844 sender: *4 required: - action @@ -193169,11 +193230,11 @@ webhooks: type: string enum: - dequeued - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 number: type: integer - organization: *842 + organization: *843 pull_request: title: Pull Request type: object @@ -195541,7 +195602,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *843 + repository: *844 sender: *4 required: - action @@ -195665,12 +195726,12 @@ webhooks: type: string required: - from - enterprise: *840 - installation: *841 - number: *892 - organization: *842 - pull_request: *893 - repository: *843 + enterprise: *841 + installation: *842 + number: *893 + organization: *843 + pull_request: *894 + repository: *844 sender: *4 required: - action @@ -195750,11 +195811,11 @@ webhooks: type: string enum: - enqueued - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 number: type: integer - organization: *842 + organization: *843 pull_request: title: Pull Request type: object @@ -198107,7 +198168,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *843 + repository: *844 sender: *4 required: - action @@ -198187,11 +198248,11 @@ webhooks: type: string enum: - labeled - enterprise: *840 - installation: *841 - label: *861 - number: *892 - organization: *842 + enterprise: *841 + installation: *842 + label: *862 + number: *893 + organization: *843 pull_request: title: Pull Request type: object @@ -200561,7 +200622,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *843 + repository: *844 sender: *4 required: - action @@ -200642,10 +200703,10 @@ webhooks: type: string enum: - locked - enterprise: *840 - installation: *841 - number: *892 - organization: *842 + enterprise: *841 + installation: *842 + number: *893 + organization: *843 pull_request: title: Pull Request type: object @@ -203013,7 +203074,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *843 + repository: *844 sender: *4 required: - action @@ -203093,12 +203154,12 @@ webhooks: type: string enum: - milestoned - enterprise: *840 - milestone: *406 - number: *892 - organization: *842 - pull_request: *894 - repository: *843 + enterprise: *841 + milestone: *408 + number: *893 + organization: *843 + pull_request: *895 + repository: *844 sender: *4 required: - action @@ -203177,12 +203238,12 @@ webhooks: type: string enum: - opened - enterprise: *840 - installation: *841 - number: *892 - organization: *842 - pull_request: *893 - repository: *843 + enterprise: *841 + installation: *842 + number: *893 + organization: *843 + pull_request: *894 + repository: *844 sender: *4 required: - action @@ -203263,12 +203324,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *840 - installation: *841 - number: *892 - organization: *842 - pull_request: *893 - repository: *843 + enterprise: *841 + installation: *842 + number: *893 + organization: *843 + pull_request: *894 + repository: *844 sender: *4 required: - action @@ -203348,12 +203409,12 @@ webhooks: type: string enum: - reopened - enterprise: *840 - installation: *841 - number: *892 - organization: *842 - pull_request: *893 - repository: *843 + enterprise: *841 + installation: *842 + number: *893 + organization: *843 + pull_request: *894 + repository: *844 sender: *4 required: - action @@ -203728,9 +203789,9 @@ webhooks: - start_side - side - reactions - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 pull_request: type: object properties: @@ -205982,7 +206043,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *843 + repository: *844 sender: *4 required: - action @@ -206062,7 +206123,7 @@ webhooks: type: string enum: - deleted - comment: &896 + comment: &897 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. @@ -206355,9 +206416,9 @@ webhooks: - start_side - side - reactions - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 pull_request: type: object properties: @@ -208597,7 +208658,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *843 + repository: *844 sender: *4 required: - action @@ -208677,11 +208738,11 @@ webhooks: type: string enum: - edited - changes: *895 - comment: *896 - enterprise: *840 - installation: *841 - organization: *842 + changes: *896 + comment: *897 + enterprise: *841 + installation: *842 + organization: *843 pull_request: type: object properties: @@ -210924,7 +210985,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *843 + repository: *844 sender: *4 required: - action @@ -211005,9 +211066,9 @@ webhooks: type: string enum: - dismissed - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 pull_request: title: Simple Pull Request type: object @@ -213262,7 +213323,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *843 + repository: *844 review: description: The review that was affected. type: object @@ -213513,9 +213574,9 @@ webhooks: type: string required: - from - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 pull_request: title: Simple Pull Request type: object @@ -215629,8 +215690,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *843 - review: &897 + repository: *844 + review: &898 description: The review that was affected. type: object properties: @@ -215868,12 +215929,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 number: description: The pull request number. type: integer - organization: *842 + organization: *843 pull_request: title: Pull Request type: object @@ -218242,7 +218303,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *843 + repository: *844 requested_reviewer: title: User type: @@ -218328,12 +218389,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 number: description: The pull request number. type: integer - organization: *842 + organization: *843 pull_request: title: Pull Request type: object @@ -220709,7 +220770,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *843 + repository: *844 requested_team: title: Team description: Groups of organization members that gives permissions @@ -220904,12 +220965,12 @@ webhooks: type: string enum: - review_requested - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 number: description: The pull request number. type: integer - organization: *842 + organization: *843 pull_request: title: Pull Request type: object @@ -223280,7 +223341,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *843 + repository: *844 requested_reviewer: title: User type: @@ -223367,12 +223428,12 @@ webhooks: type: string enum: - review_requested - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 number: description: The pull request number. type: integer - organization: *842 + organization: *843 pull_request: title: Pull Request type: object @@ -225734,7 +225795,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *843 + repository: *844 requested_team: title: Team description: Groups of organization members that gives permissions @@ -225918,9 +225979,9 @@ webhooks: type: string enum: - submitted - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 pull_request: title: Simple Pull Request type: object @@ -228178,8 +228239,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *843 - review: *897 + repository: *844 + review: *898 sender: *4 required: - action @@ -228259,9 +228320,9 @@ webhooks: type: string enum: - resolved - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 pull_request: title: Simple Pull Request type: object @@ -230414,7 +230475,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *843 + repository: *844 sender: *4 thread: type: object @@ -230811,9 +230872,9 @@ webhooks: type: string enum: - unresolved - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 pull_request: title: Simple Pull Request type: object @@ -232949,7 +233010,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *843 + repository: *844 sender: *4 thread: type: object @@ -233348,10 +233409,10 @@ webhooks: type: string before: type: string - enterprise: *840 - installation: *841 - number: *892 - organization: *842 + enterprise: *841 + installation: *842 + number: *893 + organization: *843 pull_request: title: Pull Request type: object @@ -235708,7 +235769,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *843 + repository: *844 sender: *4 required: - action @@ -235790,11 +235851,11 @@ webhooks: type: string enum: - unassigned - assignee: *898 - enterprise: *840 - installation: *841 - number: *892 - organization: *842 + assignee: *899 + enterprise: *841 + installation: *842 + number: *893 + organization: *843 pull_request: title: Pull Request type: object @@ -238166,7 +238227,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *843 + repository: *844 sender: *4 required: - action @@ -238245,11 +238306,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *840 - installation: *841 - label: *861 - number: *892 - organization: *842 + enterprise: *841 + installation: *842 + label: *862 + number: *893 + organization: *843 pull_request: title: Pull Request type: object @@ -240610,7 +240671,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *843 + repository: *844 sender: *4 required: - action @@ -240691,10 +240752,10 @@ webhooks: type: string enum: - unlocked - enterprise: *840 - installation: *841 - number: *892 - organization: *842 + enterprise: *841 + installation: *842 + number: *893 + organization: *843 pull_request: title: Pull Request type: object @@ -243045,7 +243106,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *843 + repository: *844 sender: *4 required: - action @@ -243248,7 +243309,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *840 + enterprise: *841 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -243343,8 +243404,8 @@ webhooks: - url - author - committer - installation: *841 - organization: *842 + installation: *842 + organization: *843 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -243943,9 +244004,9 @@ webhooks: type: string enum: - published - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 registry_package: type: object properties: @@ -244422,7 +244483,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *881 + items: *882 summary: type: string tag_name: @@ -244478,7 +244539,7 @@ webhooks: - owner - package_version - registry - repository: *843 + repository: *844 sender: *4 required: - action @@ -244556,9 +244617,9 @@ webhooks: type: string enum: - updated - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 registry_package: type: object properties: @@ -244870,7 +244931,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *881 + items: *882 summary: type: string tag_name: @@ -244920,7 +244981,7 @@ webhooks: - owner - package_version - registry - repository: *843 + repository: *844 sender: *4 required: - action @@ -244997,10 +245058,10 @@ webhooks: type: string enum: - created - enterprise: *840 - installation: *841 - organization: *842 - release: &899 + enterprise: *841 + installation: *842 + organization: *843 + release: &900 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -245331,7 +245392,7 @@ webhooks: - updated_at - zipball_url - body - repository: *843 + repository: *844 sender: *4 required: - action @@ -245408,11 +245469,11 @@ webhooks: type: string enum: - deleted - enterprise: *840 - installation: *841 - organization: *842 - release: *899 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + release: *900 + repository: *844 sender: *4 required: - action @@ -245529,11 +245590,11 @@ webhooks: type: boolean required: - to - enterprise: *840 - installation: *841 - organization: *842 - release: *899 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + release: *900 + repository: *844 sender: *4 required: - action @@ -245611,9 +245672,9 @@ webhooks: type: string enum: - prereleased - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -245949,7 +246010,7 @@ webhooks: - string - 'null' format: uri - repository: *843 + repository: *844 sender: *4 required: - action @@ -246025,10 +246086,10 @@ webhooks: type: string enum: - published - enterprise: *840 - installation: *841 - organization: *842 - release: &900 + enterprise: *841 + installation: *842 + organization: *843 + release: &901 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -246361,7 +246422,7 @@ webhooks: - string - 'null' format: uri - repository: *843 + repository: *844 sender: *4 required: - action @@ -246437,11 +246498,11 @@ webhooks: type: string enum: - released - enterprise: *840 - installation: *841 - organization: *842 - release: *899 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + release: *900 + repository: *844 sender: *4 required: - action @@ -246517,11 +246578,11 @@ webhooks: type: string enum: - unpublished - enterprise: *840 - installation: *841 - organization: *842 - release: *900 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + release: *901 + repository: *844 sender: *4 required: - action @@ -246597,11 +246658,11 @@ webhooks: type: string enum: - published - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 - repository_advisory: *741 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 + repository_advisory: *742 sender: *4 required: - action @@ -246677,11 +246738,11 @@ webhooks: type: string enum: - reported - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 - repository_advisory: *741 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 + repository_advisory: *742 sender: *4 required: - action @@ -246757,10 +246818,10 @@ webhooks: type: string enum: - archived - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -246837,10 +246898,10 @@ webhooks: type: string enum: - created - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -246918,10 +246979,10 @@ webhooks: type: string enum: - deleted - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -247006,10 +247067,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -247124,10 +247185,10 @@ webhooks: - 'null' items: type: string - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -247199,10 +247260,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 status: type: string @@ -247283,10 +247344,10 @@ webhooks: type: string enum: - privatized - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -247363,10 +247424,10 @@ webhooks: type: string enum: - publicized - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -247460,10 +247521,10 @@ webhooks: - name required: - repository - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -247543,10 +247604,10 @@ webhooks: type: string enum: - created - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 repository_ruleset: *187 sender: *4 required: @@ -247625,10 +247686,10 @@ webhooks: type: string enum: - deleted - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 repository_ruleset: *187 sender: *4 required: @@ -247707,10 +247768,10 @@ webhooks: type: string enum: - edited - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 repository_ruleset: *187 changes: type: object @@ -247772,16 +247833,16 @@ webhooks: properties: added: type: array - items: *709 + items: *710 deleted: type: array - items: *709 + items: *710 updated: type: array items: type: object properties: - rule: *709 + rule: *710 changes: type: object properties: @@ -248018,10 +248079,10 @@ webhooks: - from required: - owner - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -248099,10 +248160,10 @@ webhooks: type: string enum: - unarchived - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -248180,7 +248241,7 @@ webhooks: type: string enum: - create - alert: &901 + alert: &902 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -248305,10 +248366,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -248518,10 +248579,10 @@ webhooks: type: string enum: - dismissed - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -248599,11 +248660,11 @@ webhooks: type: string enum: - reopen - alert: *901 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + alert: *902 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -248805,10 +248866,10 @@ webhooks: enum: - fixed - open - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -248886,7 +248947,7 @@ webhooks: type: string enum: - assigned - alert: &902 + alert: &903 type: object properties: number: *126 @@ -248939,6 +249000,11 @@ 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 + - 'null' + description: The provider of the secret that was detected. validity: type: string description: The token status as of the latest validity check. @@ -249015,10 +249081,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -249096,11 +249162,11 @@ webhooks: type: string enum: - created - alert: *902 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + alert: *903 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -249181,11 +249247,11 @@ webhooks: type: string enum: - created - alert: *902 - installation: *841 - location: *903 - organization: *842 - repository: *843 + alert: *903 + installation: *842 + location: *904 + organization: *843 + repository: *844 sender: *4 required: - location @@ -249423,11 +249489,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *902 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + alert: *903 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -249505,11 +249571,11 @@ webhooks: type: string enum: - reopened - alert: *902 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + alert: *903 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -249587,11 +249653,11 @@ webhooks: type: string enum: - resolved - alert: *902 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + alert: *903 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -249669,12 +249735,12 @@ webhooks: type: string enum: - unassigned - alert: *902 + alert: *903 assignee: *4 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -249752,11 +249818,11 @@ webhooks: type: string enum: - validated - alert: *902 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + alert: *903 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -249886,10 +249952,10 @@ webhooks: - organization - enterprise - - repository: *843 - enterprise: *840 - installation: *841 - organization: *842 + repository: *844 + enterprise: *841 + installation: *842 + organization: *843 sender: *4 required: - action @@ -249967,11 +250033,11 @@ webhooks: type: string enum: - published - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 - security_advisory: &904 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 + security_advisory: &905 description: The details of the security advisory, including summary, description, and severity. type: object @@ -250157,11 +250223,11 @@ webhooks: type: string enum: - updated - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 - security_advisory: *904 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 + security_advisory: *905 sender: *4 required: - action @@ -250234,10 +250300,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -250423,11 +250489,11 @@ webhooks: from: type: object properties: - security_and_analysis: *417 - enterprise: *840 - installation: *841 - organization: *842 - repository: *460 + security_and_analysis: *419 + enterprise: *841 + installation: *842 + organization: *843 + repository: *463 sender: *4 required: - changes @@ -250505,12 +250571,12 @@ webhooks: type: string enum: - cancelled - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 - sponsorship: &905 + sponsorship: &906 type: object properties: created_at: @@ -250815,12 +250881,12 @@ webhooks: type: string enum: - created - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 - sponsorship: *905 + sponsorship: *906 required: - action - sponsorship @@ -250908,12 +250974,12 @@ webhooks: type: string required: - from - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 - sponsorship: *905 + sponsorship: *906 required: - action - changes @@ -250990,17 +251056,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &906 + effective_date: &907 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: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 - sponsorship: *905 + sponsorship: *906 required: - action - sponsorship @@ -251074,7 +251140,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &907 + changes: &908 type: object properties: tier: @@ -251118,13 +251184,13 @@ webhooks: - from required: - tier - effective_date: *906 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + effective_date: *907 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 - sponsorship: *905 + sponsorship: *906 required: - action - changes @@ -251201,13 +251267,13 @@ webhooks: type: string enum: - tier_changed - changes: *907 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + changes: *908 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 - sponsorship: *905 + sponsorship: *906 required: - action - changes @@ -251281,10 +251347,10 @@ webhooks: type: string enum: - created - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -251368,10 +251434,10 @@ webhooks: type: string enum: - deleted - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -251805,15 +251871,15 @@ webhooks: type: - string - 'null' - enterprise: *840 + enterprise: *841 id: description: The unique identifier of the status. type: integer - installation: *841 + installation: *842 name: type: string - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 sha: description: The Commit SHA. @@ -251929,9 +251995,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *219 - installation: *841 - organization: *842 - repository: *843 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -252021,9 +252087,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *219 - installation: *841 - organization: *842 - repository: *843 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -252113,9 +252179,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *219 - installation: *841 - organization: *842 - repository: *843 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -252205,9 +252271,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *219 - installation: *841 - organization: *842 - repository: *843 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -252284,12 +252350,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 - team: &908 + team: &909 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -252519,9 +252585,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 repository: title: Repository description: A git repository @@ -252991,7 +253057,7 @@ webhooks: - topics - visibility sender: *4 - team: *908 + team: *909 required: - action - team @@ -253067,9 +253133,9 @@ webhooks: type: string enum: - created - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 repository: title: Repository description: A git repository @@ -253539,7 +253605,7 @@ webhooks: - topics - visibility sender: *4 - team: *908 + team: *909 required: - action - team @@ -253616,9 +253682,9 @@ webhooks: type: string enum: - deleted - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 repository: title: Repository description: A git repository @@ -254088,7 +254154,7 @@ webhooks: - topics - visibility sender: *4 - team: *908 + team: *909 required: - action - team @@ -254232,9 +254298,9 @@ webhooks: - from required: - permissions - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 repository: title: Repository description: A git repository @@ -254704,7 +254770,7 @@ webhooks: - topics - visibility sender: *4 - team: *908 + team: *909 required: - action - changes @@ -254782,9 +254848,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 repository: title: Repository description: A git repository @@ -255254,7 +255320,7 @@ webhooks: - topics - visibility sender: *4 - team: *908 + team: *909 required: - action - team @@ -255330,10 +255396,10 @@ webhooks: type: string enum: - started - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -255406,17 +255472,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *840 + enterprise: *841 inputs: type: - object - 'null' additionalProperties: true - installation: *841 - organization: *842 + installation: *842 + organization: *843 ref: type: string - repository: *843 + repository: *844 sender: *4 workflow: type: string @@ -255498,10 +255564,10 @@ webhooks: type: string enum: - completed - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 workflow_job: allOf: @@ -255757,7 +255823,7 @@ webhooks: type: string required: - conclusion - deployment: *594 + deployment: *597 required: - action - repository @@ -255836,10 +255902,10 @@ webhooks: type: string enum: - in_progress - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 workflow_job: allOf: @@ -256121,7 +256187,7 @@ webhooks: required: - status - steps - deployment: *594 + deployment: *597 required: - action - repository @@ -256200,10 +256266,10 @@ webhooks: type: string enum: - queued - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 workflow_job: type: object @@ -256349,7 +256415,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *594 + deployment: *597 required: - action - repository @@ -256428,10 +256494,10 @@ webhooks: type: string enum: - waiting - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 workflow_job: type: object @@ -256578,7 +256644,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *594 + deployment: *597 required: - action - repository @@ -256658,12 +256724,12 @@ webhooks: type: string enum: - completed - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 - workflow: *857 + workflow: *858 workflow_run: title: Workflow Run type: object @@ -257682,12 +257748,12 @@ webhooks: type: string enum: - in_progress - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 - workflow: *857 + workflow: *858 workflow_run: title: Workflow Run type: object @@ -258691,12 +258757,12 @@ webhooks: type: string enum: - requested - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 - workflow: *857 + workflow: *858 workflow_run: title: Workflow Run type: object diff --git a/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.json b/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.json index b5612177a..401bf5916 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.json @@ -54914,6 +54914,488 @@ } } }, + "/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": { + "type": [ + "array", + "null" + ], + "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.", + "examples": [ + 1234 + ] + }, + "status": { + "type": "string", + "description": "The status of the dismissal request.", + "enum": [ + "pending", + "denied", + "approved", + "cancelled", + "expired" + ] + }, + "requester_comment": { + "type": [ + "string", + "null" + ], + "description": "The comment the requester provided when creating the dismissal request." + }, + "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", + "null" + ], + "description": "The responses to the dismissal request.", + "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", + "examples": [ + "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", + "examples": [ + "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", @@ -71591,6 +72073,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", @@ -71982,6 +72473,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -290715,6 +291213,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", @@ -291115,6 +291622,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -676770,6 +677284,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", @@ -677177,6 +677700,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -678849,6 +679379,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -680504,6 +681041,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "secret": { "type": "string", "description": "The secret that was detected." @@ -1669137,6 +1669681,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1672321,6 +1672872,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1675337,6 +1675895,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1678859,6 +1679424,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1681875,6 +1682447,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1684891,6 +1685470,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1687907,6 +1688493,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", @@ -1691091,6 +1691684,13 @@ "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", + "null" + ], + "description": "The provider of the secret that was detected." + }, "validity": { "type": "string", "description": "The token status as of the latest validity check.", diff --git a/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.yaml index 7b270b7f5..76a31253f 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2026-03-10.deref.yaml @@ -884,7 +884,7 @@ paths: - subscriptions_url - type - url - type: &439 + type: &442 type: string description: The type of credit the user is receiving. enum: @@ -1049,7 +1049,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &743 + - &744 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -4166,7 +4166,7 @@ paths: schema: type: integer default: 30 - - &345 + - &347 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 @@ -4175,7 +4175,7 @@ paths: required: false schema: type: string - - &346 + - &348 name: status description: Returns webhook deliveries filtered by delivery outcome classification based on `status_code` range. A `status` of `success` returns deliveries @@ -4195,7 +4195,7 @@ paths: application/json: schema: type: array - items: &347 + items: &349 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -4291,7 +4291,7 @@ paths: - installation_id - repository_id examples: - default: &348 + default: &350 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -4323,7 +4323,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &753 + schema: &754 title: Scim Error description: Scim Error type: object @@ -4426,7 +4426,7 @@ paths: description: Response content: application/json: - schema: &349 + schema: &351 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -4561,7 +4561,7 @@ paths: - request - response examples: - default: &350 + default: &352 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -11932,7 +11932,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &754 + '401': &755 description: Authorization failure '404': *6 x-github: @@ -16205,7 +16205,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &528 + instances_url: &531 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -16241,7 +16241,7 @@ paths: format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissed_reason: &529 + dismissed_reason: &532 type: - string - 'null' @@ -16252,14 +16252,14 @@ paths: - won't fix - used in tests - - dismissed_comment: &530 + dismissed_comment: &533 type: - string - 'null' description: The dismissal comment associated with the dismissal of the alert. maxLength: 280 - rule: &531 + rule: &534 type: object properties: id: @@ -16320,7 +16320,7 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: &532 + tool: &535 type: object properties: name: *111 @@ -16331,26 +16331,26 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *112 - most_recent_instance: &533 + most_recent_instance: &536 type: object properties: - ref: &526 + ref: &529 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &543 + analysis_key: &546 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: &544 + environment: &547 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: &545 + category: &548 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -16370,7 +16370,7 @@ paths: with placeholder links for related locations replaced by links to the relevant code. Only populated when related locations are available for the alert instance. - location: &546 + location: &549 type: object description: Describe a region within a file for the alert. properties: @@ -16391,7 +16391,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: &547 + items: &550 type: - string - 'null' @@ -18808,7 +18808,7 @@ paths: parent: anyOf: - type: 'null' - - &385 + - &387 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. @@ -20720,7 +20720,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &584 + - &587 name: has in: query description: |- @@ -20847,7 +20847,7 @@ paths: - transitive - inconclusive - - security_advisory: &585 + security_advisory: &588 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -21067,7 +21067,7 @@ paths: dismissal. maxLength: 280 fixed_at: *136 - auto_dismissed_at: &586 + auto_dismissed_at: &589 type: - string - 'null' @@ -21075,7 +21075,7 @@ paths: ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - dismissal_request: &587 + dismissal_request: &590 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -21486,6 +21486,250 @@ 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: + - *39 + - *102 + - *103 + - *104 + - *105 + - &340 + 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: &342 + 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: + type: + - array + - 'null' + 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. + examples: + - 1234 + status: + type: string + description: The status of the dismissal request. + enum: + - pending + - denied + - approved + - cancelled + - expired + requester_comment: + type: + - string + - 'null' + description: The comment the requester provided when creating + the dismissal request. + 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 + - 'null' + description: The responses to the dismissal request. + items: *107 + url: + type: string + format: uri + examples: + - 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 + examples: + - https://github.com/octo-org/smile/security/secret-scanning/17 + examples: + default: &343 + 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': *27 + '500': *38 "/enterprises/{enterprise}/enterprise-roles": get: summary: Get all enterprise roles for an enterprise @@ -22115,7 +22359,7 @@ paths: application/json: schema: *20 examples: - default: &362 + default: &364 value: id: 1 account: @@ -22376,7 +22620,7 @@ paths: - name - created_on examples: - default: &443 + default: &446 value: total_count: 2 network_configurations: @@ -22627,7 +22871,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - *39 - - &444 + - &447 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -22639,7 +22883,7 @@ paths: description: Response content: application/json: - schema: &445 + schema: &448 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -22678,7 +22922,7 @@ paths: - subnet_id - region examples: - default: &446 + default: &449 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -23531,7 +23775,7 @@ paths: required: true content: application/json: - schema: &416 + schema: &418 title: Custom Property Set Payload description: Custom property set payload type: object @@ -24733,7 +24977,7 @@ paths: conditions: anyOf: - *158 - - &420 + - &422 title: Organization ruleset conditions type: object description: |- @@ -24783,7 +25027,7 @@ paths: - object rules: type: array - items: &709 + items: &710 title: Repository Rule type: object description: A repository rule. @@ -24792,7 +25036,7 @@ paths: - *167 - *168 - *169 - - &707 + - &708 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -25120,7 +25364,7 @@ paths: type: string format: date-time examples: - default: &423 + default: &425 value: - version_id: 3 actor: @@ -25173,7 +25417,7 @@ paths: description: Response content: application/json: - schema: &424 + schema: &426 allOf: - *191 - type: object @@ -25228,7 +25472,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *39 - - &425 + - &427 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -25239,7 +25483,7 @@ paths: enum: - open - resolved - - &426 + - &428 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -25249,7 +25493,7 @@ paths: required: false schema: type: string - - &427 + - &429 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -25260,7 +25504,15 @@ paths: required: false schema: type: string - - &428 + - &430 + name: exclude_providers + in: query + description: A comma-separated list of provider names to exclude from the + results. + required: false + schema: + type: string + - &431 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -25269,7 +25521,7 @@ paths: required: false schema: type: string - - &429 + - &432 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -25288,7 +25540,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &430 + - &433 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. @@ -25304,7 +25556,7 @@ paths: - *17 - *108 - *109 - - &431 + - &434 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -25313,7 +25565,7 @@ paths: required: false schema: type: string - - &432 + - &435 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -25322,7 +25574,7 @@ paths: schema: type: boolean default: false - - &433 + - &436 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -25331,7 +25583,7 @@ paths: schema: type: boolean default: false - - &434 + - &437 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -25347,7 +25599,7 @@ paths: application/json: schema: type: array - items: &435 + items: &438 type: object properties: number: *126 @@ -25363,14 +25615,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &721 + state: &722 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: &722 + resolution: &723 type: - string - 'null' @@ -25401,6 +25653,11 @@ 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 + - 'null' + description: The provider of the secret that was detected. secret: type: string description: The secret that was detected. @@ -25477,14 +25734,14 @@ paths: first_location_detected: anyOf: - type: 'null' - - &723 + - &724 description: 'Details on the location where the token was initially detected. This can be a commit, wiki commit, issue, discussion, pull request. ' oneOf: - - &725 + - &726 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -25548,7 +25805,7 @@ paths: - blob_url - commit_sha - commit_url - - &726 + - &727 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. @@ -25609,7 +25866,7 @@ paths: - page_url - commit_sha - commit_url - - &727 + - &728 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -25631,7 +25888,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &728 + - &729 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -25653,7 +25910,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &729 + - &730 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -25675,7 +25932,7 @@ paths: - https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &730 + - &731 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -25690,7 +25947,7 @@ paths: - https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &731 + - &732 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -25705,7 +25962,7 @@ paths: - https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &732 + - &733 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -25720,7 +25977,7 @@ paths: - https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &733 + - &734 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. @@ -25742,7 +25999,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &734 + - &735 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. @@ -25764,7 +26021,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &735 + - &736 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. @@ -25786,7 +26043,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &736 + - &737 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. @@ -25808,7 +26065,7 @@ paths: - https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &737 + - &738 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 @@ -25854,7 +26111,7 @@ paths: - type: 'null' - *4 examples: - default: &436 + default: &439 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -26063,7 +26320,7 @@ paths: description: Response content: application/json: - schema: &437 + schema: &440 title: Secret scanning pattern configuration description: A collection of secret scanning patterns and their settings related to push protection. @@ -26150,7 +26407,7 @@ paths: description: Overrides for custom patterns defined by the organization. items: *193 examples: - default: &438 + default: &441 value: pattern_config_version: 0ujsswThIGTUYm2K8FjOOfXtY1K provider_pattern_overrides: @@ -26286,7 +26543,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/enterprise-admin/licensing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *39 - - &440 + - &443 name: advanced_security_product in: query description: | @@ -26306,7 +26563,7 @@ paths: description: Success content: application/json: - schema: &441 + schema: &444 type: object properties: total_advanced_security_committers: @@ -26369,7 +26626,7 @@ paths: required: - repositories examples: - default: &442 + default: &445 value: total_advanced_security_committers: 2 total_count: 2 @@ -29529,7 +29786,7 @@ paths: properties: action: type: string - discussion: &858 + discussion: &859 title: Discussion description: A Discussion in a repository. type: object @@ -30026,7 +30283,7 @@ paths: milestone: anyOf: - type: 'null' - - &406 + - &408 title: Milestone description: A collection of related issues and pull requests. @@ -30203,7 +30460,7 @@ paths: timeline_url: type: string format: uri - type: &372 + type: &374 title: Issue Type description: The type of issue. type: @@ -30314,7 +30571,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &781 + sub_issues_summary: &782 title: Sub-issues Summary type: object properties: @@ -30398,7 +30655,7 @@ paths: pin: anyOf: - type: 'null' - - &666 + - &667 title: Pinned Issue Comment description: Context around who pinned an issue comment and when it was pinned. @@ -30425,7 +30682,7 @@ paths: - url - created_at - updated_at - issue_dependencies_summary: &782 + issue_dependencies_summary: &783 title: Issue Dependencies Summary type: object properties: @@ -30444,7 +30701,7 @@ paths: - total_blocking issue_field_values: type: array - items: &651 + items: &652 title: Issue Field Value description: A value assigned to an issue field type: object @@ -31224,7 +31481,7 @@ paths: type: string release: allOf: - - &700 + - &701 title: Release description: A release. type: object @@ -31306,7 +31563,7 @@ paths: author: *4 assets: type: array - items: &701 + items: &702 title: Release Asset description: Data related to a release. type: object @@ -33558,7 +33815,7 @@ paths: - closed - all default: open - - &375 + - &377 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -33609,7 +33866,7 @@ paths: type: array items: *219 examples: - default: &376 + default: &378 value: - id: 1 node_id: MDU6SXNzdWUx @@ -35021,14 +35278,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: - - &455 + - &458 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &456 + - &459 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -35090,7 +35347,7 @@ paths: '404': *6 '403': *27 '304': *35 - '301': &461 + '301': &464 description: Moved permanently content: application/json: @@ -35112,7 +35369,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &674 + - &675 name: all description: If `true`, show notifications marked as read. in: query @@ -35120,7 +35377,7 @@ paths: schema: type: boolean default: false - - &675 + - &676 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -35130,7 +35387,7 @@ paths: type: boolean default: false - *224 - - &676 + - &677 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: @@ -35510,7 +35767,7 @@ paths: type: boolean examples: - false - security_and_analysis: &417 + security_and_analysis: &419 type: - object - 'null' @@ -35729,7 +35986,7 @@ paths: - url - subscription_url examples: - default: &677 + default: &678 value: - id: '1' repository: @@ -36776,7 +37033,7 @@ paths: type: array items: *152 examples: - default: &683 + default: &684 value: - property_name: environment value: production @@ -36826,7 +37083,7 @@ paths: required: - properties examples: - default: &684 + default: &685 value: properties: - property_name: environment @@ -37707,7 +37964,7 @@ paths: type: integer repository_cache_usages: type: array - items: &468 + items: &471 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -40998,7 +41255,7 @@ paths: description: Response content: application/json: - schema: &488 + schema: &491 title: ActionsPublicKey description: The public key used for setting Actions Secrets. type: object @@ -41033,7 +41290,7 @@ paths: - key_id - key examples: - default: &489 + default: &492 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -41446,7 +41703,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-organization-variables parameters: - *87 - - &473 + - &476 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)." @@ -42745,12 +43002,12 @@ paths: required: - subject_digests examples: - default: &819 + default: &820 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &820 + withPredicateType: &821 value: subject_digests: - sha256:abc123 @@ -42795,7 +43052,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &821 + default: &822 value: attestations_subject_digests: - sha256:abc: @@ -43128,7 +43385,7 @@ paths: initiator: type: string examples: - default: &502 + default: &505 value: attestations: - bundle: @@ -44050,7 +44307,7 @@ paths: be returned. in: query required: false - schema: &527 + schema: &530 type: string description: Severity of a code scanning alert. enum: @@ -45115,7 +45372,7 @@ paths: type: integer codespaces: type: array - items: &377 + items: &379 type: object title: Codespace description: A codespace. @@ -45150,7 +45407,7 @@ paths: machine: anyOf: - type: 'null' - - &559 + - &562 type: object title: Codespace machine description: A description of the machine powering a codespace. @@ -45437,7 +45694,7 @@ paths: - pulls_url - recent_folders examples: - default: &378 + default: &380 value: total_count: 3 codespaces: @@ -46102,7 +46359,7 @@ paths: - updated_at - visibility examples: - default: &560 + default: &563 value: total_count: 2 secrets: @@ -46140,7 +46397,7 @@ paths: description: Response content: application/json: - schema: &561 + schema: &564 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -46175,7 +46432,7 @@ paths: - key_id - key examples: - default: &562 + default: &565 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -46207,7 +46464,7 @@ paths: application/json: schema: *321 examples: - default: &564 + default: &567 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -48596,7 +48853,7 @@ paths: description: Response content: application/json: - schema: &590 + schema: &593 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -48615,7 +48872,7 @@ paths: - key_id - key examples: - default: &591 + default: &594 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -48941,7 +49198,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *87 - - &599 + - &602 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -48949,7 +49206,7 @@ paths: required: false schema: type: string - - &600 + - &603 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -48957,7 +49214,7 @@ paths: required: false schema: type: string - - &601 + - &604 name: time_period description: |- The time period to filter by. @@ -48973,7 +49230,7 @@ paths: - week - month default: month - - &602 + - &605 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -48998,7 +49255,7 @@ paths: application/json: schema: type: array - items: &603 + items: &606 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -49108,7 +49365,7 @@ paths: - array - 'null' description: The responses to the dismissal request. - items: &340 + items: &341 title: Dismissal request response description: A response made by a requester to dismiss the request. @@ -49161,7 +49418,7 @@ paths: examples: - https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &604 + default: &607 value: - id: 21 number: 42 @@ -49253,23 +49510,7 @@ paths: - *103 - *104 - *105 - - &341 - 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 + - *340 - *17 - *19 responses: @@ -49279,7 +49520,7 @@ paths: application/json: schema: type: array - items: &605 + items: &608 title: Dependabot alert dismissal request description: Alert dismissal request made by a user asking to dismiss a Dependabot alert. @@ -49389,7 +49630,7 @@ paths: - array - 'null' description: The responses to the dismissal request. - items: *340 + items: *341 url: type: string format: uri @@ -49402,7 +49643,7 @@ paths: examples: - https://github.com/octo-org/smile/security/dependabot/1 examples: - default: &606 + default: &609 value: - id: 21 number: 42 @@ -49494,7 +49735,7 @@ paths: - *103 - *104 - *105 - - *341 + - *340 - *17 - *19 responses: @@ -49504,196 +49745,9 @@ paths: application/json: schema: type: array - items: &607 - title: Secret scanning alert dismissal request - description: A dismissal request made by a user asking to close - a secret scanning alert in this repository. - 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: - type: - - array - - 'null' - 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. - examples: - - 1234 - status: - type: string - description: The status of the dismissal request. - enum: - - pending - - denied - - approved - - cancelled - - expired - requester_comment: - type: - - string - - 'null' - description: The comment the requester provided when creating - the dismissal request. - 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 - - 'null' - description: The responses to the dismissal request. - items: *107 - url: - type: string - format: uri - examples: - - 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 - examples: - - https://github.com/octo-org/smile/security/secret-scanning/17 + items: *342 examples: - default: &608 - 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: *343 '404': *6 '403': *27 '500': *38 @@ -49719,7 +49773,7 @@ paths: application/json: schema: type: array - items: &387 + items: &389 title: Package description: A software package type: object @@ -49790,7 +49844,7 @@ paths: - created_at - updated_at examples: - default: &388 + default: &390 value: - id: 197 name: hello_docker @@ -49977,7 +50031,7 @@ paths: description: Response content: application/json: - schema: &452 + schema: &455 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -50067,7 +50121,7 @@ paths: member_name: Octo Lisa member_email: octo_lisa@github.com examples: - default: &453 + default: &456 value: group_id: '123' group_name: Octocat admins @@ -50122,7 +50176,7 @@ paths: description: Response content: application/json: - schema: &449 + schema: &452 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -50162,7 +50216,7 @@ paths: group_name: group-azuread-test2 updated_at: 2021-06-03 22:27:15:000 -700 examples: - default: &450 + default: &453 value: groups: - group_id: '123' @@ -50207,7 +50261,7 @@ paths: application/json: schema: type: array - items: &366 + items: &368 title: Organization Invitation description: Organization Invitation type: object @@ -50261,7 +50315,7 @@ paths: - invitation_teams_url - node_id examples: - default: &367 + default: &369 value: - id: 1 login: monalisa @@ -50328,7 +50382,7 @@ paths: application/json: schema: type: array - items: &418 + items: &420 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -50342,7 +50396,7 @@ paths: - name - description examples: - default: &419 + default: &421 value: - name: add_assignee description: Assign or remove a user @@ -50383,7 +50437,7 @@ paths: application/json: schema: type: array - items: &342 + items: &344 title: Org Hook description: Org Hook type: object @@ -50566,9 +50620,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *344 examples: - default: &343 + default: &345 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -50613,7 +50667,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-an-organization-webhook parameters: - *87 - - &344 + - &346 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. @@ -50626,9 +50680,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *344 examples: - default: *343 + default: *345 '404': *6 x-github: githubCloudOnly: false @@ -50650,7 +50704,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-an-organization-webhook parameters: - *87 - - *344 + - *346 requestBody: required: false content: @@ -50696,7 +50750,7 @@ paths: description: Response content: application/json: - schema: *342 + schema: *344 examples: default: value: @@ -50736,7 +50790,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#delete-an-organization-webhook parameters: - *87 - - *344 + - *346 responses: '204': description: Response @@ -50762,7 +50816,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *87 - - *344 + - *346 responses: '200': description: Response @@ -50791,7 +50845,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *87 - - *344 + - *346 requestBody: required: false content: @@ -50840,10 +50894,10 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *87 - - *344 - - *17 - - *345 - *346 + - *17 + - *347 + - *348 responses: '200': description: Response @@ -50851,9 +50905,9 @@ paths: application/json: schema: type: array - items: *347 + items: *349 examples: - default: *348 + default: *350 '400': *14 '422': *15 x-github: @@ -50877,16 +50931,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *87 - - *344 + - *346 - *16 responses: '200': description: Response content: application/json: - schema: *349 + schema: *351 examples: - default: *350 + default: *352 '400': *14 '422': *15 x-github: @@ -50910,7 +50964,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *87 - - *344 + - *346 - *16 responses: '202': *37 @@ -50937,7 +50991,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/webhooks#ping-an-organization-webhook parameters: - *87 - - *344 + - *346 responses: '204': description: Response @@ -50960,7 +51014,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-route-stats-by-actor parameters: - *87 - - &355 + - &357 name: actor_type in: path description: The type of the actor @@ -50973,14 +51027,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &356 + - &358 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &351 + - &353 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`.' @@ -50988,7 +51042,7 @@ paths: required: true schema: type: string - - &352 + - &354 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) @@ -51083,12 +51137,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-subject-stats parameters: - *87 - - *351 - - *352 + - *353 + - *354 - *19 - *17 - *110 - - &361 + - &363 name: sort description: The property to sort the results by. in: query @@ -51167,14 +51221,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats parameters: - *87 - - *351 - - *352 + - *353 + - *354 responses: '200': description: Response content: application/json: - schema: &353 + schema: &355 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -51190,7 +51244,7 @@ paths: type: integer format: int64 examples: - default: &354 + default: &356 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -51211,23 +51265,23 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-user parameters: - *87 - - &357 + - &359 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *351 - - *352 + - *353 + - *354 responses: '200': description: Response content: application/json: - schema: *353 + schema: *355 examples: - default: *354 + default: *356 x-github: enabledForGitHubApps: true category: orgs @@ -51246,18 +51300,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *87 - - *351 - - *352 - - *355 - - *356 + - *353 + - *354 + - *357 + - *358 responses: '200': description: Response content: application/json: - schema: *353 + schema: *355 examples: - default: *354 + default: *356 x-github: enabledForGitHubApps: true category: orgs @@ -51275,9 +51329,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats parameters: - *87 - - *351 - - *352 - - &358 + - *353 + - *354 + - &360 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -51290,7 +51344,7 @@ paths: description: Response content: application/json: - schema: &359 + schema: &361 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -51306,7 +51360,7 @@ paths: type: integer format: int64 examples: - default: &360 + default: &362 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -51343,18 +51397,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-user parameters: - *87 - - *357 - - *351 - - *352 - - *358 + - *359 + - *353 + - *354 + - *360 responses: '200': description: Response content: application/json: - schema: *359 + schema: *361 examples: - default: *360 + default: *362 x-github: enabledForGitHubApps: true category: orgs @@ -51372,19 +51426,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-time-stats-by-actor parameters: - *87 - - *355 - - *356 - - *351 - - *352 + - *357 - *358 + - *353 + - *354 + - *360 responses: '200': description: Response content: application/json: - schema: *359 + schema: *361 examples: - default: *360 + default: *362 x-github: enabledForGitHubApps: true category: orgs @@ -51402,13 +51456,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/api-insights#get-user-stats parameters: - *87 - - *357 - - *351 - - *352 + - *359 + - *353 + - *354 - *19 - *17 - *110 - - *361 + - *363 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -51492,7 +51546,7 @@ paths: application/json: schema: *20 examples: - default: *362 + default: *364 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -51612,12 +51666,12 @@ paths: application/json: schema: anyOf: - - &364 + - &366 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &363 + limit: &365 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -51645,7 +51699,7 @@ paths: properties: {} additionalProperties: false examples: - default: &365 + default: &367 value: limit: collaborators_only origin: organization @@ -51674,13 +51728,13 @@ paths: required: true content: application/json: - schema: &639 + schema: &640 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *363 + limit: *365 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -51705,9 +51759,9 @@ paths: description: Response content: application/json: - schema: *364 + schema: *366 examples: - default: *365 + default: *367 '422': *15 x-github: githubCloudOnly: false @@ -51785,9 +51839,9 @@ paths: application/json: schema: type: array - items: *366 + items: *368 examples: - default: *367 + default: *369 headers: Link: *45 '404': *6 @@ -51865,7 +51919,7 @@ paths: description: Response content: application/json: - schema: *366 + schema: *368 examples: default: value: @@ -51922,7 +51976,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#cancel-an-organization-invitation parameters: - *87 - - &368 + - &370 name: invitation_id description: The unique identifier of the invitation. in: path @@ -51956,7 +52010,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/members#list-organization-invitation-teams parameters: - *87 - - *368 + - *370 - *17 - *19 responses: @@ -51968,7 +52022,7 @@ paths: type: array items: *307 examples: - default: &386 + default: &388 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -52011,7 +52065,7 @@ paths: application/json: schema: type: array - items: &369 + items: &371 title: Issue Field description: A custom attribute defined at the organization level for attaching structured data to issues. @@ -52254,9 +52308,9 @@ paths: description: Response content: application/json: - schema: *369 + schema: *371 examples: - default: &370 + default: &372 value: id: 512 node_id: IF_kwDNAd3NAZr @@ -52312,7 +52366,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-fields#update-issue-field-for-an-organization parameters: - *87 - - &371 + - &373 name: issue_field_id description: The unique identifier of the issue field. in: path @@ -52413,9 +52467,9 @@ paths: description: Response content: application/json: - schema: *369 + schema: *371 examples: - default: *370 + default: *372 '404': *6 '422': *7 x-github: @@ -52440,7 +52494,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-fields#delete-issue-field-for-an-organization parameters: - *87 - - *371 + - *373 responses: '204': *151 '404': *6 @@ -52470,7 +52524,7 @@ paths: application/json: schema: type: array - items: *372 + items: *374 examples: default: value: @@ -52558,9 +52612,9 @@ paths: description: Response content: application/json: - schema: *372 + schema: *374 examples: - default: &373 + default: &375 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -52593,7 +52647,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *87 - - &374 + - &376 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -52649,9 +52703,9 @@ paths: description: Response content: application/json: - schema: *372 + schema: *374 examples: - default: *373 + default: *375 '404': *6 '422': *7 x-github: @@ -52676,7 +52730,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *87 - - *374 + - *376 responses: '204': description: Response @@ -52739,7 +52793,7 @@ paths: - closed - all default: open - - *375 + - *377 - name: type description: Can be the name of an issue type. in: query @@ -52770,7 +52824,7 @@ paths: type: array items: *219 examples: - default: *376 + default: *378 headers: Link: *45 '404': *6 @@ -52930,9 +52984,9 @@ paths: type: integer codespaces: type: array - items: *377 + items: *379 examples: - default: *378 + default: *380 '304': *35 '500': *38 '401': *23 @@ -52959,7 +53013,7 @@ paths: parameters: - *87 - *139 - - &379 + - &381 name: codespace_name in: path required: true @@ -52994,15 +53048,15 @@ paths: parameters: - *87 - *139 - - *379 + - *381 responses: '200': description: Response content: application/json: - schema: *377 + schema: *379 examples: - default: &558 + default: &561 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -53258,7 +53312,7 @@ paths: description: Response content: application/json: - schema: &380 + schema: &382 title: Org Membership description: Org Membership type: object @@ -53327,7 +53381,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &381 + response-if-user-has-an-active-admin-membership-with-organization: &383 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -53428,9 +53482,9 @@ paths: description: Response content: application/json: - schema: *380 + schema: *382 examples: - response-if-user-already-had-membership-with-organization: *381 + response-if-user-already-had-membership-with-organization: *383 '422': *15 '403': *27 '451': *15 @@ -53503,7 +53557,7 @@ paths: application/json: schema: type: array - items: &382 + items: &384 title: Migration description: A migration. type: object @@ -53841,7 +53895,7 @@ paths: description: Response content: application/json: - schema: *382 + schema: *384 examples: default: value: @@ -54020,7 +54074,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#get-an-organization-migration-status parameters: - *87 - - &383 + - &385 name: migration_id description: The unique identifier of the migration. in: path @@ -54048,7 +54102,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *382 + schema: *384 examples: default: value: @@ -54218,7 +54272,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#download-an-organization-migration-archive parameters: - *87 - - *383 + - *385 responses: '302': description: Response @@ -54240,7 +54294,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *87 - - *383 + - *385 responses: '204': description: Response @@ -54264,8 +54318,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#unlock-an-organization-repository parameters: - *87 - - *383 - - &801 + - *385 + - &802 name: repo_name description: repo_name parameter in: path @@ -54293,7 +54347,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *87 - - *383 + - *385 - *17 - *19 responses: @@ -54403,7 +54457,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &384 + items: &386 title: Organization Role description: Organization roles type: object @@ -54612,7 +54666,7 @@ paths: description: Response content: application/json: - schema: *384 + schema: *386 examples: default: value: @@ -54842,7 +54896,7 @@ paths: description: Response content: application/json: - schema: *384 + schema: *386 examples: default: value: @@ -54939,7 +54993,7 @@ paths: description: Response content: application/json: - schema: *384 + schema: *386 examples: default: value: @@ -55098,7 +55152,7 @@ paths: parent: anyOf: - type: 'null' - - *385 + - *387 type: description: The ownership type of the team type: string @@ -55131,7 +55185,7 @@ paths: - type - parent examples: - default: *386 + default: *388 headers: Link: *45 '404': @@ -55190,7 +55244,7 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: *385 + items: *387 name: type: - string @@ -55500,7 +55554,7 @@ paths: - nuget - container - *87 - - &802 + - &803 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -55536,12 +55590,12 @@ paths: application/json: schema: type: array - items: *387 + items: *389 examples: - default: *388 + default: *390 '403': *27 '401': *23 - '400': &804 + '400': &805 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -55563,7 +55617,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-an-organization parameters: - - &389 + - &391 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 @@ -55581,7 +55635,7 @@ paths: - docker - nuget - container - - &390 + - &392 name: package_name description: The name of the package. in: path @@ -55594,7 +55648,7 @@ paths: description: Response content: application/json: - schema: *387 + schema: *389 examples: default: value: @@ -55646,8 +55700,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-an-organization parameters: - - *389 - - *390 + - *391 + - *392 - *87 responses: '204': @@ -55680,8 +55734,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-an-organization parameters: - - *389 - - *390 + - *391 + - *392 - *87 - name: token description: package token @@ -55714,8 +55768,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: - - *389 - - *390 + - *391 + - *392 - *87 - *19 - *17 @@ -55736,7 +55790,7 @@ paths: application/json: schema: type: array - items: &391 + items: &393 title: Package Version description: A version of a software package type: object @@ -55871,10 +55925,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: - - *389 - - *390 + - *391 + - *392 - *87 - - &392 + - &394 name: package_version_id description: Unique identifier of the package version. in: path @@ -55886,7 +55940,7 @@ paths: description: Response content: application/json: - schema: *391 + schema: *393 examples: default: value: @@ -55922,10 +55976,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-an-organization parameters: - - *389 - - *390 - - *87 + - *391 - *392 + - *87 + - *394 responses: '204': description: Response @@ -55957,10 +56011,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-an-organization parameters: - - *389 - - *390 - - *87 + - *391 - *392 + - *87 + - *394 responses: '204': description: Response @@ -55990,7 +56044,7 @@ paths: - *87 - *17 - *19 - - &393 + - &395 name: sort description: The property by which to sort the results. in: query @@ -56001,7 +56055,7 @@ paths: - created_at default: created_at - *110 - - &394 + - &396 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -56013,7 +56067,7 @@ paths: type: string examples: - owner[]=octocat1,owner[]=octocat2 - - &395 + - &397 name: repository description: The name of the repository to use to filter the results. in: query @@ -56022,7 +56076,7 @@ paths: type: string examples: - Hello-World - - &396 + - &398 name: permission description: The permission to use to filter the results. in: query @@ -56031,7 +56085,7 @@ paths: type: string examples: - issues_read - - &397 + - &399 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) @@ -56041,7 +56095,7 @@ paths: schema: type: string format: date-time - - &398 + - &400 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) @@ -56051,7 +56105,7 @@ paths: schema: type: string format: date-time - - &399 + - &401 name: token_id description: The ID of the token in: query @@ -56370,7 +56424,7 @@ paths: type: array items: *278 examples: - default: &400 + default: &402 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -56507,14 +56561,14 @@ paths: - *87 - *17 - *19 - - *393 - - *110 - - *394 - *395 + - *110 - *396 - *397 - *398 - *399 + - *400 + - *401 responses: '500': *38 '422': *15 @@ -56798,7 +56852,7 @@ paths: type: array items: *278 examples: - default: *400 + default: *402 headers: Link: *45 x-github: @@ -56840,7 +56894,7 @@ paths: type: integer configurations: type: array - items: &401 + items: &403 title: Organization private registry description: Private registry configuration for an organization type: object @@ -57274,7 +57328,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &402 + org-private-registry-with-selected-visibility: &404 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -57372,9 +57426,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *401 + schema: *403 examples: - default: *402 + default: *404 '404': *6 x-github: githubCloudOnly: false @@ -57602,7 +57656,7 @@ paths: application/json: schema: type: array - items: &403 + items: &405 title: Projects v2 Project description: A projects v2 project type: object @@ -57676,7 +57730,7 @@ paths: latest_status_update: anyOf: - type: 'null' - - &891 + - &892 title: Projects v2 Status Update description: An status update belonging to a project type: object @@ -57761,7 +57815,7 @@ paths: - deleted_at - deleted_by examples: - default: &404 + default: &406 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -57864,7 +57918,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-organization parameters: - - &405 + - &407 name: project_number description: The project's number. in: path @@ -57877,9 +57931,9 @@ paths: description: Response content: application/json: - schema: *403 + schema: *405 examples: - default: *404 + default: *406 headers: Link: *45 '304': *35 @@ -57902,7 +57956,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - *87 - - *405 + - *407 requestBody: required: true description: Details of the draft item to create in the project. @@ -57936,7 +57990,7 @@ paths: description: Response content: application/json: - schema: &410 + schema: &412 title: Projects v2 Item description: An item belonging to a project type: object @@ -57950,7 +58004,7 @@ paths: content: oneOf: - *219 - - &573 + - &576 title: Pull Request Simple description: Pull Request Simple type: object @@ -58070,7 +58124,7 @@ paths: milestone: anyOf: - type: 'null' - - *406 + - *408 active_lock_reason: type: - string @@ -58153,7 +58207,7 @@ paths: _links: type: object properties: - comments: &407 + comments: &409 title: Link description: Hypermedia Link type: object @@ -58162,13 +58216,13 @@ paths: type: string required: - href - commits: *407 - statuses: *407 - html: *407 - issue: *407 - review_comments: *407 - review_comment: *407 - self: *407 + commits: *409 + statuses: *409 + html: *409 + issue: *409 + review_comments: *409 + review_comment: *409 + self: *409 required: - comments - commits @@ -58179,7 +58233,7 @@ paths: - review_comment - self author_association: *216 - auto_merge: &686 + auto_merge: &687 title: Auto merge description: The status of auto merging a pull request. type: @@ -58279,7 +58333,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: &409 + content_type: &411 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -58323,7 +58377,7 @@ paths: - updated_at - archived_at examples: - draft_issue: &411 + draft_issue: &413 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -58397,7 +58451,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-organization parameters: - - *405 + - *407 - *87 - *17 - *108 @@ -58409,7 +58463,7 @@ paths: application/json: schema: type: array - items: &408 + items: &410 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -58562,7 +58616,7 @@ paths: - updated_at - project_url examples: - default: &824 + default: &825 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -58692,7 +58746,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: - - *405 + - *407 - *87 requestBody: required: true @@ -58739,7 +58793,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &825 + items: &826 type: object properties: name: @@ -58776,7 +58830,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &826 + iteration_configuration: &827 type: object description: The configuration for iteration fields. properties: @@ -58826,7 +58880,7 @@ paths: value: name: Due date data_type: date - single_select_field: &827 + single_select_field: &828 summary: Create a single select field value: name: Priority @@ -58853,7 +58907,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &828 + iteration_field: &829 summary: Create an iteration field value: name: Sprint @@ -58877,9 +58931,9 @@ paths: description: Response for adding a field to an organization-owned project. content: application/json: - schema: *408 + schema: *410 examples: - text_field: &829 + text_field: &830 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -58888,7 +58942,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: &830 + number_field: &831 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -58897,7 +58951,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: &831 + date_field: &832 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -58906,7 +58960,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: &832 + single_select_field: &833 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -58940,7 +58994,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &833 + iteration_field: &834 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -58985,8 +59039,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-organization parameters: - - *405 - - &834 + - *407 + - &835 name: field_id description: The unique identifier of the field. in: path @@ -58999,9 +59053,9 @@ paths: description: Response content: application/json: - schema: *408 + schema: *410 examples: - default: &835 + default: &836 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -59057,7 +59111,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: - - *405 + - *407 - *87 - 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) @@ -59090,7 +59144,7 @@ paths: application/json: schema: type: array - items: &412 + items: &414 title: Projects v2 Item description: An item belonging to a project type: object @@ -59107,7 +59161,7 @@ paths: description: The API URL of the project that contains this item. examples: - https://api.github.com/users/monalisa/2/projectsV2/3 - content_type: *409 + content_type: *411 content: type: - object @@ -59157,7 +59211,7 @@ paths: - updated_at - archived_at examples: - default: &413 + default: &415 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -59855,7 +59909,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-organization-owned-project parameters: - *87 - - *405 + - *407 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -59925,22 +59979,22 @@ paths: description: Response content: application/json: - schema: *410 + schema: *412 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *411 + value: *413 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *411 + value: *413 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *411 + value: *413 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *411 + value: *413 '304': *35 '403': *27 '401': *23 @@ -59960,9 +60014,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: - - *405 + - *407 - *87 - - &414 + - &416 name: item_id description: The unique identifier of the project item. in: path @@ -59988,9 +60042,9 @@ paths: description: Response content: application/json: - schema: *412 + schema: *414 examples: - default: *413 + default: *415 headers: Link: *45 '304': *35 @@ -60011,9 +60065,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-organization parameters: - - *405 + - *407 - *87 - - *414 + - *416 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -60086,13 +60140,13 @@ paths: description: Response content: application/json: - schema: *412 + schema: *414 examples: - text_field: *413 - number_field: *413 - date_field: *413 - single_select_field: *413 - iteration_field: *413 + text_field: *415 + number_field: *415 + date_field: *415 + single_select_field: *415 + iteration_field: *415 '401': *23 '403': *27 '404': *6 @@ -60112,9 +60166,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-organization parameters: - - *405 + - *407 - *87 - - *414 + - *416 responses: '204': description: Response @@ -60138,7 +60192,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - *87 - - *405 + - *407 requestBody: required: true content: @@ -60212,7 +60266,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &816 + schema: &817 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -60316,7 +60370,7 @@ paths: examples: table_view: summary: Response for creating a table view - value: &415 + value: &417 value: id: 1 number: 1 @@ -60362,10 +60416,10 @@ paths: - 456 board_view: summary: Response for creating a board view with filter - value: *415 + value: *417 roadmap_view: summary: Response for creating a roadmap view - value: *415 + value: *417 '304': *35 '403': *27 '401': *23 @@ -60393,9 +60447,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: - - *405 + - *407 - *87 - - &836 + - &837 name: view_number description: The number that identifies the project view. in: path @@ -60427,9 +60481,9 @@ paths: application/json: schema: type: array - items: *412 + items: *414 examples: - default: *413 + default: *415 headers: Link: *45 '304': *35 @@ -60593,7 +60647,7 @@ paths: required: true content: application/json: - schema: *416 + schema: *418 examples: default: value: @@ -60961,7 +61015,7 @@ paths: type: array items: *278 examples: - default: *400 + default: *402 headers: Link: *45 x-github: @@ -61165,7 +61219,7 @@ paths: description: Response content: application/json: - schema: &460 + schema: &463 title: Full Repository description: Full Repository type: object @@ -61635,7 +61689,7 @@ paths: description: Whether anonymous git access is allowed. default: true type: boolean - code_of_conduct: &578 + code_of_conduct: &581 title: Code Of Conduct Simple description: Code of Conduct Simple type: object @@ -61665,7 +61719,7 @@ paths: - key - name - html_url - security_and_analysis: *417 + security_and_analysis: *419 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -61749,7 +61803,7 @@ paths: - network_count - subscribers_count examples: - default: &462 + default: &465 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -62276,9 +62330,9 @@ paths: application/json: schema: type: array - items: *418 + items: *420 examples: - default: *419 + default: *421 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -62303,7 +62357,7 @@ paths: - *87 - *17 - *19 - - &708 + - &709 name: targets description: | A comma-separated list of rule targets to filter by. @@ -62395,11 +62449,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *165 - conditions: *420 + conditions: *422 rules: type: array description: An array of rules within the ruleset. - items: &422 + items: &424 title: Repository Rule type: object description: A repository rule. @@ -62464,7 +62518,7 @@ paths: application/json: schema: *187 examples: - default: &421 + default: &423 value: id: 21 name: super cool ruleset @@ -62520,7 +62574,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#list-organization-rule-suites parameters: - *87 - - &710 + - &711 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 @@ -62532,14 +62586,14 @@ paths: x-multi-segment: true - *304 - *105 - - &711 + - &712 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 - - &712 + - &713 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -62559,7 +62613,7 @@ paths: description: Response content: application/json: - schema: &713 + schema: &714 title: Rule Suites description: Response type: array @@ -62615,7 +62669,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &714 + default: &715 value: - id: 21 actor_id: 12 @@ -62659,7 +62713,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *87 - - &715 + - &716 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -62675,7 +62729,7 @@ paths: description: Response content: application/json: - schema: &716 + schema: &717 title: Rule Suite description: Response type: object @@ -62782,7 +62836,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &717 + default: &718 value: id: 21 actor_id: 12 @@ -62857,7 +62911,7 @@ paths: application/json: schema: *187 examples: - default: *421 + default: *423 '404': *6 '500': *38 put: @@ -62906,11 +62960,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *165 - conditions: *420 + conditions: *422 rules: description: An array of rules within the ruleset. type: array - items: *422 + items: *424 examples: default: value: @@ -62947,7 +63001,7 @@ paths: application/json: schema: *187 examples: - default: *421 + default: *423 '404': *6 '422': *15 '500': *38 @@ -63007,7 +63061,7 @@ paths: type: array items: *191 examples: - default: *423 + default: *425 '404': *6 '500': *38 x-github: @@ -63044,7 +63098,7 @@ paths: description: Response content: application/json: - schema: *424 + schema: *426 examples: default: value: @@ -63107,16 +63161,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *87 - - *425 - - *426 - *427 - *428 - *429 - *430 + - *431 + - *432 + - *433 - *110 - *19 - *17 - - &719 + - &720 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 @@ -63126,7 +63181,7 @@ paths: required: false schema: type: string - - &720 + - &721 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 @@ -63136,10 +63191,10 @@ paths: required: false schema: type: string - - *431 - - *432 - - *433 - *434 + - *435 + - *436 + - *437 responses: '200': description: Response @@ -63147,9 +63202,9 @@ paths: application/json: schema: type: array - items: *435 + items: *438 examples: - default: *436 + default: *439 headers: Link: *45 '404': *6 @@ -63184,9 +63239,9 @@ paths: description: Response content: application/json: - schema: *437 + schema: *440 examples: - default: *438 + default: *441 '403': *27 '404': *6 patch: @@ -63339,7 +63394,7 @@ paths: application/json: schema: type: array - items: &741 + items: &742 description: A repository security advisory. type: object properties: @@ -63562,7 +63617,7 @@ paths: login: type: string description: The username of the user credited. - type: *439 + type: *442 credits_detailed: type: - array @@ -63573,7 +63628,7 @@ paths: type: object properties: user: *4 - type: *439 + type: *442 state: type: string description: The state of the user's acceptance of the @@ -63636,7 +63691,7 @@ paths: - private_fork additionalProperties: false examples: - default: &742 + default: &743 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -64023,7 +64078,7 @@ paths: application/json: schema: type: array - items: *385 + items: *387 examples: default: value: @@ -64122,7 +64177,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *87 - - *440 + - *443 - *17 - *19 responses: @@ -64130,9 +64185,9 @@ paths: description: Success content: application/json: - schema: *441 + schema: *444 examples: - default: *442 + default: *445 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -64415,7 +64470,7 @@ paths: type: array items: *144 examples: - default: *443 + default: *446 headers: Link: *45 x-github: @@ -64644,15 +64699,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - *87 - - *444 + - *447 responses: '200': description: Response content: application/json: - schema: *445 + schema: *448 examples: - default: *446 + default: *449 headers: Link: *45 x-github: @@ -64690,7 +64745,7 @@ paths: description: Response content: application/json: - schema: &457 + schema: &460 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -64742,7 +64797,7 @@ paths: group_description: Another group of Developers working on AzureAD SAML SSO examples: - default: &458 + default: &461 value: groups: - group_id: '123' @@ -64868,7 +64923,7 @@ paths: type: array items: *307 examples: - default: *386 + default: *388 headers: Link: *45 '403': *27 @@ -64954,7 +65009,7 @@ paths: description: Response content: application/json: - schema: &447 + schema: &450 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -65028,7 +65083,7 @@ paths: parent: anyOf: - type: 'null' - - *385 + - *387 members_count: type: integer examples: @@ -65353,7 +65408,7 @@ paths: - repos_count - organization examples: - default: &448 + default: &451 value: id: 1 node_id: MDQ6VGVhbTE= @@ -65430,9 +65485,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *450 examples: - default: *448 + default: *451 '404': *6 x-github: githubCloudOnly: false @@ -65517,16 +65572,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *447 + schema: *450 examples: - default: *448 + default: *451 '201': description: Response content: application/json: - schema: *447 + schema: *450 examples: - default: *448 + default: *451 '404': *6 '422': *15 '403': *27 @@ -65556,7 +65611,7 @@ paths: responses: '204': description: Response - '422': &451 + '422': &454 description: Unprocessable entity if you attempt to modify an enterprise team at the organization level. x-github: @@ -65585,10 +65640,10 @@ paths: description: Response content: application/json: - schema: *449 + schema: *452 examples: - default: *450 - '422': *451 + default: *453 + '422': *454 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -65632,10 +65687,10 @@ paths: description: Response content: application/json: - schema: *452 + schema: *455 examples: - default: *453 - '422': *451 + default: *456 + '422': *454 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -65659,7 +65714,7 @@ paths: responses: '204': description: Response - '422': *451 + '422': *454 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -65691,12 +65746,12 @@ paths: application/json: schema: type: array - items: *366 + items: *368 examples: - default: *367 + default: *369 headers: Link: *45 - '422': *451 + '422': *454 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65778,7 +65833,7 @@ paths: description: Response content: application/json: - schema: &454 + schema: &457 title: Team Membership description: Team Membership type: object @@ -65806,7 +65861,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &784 + response-if-user-is-a-team-maintainer: &785 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -65869,9 +65924,9 @@ paths: description: Response content: application/json: - schema: *454 + schema: *457 examples: - response-if-users-membership-with-team-is-now-pending: &785 + response-if-users-membership-with-team-is-now-pending: &786 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -65947,7 +66002,7 @@ paths: type: array items: *278 examples: - default: *400 + default: *402 headers: Link: *45 x-github: @@ -65978,14 +66033,14 @@ paths: parameters: - *87 - *214 - - *455 - - *456 + - *458 + - *459 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &786 + schema: &787 title: Team Repository description: A team's access to a repository. type: object @@ -66621,8 +66676,8 @@ paths: parameters: - *87 - *214 - - *455 - - *456 + - *458 + - *459 requestBody: required: false content: @@ -66669,8 +66724,8 @@ paths: parameters: - *87 - *214 - - *455 - - *456 + - *458 + - *459 responses: '204': description: Response @@ -66703,10 +66758,10 @@ paths: description: Response content: application/json: - schema: *457 + schema: *460 examples: - default: *458 - '422': *451 + default: *461 + '422': *454 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -66772,7 +66827,7 @@ paths: description: Response content: application/json: - schema: *457 + schema: *460 examples: default: value: @@ -66784,7 +66839,7 @@ paths: group_name: Octocat docs members group_description: The people who make your octoworld come to life. - '422': *451 + '422': *454 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -66818,7 +66873,7 @@ paths: type: array items: *307 examples: - response-if-child-teams-exist: &787 + response-if-child-teams-exist: &788 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -66972,7 +67027,7 @@ paths: resources: type: object properties: - core: &459 + core: &462 title: Rate Limit type: object properties: @@ -66989,17 +67044,17 @@ paths: - remaining - reset - used - graphql: *459 - search: *459 - code_search: *459 - source_import: *459 - integration_manifest: *459 - code_scanning_upload: *459 - actions_runner_registration: *459 - scim: *459 - dependency_snapshots: *459 - dependency_sbom: *459 - code_scanning_autofix: *459 + graphql: *462 + search: *462 + code_search: *462 + source_import: *462 + integration_manifest: *462 + code_scanning_upload: *462 + actions_runner_registration: *462 + scim: *462 + dependency_snapshots: *462 + dependency_sbom: *462 + code_scanning_autofix: *462 required: - core - search @@ -67106,14 +67161,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response content: application/json: - schema: *460 + schema: *463 examples: default-response: summary: Default response @@ -67622,7 +67677,7 @@ paths: status: disabled '403': *27 '404': *6 - '301': *461 + '301': *464 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67640,8 +67695,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#update-a-repository parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: false content: @@ -67950,10 +68005,10 @@ paths: description: Response content: application/json: - schema: *460 + schema: *463 examples: - default: *462 - '307': &463 + default: *465 + '307': &466 description: Temporary Redirect content: application/json: @@ -67982,8 +68037,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#delete-a-repository parameters: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Response @@ -68005,7 +68060,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': *463 + '307': *466 '404': *6 '409': *119 x-github: @@ -68029,11 +68084,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 - - &480 + - &483 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -68056,7 +68111,7 @@ paths: type: integer artifacts: type: array - items: &464 + items: &467 title: Artifact description: An artifact type: object @@ -68151,7 +68206,7 @@ paths: - expires_at - updated_at examples: - default: &481 + default: &484 value: total_count: 2 artifacts: @@ -68212,9 +68267,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#get-an-artifact parameters: - - *455 - - *456 - - &465 + - *458 + - *459 + - &468 name: artifact_id description: The unique identifier of the artifact. in: path @@ -68226,7 +68281,7 @@ paths: description: Response content: application/json: - schema: *464 + schema: *467 examples: default: value: @@ -68264,9 +68319,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#delete-an-artifact parameters: - - *455 - - *456 - - *465 + - *458 + - *459 + - *468 responses: '204': description: Response @@ -68290,9 +68345,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#download-an-artifact parameters: - - *455 - - *456 - - *465 + - *458 + - *459 + - *468 - name: archive_format in: path required: true @@ -68306,7 +68361,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': &642 + '410': &643 description: Gone content: application/json: @@ -68331,14 +68386,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response content: application/json: - schema: &466 + schema: &469 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -68372,13 +68427,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: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: application/json: - schema: *466 + schema: *469 examples: selected_actions: *42 responses: @@ -68407,14 +68462,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response content: application/json: - schema: &467 + schema: &470 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -68448,13 +68503,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: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: application/json: - schema: *467 + schema: *470 examples: selected_actions: *44 responses: @@ -68485,14 +68540,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response content: application/json: - schema: *468 + schema: *471 examples: default: value: @@ -68518,11 +68573,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: - - *455 - - *456 + - *458 + - *459 - *17 - *19 - - &469 + - &472 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 @@ -68556,7 +68611,7 @@ paths: description: Response content: application/json: - schema: &470 + schema: &473 title: Repository actions caches description: Repository actions caches type: object @@ -68606,7 +68661,7 @@ paths: - total_count - actions_caches examples: - default: &471 + default: &474 value: total_count: 1 actions_caches: @@ -68638,23 +68693,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: - - *455 - - *456 + - *458 + - *459 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *469 + - *472 responses: '200': description: Response content: application/json: - schema: *470 + schema: *473 examples: - default: *471 + default: *474 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -68674,8 +68729,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: - - *455 - - *456 + - *458 + - *459 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -68706,9 +68761,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: - - *455 - - *456 - - &472 + - *458 + - *459 + - &475 name: job_id description: The unique identifier of the job. in: path @@ -68720,7 +68775,7 @@ paths: description: Response content: application/json: - schema: &484 + schema: &487 title: Job description: Information of a job execution in a workflow run type: object @@ -69067,9 +69122,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: - - *455 - - *456 - - *472 + - *458 + - *459 + - *475 responses: '302': description: Response @@ -69097,9 +69152,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: - - *455 - - *456 - - *472 + - *458 + - *459 + - *475 requestBody: required: false content: @@ -69145,8 +69200,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Status response @@ -69196,8 +69251,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: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -69260,8 +69315,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-organization-secrets parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -69279,7 +69334,7 @@ paths: type: integer secrets: type: array - items: &486 + items: &489 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -69300,7 +69355,7 @@ paths: - created_at - updated_at examples: - default: &487 + default: &490 value: total_count: 2 secrets: @@ -69333,9 +69388,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-organization-variables parameters: - - *455 - - *456 - - *473 + - *458 + - *459 + - *476 - *19 responses: '200': @@ -69352,7 +69407,7 @@ paths: type: integer variables: type: array - items: &490 + items: &493 title: Actions Variable type: object properties: @@ -69386,7 +69441,7 @@ paths: - created_at - updated_at examples: - default: &491 + default: &494 value: total_count: 2 variables: @@ -69419,8 +69474,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -69429,7 +69484,7 @@ paths: schema: type: object properties: - enabled: &474 + enabled: &477 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *60 @@ -69464,8 +69519,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: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Response @@ -69476,7 +69531,7 @@ paths: schema: type: object properties: - enabled: *474 + enabled: *477 allowed_actions: *60 sha_pinning_required: *61 required: @@ -69509,14 +69564,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response content: application/json: - schema: &475 + schema: &478 type: object properties: access_level: @@ -69534,7 +69589,7 @@ paths: required: - access_level examples: - default: &476 + default: &479 value: access_level: organization x-github: @@ -69559,15 +69614,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: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: application/json: - schema: *475 + schema: *478 examples: - default: *476 + default: *479 responses: '204': description: Response @@ -69591,8 +69646,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -69622,8 +69677,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: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Empty response for successful settings update @@ -69657,8 +69712,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -69685,8 +69740,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: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Response @@ -69720,8 +69775,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -69749,8 +69804,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: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -69781,8 +69836,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -69813,8 +69868,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: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Response @@ -69846,8 +69901,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -69876,8 +69931,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: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Success response @@ -69917,8 +69972,8 @@ paths: in: query schema: type: string - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -69962,8 +70017,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -69995,8 +70050,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: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -70070,8 +70125,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: - - *455 - - *456 + - *458 + - *459 responses: '201': description: Response @@ -70107,8 +70162,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: - - *455 - - *456 + - *458 + - *459 responses: '201': description: Response @@ -70138,8 +70193,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: - - *455 - - *456 + - *458 + - *459 - *75 responses: '200': @@ -70169,8 +70224,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: - - *455 - - *456 + - *458 + - *459 - *75 responses: '204': @@ -70197,8 +70252,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: - - *455 - - *456 + - *458 + - *459 - *75 responses: '200': *81 @@ -70223,8 +70278,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: - - *455 - - *456 + - *458 + - *459 - *75 requestBody: required: true @@ -70273,8 +70328,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: - - *455 - - *456 + - *458 + - *459 - *75 requestBody: required: true @@ -70324,8 +70379,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: - - *455 - - *456 + - *458 + - *459 - *75 responses: '200': *285 @@ -70355,8 +70410,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: - - *455 - - *456 + - *458 + - *459 - *75 - *286 responses: @@ -70386,9 +70441,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: - - *455 - - *456 - - &494 + - *458 + - *459 + - &497 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. @@ -70396,7 +70451,7 @@ paths: required: false schema: type: string - - &495 + - &498 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -70404,7 +70459,7 @@ paths: required: false schema: type: string - - &496 + - &499 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -70413,7 +70468,7 @@ paths: required: false schema: type: string - - &497 + - &500 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 @@ -70440,7 +70495,7 @@ paths: - pending - *17 - *19 - - &498 + - &501 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)." @@ -70449,7 +70504,7 @@ paths: schema: type: string format: date-time - - &477 + - &480 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -70458,13 +70513,13 @@ paths: schema: type: boolean default: false - - &499 + - &502 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &500 + - &503 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -70487,7 +70542,7 @@ paths: type: integer workflow_runs: type: array - items: &478 + items: &481 title: Workflow Run description: An invocation of a workflow type: object @@ -70665,7 +70720,7 @@ paths: head_commit: anyOf: - type: 'null' - - &522 + - &525 title: Simple Commit description: A commit. type: object @@ -70780,7 +70835,7 @@ paths: - workflow_url - pull_requests examples: - default: &501 + default: &504 value: total_count: 1 workflow_runs: @@ -71016,24 +71071,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run parameters: - - *455 - - *456 - - &479 + - *458 + - *459 + - &482 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *477 + - *480 responses: '200': description: Response content: application/json: - schema: *478 + schema: *481 examples: - default: &482 + default: &485 value: id: 30433642 name: Build @@ -71274,9 +71329,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *455 - - *456 - - *479 + - *458 + - *459 + - *482 responses: '204': description: Response @@ -71299,9 +71354,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: - - *455 - - *456 - - *479 + - *458 + - *459 + - *482 responses: '200': description: Response @@ -71429,9 +71484,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: - - *455 - - *456 - - *479 + - *458 + - *459 + - *482 responses: '201': description: Response @@ -71464,12 +71519,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *455 - - *456 - - *479 + - *458 + - *459 + - *482 - *17 - *19 - - *480 + - *483 - *110 responses: '200': @@ -71486,9 +71541,9 @@ paths: type: integer artifacts: type: array - items: *464 + items: *467 examples: - default: *481 + default: *484 headers: Link: *45 x-github: @@ -71512,25 +71567,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *455 - - *456 - - *479 - - &483 + - *458 + - *459 + - *482 + - &486 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *477 + - *480 responses: '200': description: Response content: application/json: - schema: *478 + schema: *481 examples: - default: *482 + default: *485 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71553,10 +71608,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: - - *455 - - *456 - - *479 - - *483 + - *458 + - *459 + - *482 + - *486 - *17 - *19 responses: @@ -71574,9 +71629,9 @@ paths: type: integer jobs: type: array - items: *484 + items: *487 examples: - default: &485 + default: &488 value: total_count: 1 jobs: @@ -71689,10 +71744,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *455 - - *456 - - *479 - - *483 + - *458 + - *459 + - *482 + - *486 responses: '302': description: Response @@ -71720,9 +71775,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *455 - - *456 - - *479 + - *458 + - *459 + - *482 responses: '202': description: Response @@ -71755,9 +71810,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: - - *455 - - *456 - - *479 + - *458 + - *459 + - *482 requestBody: required: true content: @@ -71824,9 +71879,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *455 - - *456 - - *479 + - *458 + - *459 + - *482 responses: '202': description: Response @@ -71859,9 +71914,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: - - *455 - - *456 - - *479 + - *458 + - *459 + - *482 - 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 @@ -71891,9 +71946,9 @@ paths: type: integer jobs: type: array - items: *484 + items: *487 examples: - default: *485 + default: *488 headers: Link: *45 x-github: @@ -71918,9 +71973,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *455 - - *456 - - *479 + - *458 + - *459 + - *482 responses: '302': description: Response @@ -71947,9 +72002,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *455 - - *456 - - *479 + - *458 + - *459 + - *482 responses: '204': description: Response @@ -71976,9 +72031,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: - - *455 - - *456 - - *479 + - *458 + - *459 + - *482 responses: '200': description: Response @@ -72047,7 +72102,7 @@ paths: items: type: object properties: - type: &609 + type: &610 type: string description: The type of reviewer. enum: @@ -72133,9 +72188,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: - - *455 - - *456 - - *479 + - *458 + - *459 + - *482 requestBody: required: true content: @@ -72185,7 +72240,7 @@ paths: application/json: schema: type: array - items: &594 + items: &597 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed @@ -72297,7 +72352,7 @@ paths: - created_at - updated_at examples: - default: &595 + default: &598 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -72353,9 +72408,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#re-run-a-workflow parameters: - - *455 - - *456 - - *479 + - *458 + - *459 + - *482 requestBody: required: false content: @@ -72400,9 +72455,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: - - *455 - - *456 - - *479 + - *458 + - *459 + - *482 requestBody: required: false content: @@ -72457,9 +72512,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *455 - - *456 - - *479 + - *458 + - *459 + - *482 responses: '200': description: Response @@ -72596,8 +72651,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-repository-secrets parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -72615,9 +72670,9 @@ paths: type: integer secrets: type: array - items: *486 + items: *489 examples: - default: *487 + default: *490 headers: Link: *45 x-github: @@ -72642,16 +72697,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-public-key parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response content: application/json: - schema: *488 + schema: *491 examples: - default: *489 + default: *492 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72673,17 +72728,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-a-repository-secret parameters: - - *455 - - *456 + - *458 + - *459 - *288 responses: '200': description: Response content: application/json: - schema: *486 + schema: *489 examples: - default: &622 + default: &623 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -72709,8 +72764,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *455 - - *456 + - *458 + - *459 - *288 requestBody: required: true @@ -72768,8 +72823,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-a-repository-secret parameters: - - *455 - - *456 + - *458 + - *459 - *288 responses: '204': @@ -72795,9 +72850,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-repository-variables parameters: - - *455 - - *456 - - *473 + - *458 + - *459 + - *476 - *19 responses: '200': @@ -72814,9 +72869,9 @@ paths: type: integer variables: type: array - items: *490 + items: *493 examples: - default: *491 + default: *494 headers: Link: *45 x-github: @@ -72839,8 +72894,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-a-repository-variable parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -72892,17 +72947,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-a-repository-variable parameters: - - *455 - - *456 + - *458 + - *459 - *291 responses: '200': description: Response content: application/json: - schema: *490 + schema: *493 examples: - default: &623 + default: &624 value: name: USERNAME value: octocat @@ -72928,8 +72983,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-a-repository-variable parameters: - - *455 - - *456 + - *458 + - *459 - *291 requestBody: required: true @@ -72972,8 +73027,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-a-repository-variable parameters: - - *455 - - *456 + - *458 + - *459 - *291 responses: '204': @@ -72999,8 +73054,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#list-repository-workflows parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -73018,7 +73073,7 @@ paths: type: integer workflows: type: array - items: &492 + items: &495 title: Workflow description: A GitHub Actions workflow type: object @@ -73136,9 +73191,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-a-workflow parameters: - - *455 - - *456 - - &493 + - *458 + - *459 + - &496 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -73153,7 +73208,7 @@ paths: description: Response content: application/json: - schema: *492 + schema: *495 examples: default: value: @@ -73186,9 +73241,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#disable-a-workflow parameters: - - *455 - - *456 - - *493 + - *458 + - *459 + - *496 responses: '204': description: Response @@ -73213,9 +73268,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *455 - - *456 - - *493 + - *458 + - *459 + - *496 responses: '200': description: Response including the workflow run ID and URLs when `return_run_details` @@ -73296,9 +73351,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#enable-a-workflow parameters: - - *455 - - *456 - - *493 + - *458 + - *459 + - *496 responses: '204': description: Response @@ -73325,19 +73380,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: - - *455 - - *456 - - *493 - - *494 - - *495 + - *458 + - *459 - *496 - *497 - - *17 - - *19 - *498 - - *477 - *499 - *500 + - *17 + - *19 + - *501 + - *480 + - *502 + - *503 responses: '200': description: Response @@ -73353,9 +73408,9 @@ paths: type: integer workflow_runs: type: array - items: *478 + items: *481 examples: - default: *501 + default: *504 headers: Link: *45 x-github: @@ -73388,9 +73443,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/workflows#get-workflow-usage parameters: - - *455 - - *456 - - *493 + - *458 + - *459 + - *496 responses: '200': description: Response @@ -73451,8 +73506,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-activities parameters: - - *455 - - *456 + - *458 + - *459 - *110 - *17 - *108 @@ -73620,8 +73675,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#list-assignees parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -73658,8 +73713,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: - - *455 - - *456 + - *458 + - *459 - name: assignee in: path required: true @@ -73695,8 +73750,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/attestations#create-an-attestation parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -73806,8 +73861,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/attestations#list-attestations parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *108 - *109 @@ -73848,7 +73903,7 @@ paths: initiator: type: string examples: - default: *502 + default: *505 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73868,8 +73923,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -73877,7 +73932,7 @@ paths: application/json: schema: type: array - items: &503 + items: &506 title: Autolink reference description: An autolink reference. type: object @@ -73936,8 +73991,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: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -73976,9 +74031,9 @@ paths: description: response content: application/json: - schema: *503 + schema: *506 examples: - default: &504 + default: &507 value: id: 1 key_prefix: TICKET- @@ -74009,9 +74064,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: - - *455 - - *456 - - &505 + - *458 + - *459 + - &508 name: autolink_id description: The unique identifier of the autolink. in: path @@ -74023,9 +74078,9 @@ paths: description: Response content: application/json: - schema: *503 + schema: *506 examples: - default: *504 + default: *507 '404': *6 x-github: githubCloudOnly: false @@ -74045,9 +74100,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: - - *455 - - *456 - - *505 + - *458 + - *459 + - *508 responses: '204': description: Response @@ -74071,8 +74126,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response if Dependabot is enabled @@ -74122,8 +74177,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-dependabot-security-updates parameters: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Response @@ -74144,8 +74199,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-dependabot-security-updates parameters: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Response @@ -74165,8 +74220,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#list-branches parameters: - - *455 - - *456 + - *458 + - *459 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -74204,7 +74259,7 @@ paths: - url protected: type: boolean - protection: &507 + protection: &510 title: Branch Protection description: Branch Protection type: object @@ -74247,7 +74302,7 @@ paths: required: - contexts - checks - enforce_admins: &510 + enforce_admins: &513 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -74264,7 +74319,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &512 + required_pull_request_reviews: &515 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -74348,7 +74403,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &509 + restrictions: &512 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -74641,9 +74696,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#get-a-branch parameters: - - *455 - - *456 - - &508 + - *458 + - *459 + - &511 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). @@ -74657,14 +74712,14 @@ paths: description: Response content: application/json: - schema: &518 + schema: &521 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &569 + commit: &572 title: Commit description: Commit type: object @@ -74703,7 +74758,7 @@ paths: author: anyOf: - type: 'null' - - &506 + - &509 title: Git User description: Metaproperties for Git author/committer information. @@ -74725,7 +74780,7 @@ paths: committer: anyOf: - type: 'null' - - *506 + - *509 message: type: string examples: @@ -74749,7 +74804,7 @@ paths: required: - sha - url - verification: &629 + verification: &630 title: Verification type: object properties: @@ -74829,7 +74884,7 @@ paths: type: integer files: type: array - items: &580 + items: &583 title: Diff Entry description: Diff Entry type: object @@ -74925,7 +74980,7 @@ paths: - self protected: type: boolean - protection: *507 + protection: *510 protection_url: type: string format: uri @@ -75034,7 +75089,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *461 + '301': *464 '404': *6 x-github: githubCloudOnly: false @@ -75056,15 +75111,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-branch-protection parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 responses: '200': description: Response content: application/json: - schema: *507 + schema: *510 examples: default: value: @@ -75258,9 +75313,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-branch-protection parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 requestBody: required: true content: @@ -75520,7 +75575,7 @@ paths: url: type: string format: uri - required_status_checks: &515 + required_status_checks: &518 title: Status Check Policy description: Status Check Policy type: object @@ -75679,7 +75734,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *509 + restrictions: *512 required_conversation_resolution: type: object properties: @@ -75791,9 +75846,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-branch-protection parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 responses: '204': description: Response @@ -75818,17 +75873,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-admin-branch-protection parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 responses: '200': description: Response content: application/json: - schema: *510 + schema: *513 examples: - default: &511 + default: &514 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -75850,17 +75905,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-admin-branch-protection parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 responses: '200': description: Response content: application/json: - schema: *510 + schema: *513 examples: - default: *511 + default: *514 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75879,9 +75934,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 responses: '204': description: Response @@ -75906,17 +75961,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 responses: '200': description: Response content: application/json: - schema: *512 + schema: *515 examples: - default: &513 + default: &516 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -76012,9 +76067,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 requestBody: required: false content: @@ -76112,9 +76167,9 @@ paths: description: Response content: application/json: - schema: *512 + schema: *515 examples: - default: *513 + default: *516 '422': *15 x-github: githubCloudOnly: false @@ -76135,9 +76190,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 responses: '204': description: Response @@ -76164,17 +76219,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-commit-signature-protection parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 responses: '200': description: Response content: application/json: - schema: *510 + schema: *513 examples: - default: &514 + default: &517 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -76197,17 +76252,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#create-commit-signature-protection parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 responses: '200': description: Response content: application/json: - schema: *510 + schema: *513 examples: - default: *514 + default: *517 '404': *6 x-github: githubCloudOnly: false @@ -76227,9 +76282,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 responses: '204': description: Response @@ -76254,17 +76309,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-status-checks-protection parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 responses: '200': description: Response content: application/json: - schema: *515 + schema: *518 examples: - default: &516 + default: &519 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -76290,9 +76345,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#update-status-check-protection parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 requestBody: required: false content: @@ -76344,9 +76399,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *518 examples: - default: *516 + default: *519 '404': *6 '422': *15 x-github: @@ -76368,9 +76423,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-protection parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 responses: '204': description: Response @@ -76394,9 +76449,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 responses: '200': description: Response @@ -76430,9 +76485,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-status-check-contexts parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 requestBody: required: false content: @@ -76499,9 +76554,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-status-check-contexts parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 requestBody: required: false content: @@ -76565,9 +76620,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-status-check-contexts parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 requestBody: content: application/json: @@ -76633,15 +76688,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#get-access-restrictions parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 responses: '200': description: Response content: application/json: - schema: *509 + schema: *512 examples: default: value: @@ -76732,9 +76787,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#delete-access-restrictions parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 responses: '204': description: Response @@ -76757,9 +76812,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: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 responses: '200': description: Response @@ -76769,7 +76824,7 @@ paths: type: array items: *5 examples: - default: &517 + default: &520 value: - id: 1 slug: octoapp @@ -76826,9 +76881,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-app-access-restrictions parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 requestBody: required: true content: @@ -76862,7 +76917,7 @@ paths: type: array items: *5 examples: - default: *517 + default: *520 '422': *15 x-github: githubCloudOnly: false @@ -76883,9 +76938,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-app-access-restrictions parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 requestBody: required: true content: @@ -76919,7 +76974,7 @@ paths: type: array items: *5 examples: - default: *517 + default: *520 '422': *15 x-github: githubCloudOnly: false @@ -76940,9 +76995,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 requestBody: required: true content: @@ -76976,7 +77031,7 @@ paths: type: array items: *5 examples: - default: *517 + default: *520 '422': *15 x-github: githubCloudOnly: false @@ -76998,9 +77053,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: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 responses: '200': description: Response @@ -77010,7 +77065,7 @@ paths: type: array items: *307 examples: - default: *386 + default: *388 '404': *6 x-github: githubCloudOnly: false @@ -77030,9 +77085,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-team-access-restrictions parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 requestBody: required: false content: @@ -77070,7 +77125,7 @@ paths: type: array items: *307 examples: - default: *386 + default: *388 '422': *15 x-github: githubCloudOnly: false @@ -77091,9 +77146,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-team-access-restrictions parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 requestBody: required: false content: @@ -77131,7 +77186,7 @@ paths: type: array items: *307 examples: - default: *386 + default: *388 '422': *15 x-github: githubCloudOnly: false @@ -77152,9 +77207,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 requestBody: content: application/json: @@ -77191,7 +77246,7 @@ paths: type: array items: *307 examples: - default: *386 + default: *388 '422': *15 x-github: githubCloudOnly: false @@ -77213,9 +77268,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: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 responses: '200': description: Response @@ -77249,9 +77304,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#add-user-access-restrictions parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 requestBody: required: true content: @@ -77309,9 +77364,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#set-user-access-restrictions parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 requestBody: required: true content: @@ -77369,9 +77424,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 requestBody: required: true content: @@ -77431,9 +77486,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#rename-a-branch parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 requestBody: required: true content: @@ -77455,7 +77510,7 @@ paths: description: Response content: application/json: - schema: *518 + schema: *521 examples: default: value: @@ -77569,8 +77624,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *455 - - *456 + - *458 + - *459 - *103 - *104 - *105 @@ -77606,8 +77661,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *455 - - *456 + - *458 + - *459 - name: bypass_request_number in: path required: true @@ -77680,8 +77735,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *455 - - *456 + - *458 + - *459 - *103 - *104 - *105 @@ -77721,8 +77776,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *455 - - *456 + - *458 + - *459 - name: bypass_request_number in: path required: true @@ -77792,8 +77847,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *455 - - *456 + - *458 + - *459 - name: bypass_request_number in: path required: true @@ -77864,8 +77919,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *455 - - *456 + - *458 + - *459 - name: bypass_response_id in: path required: true @@ -77898,8 +77953,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#create-a-check-run parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -78178,7 +78233,7 @@ paths: description: Response content: application/json: - schema: &519 + schema: &522 title: CheckRun description: A check performed on the code of a given code change type: object @@ -78314,7 +78369,7 @@ paths: check. type: array items: *222 - deployment: &847 + deployment: &848 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -78601,9 +78656,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#get-a-check-run parameters: - - *455 - - *456 - - &520 + - *458 + - *459 + - &523 name: check_run_id description: The unique identifier of the check run. in: path @@ -78615,9 +78670,9 @@ paths: description: Response content: application/json: - schema: *519 + schema: *522 examples: - default: &521 + default: &524 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -78717,9 +78772,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#update-a-check-run parameters: - - *455 - - *456 - - *520 + - *458 + - *459 + - *523 requestBody: required: true content: @@ -78959,9 +79014,9 @@ paths: description: Response content: application/json: - schema: *519 + schema: *522 examples: - default: *521 + default: *524 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78981,9 +79036,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#list-check-run-annotations parameters: - - *455 - - *456 - - *520 + - *458 + - *459 + - *523 - *17 - *19 responses: @@ -79093,9 +79148,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/runs#rerequest-a-check-run parameters: - - *455 - - *456 - - *520 + - *458 + - *459 + - *523 responses: '201': description: Response @@ -79139,8 +79194,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#create-a-check-suite parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -79162,7 +79217,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &523 + schema: &526 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -79260,7 +79315,7 @@ paths: - string - 'null' format: date-time - head_commit: *522 + head_commit: *525 latest_check_runs_count: type: integer check_runs_url: @@ -79288,7 +79343,7 @@ paths: - check_runs_url - pull_requests examples: - default: &524 + default: &527 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -79579,9 +79634,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *523 + schema: *526 examples: - default: *524 + default: *527 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79600,8 +79655,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -79910,9 +79965,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#get-a-check-suite parameters: - - *455 - - *456 - - &525 + - *458 + - *459 + - &528 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -79924,9 +79979,9 @@ paths: description: Response content: application/json: - schema: *523 + schema: *526 examples: - default: *524 + default: *527 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79949,17 +80004,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: - - *455 - - *456 - - *525 - - &575 + - *458 + - *459 + - *528 + - &578 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &576 + - &579 name: status description: Returns check runs with the specified `status`. in: query @@ -79998,9 +80053,9 @@ paths: type: integer check_runs: type: array - items: *519 + items: *522 examples: - default: &577 + default: &580 value: total_count: 1 check_runs: @@ -80102,9 +80157,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/checks/suites#rerequest-a-check-suite parameters: - - *455 - - *456 - - *525 + - *458 + - *459 + - *528 responses: '201': description: Response @@ -80137,21 +80192,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: - - *455 - - *456 + - *458 + - *459 - *311 - *312 - *19 - *17 - - &541 + - &544 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: *526 - - &542 + schema: *529 + - &545 name: pr description: The number of the pull request for the results you want to list. in: query @@ -80182,7 +80237,7 @@ paths: be returned. in: query required: false - schema: *527 + schema: *530 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -80206,7 +80261,7 @@ paths: updated_at: *134 url: *131 html_url: *132 - instances_url: *528 + instances_url: *531 state: *113 fixed_at: *136 dismissed_by: @@ -80214,11 +80269,11 @@ paths: - type: 'null' - *4 dismissed_at: *135 - dismissed_reason: *529 - dismissed_comment: *530 - rule: *531 - tool: *532 - most_recent_instance: *533 + dismissed_reason: *532 + dismissed_comment: *533 + rule: *534 + tool: *535 + most_recent_instance: *536 dismissal_approved_by: anyOf: - type: 'null' @@ -80341,7 +80396,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *35 - '403': &534 + '403': &537 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -80368,9 +80423,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: - - *455 - - *456 - - &535 + - *458 + - *459 + - &538 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -80384,7 +80439,7 @@ paths: description: Response content: application/json: - schema: &536 + schema: &539 type: object properties: number: *126 @@ -80392,7 +80447,7 @@ paths: updated_at: *134 url: *131 html_url: *132 - instances_url: *528 + instances_url: *531 state: *113 fixed_at: *136 dismissed_by: @@ -80400,8 +80455,8 @@ paths: - type: 'null' - *4 dismissed_at: *135 - dismissed_reason: *529 - dismissed_comment: *530 + dismissed_reason: *532 + dismissed_comment: *533 rule: type: object properties: @@ -80463,8 +80518,8 @@ paths: - 'null' description: A link to the documentation for the rule used to detect the alert. - tool: *532 - most_recent_instance: *533 + tool: *535 + most_recent_instance: *536 dismissal_approved_by: anyOf: - type: 'null' @@ -80560,7 +80615,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *35 - '403': *534 + '403': *537 '404': *6 '503': *192 x-github: @@ -80580,9 +80635,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: - - *455 - - *456 - - *535 + - *458 + - *459 + - *538 requestBody: required: true content: @@ -80597,8 +80652,8 @@ paths: enum: - open - dismissed - dismissed_reason: *529 - dismissed_comment: *530 + dismissed_reason: *532 + dismissed_comment: *533 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -80626,7 +80681,7 @@ paths: description: Response content: application/json: - schema: *536 + schema: *539 examples: default: value: @@ -80702,7 +80757,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &540 + '403': &543 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -80729,15 +80784,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: - - *455 - - *456 - - *535 + - *458 + - *459 + - *538 responses: '200': description: Response content: application/json: - schema: &537 + schema: &540 type: object properties: status: @@ -80764,13 +80819,13 @@ paths: - description - started_at examples: - default: &538 + default: &541 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &539 + '400': &542 description: Bad Request content: application/json: @@ -80781,7 +80836,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': *534 + '403': *537 '404': *6 '503': *192 x-github: @@ -80806,29 +80861,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: - - *455 - - *456 - - *535 + - *458 + - *459 + - *538 responses: '200': description: OK content: application/json: - schema: *537 + schema: *540 examples: - default: *538 + default: *541 '202': description: Accepted content: application/json: - schema: *537 + schema: *540 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *539 + '400': *542 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -80860,9 +80915,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: - - *455 - - *456 - - *535 + - *458 + - *459 + - *538 requestBody: required: false content: @@ -80908,8 +80963,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *539 - '403': *540 + '400': *542 + '403': *543 '404': *6 '422': description: Unprocessable Entity @@ -80933,13 +80988,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: - - *455 - - *456 - - *535 + - *458 + - *459 + - *538 - *19 - *17 - - *541 - - *542 + - *544 + - *545 responses: '200': description: Response @@ -80950,10 +81005,10 @@ paths: items: type: object properties: - ref: *526 - analysis_key: *543 - environment: *544 - category: *545 + ref: *529 + analysis_key: *546 + environment: *547 + category: *548 state: type: - string @@ -80970,7 +81025,7 @@ paths: properties: text: type: string - location: *546 + location: *549 html_url: type: string classifications: @@ -80978,7 +81033,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: *547 + items: *550 examples: default: value: @@ -81015,7 +81070,7 @@ paths: end_column: 50 classifications: - source - '403': *534 + '403': *537 '404': *6 '503': *192 x-github: @@ -81049,25 +81104,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: - - *455 - - *456 + - *458 + - *459 - *311 - *312 - *19 - *17 - - *542 + - *545 - 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: *526 + schema: *529 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &548 + schema: &551 type: string description: An identifier for the upload. examples: @@ -81089,23 +81144,23 @@ paths: application/json: schema: type: array - items: &549 + items: &552 type: object properties: - ref: *526 - commit_sha: &557 + ref: *529 + commit_sha: &560 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: *543 + analysis_key: *546 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *545 + category: *548 error: type: string examples: @@ -81130,8 +81185,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *548 - tool: *532 + sarif_id: *551 + tool: *535 deletable: type: boolean warning: @@ -81193,7 +81248,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *534 + '403': *537 '404': *6 '503': *192 x-github: @@ -81229,8 +81284,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: - - *455 - - *456 + - *458 + - *459 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -81243,7 +81298,7 @@ paths: description: Response content: application/json: - schema: *549 + schema: *552 examples: response: summary: application/json response @@ -81297,7 +81352,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *534 + '403': *537 '404': *6 '422': description: Response if analysis could not be processed @@ -81384,8 +81439,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: - - *455 - - *456 + - *458 + - *459 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -81441,7 +81496,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': *540 + '403': *543 '404': *6 '503': *192 x-github: @@ -81463,8 +81518,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -81472,7 +81527,7 @@ paths: application/json: schema: type: array - items: &550 + items: &553 title: CodeQL Database description: A CodeQL database. type: object @@ -81584,7 +81639,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': *534 + '403': *537 '404': *6 '503': *192 x-github: @@ -81613,8 +81668,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: - - *455 - - *456 + - *458 + - *459 - name: language in: path description: The language of the CodeQL database. @@ -81626,7 +81681,7 @@ paths: description: Response content: application/json: - schema: *550 + schema: *553 examples: default: value: @@ -81658,9 +81713,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': &582 + '302': &585 description: Found - '403': *534 + '403': *537 '404': *6 '503': *192 x-github: @@ -81682,8 +81737,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *455 - - *456 + - *458 + - *459 - name: language in: path description: The language of the CodeQL database. @@ -81693,7 +81748,7 @@ paths: responses: '204': description: Response - '403': *540 + '403': *543 '404': *6 '503': *192 x-github: @@ -81721,8 +81776,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: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -81731,7 +81786,7 @@ paths: type: object additionalProperties: false properties: - language: &551 + language: &554 type: string description: The language targeted by the CodeQL query enum: @@ -81811,7 +81866,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &555 + schema: &558 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -81821,7 +81876,7 @@ paths: description: The ID of the variant analysis. controller_repo: *120 actor: *4 - query_language: *551 + query_language: *554 query_pack_url: type: string description: The download url for the query pack. @@ -81869,7 +81924,7 @@ paths: items: type: object properties: - repository: &552 + repository: &555 title: Repository Identifier description: Repository Identifier type: object @@ -81911,7 +81966,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &556 + analysis_status: &559 type: string description: The new status of the CodeQL variant analysis repository task. @@ -81943,7 +81998,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &553 + access_mismatch_repos: &556 type: object properties: repository_count: @@ -81958,7 +82013,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: *552 + items: *555 required: - repository_count - repositories @@ -81981,8 +82036,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *553 - over_limit_repos: *553 + no_codeql_db_repos: *556 + over_limit_repos: *556 required: - access_mismatch_repos - not_found_repos @@ -81998,7 +82053,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &554 + value: &557 summary: Default response value: id: 1 @@ -82144,10 +82199,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *554 + value: *557 repository_lists: summary: Response for a successful variant analysis submission - value: *554 + value: *557 '404': *6 '422': description: Unable to process variant analysis submission @@ -82175,8 +82230,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: - - *455 - - *456 + - *458 + - *459 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -82188,9 +82243,9 @@ paths: description: Response content: application/json: - schema: *555 + schema: *558 examples: - default: *554 + default: *557 '404': *6 '503': *192 x-github: @@ -82213,7 +82268,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: - - *455 + - *458 - name: repo in: path description: The name of the controller repository. @@ -82248,7 +82303,7 @@ paths: type: object properties: repository: *120 - analysis_status: *556 + analysis_status: *559 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -82373,8 +82428,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -82465,7 +82520,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *534 + '403': *537 '404': *6 '503': *192 x-github: @@ -82486,8 +82541,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: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -82581,7 +82636,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *540 + '403': *543 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -82652,8 +82707,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: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -82661,7 +82716,7 @@ paths: schema: type: object properties: - commit_sha: *557 + commit_sha: *560 ref: type: string description: |- @@ -82721,7 +82776,7 @@ paths: schema: type: object properties: - id: *548 + id: *551 url: type: string description: The REST API URL for checking the status of the upload. @@ -82735,7 +82790,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': *540 + '403': *543 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -82758,8 +82813,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: - - *455 - - *456 + - *458 + - *459 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -82807,7 +82862,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': *534 + '403': *537 '404': description: Not Found if the sarif id does not match any upload '503': *192 @@ -82832,8 +82887,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -82914,8 +82969,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-codeowners-errors parameters: - - *455 - - *456 + - *458 + - *459 - 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 @@ -83043,8 +83098,8 @@ paths: parameters: - *17 - *19 - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -83060,7 +83115,7 @@ paths: type: integer codespaces: type: array - items: *377 + items: *379 examples: default: value: @@ -83358,8 +83413,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -83423,17 +83478,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *377 + schema: *379 examples: - default: *558 + default: *561 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *377 + schema: *379 examples: - default: *558 + default: *561 '400': *14 '401': *23 '403': *27 @@ -83462,8 +83517,8 @@ paths: parameters: - *17 - *19 - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -83527,8 +83582,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: - - *455 - - *456 + - *458 + - *459 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -83565,9 +83620,9 @@ paths: type: integer machines: type: array - items: *559 + items: *562 examples: - default: &792 + default: &793 value: total_count: 2 machines: @@ -83607,8 +83662,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *455 - - *456 + - *458 + - *459 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -83695,8 +83750,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: - - *455 - - *456 + - *458 + - *459 - 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 @@ -83765,8 +83820,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -83784,7 +83839,7 @@ paths: type: integer secrets: type: array - items: &563 + items: &566 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -83805,7 +83860,7 @@ paths: - created_at - updated_at examples: - default: *560 + default: *563 headers: Link: *45 x-github: @@ -83828,16 +83883,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response content: application/json: - schema: *561 + schema: *564 examples: - default: *562 + default: *565 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -83857,17 +83912,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *455 - - *456 + - *458 + - *459 - *288 responses: '200': description: Response content: application/json: - schema: *563 + schema: *566 examples: - default: *564 + default: *567 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83887,8 +83942,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: - - *455 - - *456 + - *458 + - *459 - *288 requestBody: required: true @@ -83941,8 +83996,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *455 - - *456 + - *458 + - *459 - *288 responses: '204': @@ -83971,8 +84026,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#list-repository-collaborators parameters: - - *455 - - *456 + - *458 + - *459 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -84010,7 +84065,7 @@ paths: application/json: schema: type: array - items: &565 + items: &568 title: Collaborator description: Collaborator type: object @@ -84203,8 +84258,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: - - *455 - - *456 + - *458 + - *459 - *139 responses: '204': @@ -84251,8 +84306,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *455 - - *456 + - *458 + - *459 - *139 requestBody: required: false @@ -84279,7 +84334,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &641 + schema: &642 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -84507,8 +84562,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *455 - - *456 + - *458 + - *459 - *139 responses: '204': @@ -84540,8 +84595,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *455 - - *456 + - *458 + - *459 - *139 responses: '200': @@ -84562,7 +84617,7 @@ paths: user: anyOf: - type: 'null' - - *565 + - *568 required: - permission - role_name @@ -84616,8 +84671,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -84627,7 +84682,7 @@ paths: application/json: schema: type: array - items: &566 + items: &569 title: Commit Comment description: Commit Comment type: object @@ -84685,7 +84740,7 @@ paths: - created_at - updated_at examples: - default: &571 + default: &574 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -84744,17 +84799,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#get-a-commit-comment parameters: - - *455 - - *456 + - *458 + - *459 - *233 responses: '200': description: Response content: application/json: - schema: *566 + schema: *569 examples: - default: &572 + default: &575 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -84811,8 +84866,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#update-a-commit-comment parameters: - - *455 - - *456 + - *458 + - *459 - *233 requestBody: required: true @@ -84835,7 +84890,7 @@ paths: description: Response content: application/json: - schema: *566 + schema: *569 examples: default: value: @@ -84886,8 +84941,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#delete-a-commit-comment parameters: - - *455 - - *456 + - *458 + - *459 - *233 responses: '204': @@ -84909,8 +84964,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *455 - - *456 + - *458 + - *459 - *233 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -84937,7 +84992,7 @@ paths: application/json: schema: type: array - items: &567 + items: &570 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -84981,7 +85036,7 @@ paths: - content - created_at examples: - default: &644 + default: &645 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -85026,8 +85081,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *455 - - *456 + - *458 + - *459 - *233 requestBody: required: true @@ -85060,9 +85115,9 @@ paths: description: Reaction exists content: application/json: - schema: *567 + schema: *570 examples: - default: &568 + default: &571 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -85091,9 +85146,9 @@ paths: description: Reaction created content: application/json: - schema: *567 + schema: *570 examples: - default: *568 + default: *571 '422': *15 x-github: githubCloudOnly: false @@ -85115,10 +85170,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *455 - - *456 + - *458 + - *459 - *233 - - &645 + - &646 name: reaction_id description: The unique identifier of the reaction. in: path @@ -85173,8 +85228,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-commits parameters: - - *455 - - *456 + - *458 + - *459 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -85230,9 +85285,9 @@ paths: application/json: schema: type: array - items: *569 + items: *572 examples: - default: &693 + default: &694 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -85326,9 +85381,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#list-branches-for-head-commit parameters: - - *455 - - *456 - - &570 + - *458 + - *459 + - &573 name: commit_sha description: The SHA of the commit. in: path @@ -85400,9 +85455,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#list-commit-comments parameters: - - *455 - - *456 - - *570 + - *458 + - *459 + - *573 - *17 - *19 responses: @@ -85412,9 +85467,9 @@ paths: application/json: schema: type: array - items: *566 + items: *569 examples: - default: *571 + default: *574 headers: Link: *45 x-github: @@ -85442,9 +85497,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/comments#create-a-commit-comment parameters: - - *455 - - *456 - - *570 + - *458 + - *459 + - *573 requestBody: required: true content: @@ -85479,9 +85534,9 @@ paths: description: Response content: application/json: - schema: *566 + schema: *569 examples: - default: *572 + default: *575 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -85509,9 +85564,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: - - *455 - - *456 - - *570 + - *458 + - *459 + - *573 - *17 - *19 responses: @@ -85521,9 +85576,9 @@ paths: application/json: schema: type: array - items: *573 + items: *576 examples: - default: &685 + default: &686 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -86060,11 +86115,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#get-a-commit parameters: - - *455 - - *456 + - *458 + - *459 - *19 - *17 - - &574 + - &577 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)" @@ -86079,9 +86134,9 @@ paths: description: Response content: application/json: - schema: *569 + schema: *572 examples: - default: &671 + default: &672 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -86194,11 +86249,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: - - *455 - - *456 - - *574 - - *575 - - *576 + - *458 + - *459 + - *577 + - *578 + - *579 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -86232,9 +86287,9 @@ paths: type: integer check_runs: type: array - items: *519 + items: *522 examples: - default: *577 + default: *580 headers: Link: *45 x-github: @@ -86259,9 +86314,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: - - *455 - - *456 - - *574 + - *458 + - *459 + - *577 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -86269,7 +86324,7 @@ paths: schema: type: integer example: 1 - - *575 + - *578 - *17 - *19 responses: @@ -86287,7 +86342,7 @@ paths: type: integer check_suites: type: array - items: *523 + items: *526 examples: default: value: @@ -86487,9 +86542,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: - - *455 - - *456 - - *574 + - *458 + - *459 + - *577 - *17 - *19 responses: @@ -86691,9 +86746,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *455 - - *456 - - *574 + - *458 + - *459 + - *577 - *17 - *19 responses: @@ -86703,7 +86758,7 @@ paths: application/json: schema: type: array - items: &746 + items: &747 title: Status description: The status of a commit. type: object @@ -86784,7 +86839,7 @@ paths: site_admin: false headers: Link: *45 - '301': *461 + '301': *464 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86812,8 +86867,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/community#get-community-profile-metrics parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -86846,11 +86901,11 @@ paths: code_of_conduct: anyOf: - type: 'null' - - *578 + - *581 code_of_conduct_file: anyOf: - type: 'null' - - &579 + - &582 title: Community Health File type: object properties: @@ -86870,19 +86925,19 @@ paths: contributing: anyOf: - type: 'null' - - *579 + - *582 readme: anyOf: - type: 'null' - - *579 + - *582 issue_template: anyOf: - type: 'null' - - *579 + - *582 pull_request_template: anyOf: - type: 'null' - - *579 + - *582 required: - code_of_conduct - code_of_conduct_file @@ -87011,8 +87066,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/commits#compare-two-commits parameters: - - *455 - - *456 + - *458 + - *459 - *19 - *17 - name: basehead @@ -87060,8 +87115,8 @@ paths: format: uri examples: - https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *569 - merge_base_commit: *569 + base_commit: *572 + merge_base_commit: *572 status: type: string enum: @@ -87085,10 +87140,10 @@ paths: - 6 commits: type: array - items: *569 + items: *572 files: type: array - items: *580 + items: *583 required: - url - html_url @@ -87374,8 +87429,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-repository-content parameters: - - *455 - - *456 + - *458 + - *459 - name: path description: path parameter in: path @@ -87545,7 +87600,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &581 + response-if-content-is-a-file-github-object: &584 summary: Response if content is a file value: type: file @@ -87682,7 +87737,7 @@ paths: - size - type - url - - &698 + - &699 title: Content File description: Content File type: object @@ -87900,7 +87955,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *581 + response-if-content-is-a-file: *584 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -87969,7 +88024,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *27 - '302': *582 + '302': *585 '304': *35 x-github: githubCloudOnly: false @@ -87992,8 +88047,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#create-or-update-file-contents parameters: - - *455 - - *456 + - *458 + - *459 - name: path description: path parameter in: path @@ -88088,7 +88143,7 @@ paths: description: Response content: application/json: - schema: &583 + schema: &586 title: File Commit description: File Commit type: object @@ -88244,7 +88299,7 @@ paths: description: Response content: application/json: - schema: *583 + schema: *586 examples: example-for-creating-a-file: value: @@ -88298,7 +88353,7 @@ paths: schema: oneOf: - *3 - - &624 + - &625 description: Repository rule violation was detected type: object properties: @@ -88319,7 +88374,7 @@ paths: items: type: object properties: - placeholder_id: &738 + placeholder_id: &739 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -88351,8 +88406,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#delete-a-file parameters: - - *455 - - *456 + - *458 + - *459 - name: path description: path parameter in: path @@ -88413,7 +88468,7 @@ paths: description: Response content: application/json: - schema: *583 + schema: *586 examples: default: value: @@ -88468,8 +88523,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-contributors parameters: - - *455 - - *456 + - *458 + - *459 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -88593,8 +88648,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *455 - - *456 + - *458 + - *459 - *328 - *329 - *330 @@ -88607,7 +88662,7 @@ paths: schema: type: string - *333 - - *584 + - *587 - *334 - *335 - *336 @@ -88622,7 +88677,7 @@ paths: application/json: schema: type: array - items: &588 + items: &591 type: object description: A Dependabot alert. properties: @@ -88673,7 +88728,7 @@ paths: - transitive - inconclusive - - security_advisory: *585 + security_advisory: *588 security_vulnerability: *130 url: *131 html_url: *132 @@ -88704,8 +88759,8 @@ paths: dismissal. maxLength: 280 fixed_at: *136 - auto_dismissed_at: *586 - dismissal_request: *587 + auto_dismissed_at: *589 + dismissal_request: *590 assignees: type: array description: The users assigned to this alert. @@ -88960,9 +89015,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *455 - - *456 - - &589 + - *458 + - *459 + - &592 name: alert_number in: path description: |- @@ -88977,7 +89032,7 @@ paths: description: Response content: application/json: - schema: *588 + schema: *591 examples: default: value: @@ -89109,9 +89164,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *455 - - *456 - - *589 + - *458 + - *459 + - *592 requestBody: required: true content: @@ -89167,7 +89222,7 @@ paths: description: Response content: application/json: - schema: *588 + schema: *591 examples: default: value: @@ -89297,8 +89352,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#list-repository-secrets parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -89316,7 +89371,7 @@ paths: type: integer secrets: type: array - items: &592 + items: &595 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -89370,16 +89425,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-public-key parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response content: application/json: - schema: *590 + schema: *593 examples: - default: *591 + default: *594 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89399,15 +89454,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#get-a-repository-secret parameters: - - *455 - - *456 + - *458 + - *459 - *288 responses: '200': description: Response content: application/json: - schema: *592 + schema: *595 examples: default: value: @@ -89433,8 +89488,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *455 - - *456 + - *458 + - *459 - *288 requestBody: required: true @@ -89487,8 +89542,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/dependabot/secrets#delete-a-repository-secret parameters: - - *455 - - *456 + - *458 + - *459 - *288 responses: '204': @@ -89511,8 +89566,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: - - *455 - - *456 + - *458 + - *459 - 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 @@ -89686,8 +89741,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -89947,8 +90002,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: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -90031,7 +90086,7 @@ paths: - version - url additionalProperties: false - metadata: &593 + metadata: &596 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -90070,7 +90125,7 @@ paths: examples: - "/src/build/package-lock.json" additionalProperties: false - metadata: *593 + metadata: *596 resolved: type: object description: A collection of resolved package dependencies. @@ -90084,7 +90139,7 @@ paths: pattern: "^pkg" examples: - pkg:/npm/%40actions/http-client@1.0.11 - metadata: *593 + metadata: *596 relationship: type: string description: A notation of whether a dependency is requested @@ -90217,8 +90272,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#list-deployments parameters: - - *455 - - *456 + - *458 + - *459 - name: sha description: The SHA recorded at creation time. in: query @@ -90259,9 +90314,9 @@ paths: application/json: schema: type: array - items: *594 + items: *597 examples: - default: *595 + default: *598 headers: Link: *45 x-github: @@ -90327,8 +90382,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#create-a-deployment parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -90410,7 +90465,7 @@ paths: description: Response content: application/json: - schema: *594 + schema: *597 examples: simple-example: summary: Simple example @@ -90483,9 +90538,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#get-a-deployment parameters: - - *455 - - *456 - - &596 + - *458 + - *459 + - &599 name: deployment_id description: deployment_id parameter in: path @@ -90497,7 +90552,7 @@ paths: description: Response content: application/json: - schema: *594 + schema: *597 examples: default: value: @@ -90562,9 +90617,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/deployments#delete-a-deployment parameters: - - *455 - - *456 - - *596 + - *458 + - *459 + - *599 responses: '204': description: Response @@ -90586,9 +90641,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#list-deployment-statuses parameters: - - *455 - - *456 - - *596 + - *458 + - *459 + - *599 - *17 - *19 responses: @@ -90598,7 +90653,7 @@ paths: application/json: schema: type: array - items: &597 + items: &600 title: Deployment Status description: The status of a deployment. type: object @@ -90762,9 +90817,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#create-a-deployment-status parameters: - - *455 - - *456 - - *596 + - *458 + - *459 + - *599 requestBody: required: true content: @@ -90839,9 +90894,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *600 examples: - default: &598 + default: &601 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -90897,9 +90952,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/statuses#get-a-deployment-status parameters: - - *455 - - *456 - - *596 + - *458 + - *459 + - *599 - name: status_id in: path required: true @@ -90910,9 +90965,9 @@ paths: description: Response content: application/json: - schema: *597 + schema: *600 examples: - default: *598 + default: *601 '404': *6 x-github: githubCloudOnly: false @@ -90939,12 +90994,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *455 - - *456 - - *599 - - *600 - - *601 + - *458 + - *459 - *602 + - *603 + - *604 + - *605 - *17 - *19 responses: @@ -90954,9 +91009,9 @@ paths: application/json: schema: type: array - items: *603 + items: *606 examples: - default: *604 + default: *607 '404': *6 '403': *27 '500': *38 @@ -90980,8 +91035,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *455 - - *456 + - *458 + - *459 - name: alert_number in: path required: true @@ -90993,7 +91048,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *603 + schema: *606 examples: default: value: @@ -91049,8 +91104,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *455 - - *456 + - *458 + - *459 - name: alert_number in: path required: true @@ -91109,12 +91164,12 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *455 - - *456 - - *599 - - *600 - - *601 + - *458 + - *459 - *602 + - *603 + - *604 + - *605 - *17 - *19 responses: @@ -91124,9 +91179,9 @@ paths: application/json: schema: type: array - items: *605 + items: *608 examples: - default: *606 + default: *609 '404': *6 '403': *27 '500': *38 @@ -91150,8 +91205,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *455 - - *456 + - *458 + - *459 - name: alert_number in: path required: true @@ -91163,7 +91218,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *605 + schema: *608 examples: default: value: @@ -91214,8 +91269,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *455 - - *456 + - *458 + - *459 - name: alert_number in: path required: true @@ -91253,7 +91308,7 @@ paths: description: The created dismissal request. content: application/json: - schema: *605 + schema: *608 examples: default: value: @@ -91304,8 +91359,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *455 - - *456 + - *458 + - *459 - name: alert_number in: path required: true @@ -91376,8 +91431,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *455 - - *456 + - *458 + - *459 - name: alert_number in: path required: true @@ -91410,12 +91465,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *455 - - *456 + - *458 + - *459 - *103 - *104 - *105 - - *341 + - *340 - *17 - *19 responses: @@ -91425,9 +91480,9 @@ paths: application/json: schema: type: array - items: *607 + items: *342 examples: - default: *608 + default: *343 '404': *6 '403': *27 '500': *38 @@ -91452,8 +91507,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *455 - - *456 + - *458 + - *459 - name: alert_number in: path required: true @@ -91465,7 +91520,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *607 + schema: *342 examples: default: value: @@ -91523,8 +91578,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *455 - - *456 + - *458 + - *459 - name: alert_number in: path required: true @@ -91593,8 +91648,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#create-a-repository-dispatch-event parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -91651,8 +91706,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#list-environments parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -91670,7 +91725,7 @@ paths: - 5 environments: type: array - items: &610 + items: &611 title: Environment description: Details of a deployment environment type: object @@ -91732,7 +91787,7 @@ paths: type: string examples: - wait_timer - wait_timer: &612 + wait_timer: &613 type: integer description: The amount of time to delay a job after the job is initially triggered. The time (in minutes) @@ -91774,7 +91829,7 @@ paths: items: type: object properties: - type: *609 + type: *610 reviewer: anyOf: - *4 @@ -91801,7 +91856,7 @@ paths: - id - node_id - type - deployment_branch_policy: &613 + deployment_branch_policy: &614 type: - object - 'null' @@ -91918,9 +91973,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#get-an-environment parameters: - - *455 - - *456 - - &611 + - *458 + - *459 + - &612 name: environment_name in: path required: true @@ -91933,9 +91988,9 @@ paths: description: Response content: application/json: - schema: *610 + schema: *611 examples: - default: &614 + default: &615 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -92019,9 +92074,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#create-or-update-an-environment parameters: - - *455 - - *456 - - *611 + - *458 + - *459 + - *612 requestBody: required: false content: @@ -92031,7 +92086,7 @@ paths: - object - 'null' properties: - wait_timer: *612 + wait_timer: *613 prevent_self_review: type: boolean description: Whether or not a user who created the job is prevented @@ -92050,14 +92105,14 @@ paths: items: type: object properties: - type: *609 + type: *610 id: type: integer description: The id of the user or team who can review the deployment examples: - 4532992 - deployment_branch_policy: *613 + deployment_branch_policy: *614 additionalProperties: false examples: default: @@ -92077,9 +92132,9 @@ paths: description: Response content: application/json: - schema: *610 + schema: *611 examples: - default: *614 + default: *615 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -92103,9 +92158,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/environments#delete-an-environment parameters: - - *455 - - *456 - - *611 + - *458 + - *459 + - *612 responses: '204': description: Default response @@ -92130,9 +92185,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *455 - - *456 - - *611 + - *458 + - *459 + - *612 - *17 - *19 responses: @@ -92151,7 +92206,7 @@ paths: - 2 branch_policies: type: array - items: &615 + items: &616 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -92212,9 +92267,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *455 - - *456 - - *611 + - *458 + - *459 + - *612 requestBody: required: true content: @@ -92262,9 +92317,9 @@ paths: description: Response content: application/json: - schema: *615 + schema: *616 examples: - example-wildcard: &616 + example-wildcard: &617 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -92306,10 +92361,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *455 - - *456 - - *611 - - &617 + - *458 + - *459 + - *612 + - &618 name: branch_policy_id in: path required: true @@ -92321,9 +92376,9 @@ paths: description: Response content: application/json: - schema: *615 + schema: *616 examples: - default: *616 + default: *617 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92342,10 +92397,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *455 - - *456 - - *611 - - *617 + - *458 + - *459 + - *612 + - *618 requestBody: required: true content: @@ -92374,9 +92429,9 @@ paths: description: Response content: application/json: - schema: *615 + schema: *616 examples: - default: *616 + default: *617 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92395,10 +92450,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *455 - - *456 - - *611 - - *617 + - *458 + - *459 + - *612 + - *618 responses: '204': description: Response @@ -92423,9 +92478,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: - - *611 - - *456 - - *455 + - *612 + - *459 + - *458 responses: '200': description: List of deployment protection rules @@ -92442,7 +92497,7 @@ paths: - 10 custom_deployment_protection_rules: type: array - items: &618 + items: &619 title: Deployment protection rule description: Deployment protection rule type: object @@ -92464,7 +92519,7 @@ paths: for the environment. examples: - true - app: &619 + app: &620 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -92567,9 +92622,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: - - *611 - - *456 - - *455 + - *612 + - *459 + - *458 requestBody: content: application/json: @@ -92590,9 +92645,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *618 + schema: *619 examples: - default: &620 + default: &621 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -92627,9 +92682,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: - - *611 - - *456 - - *455 + - *612 + - *459 + - *458 - *19 - *17 responses: @@ -92649,7 +92704,7 @@ paths: - 35 available_custom_deployment_protection_rule_integrations: type: array - items: *619 + items: *620 examples: default: value: @@ -92684,10 +92739,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: - - *455 - - *456 - - *611 - - &621 + - *458 + - *459 + - *612 + - &622 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -92699,9 +92754,9 @@ paths: description: Response content: application/json: - schema: *618 + schema: *619 examples: - default: *620 + default: *621 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92722,10 +92777,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: - - *611 - - *456 - - *455 - - *621 + - *612 + - *459 + - *458 + - *622 responses: '204': description: Response @@ -92751,9 +92806,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#list-environment-secrets parameters: - - *455 - - *456 - - *611 + - *458 + - *459 + - *612 - *17 - *19 responses: @@ -92771,9 +92826,9 @@ paths: type: integer secrets: type: array - items: *486 + items: *489 examples: - default: *487 + default: *490 headers: Link: *45 x-github: @@ -92798,17 +92853,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-public-key parameters: - - *455 - - *456 - - *611 + - *458 + - *459 + - *612 responses: '200': description: Response content: application/json: - schema: *488 + schema: *491 examples: - default: *489 + default: *492 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92830,18 +92885,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#get-an-environment-secret parameters: - - *455 - - *456 - - *611 + - *458 + - *459 + - *612 - *288 responses: '200': description: Response content: application/json: - schema: *486 + schema: *489 examples: - default: *622 + default: *623 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92863,9 +92918,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *455 - - *456 - - *611 + - *458 + - *459 + - *612 - *288 requestBody: required: true @@ -92923,9 +92978,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/secrets#delete-an-environment-secret parameters: - - *455 - - *456 - - *611 + - *458 + - *459 + - *612 - *288 responses: '204': @@ -92951,10 +93006,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#list-environment-variables parameters: - - *455 - - *456 - - *611 - - *473 + - *458 + - *459 + - *612 + - *476 - *19 responses: '200': @@ -92971,9 +93026,9 @@ paths: type: integer variables: type: array - items: *490 + items: *493 examples: - default: *491 + default: *494 headers: Link: *45 x-github: @@ -92996,9 +93051,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#create-an-environment-variable parameters: - - *455 - - *456 - - *611 + - *458 + - *459 + - *612 requestBody: required: true content: @@ -93050,18 +93105,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#get-an-environment-variable parameters: - - *455 - - *456 - - *611 + - *458 + - *459 + - *612 - *291 responses: '200': description: Response content: application/json: - schema: *490 + schema: *493 examples: - default: *623 + default: *624 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93082,10 +93137,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#update-an-environment-variable parameters: - - *455 - - *456 + - *458 + - *459 - *291 - - *611 + - *612 requestBody: required: true content: @@ -93127,10 +93182,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/actions/variables#delete-an-environment-variable parameters: - - *455 - - *456 + - *458 + - *459 - *291 - - *611 + - *612 responses: '204': description: Response @@ -93152,8 +93207,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/events#list-repository-events parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -93221,8 +93276,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#list-forks parameters: - - *455 - - *456 + - *458 + - *459 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -93381,8 +93436,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/forks#create-a-fork parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: false content: @@ -93415,9 +93470,9 @@ paths: description: Response content: application/json: - schema: *460 + schema: *463 examples: - default: *462 + default: *465 '400': *14 '422': *15 '403': *27 @@ -93438,8 +93493,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#create-a-blob parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -93499,7 +93554,7 @@ paths: schema: oneOf: - *253 - - *624 + - *625 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -93524,8 +93579,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/blobs#get-a-blob parameters: - - *455 - - *456 + - *458 + - *459 - name: file_sha in: path required: true @@ -93625,8 +93680,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#create-a-commit parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -93735,7 +93790,7 @@ paths: description: Response content: application/json: - schema: &625 + schema: &626 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -93962,15 +94017,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/commits#get-a-commit-object parameters: - - *455 - - *456 - - *570 + - *458 + - *459 + - *573 responses: '200': description: Response content: application/json: - schema: *625 + schema: *626 examples: default: value: @@ -94026,9 +94081,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#list-matching-references parameters: - - *455 - - *456 - - &626 + - *458 + - *459 + - &627 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. @@ -94045,7 +94100,7 @@ paths: application/json: schema: type: array - items: &627 + items: &628 title: Git Reference description: Git references within a repository type: object @@ -94121,17 +94176,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference parameters: - - *455 - - *456 - - *626 + - *458 + - *459 + - *627 responses: '200': description: Response content: application/json: - schema: *627 + schema: *628 examples: - default: &628 + default: &629 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -94160,8 +94215,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#create-a-reference parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -94190,9 +94245,9 @@ paths: description: Response content: application/json: - schema: *627 + schema: *628 examples: - default: *628 + default: *629 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -94218,9 +94273,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#update-a-reference parameters: - - *455 - - *456 - - *626 + - *458 + - *459 + - *627 requestBody: required: true content: @@ -94249,9 +94304,9 @@ paths: description: Response content: application/json: - schema: *627 + schema: *628 examples: - default: *628 + default: *629 '422': *15 '409': *119 x-github: @@ -94269,9 +94324,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/refs#delete-a-reference parameters: - - *455 - - *456 - - *626 + - *458 + - *459 + - *627 responses: '204': description: Response @@ -94326,8 +94381,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#create-a-tag-object parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -94394,7 +94449,7 @@ paths: description: Response content: application/json: - schema: &630 + schema: &631 title: Git Tag description: Metadata for a Git tag type: object @@ -94450,7 +94505,7 @@ paths: - sha - type - url - verification: *629 + verification: *630 required: - sha - url @@ -94460,7 +94515,7 @@ paths: - tag - message examples: - default: &631 + default: &632 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -94533,8 +94588,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/tags#get-a-tag parameters: - - *455 - - *456 + - *458 + - *459 - name: tag_sha in: path required: true @@ -94545,9 +94600,9 @@ paths: description: Response content: application/json: - schema: *630 + schema: *631 examples: - default: *631 + default: *632 '404': *6 '409': *119 x-github: @@ -94571,8 +94626,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#create-a-tree parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -94646,7 +94701,7 @@ paths: description: Response content: application/json: - schema: &632 + schema: &633 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -94748,8 +94803,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/git/trees#get-a-tree parameters: - - *455 - - *456 + - *458 + - *459 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -94772,7 +94827,7 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: default-response: summary: Default response @@ -94831,8 +94886,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-repository-webhooks parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -94842,7 +94897,7 @@ paths: application/json: schema: type: array - items: &633 + items: &634 title: Webhook description: Webhooks for repositories. type: object @@ -94905,7 +94960,7 @@ paths: format: uri examples: - https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &883 + last_response: &884 title: Hook Response type: object properties: @@ -94982,8 +95037,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#create-a-repository-webhook parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: false content: @@ -95036,9 +95091,9 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: - default: &634 + default: &635 value: type: Repository id: 12345678 @@ -95086,17 +95141,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#get-a-repository-webhook parameters: - - *455 - - *456 - - *344 + - *458 + - *459 + - *346 responses: '200': description: Response content: application/json: - schema: *633 + schema: *634 examples: - default: *634 + default: *635 '404': *6 x-github: githubCloudOnly: false @@ -95116,9 +95171,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#update-a-repository-webhook parameters: - - *455 - - *456 - - *344 + - *458 + - *459 + - *346 requestBody: required: true content: @@ -95163,9 +95218,9 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: - default: *634 + default: *635 '422': *15 '404': *6 x-github: @@ -95186,9 +95241,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#delete-a-repository-webhook parameters: - - *455 - - *456 - - *344 + - *458 + - *459 + - *346 responses: '204': description: Response @@ -95212,9 +95267,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: - - *455 - - *456 - - *344 + - *458 + - *459 + - *346 responses: '200': description: Response @@ -95241,9 +95296,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: - - *455 - - *456 - - *344 + - *458 + - *459 + - *346 requestBody: required: false content: @@ -95287,12 +95342,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *455 - - *456 - - *344 - - *17 - - *345 + - *458 + - *459 - *346 + - *17 + - *347 + - *348 responses: '200': description: Response @@ -95300,9 +95355,9 @@ paths: application/json: schema: type: array - items: *347 + items: *349 examples: - default: *348 + default: *350 '400': *14 '422': *15 x-github: @@ -95321,18 +95376,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: - - *455 - - *456 - - *344 + - *458 + - *459 + - *346 - *16 responses: '200': description: Response content: application/json: - schema: *349 + schema: *351 examples: - default: *350 + default: *352 '400': *14 '422': *15 x-github: @@ -95351,9 +95406,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: - - *455 - - *456 - - *344 + - *458 + - *459 + - *346 - *16 responses: '202': *37 @@ -95376,9 +95431,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#ping-a-repository-webhook parameters: - - *455 - - *456 - - *344 + - *458 + - *459 + - *346 responses: '204': description: Response @@ -95403,9 +95458,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *455 - - *456 - - *344 + - *458 + - *459 + - *346 responses: '204': description: Response @@ -95428,8 +95483,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response if immutable releases are enabled @@ -95477,8 +95532,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-immutable-releases parameters: - - *455 - - *456 + - *458 + - *459 responses: '204': *151 '409': *119 @@ -95498,8 +95553,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-immutable-releases parameters: - - *455 - - *456 + - *458 + - *459 responses: '204': *151 '409': *119 @@ -95556,14 +95611,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-an-import-status parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response content: application/json: - schema: &635 + schema: &636 title: Import description: A repository import from an external source. type: object @@ -95670,7 +95725,7 @@ paths: - html_url - authors_url examples: - default: &638 + default: &639 value: vcs: subversion use_lfs: true @@ -95686,7 +95741,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': &636 + '503': &637 description: Unavailable due to service under maintenance. content: application/json: @@ -95715,8 +95770,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#start-an-import parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -95764,7 +95819,7 @@ paths: description: Response content: application/json: - schema: *635 + schema: *636 examples: default: value: @@ -95789,7 +95844,7 @@ paths: type: string '422': *15 '404': *6 - '503': *636 + '503': *637 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95817,8 +95872,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-an-import parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: false content: @@ -95870,7 +95925,7 @@ paths: description: Response content: application/json: - schema: *635 + schema: *636 examples: example-1: summary: Example 1 @@ -95918,7 +95973,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': *636 + '503': *637 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95941,12 +95996,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#cancel-an-import parameters: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Response - '503': *636 + '503': *637 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95972,9 +96027,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-commit-authors parameters: - - *455 - - *456 - - &814 + - *458 + - *459 + - &815 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -95988,7 +96043,7 @@ paths: application/json: schema: type: array - items: &637 + items: &638 title: Porter Author description: Porter Author type: object @@ -96042,7 +96097,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': *636 + '503': *637 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96067,8 +96122,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#map-a-commit-author parameters: - - *455 - - *456 + - *458 + - *459 - name: author_id in: path required: true @@ -96098,7 +96153,7 @@ paths: description: Response content: application/json: - schema: *637 + schema: *638 examples: default: value: @@ -96111,7 +96166,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *636 + '503': *637 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96135,8 +96190,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#get-large-files parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -96177,7 +96232,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *636 + '503': *637 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96205,8 +96260,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/source-imports#update-git-lfs-preference parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -96233,11 +96288,11 @@ paths: description: Response content: application/json: - schema: *635 + schema: *636 examples: - default: *638 + default: *639 '422': *15 - '503': *636 + '503': *637 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96260,8 +96315,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -96269,8 +96324,8 @@ paths: application/json: schema: *20 examples: - default: *362 - '301': *461 + default: *364 + '301': *464 '404': *6 x-github: githubCloudOnly: false @@ -96290,8 +96345,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -96299,12 +96354,12 @@ paths: application/json: schema: anyOf: - - *364 + - *366 - type: object properties: {} additionalProperties: false examples: - default: &640 + default: &641 value: limit: collaborators_only origin: repository @@ -96329,13 +96384,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: application/json: - schema: *639 + schema: *640 examples: default: summary: Example request body @@ -96347,9 +96402,9 @@ paths: description: Response content: application/json: - schema: *364 + schema: *366 examples: - default: *640 + default: *641 '409': description: Response x-github: @@ -96371,8 +96426,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Response @@ -96395,8 +96450,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#list-repository-invitations parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -96406,9 +96461,9 @@ paths: application/json: schema: type: array - items: *641 + items: *642 examples: - default: &806 + default: &807 value: - id: 1 repository: @@ -96539,9 +96594,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#update-a-repository-invitation parameters: - - *455 - - *456 - - *368 + - *458 + - *459 + - *370 requestBody: required: false content: @@ -96570,7 +96625,7 @@ paths: description: Response content: application/json: - schema: *641 + schema: *642 examples: default: value: @@ -96701,9 +96756,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *455 - - *456 - - *368 + - *458 + - *459 + - *370 responses: '204': description: Response @@ -96734,8 +96789,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#list-repository-issues parameters: - - *455 - - *456 + - *458 + - *459 - 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 @@ -96783,7 +96838,7 @@ paths: required: false schema: type: string - - *375 + - *377 - name: sort description: What to sort results by. in: query @@ -96808,7 +96863,7 @@ paths: type: array items: *219 examples: - default: &650 + default: &651 value: - id: 1 node_id: MDU6SXNzdWUx @@ -96957,7 +97012,7 @@ paths: state_reason: completed headers: Link: *45 - '301': *461 + '301': *464 '422': *15 '404': *6 x-github: @@ -96986,8 +97041,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#create-an-issue parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -97071,7 +97126,7 @@ paths: application/json: schema: *219 examples: - default: &647 + default: &648 value: id: 1 node_id: MDU6SXNzdWUx @@ -97228,7 +97283,7 @@ paths: '422': *15 '503': *192 '404': *6 - '410': *642 + '410': *643 x-github: triggersNotification: true githubCloudOnly: false @@ -97256,8 +97311,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *455 - - *456 + - *458 + - *459 - *241 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -97280,7 +97335,7 @@ paths: type: array items: *220 examples: - default: &649 + default: &650 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -97338,8 +97393,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment parameters: - - *455 - - *456 + - *458 + - *459 - *233 responses: '200': @@ -97348,7 +97403,7 @@ paths: application/json: schema: *220 examples: - default: &643 + default: &644 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -97403,8 +97458,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#update-an-issue-comment parameters: - - *455 - - *456 + - *458 + - *459 - *233 requestBody: required: true @@ -97429,7 +97484,7 @@ paths: application/json: schema: *220 examples: - default: *643 + default: *644 '422': *15 x-github: githubCloudOnly: false @@ -97447,8 +97502,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#delete-an-issue-comment parameters: - - *455 - - *456 + - *458 + - *459 - *233 responses: '204': @@ -97477,8 +97532,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#pin-an-issue-comment parameters: - - *455 - - *456 + - *458 + - *459 - *233 responses: '200': @@ -97541,7 +97596,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *642 + '410': *643 '422': *15 x-github: githubCloudOnly: false @@ -97558,8 +97613,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#unpin-an-issue-comment parameters: - - *455 - - *456 + - *458 + - *459 - *233 responses: '204': @@ -97567,7 +97622,7 @@ paths: '401': *23 '403': *27 '404': *6 - '410': *642 + '410': *643 '503': *192 x-github: githubCloudOnly: false @@ -97585,8 +97640,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *455 - - *456 + - *458 + - *459 - *233 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -97613,9 +97668,9 @@ paths: application/json: schema: type: array - items: *567 + items: *570 examples: - default: *644 + default: *645 headers: Link: *45 '404': *6 @@ -97636,8 +97691,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *455 - - *456 + - *458 + - *459 - *233 requestBody: required: true @@ -97670,16 +97725,16 @@ paths: description: Reaction exists content: application/json: - schema: *567 + schema: *570 examples: - default: *568 + default: *571 '201': description: Reaction created content: application/json: - schema: *567 + schema: *570 examples: - default: *568 + default: *571 '422': *15 x-github: githubCloudOnly: false @@ -97701,10 +97756,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *455 - - *456 + - *458 + - *459 - *233 - - *645 + - *646 responses: '204': description: Response @@ -97724,8 +97779,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events-for-a-repository parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -97735,7 +97790,7 @@ paths: application/json: schema: type: array - items: &646 + items: &647 title: Issue Event description: Issue Event type: object @@ -98075,8 +98130,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#get-an-issue-event parameters: - - *455 - - *456 + - *458 + - *459 - name: event_id in: path required: true @@ -98087,7 +98142,7 @@ paths: description: Response content: application/json: - schema: *646 + schema: *647 examples: default: value: @@ -98280,7 +98335,7 @@ paths: author_association: COLLABORATOR state_reason: completed '404': *6 - '410': *642 + '410': *643 '403': *27 x-github: githubCloudOnly: false @@ -98314,9 +98369,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue parameters: - - *455 - - *456 - - &648 + - *458 + - *459 + - &649 name: issue_number description: The number that identifies the issue. in: path @@ -98332,7 +98387,7 @@ paths: examples: default: summary: Issue - value: *647 + value: *648 pinned_comment: summary: Issue with pinned comment value: @@ -98531,9 +98586,9 @@ paths: site_admin: false author_association: COLLABORATOR state_reason: completed - '301': *461 + '301': *464 '404': *6 - '410': *642 + '410': *643 '304': *35 x-github: githubCloudOnly: false @@ -98558,9 +98613,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#update-an-issue parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 requestBody: required: false content: @@ -98695,13 +98750,13 @@ paths: application/json: schema: *219 examples: - default: *647 + default: *648 '422': *15 '503': *192 '403': *27 - '301': *461 + '301': *464 '404': *6 - '410': *642 + '410': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98719,9 +98774,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#add-assignees-to-an-issue parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 requestBody: required: false content: @@ -98749,7 +98804,7 @@ paths: application/json: schema: *219 examples: - default: *647 + default: *648 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98765,9 +98820,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 requestBody: content: application/json: @@ -98794,7 +98849,7 @@ paths: application/json: schema: *219 examples: - default: *647 + default: *648 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98816,9 +98871,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: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 - name: assignee in: path required: true @@ -98858,9 +98913,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#list-issue-comments parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 - *224 - *17 - *19 @@ -98873,11 +98928,11 @@ paths: type: array items: *220 examples: - default: *649 + default: *650 headers: Link: *45 '404': *6 - '410': *642 + '410': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98906,9 +98961,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#create-an-issue-comment parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 requestBody: required: true content: @@ -98932,14 +98987,14 @@ paths: application/json: schema: *220 examples: - default: *643 + default: *644 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 schema: type: string '403': *27 - '410': *642 + '410': *643 '422': *15 '404': *6 x-github: @@ -98967,9 +99022,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: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 - *17 - *19 responses: @@ -98981,12 +99036,12 @@ paths: type: array items: *219 examples: - default: *650 + default: *651 headers: Link: *45 - '301': *461 + '301': *464 '404': *6 - '410': *642 + '410': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99014,9 +99069,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: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 requestBody: required: true content: @@ -99040,15 +99095,15 @@ paths: application/json: schema: *219 examples: - default: *647 + default: *648 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *461 + '301': *464 '403': *27 - '410': *642 + '410': *643 '422': *15 '404': *6 x-github: @@ -99079,9 +99134,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: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -99095,13 +99150,13 @@ paths: application/json: schema: *219 examples: - default: *647 - '301': *461 + default: *648 + '301': *464 '400': *14 '401': *23 '403': *27 '404': *6 - '410': *642 + '410': *643 x-github: triggersNotification: true githubCloudOnly: false @@ -99127,9 +99182,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: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 - *17 - *19 responses: @@ -99141,12 +99196,12 @@ paths: type: array items: *219 examples: - default: *650 + default: *651 headers: Link: *45 - '301': *461 + '301': *464 '404': *6 - '410': *642 + '410': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99163,9 +99218,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/events#list-issue-events parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 - *17 - *19 responses: @@ -99179,7 +99234,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &653 + - &654 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -99228,7 +99283,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &654 + - &655 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -99356,7 +99411,7 @@ paths: - performed_via_github_app - assignee - assigner - - &655 + - &656 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -99402,7 +99457,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &656 + - &657 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -99448,7 +99503,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &657 + - &658 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -99497,7 +99552,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &658 + - &659 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -99539,7 +99594,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &659 + - &660 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -99581,7 +99636,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &660 + - &661 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -99637,7 +99692,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &661 + - &662 title: Locked Issue Event description: Locked Issue Event type: object @@ -99682,7 +99737,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &662 + - &663 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -99743,7 +99798,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &663 + - &664 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -99804,7 +99859,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &664 + - &665 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -99865,7 +99920,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &665 + - &666 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -99958,7 +100013,7 @@ paths: color: red headers: Link: *45 - '410': *642 + '410': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99975,9 +100030,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: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 - *17 - *19 responses: @@ -99987,9 +100042,9 @@ paths: application/json: schema: type: array - items: *651 + items: *652 examples: - default: &752 + default: &753 value: - issue_field_id: 1 node_id: IFT_GDKND @@ -100013,9 +100068,9 @@ paths: value: '2025-12-25' headers: Link: *45 - '301': *461 + '301': *464 '404': *6 - '410': *642 + '410': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100032,9 +100087,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-an-issue parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 - *17 - *19 responses: @@ -100046,7 +100101,7 @@ paths: type: array items: *218 examples: - default: &652 + default: &653 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -100064,9 +100119,9 @@ paths: default: false headers: Link: *45 - '301': *461 + '301': *464 '404': *6 - '410': *642 + '410': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100082,9 +100137,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#add-labels-to-an-issue parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 requestBody: required: false content: @@ -100129,10 +100184,10 @@ paths: type: array items: *218 examples: - default: *652 - '301': *461 + default: *653 + '301': *464 '404': *6 - '410': *642 + '410': *643 '422': *15 x-github: githubCloudOnly: false @@ -100149,9 +100204,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#set-labels-for-an-issue parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 requestBody: required: false content: @@ -100213,10 +100268,10 @@ paths: type: array items: *218 examples: - default: *652 - '301': *461 + default: *653 + '301': *464 '404': *6 - '410': *642 + '410': *643 '422': *15 x-github: githubCloudOnly: false @@ -100233,15 +100288,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 responses: '204': description: Response - '301': *461 + '301': *464 '404': *6 - '410': *642 + '410': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100260,9 +100315,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#remove-a-label-from-an-issue parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 - name: name in: path required: true @@ -100286,9 +100341,9 @@ paths: description: Something isn't working color: f29513 default: true - '301': *461 + '301': *464 '404': *6 - '410': *642 + '410': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100308,9 +100363,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#lock-an-issue parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 requestBody: required: false content: @@ -100339,7 +100394,7 @@ paths: '204': description: Response '403': *27 - '410': *642 + '410': *643 '404': *6 '422': *15 x-github: @@ -100357,9 +100412,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#unlock-an-issue parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 responses: '204': description: Response @@ -100389,9 +100444,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#get-parent-issue parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 responses: '200': description: Response @@ -100399,10 +100454,10 @@ paths: application/json: schema: *219 examples: - default: *647 - '301': *461 + default: *648 + '301': *464 '404': *6 - '410': *642 + '410': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100419,9 +100474,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 - 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. @@ -100447,13 +100502,13 @@ paths: application/json: schema: type: array - items: *567 + items: *570 examples: - default: *644 + default: *645 headers: Link: *45 '404': *6 - '410': *642 + '410': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100471,9 +100526,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 requestBody: required: true content: @@ -100505,16 +100560,16 @@ paths: description: Response content: application/json: - schema: *567 + schema: *570 examples: - default: *568 + default: *571 '201': description: Response content: application/json: - schema: *567 + schema: *570 examples: - default: *568 + default: *571 '422': *15 x-github: githubCloudOnly: false @@ -100536,10 +100591,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-an-issue-reaction parameters: - - *455 - - *456 - - *648 - - *645 + - *458 + - *459 + - *649 + - *646 responses: '204': description: Response @@ -100568,9 +100623,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#remove-sub-issue parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 requestBody: required: true content: @@ -100594,7 +100649,7 @@ paths: application/json: schema: *219 examples: - default: *647 + default: *648 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -100627,9 +100682,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#list-sub-issues parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 - *17 - *19 responses: @@ -100641,11 +100696,11 @@ paths: type: array items: *219 examples: - default: *650 + default: *651 headers: Link: *45 '404': *6 - '410': *642 + '410': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100673,9 +100728,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#add-sub-issue parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 requestBody: required: true content: @@ -100704,14 +100759,14 @@ paths: application/json: schema: *219 examples: - default: *647 + default: *648 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 schema: type: string '403': *27 - '410': *642 + '410': *643 '422': *15 '404': *6 x-github: @@ -100731,9 +100786,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 requestBody: required: true content: @@ -100766,7 +100821,7 @@ paths: application/json: schema: *219 examples: - default: *647 + default: *648 '403': *27 '404': *6 '422': *7 @@ -100788,9 +100843,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *455 - - *456 - - *648 + - *458 + - *459 + - *649 - *17 - *19 responses: @@ -100805,7 +100860,6 @@ paths: description: Timeline Event type: object anyOf: - - *653 - *654 - *655 - *656 @@ -100818,6 +100872,7 @@ paths: - *663 - *664 - *665 + - *666 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -100874,7 +100929,7 @@ paths: pin: anyOf: - type: 'null' - - *666 + - *667 required: - event - actor @@ -101150,7 +101205,7 @@ paths: type: string comments: type: array - items: &687 + items: &688 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -101391,7 +101446,7 @@ paths: type: string comments: type: array - items: *566 + items: *569 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -101666,7 +101721,7 @@ paths: headers: Link: *45 '404': *6 - '410': *642 + '410': *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101683,8 +101738,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -101694,7 +101749,7 @@ paths: application/json: schema: type: array - items: &667 + items: &668 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -101762,8 +101817,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -101799,9 +101854,9 @@ paths: description: Response content: application/json: - schema: *667 + schema: *668 examples: - default: &668 + default: &669 value: id: 1 key: ssh-rsa AAA... @@ -101835,9 +101890,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *455 - - *456 - - &669 + - *458 + - *459 + - &670 name: key_id description: The unique identifier of the key. in: path @@ -101849,9 +101904,9 @@ paths: description: Response content: application/json: - schema: *667 + schema: *668 examples: - default: *668 + default: *669 '404': *6 x-github: githubCloudOnly: false @@ -101869,9 +101924,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *455 - - *456 - - *669 + - *458 + - *459 + - *670 responses: '204': description: Response @@ -101891,8 +101946,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#list-labels-for-a-repository parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -101904,7 +101959,7 @@ paths: type: array items: *218 examples: - default: *652 + default: *653 headers: Link: *45 '404': *6 @@ -101925,8 +101980,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#create-a-label parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -101964,7 +102019,7 @@ paths: application/json: schema: *218 examples: - default: &670 + default: &671 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -101996,8 +102051,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#get-a-label parameters: - - *455 - - *456 + - *458 + - *459 - name: name in: path required: true @@ -102010,7 +102065,7 @@ paths: application/json: schema: *218 examples: - default: *670 + default: *671 '404': *6 x-github: githubCloudOnly: false @@ -102027,8 +102082,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#update-a-label parameters: - - *455 - - *456 + - *458 + - *459 - name: name in: path required: true @@ -102093,8 +102148,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/labels#delete-a-label parameters: - - *455 - - *456 + - *458 + - *459 - name: name in: path required: true @@ -102120,8 +102175,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-languages parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -102157,8 +102212,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *455 - - *456 + - *458 + - *459 responses: '202': *37 '403': @@ -102186,8 +102241,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Response @@ -102213,9 +102268,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *455 - - *456 - - *541 + - *458 + - *459 + - *544 responses: '200': description: Response @@ -102362,8 +102417,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: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -102428,8 +102483,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/branches/branches#merge-a-branch parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -102463,9 +102518,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *569 + schema: *572 examples: - default: *671 + default: *672 '204': description: Response when already merged '404': @@ -102490,8 +102545,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#list-milestones parameters: - - *455 - - *456 + - *458 + - *459 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -102532,7 +102587,7 @@ paths: application/json: schema: type: array - items: *406 + items: *408 examples: default: value: @@ -102588,8 +102643,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#create-a-milestone parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -102629,9 +102684,9 @@ paths: description: Response content: application/json: - schema: *406 + schema: *408 examples: - default: &672 + default: &673 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -102690,9 +102745,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#get-a-milestone parameters: - - *455 - - *456 - - &673 + - *458 + - *459 + - &674 name: milestone_number description: The number that identifies the milestone. in: path @@ -102704,9 +102759,9 @@ paths: description: Response content: application/json: - schema: *406 + schema: *408 examples: - default: *672 + default: *673 '404': *6 x-github: githubCloudOnly: false @@ -102723,9 +102778,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#update-a-milestone parameters: - - *455 - - *456 - - *673 + - *458 + - *459 + - *674 requestBody: required: false content: @@ -102763,9 +102818,9 @@ paths: description: Response content: application/json: - schema: *406 + schema: *408 examples: - default: *672 + default: *673 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102781,9 +102836,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/issues/milestones#delete-a-milestone parameters: - - *455 - - *456 - - *673 + - *458 + - *459 + - *674 responses: '204': description: Response @@ -102804,9 +102859,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: - - *455 - - *456 - - *673 + - *458 + - *459 + - *674 - *17 - *19 responses: @@ -102818,7 +102873,7 @@ paths: type: array items: *218 examples: - default: *652 + default: *653 headers: Link: *45 x-github: @@ -102837,12 +102892,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: - - *455 - - *456 - - *674 + - *458 + - *459 - *675 - - *224 - *676 + - *224 + - *677 - *17 - *19 responses: @@ -102854,7 +102909,7 @@ paths: type: array items: *244 examples: - default: *677 + default: *678 headers: Link: *45 x-github: @@ -102878,8 +102933,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: false content: @@ -102937,14 +102992,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-a-apiname-pages-site parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response content: application/json: - schema: &678 + schema: &679 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -103088,7 +103143,7 @@ paths: - custom_404 - public examples: - default: &679 + default: &680 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -103129,8 +103184,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-apiname-pages-site parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -103185,9 +103240,9 @@ paths: description: Response content: application/json: - schema: *678 + schema: *679 examples: - default: *679 + default: *680 '422': *15 '409': *119 x-github: @@ -103210,8 +103265,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: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -103319,8 +103374,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#delete-a-apiname-pages-site parameters: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Response @@ -103346,8 +103401,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#list-apiname-pages-builds parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -103357,7 +103412,7 @@ paths: application/json: schema: type: array - items: &680 + items: &681 title: Page Build description: Page Build type: object @@ -103449,8 +103504,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#request-a-apiname-pages-build parameters: - - *455 - - *456 + - *458 + - *459 responses: '201': description: Response @@ -103497,16 +103552,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-latest-pages-build parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response content: application/json: - schema: *680 + schema: *681 examples: - default: &681 + default: &682 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -103554,8 +103609,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#get-apiname-pages-build parameters: - - *455 - - *456 + - *458 + - *459 - name: build_id in: path required: true @@ -103566,9 +103621,9 @@ paths: description: Response content: application/json: - schema: *680 + schema: *681 examples: - default: *681 + default: *682 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103588,8 +103643,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#create-a-github-pages-deployment parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -103697,9 +103752,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: - - *455 - - *456 - - &682 + - *458 + - *459 + - &683 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -103757,9 +103812,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *455 - - *456 - - *682 + - *458 + - *459 + - *683 responses: '204': *151 '404': *6 @@ -103786,8 +103841,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -104082,8 +104137,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Private vulnerability reporting status @@ -104120,8 +104175,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: - - *455 - - *456 + - *458 + - *459 responses: '204': *151 '422': *14 @@ -104142,8 +104197,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: - - *455 - - *456 + - *458 + - *459 responses: '204': *151 '422': *14 @@ -104165,8 +104220,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -104176,7 +104231,7 @@ paths: type: array items: *152 examples: - default: *683 + default: *684 '403': *27 '404': *6 x-github: @@ -104198,8 +104253,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: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -104215,7 +104270,7 @@ paths: required: - properties examples: - default: *684 + default: *685 responses: '204': description: No Content when custom property values are successfully created @@ -104253,8 +104308,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests parameters: - - *455 - - *456 + - *458 + - *459 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -104314,9 +104369,9 @@ paths: application/json: schema: type: array - items: *573 + items: *576 examples: - default: *685 + default: *686 headers: Link: *45 '304': *35 @@ -104348,8 +104403,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#create-a-pull-request parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -104416,7 +104471,7 @@ paths: description: Response content: application/json: - schema: &689 + schema: &690 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -104545,7 +104600,7 @@ paths: milestone: anyOf: - type: 'null' - - *406 + - *408 active_lock_reason: type: - string @@ -104584,7 +104639,7 @@ paths: items: *4 requested_teams: type: array - items: *385 + items: *387 head: type: object properties: @@ -104622,14 +104677,14 @@ paths: _links: type: object properties: - comments: *407 - commits: *407 - statuses: *407 - html: *407 - issue: *407 - review_comments: *407 - review_comment: *407 - self: *407 + comments: *409 + commits: *409 + statuses: *409 + html: *409 + issue: *409 + review_comments: *409 + review_comment: *409 + self: *409 required: - comments - commits @@ -104640,7 +104695,7 @@ paths: - review_comment - self author_association: *216 - auto_merge: *686 + auto_merge: *687 draft: description: Indicates whether or not the pull request is a draft. type: boolean @@ -104740,7 +104795,7 @@ paths: - merged_by - review_comments examples: - default: &690 + default: &691 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -105267,8 +105322,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *455 - - *456 + - *458 + - *459 - name: sort in: query required: false @@ -105297,9 +105352,9 @@ paths: application/json: schema: type: array - items: *687 + items: *688 examples: - default: &692 + default: &693 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -105376,17 +105431,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: - - *455 - - *456 + - *458 + - *459 - *233 responses: '200': description: Response content: application/json: - schema: *687 + schema: *688 examples: - default: &688 + default: &689 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -105461,8 +105516,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: - - *455 - - *456 + - *458 + - *459 - *233 requestBody: required: true @@ -105485,9 +105540,9 @@ paths: description: Response content: application/json: - schema: *687 + schema: *688 examples: - default: *688 + default: *689 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105503,8 +105558,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: - - *455 - - *456 + - *458 + - *459 - *233 responses: '204': @@ -105526,8 +105581,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: - - *455 - - *456 + - *458 + - *459 - *233 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#about-reactions). @@ -105554,9 +105609,9 @@ paths: application/json: schema: type: array - items: *567 + items: *570 examples: - default: *644 + default: *645 headers: Link: *45 '404': *6 @@ -105577,8 +105632,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: - - *455 - - *456 + - *458 + - *459 - *233 requestBody: required: true @@ -105611,16 +105666,16 @@ paths: description: Reaction exists content: application/json: - schema: *567 + schema: *570 examples: - default: *568 + default: *571 '201': description: Reaction created content: application/json: - schema: *567 + schema: *570 examples: - default: *568 + default: *571 '422': *15 x-github: githubCloudOnly: false @@ -105642,10 +105697,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *455 - - *456 + - *458 + - *459 - *233 - - *645 + - *646 responses: '204': description: Response @@ -105688,9 +105743,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#get-a-pull-request parameters: - - *455 - - *456 - - &691 + - *458 + - *459 + - &692 name: pull_number description: The number that identifies the pull request. in: path @@ -105703,9 +105758,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *689 + schema: *690 examples: - default: *690 + default: *691 '304': *35 '404': *6 '406': @@ -105740,9 +105795,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request parameters: - - *455 - - *456 - - *691 + - *458 + - *459 + - *692 requestBody: required: false content: @@ -105784,9 +105839,9 @@ paths: description: Response content: application/json: - schema: *689 + schema: *690 examples: - default: *690 + default: *691 '422': *15 '403': *27 x-github: @@ -105808,9 +105863,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: - - *455 - - *456 - - *691 + - *458 + - *459 + - *692 requestBody: required: true content: @@ -105871,17 +105926,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *377 + schema: *379 examples: - default: *558 + default: *561 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *377 + schema: *379 examples: - default: *558 + default: *561 '401': *23 '403': *27 '404': *6 @@ -105911,9 +105966,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: - - *455 - - *456 - - *691 + - *458 + - *459 + - *692 - *241 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -105934,9 +105989,9 @@ paths: application/json: schema: type: array - items: *687 + items: *688 examples: - default: *692 + default: *693 headers: Link: *45 x-github: @@ -105969,9 +106024,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: - - *455 - - *456 - - *691 + - *458 + - *459 + - *692 requestBody: required: true content: @@ -106077,7 +106132,7 @@ paths: description: Response content: application/json: - schema: *687 + schema: *688 examples: example-for-a-multi-line-comment: value: @@ -106165,9 +106220,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: - - *455 - - *456 - - *691 + - *458 + - *459 + - *692 - *233 requestBody: required: true @@ -106190,7 +106245,7 @@ paths: description: Response content: application/json: - schema: *687 + schema: *688 examples: default: value: @@ -106276,9 +106331,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *455 - - *456 - - *691 + - *458 + - *459 + - *692 - *17 - *19 responses: @@ -106288,9 +106343,9 @@ paths: application/json: schema: type: array - items: *569 + items: *572 examples: - default: *693 + default: *694 headers: Link: *45 x-github: @@ -106320,9 +106375,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#list-pull-requests-files parameters: - - *455 - - *456 - - *691 + - *458 + - *459 + - *692 - *17 - *19 responses: @@ -106332,7 +106387,7 @@ paths: application/json: schema: type: array - items: *580 + items: *583 examples: default: value: @@ -106370,9 +106425,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: - - *455 - - *456 - - *691 + - *458 + - *459 + - *692 responses: '204': description: Response if pull request has been merged @@ -106395,9 +106450,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#merge-a-pull-request parameters: - - *455 - - *456 - - *691 + - *458 + - *459 + - *692 requestBody: required: false content: @@ -106509,9 +106564,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: - - *455 - - *456 - - *691 + - *458 + - *459 + - *692 responses: '200': description: Response @@ -106586,9 +106641,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: - - *455 - - *456 - - *691 + - *458 + - *459 + - *692 requestBody: required: false content: @@ -106625,7 +106680,7 @@ paths: description: Response content: application/json: - schema: *573 + schema: *576 examples: default: value: @@ -107161,9 +107216,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: - - *455 - - *456 - - *691 + - *458 + - *459 + - *692 requestBody: required: true content: @@ -107197,7 +107252,7 @@ paths: description: Response content: application/json: - schema: *573 + schema: *576 examples: default: value: @@ -107702,9 +107757,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *455 - - *456 - - *691 + - *458 + - *459 + - *692 - *17 - *19 responses: @@ -107714,7 +107769,7 @@ paths: application/json: schema: type: array - items: &694 + items: &695 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -107870,9 +107925,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: - - *455 - - *456 - - *691 + - *458 + - *459 + - *692 requestBody: required: false content: @@ -107962,9 +108017,9 @@ paths: description: Response content: application/json: - schema: *694 + schema: *695 examples: - default: &696 + default: &697 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -108027,10 +108082,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: - - *455 - - *456 - - *691 - - &695 + - *458 + - *459 + - *692 + - &696 name: review_id description: The unique identifier of the review. in: path @@ -108042,9 +108097,9 @@ paths: description: Response content: application/json: - schema: *694 + schema: *695 examples: - default: &697 + default: &698 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -108103,10 +108158,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: - - *455 - - *456 - - *691 - - *695 + - *458 + - *459 + - *692 + - *696 requestBody: required: true content: @@ -108129,7 +108184,7 @@ paths: description: Response content: application/json: - schema: *694 + schema: *695 examples: default: value: @@ -108191,18 +108246,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: - - *455 - - *456 - - *691 - - *695 + - *458 + - *459 + - *692 + - *696 responses: '200': description: Response content: application/json: - schema: *694 + schema: *695 examples: - default: *696 + default: *697 '422': *7 '404': *6 x-github: @@ -108229,10 +108284,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: - - *455 - - *456 - - *691 - - *695 + - *458 + - *459 + - *692 + - *696 - *17 - *19 responses: @@ -108330,9 +108385,9 @@ paths: _links: type: object properties: - self: *407 - html: *407 - pull_request: *407 + self: *409 + html: *409 + pull_request: *409 required: - self - html @@ -108490,10 +108545,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: - - *455 - - *456 - - *691 - - *695 + - *458 + - *459 + - *692 + - *696 requestBody: required: true content: @@ -108522,7 +108577,7 @@ paths: description: Response content: application/json: - schema: *694 + schema: *695 examples: default: value: @@ -108585,10 +108640,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: - - *455 - - *456 - - *691 - - *695 + - *458 + - *459 + - *692 + - *696 requestBody: required: true content: @@ -108623,9 +108678,9 @@ paths: description: Response content: application/json: - schema: *694 + schema: *695 examples: - default: *697 + default: *698 '404': *6 '422': *7 '403': *27 @@ -108647,9 +108702,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/pulls/pulls#update-a-pull-request-branch parameters: - - *455 - - *456 - - *691 + - *458 + - *459 + - *692 requestBody: required: false content: @@ -108713,8 +108768,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#get-a-repository-readme parameters: - - *455 - - *456 + - *458 + - *459 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -108727,9 +108782,9 @@ paths: description: Response content: application/json: - schema: *698 + schema: *699 examples: - default: &699 + default: &700 value: type: file encoding: base64 @@ -108771,8 +108826,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: - - *455 - - *456 + - *458 + - *459 - name: dir description: The alternate path to look for a README file in: path @@ -108792,9 +108847,9 @@ paths: description: Response content: application/json: - schema: *698 + schema: *699 examples: - default: *699 + default: *700 '404': *6 '422': *15 x-github: @@ -108816,8 +108871,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#list-releases parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -108827,7 +108882,7 @@ paths: application/json: schema: type: array - items: *700 + items: *701 examples: default: value: @@ -108921,8 +108976,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#create-a-release parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -108998,9 +109053,9 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: - default: &704 + default: &705 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -109105,9 +109160,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#get-a-release-asset parameters: - - *455 - - *456 - - &702 + - *458 + - *459 + - &703 name: asset_id description: The unique identifier of the asset. in: path @@ -109119,9 +109174,9 @@ paths: description: Response content: application/json: - schema: *701 + schema: *702 examples: - default: &703 + default: &704 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 @@ -109156,7 +109211,7 @@ paths: type: User site_admin: false '404': *6 - '302': *582 + '302': *585 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109172,9 +109227,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#update-a-release-asset parameters: - - *455 - - *456 - - *702 + - *458 + - *459 + - *703 requestBody: required: false content: @@ -109203,9 +109258,9 @@ paths: description: Response content: application/json: - schema: *701 + schema: *702 examples: - default: *703 + default: *704 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109221,9 +109276,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#delete-a-release-asset parameters: - - *455 - - *456 - - *702 + - *458 + - *459 + - *703 responses: '204': description: Response @@ -109248,8 +109303,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: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -109335,16 +109390,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-the-latest-release parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response content: application/json: - schema: *700 + schema: *701 examples: - default: *704 + default: *705 '404': *6 x-github: githubCloudOnly: false @@ -109362,8 +109417,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release-by-tag-name parameters: - - *455 - - *456 + - *458 + - *459 - name: tag description: tag parameter in: path @@ -109376,9 +109431,9 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: - default: *704 + default: *705 '404': *6 x-github: githubCloudOnly: false @@ -109400,9 +109455,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#get-a-release parameters: - - *455 - - *456 - - &705 + - *458 + - *459 + - &706 name: release_id description: The unique identifier of the release. in: path @@ -109416,9 +109471,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: *700 + schema: *701 examples: - default: *704 + default: *705 '401': description: Unauthorized x-github: @@ -109436,9 +109491,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#update-a-release parameters: - - *455 - - *456 - - *705 + - *458 + - *459 + - *706 requestBody: required: false content: @@ -109502,9 +109557,9 @@ paths: description: Response content: application/json: - schema: *700 + schema: *701 examples: - default: *704 + default: *705 '404': description: Not Found if the discussion category name is invalid content: @@ -109525,9 +109580,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/releases#delete-a-release parameters: - - *455 - - *456 - - *705 + - *458 + - *459 + - *706 responses: '204': description: Response @@ -109548,9 +109603,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/releases/assets#list-release-assets parameters: - - *455 - - *456 - - *705 + - *458 + - *459 + - *706 - *17 - *19 responses: @@ -109560,7 +109615,7 @@ paths: application/json: schema: type: array - items: *701 + items: *702 examples: default: value: @@ -109642,9 +109697,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: - - *455 - - *456 - - *705 + - *458 + - *459 + - *706 - name: name in: query required: true @@ -109670,7 +109725,7 @@ paths: description: Response for successful upload content: application/json: - schema: *701 + schema: *702 examples: response-for-successful-upload: value: @@ -109725,9 +109780,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#list-reactions-for-a-release parameters: - - *455 - - *456 - - *705 + - *458 + - *459 + - *706 - 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. @@ -109751,9 +109806,9 @@ paths: application/json: schema: type: array - items: *567 + items: *570 examples: - default: *644 + default: *645 headers: Link: *45 '404': *6 @@ -109774,9 +109829,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#create-reaction-for-a-release parameters: - - *455 - - *456 - - *705 + - *458 + - *459 + - *706 requestBody: required: true content: @@ -109806,16 +109861,16 @@ paths: description: Reaction exists content: application/json: - schema: *567 + schema: *570 examples: - default: *568 + default: *571 '201': description: Reaction created content: application/json: - schema: *567 + schema: *570 examples: - default: *568 + default: *571 '422': *15 x-github: githubCloudOnly: false @@ -109837,10 +109892,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/reactions/reactions#delete-a-release-reaction parameters: - - *455 - - *456 - - *705 - - *645 + - *458 + - *459 + - *706 + - *646 responses: '204': description: Response @@ -109864,9 +109919,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-rules-for-a-branch parameters: - - *455 - - *456 - - *508 + - *458 + - *459 + - *511 - *17 - *19 responses: @@ -109883,7 +109938,7 @@ paths: oneOf: - allOf: - *166 - - &706 + - &707 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -109904,67 +109959,67 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *167 - - *706 + - *707 - allOf: - *168 - - *706 + - *707 - allOf: - *169 - - *706 + - *707 - allOf: + - *708 - *707 - - *706 - allOf: - *170 - - *706 + - *707 - allOf: - *171 - - *706 + - *707 - allOf: - *172 - - *706 + - *707 - allOf: - *173 - - *706 + - *707 - allOf: - *174 - - *706 + - *707 - allOf: - *175 - - *706 + - *707 - allOf: - *176 - - *706 + - *707 - allOf: - *177 - - *706 + - *707 - allOf: - *178 - - *706 + - *707 - allOf: - *179 - - *706 + - *707 - allOf: - *180 - - *706 + - *707 - allOf: - *181 - - *706 + - *707 - allOf: - *182 - - *706 + - *707 - allOf: - *183 - - *706 + - *707 - allOf: - *184 - - *706 + - *707 - allOf: - *185 - - *706 + - *707 - allOf: - *186 - - *706 + - *707 examples: default: value: @@ -110003,8 +110058,8 @@ paths: category: repos subcategory: rules parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 - name: includes_parents @@ -110015,7 +110070,7 @@ paths: schema: type: boolean default: true - - *708 + - *709 responses: '200': description: Response @@ -110070,8 +110125,8 @@ paths: category: repos subcategory: rules parameters: - - *455 - - *456 + - *458 + - *459 requestBody: description: Request body required: true @@ -110100,7 +110155,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *709 + items: *710 required: - name - enforcement @@ -110133,7 +110188,7 @@ paths: application/json: schema: *187 examples: - default: &718 + default: &719 value: id: 42 name: super cool ruleset @@ -110181,12 +110236,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#list-repository-rule-suites parameters: - - *455 - - *456 - - *710 - - *105 + - *458 + - *459 - *711 + - *105 - *712 + - *713 - *17 - *19 responses: @@ -110194,9 +110249,9 @@ paths: description: Response content: application/json: - schema: *713 + schema: *714 examples: - default: *714 + default: *715 '404': *6 '500': *38 x-github: @@ -110217,17 +110272,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *455 - - *456 - - *715 + - *458 + - *459 + - *716 responses: '200': description: Response content: application/json: - schema: *716 + schema: *717 examples: - default: *717 + default: *718 '404': *6 '500': *38 x-github: @@ -110255,8 +110310,8 @@ paths: category: repos subcategory: rules parameters: - - *455 - - *456 + - *458 + - *459 - name: ruleset_id description: The ID of the ruleset. in: path @@ -110278,7 +110333,7 @@ paths: application/json: schema: *187 examples: - default: *718 + default: *719 '404': *6 '500': *38 put: @@ -110296,8 +110351,8 @@ paths: category: repos subcategory: rules parameters: - - *455 - - *456 + - *458 + - *459 - name: ruleset_id description: The ID of the ruleset. in: path @@ -110331,7 +110386,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *709 + items: *710 examples: default: value: @@ -110361,7 +110416,7 @@ paths: application/json: schema: *187 examples: - default: *718 + default: *719 '404': *6 '422': *15 '500': *38 @@ -110380,8 +110435,8 @@ paths: category: repos subcategory: rules parameters: - - *455 - - *456 + - *458 + - *459 - name: ruleset_id description: The ID of the ruleset. in: path @@ -110404,8 +110459,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-history parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 - name: ruleset_id @@ -110423,7 +110478,7 @@ paths: type: array items: *191 examples: - default: *423 + default: *425 '404': *6 '500': *38 x-github: @@ -110442,8 +110497,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/rules#get-repository-ruleset-version parameters: - - *455 - - *456 + - *458 + - *459 - name: ruleset_id description: The ID of the ruleset. in: path @@ -110461,7 +110516,7 @@ paths: description: Response content: application/json: - schema: *424 + schema: *426 examples: default: value: @@ -110516,23 +110571,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: - - *455 - - *456 - - *425 - - *426 + - *458 + - *459 - *427 - *428 - *429 - *430 + - *431 + - *432 + - *433 - *110 - *19 - *17 - - *719 - *720 - - *431 - - *432 - - *433 + - *721 - *434 + - *435 + - *436 + - *437 responses: '200': description: Response @@ -110540,7 +110596,7 @@ paths: application/json: schema: type: array - items: &724 + items: &725 type: object properties: number: *126 @@ -110556,8 +110612,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *721 - resolution: *722 + state: *722 + resolution: *723 resolved_at: type: - string @@ -110582,6 +110638,11 @@ 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 + - 'null' + description: The provider of the secret that was detected. secret: type: string description: The secret that was detected. @@ -110651,7 +110712,7 @@ paths: first_location_detected: anyOf: - type: 'null' - - *723 + - *724 has_more_locations: type: boolean description: A boolean value representing whether or not the @@ -110810,16 +110871,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: - - *455 - - *456 - - *535 - - *434 + - *458 + - *459 + - *538 + - *437 responses: '200': description: Response content: application/json: - schema: *724 + schema: *725 examples: default: value: @@ -110873,9 +110934,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: - - *455 - - *456 - - *535 + - *458 + - *459 + - *538 requestBody: required: true content: @@ -110883,8 +110944,8 @@ paths: schema: type: object properties: - state: *721 - resolution: *722 + state: *722 + resolution: *723 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -110922,7 +110983,7 @@ paths: description: Response content: application/json: - schema: *724 + schema: *725 examples: default: value: @@ -111017,9 +111078,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: - - *455 - - *456 - - *535 + - *458 + - *459 + - *538 - *19 - *17 responses: @@ -111030,7 +111091,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &903 + items: &904 type: object properties: type: @@ -111057,7 +111118,6 @@ paths: - commit details: oneOf: - - *725 - *726 - *727 - *728 @@ -111070,6 +111130,7 @@ paths: - *735 - *736 - *737 + - *738 examples: default: value: @@ -111155,8 +111216,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: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -111164,14 +111225,14 @@ paths: schema: type: object properties: - reason: &739 + reason: &740 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *738 + placeholder_id: *739 required: - reason - placeholder_id @@ -111188,7 +111249,7 @@ paths: schema: type: object properties: - reason: *739 + reason: *740 expire_at: type: - string @@ -111235,8 +111296,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: - - *455 - - *456 + - *458 + - *459 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -111251,7 +111312,7 @@ paths: properties: incremental_scans: type: array - items: &740 + items: &741 description: Information on a single scan performed by secret scanning on the repository type: object @@ -111279,15 +111340,15 @@ paths: the scan is pending pattern_update_scans: type: array - items: *740 + items: *741 backfill_scans: type: array - items: *740 + items: *741 custom_pattern_backfill_scans: type: array items: allOf: - - *740 + - *741 - type: object properties: pattern_name: @@ -111357,8 +111418,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *455 - - *456 + - *458 + - *459 - *110 - name: sort description: The property to sort the results by. @@ -111402,9 +111463,9 @@ paths: application/json: schema: type: array - items: *741 + items: *742 examples: - default: *742 + default: *743 '400': *14 '404': *6 x-github: @@ -111427,8 +111488,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: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -111508,7 +111569,7 @@ paths: login: type: string description: The username of the user credited. - type: *439 + type: *442 required: - login - type @@ -111598,9 +111659,9 @@ paths: description: Response content: application/json: - schema: *741 + schema: *742 examples: - default: &744 + default: &745 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -111833,8 +111894,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: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -111947,7 +112008,7 @@ paths: description: Response content: application/json: - schema: *741 + schema: *742 examples: default: value: @@ -112094,17 +112155,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: - - *455 - - *456 - - *743 + - *458 + - *459 + - *744 responses: '200': description: Response content: application/json: - schema: *741 + schema: *742 examples: - default: *744 + default: *745 '403': *27 '404': *6 x-github: @@ -112128,9 +112189,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: - - *455 - - *456 - - *743 + - *458 + - *459 + - *744 requestBody: required: true content: @@ -112210,7 +112271,7 @@ paths: login: type: string description: The username of the user credited. - type: *439 + type: *442 required: - login - type @@ -112301,10 +112362,10 @@ paths: description: Response content: application/json: - schema: *741 + schema: *742 examples: - default: *744 - add_credit: *744 + default: *745 + add_credit: *745 '403': *27 '404': *6 '422': @@ -112342,9 +112403,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: - - *455 - - *456 - - *743 + - *458 + - *459 + - *744 responses: '202': *37 '400': *14 @@ -112371,17 +112432,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: - - *455 - - *456 - - *743 + - *458 + - *459 + - *744 responses: '202': description: Response content: application/json: - schema: *460 + schema: *463 examples: - default: *462 + default: *465 '400': *14 '422': *15 '403': *27 @@ -112407,8 +112468,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-stargazers parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -112504,8 +112565,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -112514,7 +112575,7 @@ paths: application/json: schema: type: array - items: &745 + items: &746 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -112547,8 +112608,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -112626,8 +112687,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -112721,8 +112782,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -112876,8 +112937,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: - - *455 - - *456 + - *458 + - *459 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -112887,7 +112948,7 @@ paths: application/json: schema: type: array - items: *745 + items: *746 examples: default: value: @@ -112920,8 +112981,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/commits/statuses#create-a-commit-status parameters: - - *455 - - *456 + - *458 + - *459 - name: sha in: path required: true @@ -112977,7 +113038,7 @@ paths: description: Response content: application/json: - schema: *746 + schema: *747 examples: default: value: @@ -113031,8 +113092,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#list-watchers parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -113064,14 +113125,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#get-a-repository-subscription parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &747 + schema: &748 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -113144,8 +113205,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#set-a-repository-subscription parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: false content: @@ -113171,7 +113232,7 @@ paths: description: Response content: application/json: - schema: *747 + schema: *748 examples: default: value: @@ -113198,8 +113259,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/activity/watching#delete-a-repository-subscription parameters: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Response @@ -113219,8 +113280,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-tags parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -113302,8 +113363,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *455 - - *456 + - *458 + - *459 - name: ref in: path required: true @@ -113339,8 +113400,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#list-repository-teams parameters: - - *455 - - *456 + - *458 + - *459 - *17 - *19 responses: @@ -113352,7 +113413,7 @@ paths: type: array items: *307 examples: - default: *386 + default: *388 headers: Link: *45 '404': *6 @@ -113372,8 +113433,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-all-repository-topics parameters: - - *455 - - *456 + - *458 + - *459 - *19 - *17 responses: @@ -113381,7 +113442,7 @@ paths: description: Response content: application/json: - schema: &748 + schema: &749 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -113393,7 +113454,7 @@ paths: required: - names examples: - default: &749 + default: &750 value: names: - octocat @@ -113416,8 +113477,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#replace-all-repository-topics parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -113448,9 +113509,9 @@ paths: description: Response content: application/json: - schema: *748 + schema: *749 examples: - default: *749 + default: *750 '404': *6 '422': *7 x-github: @@ -113471,9 +113532,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-repository-clones parameters: - - *455 - - *456 - - &750 + - *458 + - *459 + - &751 name: per description: The time frame to display results for. in: query @@ -113504,7 +113565,7 @@ paths: - 128 clones: type: array - items: &751 + items: &752 title: Traffic type: object properties: @@ -113591,8 +113652,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-paths parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -113686,8 +113747,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-top-referral-sources parameters: - - *455 - - *456 + - *458 + - *459 responses: '200': description: Response @@ -113750,9 +113811,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/metrics/traffic#get-page-views parameters: - - *455 - - *456 - - *750 + - *458 + - *459 + - *751 responses: '200': description: Response @@ -113773,7 +113834,7 @@ paths: - 3782 views: type: array - items: *751 + items: *752 required: - uniques - count @@ -113850,8 +113911,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#transfer-a-repository parameters: - - *455 - - *456 + - *458 + - *459 requestBody: required: true content: @@ -114125,8 +114186,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: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -114149,8 +114210,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#enable-vulnerability-alerts parameters: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Response @@ -114172,8 +114233,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#disable-vulnerability-alerts parameters: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Response @@ -114199,8 +114260,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *455 - - *456 + - *458 + - *459 - name: ref in: path required: true @@ -114292,9 +114353,9 @@ paths: description: Response content: application/json: - schema: *460 + schema: *463 examples: - default: *462 + default: *465 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -114442,7 +114503,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - *272 - - *648 + - *649 requestBody: required: true content: @@ -114508,9 +114569,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *651 + items: *652 examples: - default: *752 + default: *753 '400': *14 '403': *27 '404': *6 @@ -114547,7 +114608,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - *272 - - *648 + - *649 requestBody: required: true content: @@ -114614,9 +114675,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *651 + items: *652 examples: - default: *752 + default: *753 '400': *14 '403': *27 '404': *6 @@ -114648,8 +114709,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - *272 - - *648 - - *371 + - *649 + - *373 responses: '204': description: Issue field value deleted successfully @@ -114691,7 +114752,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &760 + - &761 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -114701,7 +114762,7 @@ paths: type: string examples: - members - - &765 + - &766 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -114713,7 +114774,7 @@ paths: format: int32 examples: - 1 - - &766 + - &767 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -114757,7 +114818,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &755 + items: &756 allOf: - type: object required: @@ -114839,7 +114900,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: &767 + meta: &768 type: object description: The metadata associated with the creation/updates to the user. @@ -114904,30 +114965,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &756 + '400': &757 description: Bad request content: application/json: - schema: *753 + schema: *754 application/scim+json: - schema: *753 - '401': *754 - '403': &757 + schema: *754 + '401': *755 + '403': &758 description: Permission denied - '429': &758 + '429': &759 description: Too many requests content: application/json: - schema: *753 + schema: *754 application/scim+json: - schema: *753 - '500': &759 + schema: *754 + '500': &760 description: Internal server error content: application/json: - schema: *753 + schema: *754 application/scim+json: - schema: *753 + schema: *754 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -114951,7 +115012,7 @@ paths: required: true content: application/json: - schema: &763 + schema: &764 type: object required: - schemas @@ -115015,9 +115076,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *755 + schema: *756 examples: - group: &761 + group: &762 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -115036,13 +115097,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': *756 - '401': *754 - '403': *757 - '409': &764 + '400': *757 + '401': *755 + '403': *758 + '409': &765 description: Duplicate record detected - '429': *758 - '500': *759 + '429': *759 + '500': *760 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115059,7 +115120,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: - - &762 + - &763 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -115068,22 +115129,22 @@ paths: type: string examples: - 7fce0092-d52e-4f76-b727-3955bd72c939 - - *760 + - *761 - *39 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *755 + schema: *756 examples: - default: *761 - '400': *756 - '401': *754 - '403': *757 + default: *762 + '400': *757 + '401': *755 + '403': *758 '404': *6 - '429': *758 - '500': *759 + '429': *759 + '500': *760 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115102,13 +115163,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: - - *762 + - *763 - *39 requestBody: required: true content: application/json: - schema: *763 + schema: *764 examples: group: summary: Group @@ -115134,17 +115195,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *755 + schema: *756 examples: - group: *761 - groupWithMembers: *761 - '400': *756 - '401': *754 - '403': *757 + group: *762 + groupWithMembers: *762 + '400': *757 + '401': *755 + '403': *758 '404': *6 - '409': *764 - '429': *758 - '500': *759 + '409': *765 + '429': *759 + '500': *760 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115168,13 +115229,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: - - *762 + - *763 - *39 requestBody: required: true content: application/json: - schema: &774 + schema: &775 type: object required: - Operations @@ -115234,17 +115295,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *755 + schema: *756 examples: - updateGroup: *761 - addMembers: *761 - '400': *756 - '401': *754 - '403': *757 + updateGroup: *762 + addMembers: *762 + '400': *757 + '401': *755 + '403': *758 '404': *6 - '409': *764 - '429': *758 - '500': *759 + '409': *765 + '429': *759 + '500': *760 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115260,17 +115321,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: - - *762 + - *763 - *39 responses: '204': description: Group was deleted, no content - '400': *756 - '401': *754 - '403': *757 + '400': *757 + '401': *755 + '403': *758 '404': *6 - '429': *758 - '500': *759 + '429': *759 + '500': *760 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115304,8 +115365,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *765 - *766 + - *767 - *39 responses: '200': @@ -115339,7 +115400,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &769 + items: &770 allOf: - type: object required: @@ -115431,7 +115492,7 @@ paths: address. examples: - true - roles: &768 + roles: &769 type: array description: The roles assigned to the user. items: @@ -115490,7 +115551,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *767 + meta: *768 startIndex: type: integer description: A starting index for the returned page @@ -115529,11 +115590,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *756 - '401': *754 - '403': *757 - '429': *758 - '500': *759 + '400': *757 + '401': *755 + '403': *758 + '429': *759 + '500': *760 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115557,7 +115618,7 @@ paths: required: true content: application/json: - schema: &772 + schema: &773 type: object required: - schemas @@ -115650,9 +115711,9 @@ paths: description: Whether this email address is the primary address. examples: - true - roles: *768 + roles: *769 examples: - user: &773 + user: &774 summary: User value: schemas: @@ -115699,9 +115760,9 @@ paths: description: User has been created content: application/scim+json: - schema: *769 + schema: *770 examples: - user: &770 + user: &771 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -115727,13 +115788,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: *770 - '400': *756 - '401': *754 - '403': *757 - '409': *764 - '429': *758 - '500': *759 + enterpriseOwner: *771 + '400': *757 + '401': *755 + '403': *758 + '409': *765 + '429': *759 + '500': *760 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115750,7 +115811,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: - - &771 + - &772 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -115763,15 +115824,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *769 + schema: *770 examples: - default: *770 - '400': *756 - '401': *754 - '403': *757 + default: *771 + '400': *757 + '401': *755 + '403': *758 '404': *6 - '429': *758 - '500': *759 + '429': *759 + '500': *760 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115822,30 +115883,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: - - *771 + - *772 - *39 requestBody: required: true content: application/json: - schema: *772 + schema: *773 examples: - user: *773 + user: *774 responses: '200': description: User was updated content: application/scim+json: - schema: *769 + schema: *770 examples: - user: *770 - '400': *756 - '401': *754 - '403': *757 + user: *771 + '400': *757 + '401': *755 + '403': *758 '404': *6 - '409': *764 - '429': *758 - '500': *759 + '409': *765 + '429': *759 + '500': *760 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115886,13 +115947,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: - - *771 + - *772 - *39 requestBody: required: true content: application/json: - schema: *774 + schema: *775 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -115932,18 +115993,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *769 + schema: *770 examples: - userMultiValuedProperties: *770 - userSingleValuedProperties: *770 - disableUser: *770 - '400': *756 - '401': *754 - '403': *757 + userMultiValuedProperties: *771 + userSingleValuedProperties: *771 + disableUser: *771 + '400': *757 + '401': *755 + '403': *758 '404': *6 - '409': *764 - '429': *758 - '500': *759 + '409': *765 + '429': *759 + '500': *760 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -115963,17 +116024,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: - - *771 + - *772 - *39 responses: '204': description: User was deleted, no content - '400': *756 - '401': *754 - '403': *757 + '400': *757 + '401': *755 + '403': *758 '404': *6 - '429': *758 - '500': *759 + '429': *759 + '500': *760 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -116064,7 +116125,7 @@ paths: - 1 Resources: type: array - items: &775 + items: &776 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -116311,22 +116372,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *35 - '404': &776 + '404': &777 description: Resource not found content: application/json: - schema: *753 + schema: *754 application/scim+json: - schema: *753 - '403': &777 + schema: *754 + '403': &778 description: Forbidden content: application/json: - schema: *753 + schema: *754 application/scim+json: - schema: *753 - '400': *756 - '429': *758 + schema: *754 + '400': *757 + '429': *759 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -116352,9 +116413,9 @@ paths: description: Response content: application/scim+json: - schema: *775 + schema: *776 examples: - default: &778 + default: &779 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -116377,17 +116438,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *35 - '404': *776 - '403': *777 - '500': *759 + '404': *777 + '403': *778 + '500': *760 '409': description: Conflict content: application/json: - schema: *753 + schema: *754 application/scim+json: - schema: *753 - '400': *756 + schema: *754 + '400': *757 requestBody: required: true content: @@ -116487,17 +116548,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *87 - - *771 + - *772 responses: '200': description: Response content: application/scim+json: - schema: *775 + schema: *776 examples: - default: *778 - '404': *776 - '403': *777 + default: *779 + '404': *777 + '403': *778 '304': *35 x-github: githubCloudOnly: true @@ -116521,18 +116582,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-a-provisioned-organization-membership parameters: - *87 - - *771 + - *772 responses: '200': description: Response content: application/scim+json: - schema: *775 + schema: *776 examples: - default: *778 + default: *779 '304': *35 - '404': *776 - '403': *777 + '404': *777 + '403': *778 requestBody: required: true content: @@ -116647,19 +116708,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *87 - - *771 + - *772 responses: '200': description: Response content: application/scim+json: - schema: *775 + schema: *776 examples: - default: *778 + default: *779 '304': *35 - '404': *776 - '403': *777 - '400': *756 + '404': *777 + '403': *778 + '400': *757 '429': description: Response content: @@ -116755,12 +116816,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *87 - - *771 + - *772 responses: '204': description: Response - '404': *776 - '403': *777 + '404': *777 + '403': *778 '304': *35 x-github: githubCloudOnly: true @@ -116897,7 +116958,7 @@ paths: examples: - 73..77 - 77..78 - text_matches: &779 + text_matches: &780 title: Search Result Text Matches type: array items: @@ -117061,7 +117122,7 @@ paths: enum: - author-date - committer-date - - &780 + - &781 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 @@ -117130,7 +117191,7 @@ paths: committer: anyOf: - type: 'null' - - *506 + - *509 comment_count: type: integer message: @@ -117149,7 +117210,7 @@ paths: url: type: string format: uri - verification: *629 + verification: *630 required: - author - committer @@ -117164,7 +117225,7 @@ paths: committer: anyOf: - type: 'null' - - *506 + - *509 parents: type: array items: @@ -117181,7 +117242,7 @@ paths: type: number node_id: type: string - text_matches: *779 + text_matches: *780 required: - sha - node_id @@ -117374,7 +117435,7 @@ paths: - interactions - created - updated - - *780 + - *781 - *17 - *19 - name: advanced_search @@ -117488,11 +117549,11 @@ paths: type: - string - 'null' - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 issue_field_values: type: array - items: *651 + items: *652 state: type: string state_reason: @@ -117502,7 +117563,7 @@ paths: milestone: anyOf: - type: 'null' - - *406 + - *408 comments: type: integer created_at: @@ -117516,7 +117577,7 @@ paths: - string - 'null' format: date-time - text_matches: *779 + text_matches: *780 pull_request: type: object properties: @@ -117565,7 +117626,7 @@ paths: timeline_url: type: string format: uri - type: *372 + type: *374 performed_via_github_app: anyOf: - type: 'null' @@ -117781,7 +117842,7 @@ paths: enum: - created - updated - - *780 + - *781 - *17 - *19 responses: @@ -117826,7 +117887,7 @@ paths: - 'null' score: type: number - text_matches: *779 + text_matches: *780 required: - id - node_id @@ -117912,7 +117973,7 @@ paths: - forks - help-wanted-issues - updated - - *780 + - *781 - *17 - *19 responses: @@ -118158,7 +118219,7 @@ paths: - admin - pull - push - text_matches: *779 + text_matches: *780 temp_clone_token: type: string allow_merge_commit: @@ -118467,7 +118528,7 @@ paths: - string - 'null' format: uri - text_matches: *779 + text_matches: *780 related: type: - array @@ -118662,7 +118723,7 @@ paths: - followers - repositories - joined - - *780 + - *781 - *17 - *19 responses: @@ -118772,7 +118833,7 @@ paths: type: - boolean - 'null' - text_matches: *779 + text_matches: *780 blog: type: - string @@ -118854,7 +118915,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#get-a-team-legacy parameters: - - &783 + - &784 name: team_id description: The unique identifier of the team. in: path @@ -118866,9 +118927,9 @@ paths: description: Response content: application/json: - schema: *447 + schema: *450 examples: - default: *448 + default: *451 '404': *6 x-github: githubCloudOnly: false @@ -118895,7 +118956,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#update-a-team-legacy parameters: - - *783 + - *784 requestBody: required: true content: @@ -118959,16 +119020,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *447 + schema: *450 examples: - default: *448 + default: *451 '201': description: Response content: application/json: - schema: *447 + schema: *450 examples: - default: *448 + default: *451 '404': *6 '422': *15 '403': *27 @@ -118996,7 +119057,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#delete-a-team-legacy parameters: - - *783 + - *784 responses: '204': description: Response @@ -119025,7 +119086,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-pending-team-invitations-legacy parameters: - - *783 + - *784 - *17 - *19 responses: @@ -119035,9 +119096,9 @@ paths: application/json: schema: type: array - items: *366 + items: *368 examples: - default: *367 + default: *369 headers: Link: *45 x-github: @@ -119063,7 +119124,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#list-team-members-legacy parameters: - - *783 + - *784 - name: role description: Filters members returned by their role in the team. in: query @@ -119114,7 +119175,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#get-team-member-legacy parameters: - - *783 + - *784 - *139 responses: '204': @@ -119151,7 +119212,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#add-team-member-legacy parameters: - - *783 + - *784 - *139 responses: '204': @@ -119191,7 +119252,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/members#remove-team-member-legacy parameters: - - *783 + - *784 - *139 responses: '204': @@ -119228,16 +119289,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: - - *783 + - *784 - *139 responses: '200': description: Response content: application/json: - schema: *454 + schema: *457 examples: - response-if-user-is-a-team-maintainer: *784 + response-if-user-is-a-team-maintainer: *785 '404': *6 x-github: githubCloudOnly: false @@ -119270,7 +119331,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: - - *783 + - *784 - *139 requestBody: required: false @@ -119296,9 +119357,9 @@ paths: description: Response content: application/json: - schema: *454 + schema: *457 examples: - response-if-users-membership-with-team-is-now-pending: *785 + response-if-users-membership-with-team-is-now-pending: *786 '403': description: Forbidden if team synchronization is set up '422': @@ -119332,7 +119393,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: - - *783 + - *784 - *139 responses: '204': @@ -119360,7 +119421,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-team-repositories-legacy parameters: - - *783 + - *784 - *17 - *19 responses: @@ -119372,7 +119433,7 @@ paths: type: array items: *278 examples: - default: *400 + default: *402 headers: Link: *45 '404': *6 @@ -119402,15 +119463,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: - - *783 - - *455 - - *456 + - *784 + - *458 + - *459 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *786 + schema: *787 examples: alternative-response-with-extra-repository-information: value: @@ -119561,9 +119622,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: - - *783 - - *455 - - *456 + - *784 + - *458 + - *459 requestBody: required: false content: @@ -119613,9 +119674,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: - - *783 - - *455 - - *456 + - *784 + - *458 + - *459 responses: '204': description: Response @@ -119644,15 +119705,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: - - *783 + - *784 responses: '200': description: Response content: application/json: - schema: *457 + schema: *460 examples: - default: *458 + default: *461 '403': *27 '404': *6 x-github: @@ -119679,7 +119740,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: - - *783 + - *784 requestBody: required: true content: @@ -119740,7 +119801,7 @@ paths: description: Response content: application/json: - schema: *457 + schema: *460 examples: default: value: @@ -119771,7 +119832,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/teams/teams#list-child-teams-legacy parameters: - - *783 + - *784 - *17 - *19 responses: @@ -119783,7 +119844,7 @@ paths: type: array items: *307 examples: - response-if-child-teams-exist: *787 + response-if-child-teams-exist: *788 headers: Link: *45 '404': *6 @@ -119816,7 +119877,7 @@ paths: application/json: schema: oneOf: - - &788 + - &789 title: Private User description: Private User type: object @@ -120066,7 +120127,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - &813 + - &814 title: Public User description: Public User type: object @@ -120400,7 +120461,7 @@ paths: description: Response content: application/json: - schema: *788 + schema: *789 examples: default: value: @@ -120603,9 +120664,9 @@ paths: type: integer codespaces: type: array - items: *377 + items: *379 examples: - default: *378 + default: *380 '304': *35 '500': *38 '401': *23 @@ -120744,17 +120805,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *377 + schema: *379 examples: - default: *558 + default: *561 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *377 + schema: *379 examples: - default: *558 + default: *561 '401': *23 '403': *27 '404': *6 @@ -120798,7 +120859,7 @@ paths: type: integer secrets: type: array - items: &789 + items: &790 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -120840,7 +120901,7 @@ paths: - visibility - selected_repositories_url examples: - default: *560 + default: *563 headers: Link: *45 x-github: @@ -120918,7 +120979,7 @@ paths: description: Response content: application/json: - schema: *789 + schema: *790 examples: default: value: @@ -121208,15 +121269,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: - - *379 + - *381 responses: '200': description: Response content: application/json: - schema: *377 + schema: *379 examples: - default: *558 + default: *561 '304': *35 '500': *38 '401': *23 @@ -121242,7 +121303,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: - - *379 + - *381 requestBody: required: false content: @@ -121272,9 +121333,9 @@ paths: description: Response content: application/json: - schema: *377 + schema: *379 examples: - default: *558 + default: *561 '401': *23 '403': *27 '404': *6 @@ -121296,7 +121357,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: - - *379 + - *381 responses: '202': *37 '304': *35 @@ -121325,13 +121386,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: - - *379 + - *381 responses: '202': description: Response content: application/json: - schema: &790 + schema: &791 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -121384,7 +121445,7 @@ paths: examples: - https://github.com/octocat/hello-world/tree/:branch examples: - default: &791 + default: &792 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -121416,7 +121477,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *379 + - *381 - name: export_id in: path required: true @@ -121429,9 +121490,9 @@ paths: description: Response content: application/json: - schema: *790 + schema: *791 examples: - default: *791 + default: *792 '404': *6 x-github: githubCloudOnly: false @@ -121452,7 +121513,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *379 + - *381 responses: '200': description: Response @@ -121468,9 +121529,9 @@ paths: type: integer machines: type: array - items: *559 + items: *562 examples: - default: *792 + default: *793 '304': *35 '500': *38 '401': *23 @@ -121499,7 +121560,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: - - *379 + - *381 requestBody: required: true content: @@ -121555,11 +121616,11 @@ paths: - 26a7c758-7299-4a73-b978-5a92a7ae98a0 owner: *4 billable_owner: *4 - repository: *460 + repository: *463 machine: anyOf: - type: 'null' - - *559 + - *562 devcontainer_path: description: Path to devcontainer.json from repo root used to create Codespace. @@ -122356,15 +122417,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: - - *379 + - *381 responses: '200': description: Response content: application/json: - schema: *377 + schema: *379 examples: - default: *558 + default: *561 '304': *35 '500': *38 '400': *14 @@ -122396,15 +122457,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: - - *379 + - *381 responses: '200': description: Response content: application/json: - schema: *377 + schema: *379 examples: - default: *558 + default: *561 '500': *38 '401': *23 '403': *27 @@ -122434,9 +122495,9 @@ paths: application/json: schema: type: array - items: *387 + items: *389 examples: - default: &803 + default: &804 value: - id: 197 name: hello_docker @@ -122537,7 +122598,7 @@ paths: application/json: schema: type: array - items: &793 + items: &794 title: Email description: Email type: object @@ -122607,9 +122668,9 @@ paths: application/json: schema: type: array - items: *793 + items: *794 examples: - default: &805 + default: &806 value: - email: octocat@github.com verified: true @@ -122686,7 +122747,7 @@ paths: application/json: schema: type: array - items: *793 + items: *794 examples: default: value: @@ -122944,7 +123005,7 @@ paths: application/json: schema: type: array - items: &794 + items: &795 title: GPG Key description: A unique encryption key type: object @@ -123089,7 +123150,7 @@ paths: - subkeys - revoked examples: - default: &822 + default: &823 value: - id: 3 name: Octocat's GPG Key @@ -123174,9 +123235,9 @@ paths: description: Response content: application/json: - schema: *794 + schema: *795 examples: - default: &795 + default: &796 value: id: 3 name: Octocat's GPG Key @@ -123233,7 +123294,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &796 + - &797 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -123245,9 +123306,9 @@ paths: description: Response content: application/json: - schema: *794 + schema: *795 examples: - default: *795 + default: *796 '404': *6 '304': *35 '403': *27 @@ -123270,7 +123331,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *796 + - *797 responses: '204': description: Response @@ -123549,12 +123610,12 @@ paths: application/json: schema: anyOf: - - *364 + - *366 - type: object properties: {} additionalProperties: false examples: - default: *365 + default: *367 '204': description: Response when there are no restrictions x-github: @@ -123578,7 +123639,7 @@ paths: required: true content: application/json: - schema: *639 + schema: *640 examples: default: value: @@ -123589,7 +123650,7 @@ paths: description: Response content: application/json: - schema: *364 + schema: *366 examples: default: value: @@ -123670,7 +123731,7 @@ paths: - closed - all default: open - - *375 + - *377 - name: sort description: What to sort results by. in: query @@ -123695,7 +123756,7 @@ paths: type: array items: *219 examples: - default: *376 + default: *378 headers: Link: *45 '404': *6 @@ -123728,7 +123789,7 @@ paths: application/json: schema: type: array - items: &797 + items: &798 title: Key description: Key type: object @@ -123831,9 +123892,9 @@ paths: description: Response content: application/json: - schema: *797 + schema: *798 examples: - default: &798 + default: &799 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -123866,15 +123927,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: - - *669 + - *670 responses: '200': description: Response content: application/json: - schema: *797 + schema: *798 examples: - default: *798 + default: *799 '404': *6 '304': *35 '403': *27 @@ -123897,7 +123958,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: - - *669 + - *670 responses: '204': description: Response @@ -123930,7 +123991,7 @@ paths: application/json: schema: type: array - items: &799 + items: &800 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -124009,7 +124070,7 @@ paths: - account - plan examples: - default: &800 + default: &801 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -124071,9 +124132,9 @@ paths: application/json: schema: type: array - items: *799 + items: *800 examples: - default: *800 + default: *801 headers: Link: *45 '304': *35 @@ -124113,7 +124174,7 @@ paths: application/json: schema: type: array - items: *380 + items: *382 examples: default: value: @@ -124227,7 +124288,7 @@ paths: description: Response content: application/json: - schema: *380 + schema: *382 examples: default: value: @@ -124314,7 +124375,7 @@ paths: description: Response content: application/json: - schema: *380 + schema: *382 examples: default: value: @@ -124386,7 +124447,7 @@ paths: application/json: schema: type: array - items: *382 + items: *384 examples: default: value: @@ -124648,7 +124709,7 @@ paths: description: Response content: application/json: - schema: *382 + schema: *384 examples: default: value: @@ -124828,7 +124889,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#get-a-user-migration-status parameters: - - *383 + - *385 - name: exclude in: query required: false @@ -124841,7 +124902,7 @@ paths: description: Response content: application/json: - schema: *382 + schema: *384 examples: default: value: @@ -125035,7 +125096,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#download-a-user-migration-archive parameters: - - *383 + - *385 responses: '302': description: Response @@ -125061,7 +125122,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#delete-a-user-migration-archive parameters: - - *383 + - *385 responses: '204': description: Response @@ -125090,8 +125151,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#unlock-a-user-repository parameters: - - *383 - - *801 + - *385 + - *802 responses: '204': description: Response @@ -125115,7 +125176,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *383 + - *385 - *17 - *19 responses: @@ -125204,7 +125265,7 @@ paths: - docker - nuget - container - - *802 + - *803 - *19 - *17 responses: @@ -125214,10 +125275,10 @@ paths: application/json: schema: type: array - items: *387 + items: *389 examples: - default: *803 - '400': *804 + default: *804 + '400': *805 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -125237,16 +125298,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: - - *389 - - *390 + - *391 + - *392 responses: '200': description: Response content: application/json: - schema: *387 + schema: *389 examples: - default: &823 + default: &824 value: id: 40201 name: octo-name @@ -125359,8 +125420,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: - - *389 - - *390 + - *391 + - *392 responses: '204': description: Response @@ -125390,8 +125451,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: - - *389 - - *390 + - *391 + - *392 - name: token description: package token schema: @@ -125423,8 +125484,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: - - *389 - - *390 + - *391 + - *392 - *19 - *17 - name: state @@ -125444,7 +125505,7 @@ paths: application/json: schema: type: array - items: *391 + items: *393 examples: default: value: @@ -125493,15 +125554,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: - - *389 - - *390 + - *391 - *392 + - *394 responses: '200': description: Response content: application/json: - schema: *391 + schema: *393 examples: default: value: @@ -125537,9 +125598,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: - - *389 - - *390 + - *391 - *392 + - *394 responses: '204': description: Response @@ -125569,9 +125630,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: - - *389 - - *390 + - *391 - *392 + - *394 responses: '204': description: Response @@ -125608,9 +125669,9 @@ paths: application/json: schema: type: array - items: *793 + items: *794 examples: - default: *805 + default: *806 headers: Link: *45 '304': *35 @@ -125723,7 +125784,7 @@ paths: type: array items: *78 examples: - default: &812 + default: &813 summary: Default response value: - id: 1296269 @@ -126041,9 +126102,9 @@ paths: description: Response content: application/json: - schema: *460 + schema: *463 examples: - default: *462 + default: *465 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -126082,9 +126143,9 @@ paths: application/json: schema: type: array - items: *641 + items: *642 examples: - default: *806 + default: *807 headers: Link: *45 '304': *35 @@ -126107,7 +126168,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *368 + - *370 responses: '204': description: Response @@ -126131,7 +126192,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *368 + - *370 responses: '204': description: Response @@ -126164,7 +126225,7 @@ paths: application/json: schema: type: array - items: &807 + items: &808 title: Social account description: Social media account type: object @@ -126181,7 +126242,7 @@ paths: - provider - url examples: - default: &808 + default: &809 value: - provider: twitter url: https://twitter.com/github @@ -126244,9 +126305,9 @@ paths: application/json: schema: type: array - items: *807 + items: *808 examples: - default: *808 + default: *809 '422': *15 '304': *35 '404': *6 @@ -126334,7 +126395,7 @@ paths: application/json: schema: type: array - items: &809 + items: &810 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -126354,7 +126415,7 @@ paths: - title - created_at examples: - default: &837 + default: &838 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -126419,9 +126480,9 @@ paths: description: Response content: application/json: - schema: *809 + schema: *810 examples: - default: &810 + default: &811 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -126451,7 +126512,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &811 + - &812 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -126463,9 +126524,9 @@ paths: description: Response content: application/json: - schema: *809 + schema: *810 examples: - default: *810 + default: *811 '404': *6 '304': *35 '403': *27 @@ -126488,7 +126549,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *811 + - *812 responses: '204': description: Response @@ -126517,7 +126578,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: - - &838 + - &839 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 @@ -126542,11 +126603,11 @@ paths: type: array items: *78 examples: - default-response: *812 + default-response: *813 application/vnd.github.v3.star+json: schema: type: array - items: &839 + items: &840 title: Starred Repository description: Starred Repository type: object @@ -126702,8 +126763,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: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Response if this repository is starred by you @@ -126731,8 +126792,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: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Response @@ -126756,8 +126817,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: - - *455 - - *456 + - *458 + - *459 responses: '204': description: Response @@ -126792,7 +126853,7 @@ paths: type: array items: *278 examples: - default: *400 + default: *402 headers: Link: *45 '304': *35 @@ -126829,7 +126890,7 @@ paths: application/json: schema: type: array - items: *447 + items: *450 examples: default: value: @@ -126915,10 +126976,10 @@ paths: application/json: schema: oneOf: - - *788 - - *813 + - *789 + - *814 examples: - default-response: &817 + default-response: &818 summary: Default response value: login: octocat @@ -126953,7 +127014,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &818 + response-with-git-hub-plan-information: &819 summary: Response with GitHub plan information value: login: octocat @@ -127010,14 +127071,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: - - &815 + - &816 name: user_id description: The unique identifier of the user. in: path required: true schema: type: string - - *405 + - *407 requestBody: required: true description: Details of the draft item to create in the project. @@ -127051,9 +127112,9 @@ paths: description: Response content: application/json: - schema: *410 + schema: *412 examples: - draft_issue: *411 + draft_issue: *413 '304': *35 '403': *27 '401': *23 @@ -127076,7 +127137,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/users/users#list-users parameters: - - *814 + - *815 - *17 responses: '200': @@ -127111,8 +127172,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: - - *815 - - *405 + - *816 + - *407 requestBody: required: true content: @@ -127186,17 +127247,17 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *816 + schema: *817 examples: table_view: summary: Response for creating a table view - value: *415 + value: *417 board_view: summary: Response for creating a board view with filter - value: *415 + value: *417 roadmap_view: summary: Response for creating a roadmap view - value: *415 + value: *417 '304': *35 '403': *27 '401': *23 @@ -127238,11 +127299,11 @@ paths: application/json: schema: oneOf: - - *788 - - *813 + - *789 + - *814 examples: - default-response: *817 - response-with-git-hub-plan-information: *818 + default-response: *818 + response-with-git-hub-plan-information: *819 '404': *6 x-github: githubCloudOnly: false @@ -127292,8 +127353,8 @@ paths: required: - subject_digests examples: - default: *819 - withPredicateType: *820 + default: *820 + withPredicateType: *821 responses: '200': description: Response @@ -127333,7 +127394,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *821 + default: *822 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -127522,7 +127583,7 @@ paths: initiator: type: string examples: - default: *502 + default: *505 '201': description: Response content: @@ -127561,9 +127622,9 @@ paths: application/json: schema: type: array - items: *387 + items: *389 examples: - default: *803 + default: *804 '403': *27 '401': *23 x-github: @@ -127947,9 +128008,9 @@ paths: application/json: schema: type: array - items: *794 + items: *795 examples: - default: *822 + default: *823 headers: Link: *45 x-github: @@ -128053,7 +128114,7 @@ paths: application/json: schema: *20 examples: - default: *362 + default: *364 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -128178,7 +128239,7 @@ paths: - docker - nuget - container - - *802 + - *803 - *139 - *19 - *17 @@ -128189,12 +128250,12 @@ paths: application/json: schema: type: array - items: *387 + items: *389 examples: - default: *803 + default: *804 '403': *27 '401': *23 - '400': *804 + '400': *805 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -128214,17 +128275,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#get-a-package-for-a-user parameters: - - *389 - - *390 + - *391 + - *392 - *139 responses: '200': description: Response content: application/json: - schema: *387 + schema: *389 examples: - default: *823 + default: *824 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -128245,8 +128306,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-a-package-for-a-user parameters: - - *389 - - *390 + - *391 + - *392 - *139 responses: '204': @@ -128279,8 +128340,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-a-package-for-a-user parameters: - - *389 - - *390 + - *391 + - *392 - *139 - name: token description: package token @@ -128313,8 +128374,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: - - *389 - - *390 + - *391 + - *392 - *139 responses: '200': @@ -128323,7 +128384,7 @@ paths: application/json: schema: type: array - items: *391 + items: *393 examples: default: value: @@ -128381,16 +128442,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: - - *389 - - *390 + - *391 - *392 + - *394 - *139 responses: '200': description: Response content: application/json: - schema: *391 + schema: *393 examples: default: value: @@ -128425,10 +128486,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#delete-package-version-for-a-user parameters: - - *389 - - *390 - - *139 + - *391 - *392 + - *139 + - *394 responses: '204': description: Response @@ -128460,10 +128521,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/packages/packages#restore-package-version-for-a-user parameters: - - *389 - - *390 - - *139 + - *391 - *392 + - *139 + - *394 responses: '204': description: Response @@ -128504,9 +128565,9 @@ paths: application/json: schema: type: array - items: *403 + items: *405 examples: - default: *404 + default: *406 headers: Link: *45 '304': *35 @@ -128528,16 +128589,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/projects#get-project-for-user parameters: - - *405 + - *407 - *139 responses: '200': description: Response content: application/json: - schema: *403 + schema: *405 examples: - default: *404 + default: *406 headers: Link: *45 '304': *35 @@ -128559,7 +128620,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#list-project-fields-for-user parameters: - - *405 + - *407 - *139 - *17 - *108 @@ -128571,9 +128632,9 @@ paths: application/json: schema: type: array - items: *408 + items: *410 examples: - default: *824 + default: *825 headers: Link: *45 '304': *35 @@ -128595,7 +128656,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#add-field-to-user-owned-project parameters: - *139 - - *405 + - *407 requestBody: required: true content: @@ -128633,7 +128694,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *825 + items: *826 required: - name - data_type @@ -128649,7 +128710,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *826 + iteration_configuration: *827 required: - name - data_type @@ -128671,20 +128732,20 @@ paths: value: name: Due date data_type: date - single_select_field: *827 - iteration_field: *828 + single_select_field: *828 + iteration_field: *829 responses: '201': description: Response content: application/json: - schema: *408 + schema: *410 examples: - text_field: *829 - number_field: *830 - date_field: *831 - single_select_field: *832 - iteration_field: *833 + text_field: *830 + number_field: *831 + date_field: *832 + single_select_field: *833 + iteration_field: *834 '304': *35 '403': *27 '401': *23 @@ -128705,17 +128766,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/fields#get-project-field-for-user parameters: - - *405 - - *834 + - *407 + - *835 - *139 responses: '200': description: Response content: application/json: - schema: *408 + schema: *410 examples: - default: *835 + default: *836 headers: Link: *45 '304': *35 @@ -128738,7 +128799,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: - - *405 + - *407 - *139 - *108 - *109 @@ -128771,9 +128832,9 @@ paths: application/json: schema: type: array - items: *412 + items: *414 examples: - default: *413 + default: *415 headers: Link: *45 '304': *35 @@ -128795,7 +128856,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#add-item-to-user-owned-project parameters: - *139 - - *405 + - *407 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -128865,22 +128926,22 @@ paths: description: Response content: application/json: - schema: *410 + schema: *412 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *411 + value: *413 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *411 + value: *413 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *411 + value: *413 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *411 + value: *413 '304': *35 '403': *27 '401': *23 @@ -128900,9 +128961,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: - - *405 + - *407 - *139 - - *414 + - *416 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -128922,9 +128983,9 @@ paths: description: Response content: application/json: - schema: *412 + schema: *414 examples: - default: *413 + default: *415 headers: Link: *45 '304': *35 @@ -128945,9 +129006,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#update-project-item-for-user parameters: - - *405 + - *407 - *139 - - *414 + - *416 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -129020,13 +129081,13 @@ paths: description: Response content: application/json: - schema: *412 + schema: *414 examples: - text_field: *413 - number_field: *413 - date_field: *413 - single_select_field: *413 - iteration_field: *413 + text_field: *415 + number_field: *415 + date_field: *415 + single_select_field: *415 + iteration_field: *415 '401': *23 '403': *27 '404': *6 @@ -129046,9 +129107,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest//rest/projects/items#delete-project-item-for-user parameters: - - *405 + - *407 - *139 - - *414 + - *416 responses: '204': description: Response @@ -129070,9 +129131,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: - - *405 + - *407 - *139 - - *836 + - *837 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -129098,9 +129159,9 @@ paths: application/json: schema: type: array - items: *412 + items: *414 examples: - default: *413 + default: *415 headers: Link: *45 '304': *35 @@ -129321,7 +129382,7 @@ paths: type: array items: *278 examples: - default: *400 + default: *402 headers: Link: *45 x-github: @@ -129351,9 +129412,9 @@ paths: application/json: schema: type: array - items: *807 + items: *808 examples: - default: *808 + default: *809 headers: Link: *45 x-github: @@ -129383,9 +129444,9 @@ paths: application/json: schema: type: array - items: *809 + items: *810 examples: - default: *837 + default: *838 headers: Link: *45 x-github: @@ -129410,7 +129471,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest//rest/activity/starring#list-repositories-starred-by-a-user parameters: - *139 - - *838 + - *839 - *110 - *17 - *19 @@ -129422,11 +129483,11 @@ paths: schema: anyOf: - type: array - items: *839 + items: *840 - type: array items: *78 examples: - default-response: *812 + default-response: *813 headers: Link: *45 x-github: @@ -129457,7 +129518,7 @@ paths: type: array items: *278 examples: - default: *400 + default: *402 headers: Link: *45 x-github: @@ -129586,7 +129647,7 @@ webhooks: type: string enum: - disabled - enterprise: &840 + enterprise: &841 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -129655,7 +129716,7 @@ webhooks: - created_at - updated_at - avatar_url - installation: &841 + installation: &842 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -129676,7 +129737,7 @@ webhooks: required: - id - node_id - organization: &842 + organization: &843 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -129749,7 +129810,7 @@ webhooks: - public_members_url - avatar_url - description - repository: &843 + repository: &844 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property @@ -130664,10 +130725,10 @@ webhooks: type: string enum: - enabled - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -130743,11 +130804,11 @@ webhooks: type: string enum: - created - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 - rule: &844 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 + rule: &845 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) @@ -130970,11 +131031,11 @@ webhooks: type: string enum: - deleted - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 - rule: *844 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 + rule: *845 sender: *4 required: - action @@ -131162,11 +131223,11 @@ webhooks: - everyone required: - from - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 - rule: *844 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 + rule: *845 sender: *4 required: - action @@ -131239,7 +131300,7 @@ webhooks: required: true content: application/json: - schema: &864 + schema: &865 title: Exemption request cancellation event type: object properties: @@ -131247,11 +131308,11 @@ webhooks: type: string enum: - cancelled - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 - exemption_request: &845 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 + exemption_request: &846 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -131560,7 +131621,7 @@ webhooks: - array - 'null' description: The responses to the exemption request. - items: &846 + items: &847 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -131672,7 +131733,7 @@ webhooks: required: true content: application/json: - schema: &865 + schema: &866 title: Exemption request completed event type: object properties: @@ -131680,11 +131741,11 @@ webhooks: type: string enum: - completed - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 - exemption_request: *845 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 + exemption_request: *846 sender: *4 required: - action @@ -131756,7 +131817,7 @@ webhooks: required: true content: application/json: - schema: &862 + schema: &863 title: Exemption request created event type: object properties: @@ -131764,11 +131825,11 @@ webhooks: type: string enum: - created - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 - exemption_request: *845 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 + exemption_request: *846 sender: *4 required: - action @@ -131840,7 +131901,7 @@ webhooks: required: true content: application/json: - schema: &866 + schema: &867 title: Exemption response dismissed event type: object properties: @@ -131848,12 +131909,12 @@ webhooks: type: string enum: - response_dismissed - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 - exemption_request: *845 - exemption_response: *846 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 + exemption_request: *846 + exemption_response: *847 sender: *4 required: - action @@ -131927,7 +131988,7 @@ webhooks: required: true content: application/json: - schema: &863 + schema: &864 title: Exemption response submitted event type: object properties: @@ -131935,12 +131996,12 @@ webhooks: type: string enum: - response_submitted - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 - exemption_request: *845 - exemption_response: *846 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 + exemption_request: *846 + exemption_response: *847 sender: *4 required: - action @@ -132024,7 +132085,7 @@ webhooks: type: string enum: - completed - check_run: &848 + check_run: &849 title: CheckRun description: A check performed on the code of a given code change type: object @@ -132134,7 +132195,7 @@ webhooks: - examples: - neutral - deployment: *847 + deployment: *848 details_url: type: string examples: @@ -132232,10 +132293,10 @@ webhooks: - output - app - pull_requests - installation: *841 - enterprise: *840 - organization: *842 - repository: *843 + installation: *842 + enterprise: *841 + organization: *843 + repository: *844 sender: *4 required: - check_run @@ -132626,11 +132687,11 @@ webhooks: type: string enum: - created - check_run: *848 - installation: *841 - enterprise: *840 - organization: *842 - repository: *843 + check_run: *849 + installation: *842 + enterprise: *841 + organization: *843 + repository: *844 sender: *4 required: - check_run @@ -133024,11 +133085,11 @@ webhooks: type: string enum: - requested_action - check_run: *848 - installation: *841 - enterprise: *840 - organization: *842 - repository: *843 + check_run: *849 + installation: *842 + enterprise: *841 + organization: *843 + repository: *844 requested_action: description: The action requested by the user. type: object @@ -133431,11 +133492,11 @@ webhooks: type: string enum: - rerequested - check_run: *848 - installation: *841 - enterprise: *840 - organization: *842 - repository: *843 + check_run: *849 + installation: *842 + enterprise: *841 + organization: *843 + repository: *844 sender: *4 required: - check_run @@ -134420,10 +134481,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -135127,10 +135188,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -135828,10 +135889,10 @@ webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -136000,7 +136061,7 @@ webhooks: required: - login - id - dismissed_comment: *530 + dismissed_comment: *533 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -136152,20 +136213,20 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: &849 + commit_oid: &850 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: *840 - installation: *841 - organization: *842 - ref: &850 + enterprise: *841 + installation: *842 + organization: *843 + ref: &851 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: *843 + repository: *844 sender: *4 required: - action @@ -136332,7 +136393,7 @@ webhooks: required: - login - id - dismissed_comment: *530 + dismissed_comment: *533 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -136573,12 +136634,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *849 - enterprise: *840 - installation: *841 - organization: *842 - ref: *850 - repository: *843 + commit_oid: *850 + enterprise: *841 + installation: *842 + organization: *843 + ref: *851 + repository: *844 sender: *4 required: - action @@ -136676,7 +136737,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *530 + dismissed_comment: *533 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -136861,12 +136922,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *849 - enterprise: *840 - installation: *841 - organization: *842 - ref: *850 - repository: *843 + commit_oid: *850 + enterprise: *841 + installation: *842 + organization: *843 + ref: *851 + repository: *844 sender: *4 required: - action @@ -137035,7 +137096,7 @@ webhooks: required: - login - id - dismissed_comment: *530 + dismissed_comment: *533 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -137212,12 +137273,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *849 - enterprise: *840 - installation: *841 - organization: *842 - ref: *850 - repository: *843 + commit_oid: *850 + enterprise: *841 + installation: *842 + organization: *843 + ref: *851 + repository: *844 sender: *4 required: - action @@ -137318,7 +137379,7 @@ webhooks: type: - object - 'null' - dismissed_comment: *530 + dismissed_comment: *533 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -137507,9 +137568,9 @@ webhooks: type: - string - 'null' - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event @@ -137517,7 +137578,7 @@ webhooks: type: - string - 'null' - repository: *843 + repository: *844 sender: *4 required: - action @@ -137616,7 +137677,7 @@ webhooks: dismissed_by: type: - 'null' - dismissed_comment: *530 + dismissed_comment: *533 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -137763,12 +137824,12 @@ webhooks: - dismissed_reason - rule - tool - commit_oid: *849 - enterprise: *840 - installation: *841 - organization: *842 - ref: *850 - repository: *843 + commit_oid: *850 + enterprise: *841 + installation: *842 + organization: *843 + ref: *851 + repository: *844 sender: *4 required: - action @@ -137937,7 +137998,7 @@ webhooks: required: - login - id - dismissed_comment: *530 + dismissed_comment: *533 dismissed_reason: description: The reason for dismissing or closing the alert. type: @@ -138089,10 +138150,10 @@ webhooks: - dismissed_reason - rule - tool - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -138352,10 +138413,10 @@ webhooks: - updated_at - author_association - body - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -138436,18 +138497,18 @@ webhooks: type: - string - 'null' - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *842 - pusher_type: &851 + organization: *843 + pusher_type: &852 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &852 + ref: &853 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest//rest/git/refs#get-a-reference) resource. type: string @@ -138457,7 +138518,7 @@ webhooks: enum: - tag - branch - repository: *843 + repository: *844 sender: *4 required: - ref @@ -138540,9 +138601,9 @@ webhooks: enum: - created definition: *153 - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 sender: *4 required: - action @@ -138627,9 +138688,9 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 sender: *4 required: - action @@ -138707,9 +138768,9 @@ webhooks: enum: - promote_to_enterprise definition: *153 - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 sender: *4 required: - action @@ -138787,9 +138848,9 @@ webhooks: enum: - updated definition: *153 - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 sender: *4 required: - action @@ -138866,10 +138927,10 @@ webhooks: type: string enum: - updated - enterprise: *840 - installation: *841 - repository: *843 - organization: *842 + enterprise: *841 + installation: *842 + repository: *844 + organization: *843 sender: *4 new_property_values: type: array @@ -138954,18 +139015,18 @@ webhooks: title: delete event type: object properties: - enterprise: *840 - installation: *841 - organization: *842 - pusher_type: *851 - ref: *852 + enterprise: *841 + installation: *842 + organization: *843 + pusher_type: *852 + ref: *853 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *843 + repository: *844 sender: *4 required: - ref @@ -139045,11 +139106,11 @@ webhooks: type: string enum: - assignees_changed - alert: *588 - installation: *841 - organization: *842 - enterprise: *840 - repository: *843 + alert: *591 + installation: *842 + organization: *843 + enterprise: *841 + repository: *844 sender: *4 required: - action @@ -139129,11 +139190,11 @@ webhooks: type: string enum: - auto_dismissed - alert: *588 - installation: *841 - organization: *842 - enterprise: *840 - repository: *843 + alert: *591 + installation: *842 + organization: *843 + enterprise: *841 + repository: *844 sender: *4 required: - action @@ -139214,11 +139275,11 @@ webhooks: type: string enum: - auto_reopened - alert: *588 - installation: *841 - organization: *842 - enterprise: *840 - repository: *843 + alert: *591 + installation: *842 + organization: *843 + enterprise: *841 + repository: *844 sender: *4 required: - action @@ -139299,11 +139360,11 @@ webhooks: type: string enum: - created - alert: *588 - installation: *841 - organization: *842 - enterprise: *840 - repository: *843 + alert: *591 + installation: *842 + organization: *843 + enterprise: *841 + repository: *844 sender: *4 required: - action @@ -139382,11 +139443,11 @@ webhooks: type: string enum: - dismissed - alert: *588 - installation: *841 - organization: *842 - enterprise: *840 - repository: *843 + alert: *591 + installation: *842 + organization: *843 + enterprise: *841 + repository: *844 sender: *4 required: - action @@ -139465,11 +139526,11 @@ webhooks: type: string enum: - fixed - alert: *588 - installation: *841 - organization: *842 - enterprise: *840 - repository: *843 + alert: *591 + installation: *842 + organization: *843 + enterprise: *841 + repository: *844 sender: *4 required: - action @@ -139549,11 +139610,11 @@ webhooks: type: string enum: - reintroduced - alert: *588 - installation: *841 - organization: *842 - enterprise: *840 - repository: *843 + alert: *591 + installation: *842 + organization: *843 + enterprise: *841 + repository: *844 sender: *4 required: - action @@ -139632,11 +139693,11 @@ webhooks: type: string enum: - reopened - alert: *588 - installation: *841 - organization: *842 - enterprise: *840 - repository: *843 + alert: *591 + installation: *842 + organization: *843 + enterprise: *841 + repository: *844 sender: *4 required: - action @@ -139713,9 +139774,9 @@ webhooks: type: string enum: - created - enterprise: *840 - installation: *841 - key: &853 + enterprise: *841 + installation: *842 + key: &854 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest//rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -139753,8 +139814,8 @@ webhooks: - verified - created_at - read_only - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 required: - action @@ -139831,11 +139892,11 @@ webhooks: type: string enum: - deleted - enterprise: *840 - installation: *841 - key: *853 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + key: *854 + organization: *843 + repository: *844 sender: *4 required: - action @@ -140402,12 +140463,12 @@ webhooks: - updated_at - statuses_url - repository_url - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 - workflow: &857 + workflow: &858 title: Workflow type: - object @@ -141158,13 +141219,13 @@ webhooks: deployment: anyOf: - type: 'null' - - *594 + - *597 pull_requests: type: array - items: *689 - repository: *843 - organization: *842 - installation: *841 + items: *690 + repository: *844 + organization: *843 + installation: *842 sender: *4 responses: '200': @@ -141235,7 +141296,7 @@ webhooks: type: string enum: - approved - approver: &854 + approver: &855 type: object properties: avatar_url: @@ -141278,11 +141339,11 @@ webhooks: type: string comment: type: string - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 - reviewers: &855 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 + reviewers: &856 type: array items: type: object @@ -141363,7 +141424,7 @@ webhooks: sender: *4 since: type: string - workflow_job_run: &856 + workflow_job_run: &857 type: object properties: conclusion: @@ -142109,18 +142170,18 @@ webhooks: type: string enum: - rejected - approver: *854 + approver: *855 comment: type: string - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 - reviewers: *855 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 + reviewers: *856 sender: *4 since: type: string - workflow_job_run: *856 + workflow_job_run: *857 workflow_job_runs: type: array items: @@ -142837,13 +142898,13 @@ webhooks: type: string enum: - requested - enterprise: *840 + enterprise: *841 environment: type: string - installation: *841 - organization: *842 - repository: *843 - requestor: &867 + installation: *842 + organization: *843 + repository: *844 + requestor: &868 title: User type: - object @@ -144776,12 +144837,12 @@ webhooks: - updated_at - deployment_url - repository_url - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 - workflow: *857 + workflow: *858 workflow_run: title: Deployment Workflow Run type: @@ -145472,7 +145533,7 @@ webhooks: type: string enum: - answered - answer: &860 + answer: &861 type: object properties: author_association: @@ -145632,11 +145693,11 @@ webhooks: - created_at - updated_at - body - discussion: *858 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + discussion: *859 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -145763,11 +145824,11 @@ webhooks: - from required: - category - discussion: *858 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + discussion: *859 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -145850,11 +145911,11 @@ webhooks: type: string enum: - closed - discussion: *858 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + discussion: *859 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -145936,7 +145997,7 @@ webhooks: type: string enum: - created - comment: &859 + comment: &860 type: object properties: author_association: @@ -146096,11 +146157,11 @@ webhooks: - updated_at - body - reactions - discussion: *858 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + discussion: *859 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -146183,12 +146244,12 @@ webhooks: type: string enum: - deleted - comment: *859 - discussion: *858 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + comment: *860 + discussion: *859 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -146283,12 +146344,12 @@ webhooks: - from required: - body - comment: *859 - discussion: *858 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + comment: *860 + discussion: *859 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -146372,11 +146433,11 @@ webhooks: type: string enum: - created - discussion: *858 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + discussion: *859 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -146458,11 +146519,11 @@ webhooks: type: string enum: - deleted - discussion: *858 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + discussion: *859 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -146562,11 +146623,11 @@ webhooks: type: string required: - from - discussion: *858 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + discussion: *859 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -146648,10 +146709,10 @@ webhooks: type: string enum: - labeled - discussion: *858 - enterprise: *840 - installation: *841 - label: &861 + discussion: *859 + enterprise: *841 + installation: *842 + label: &862 title: Label type: object properties: @@ -146684,8 +146745,8 @@ webhooks: - color - default - description - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 required: - action @@ -146768,11 +146829,11 @@ webhooks: type: string enum: - locked - discussion: *858 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + discussion: *859 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -146854,11 +146915,11 @@ webhooks: type: string enum: - pinned - discussion: *858 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + discussion: *859 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -146940,11 +147001,11 @@ webhooks: type: string enum: - reopened - discussion: *858 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + discussion: *859 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -147029,16 +147090,16 @@ webhooks: changes: type: object properties: - new_discussion: *858 - new_repository: *843 + new_discussion: *859 + new_repository: *844 required: - new_discussion - new_repository - discussion: *858 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + discussion: *859 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -147121,10 +147182,10 @@ webhooks: type: string enum: - unanswered - discussion: *858 - old_answer: *860 - organization: *842 - repository: *843 + discussion: *859 + old_answer: *861 + organization: *843 + repository: *844 sender: *4 required: - action @@ -147206,12 +147267,12 @@ webhooks: type: string enum: - unlabeled - discussion: *858 - enterprise: *840 - installation: *841 - label: *861 - organization: *842 - repository: *843 + discussion: *859 + enterprise: *841 + installation: *842 + label: *862 + organization: *843 + repository: *844 sender: *4 required: - action @@ -147294,11 +147355,11 @@ webhooks: type: string enum: - unlocked - discussion: *858 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + discussion: *859 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -147380,11 +147441,11 @@ webhooks: type: string enum: - unpinned - discussion: *858 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + discussion: *859 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -147453,7 +147514,7 @@ webhooks: required: true content: application/json: - schema: *862 + schema: *863 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147516,7 +147577,7 @@ webhooks: required: true content: application/json: - schema: *863 + schema: *864 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147579,7 +147640,7 @@ webhooks: required: true content: application/json: - schema: *864 + schema: *865 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147642,7 +147703,7 @@ webhooks: required: true content: application/json: - schema: *862 + schema: *863 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147705,7 +147766,7 @@ webhooks: required: true content: application/json: - schema: *863 + schema: *864 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147771,7 +147832,7 @@ webhooks: required: true content: application/json: - schema: *864 + schema: *865 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147837,7 +147898,7 @@ webhooks: required: true content: application/json: - schema: *865 + schema: *866 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147903,7 +147964,7 @@ webhooks: required: true content: application/json: - schema: *862 + schema: *863 responses: '200': description: Return a 200 status to indicate that the data was received @@ -147969,7 +148030,7 @@ webhooks: required: true content: application/json: - schema: *866 + schema: *867 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148035,7 +148096,7 @@ webhooks: required: true content: application/json: - schema: *863 + schema: *864 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148100,7 +148161,7 @@ webhooks: required: true content: application/json: - schema: *864 + schema: *865 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148165,7 +148226,7 @@ webhooks: required: true content: application/json: - schema: *865 + schema: *866 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148230,7 +148291,7 @@ webhooks: required: true content: application/json: - schema: *862 + schema: *863 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148295,7 +148356,7 @@ webhooks: required: true content: application/json: - schema: *866 + schema: *867 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148361,7 +148422,7 @@ webhooks: required: true content: application/json: - schema: *863 + schema: *864 responses: '200': description: Return a 200 status to indicate that the data was received @@ -148428,7 +148489,7 @@ webhooks: description: A user forks a repository. type: object properties: - enterprise: *840 + enterprise: *841 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest//rest/repos/repos#get-a-repository) resource. @@ -149106,9 +149167,9 @@ webhooks: type: integer watchers_count: type: integer - installation: *841 - organization: *842 - repository: *843 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - forkee @@ -149254,9 +149315,9 @@ webhooks: title: gollum event type: object properties: - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 pages: description: The pages that were updated. type: array @@ -149294,7 +149355,7 @@ webhooks: - action - sha - html_url - repository: *843 + repository: *844 sender: *4 required: - pages @@ -149370,10 +149431,10 @@ webhooks: type: string enum: - created - enterprise: *840 + enterprise: *841 installation: *20 - organization: *842 - repositories: &868 + organization: *843 + repositories: &869 description: An array of repository objects that the installation can access. type: array @@ -149399,8 +149460,8 @@ webhooks: - name - full_name - private - repository: *843 - requester: *867 + repository: *844 + requester: *868 sender: *4 required: - action @@ -149475,11 +149536,11 @@ webhooks: type: string enum: - deleted - enterprise: *840 + enterprise: *841 installation: *20 - organization: *842 - repositories: *868 - repository: *843 + organization: *843 + repositories: *869 + repository: *844 requester: type: - 'null' @@ -149556,11 +149617,11 @@ webhooks: type: string enum: - new_permissions_accepted - enterprise: *840 + enterprise: *841 installation: *20 - organization: *842 - repositories: *868 - repository: *843 + organization: *843 + repositories: *869 + repository: *844 requester: type: - 'null' @@ -149637,10 +149698,10 @@ webhooks: type: string enum: - added - enterprise: *840 + enterprise: *841 installation: *20 - organization: *842 - repositories_added: &869 + organization: *843 + repositories_added: &870 description: An array of repository objects, which were added to the installation. type: array @@ -149686,15 +149747,15 @@ webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *843 - repository_selection: &870 + repository: *844 + repository_selection: &871 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *867 + requester: *868 sender: *4 required: - action @@ -149773,10 +149834,10 @@ webhooks: type: string enum: - removed - enterprise: *840 + enterprise: *841 installation: *20 - organization: *842 - repositories_added: *869 + organization: *843 + repositories_added: *870 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -149803,9 +149864,9 @@ webhooks: - name - full_name - private - repository: *843 - repository_selection: *870 - requester: *867 + repository: *844 + repository_selection: *871 + requester: *868 sender: *4 required: - action @@ -149884,11 +149945,11 @@ webhooks: type: string enum: - suspend - enterprise: *840 + enterprise: *841 installation: *20 - organization: *842 - repositories: *868 - repository: *843 + organization: *843 + repositories: *869 + repository: *844 requester: type: - 'null' @@ -150071,10 +150132,10 @@ webhooks: type: string required: - from - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 target_type: type: string @@ -150153,11 +150214,11 @@ webhooks: type: string enum: - unsuspend - enterprise: *840 + enterprise: *841 installation: *20 - organization: *842 - repositories: *868 - repository: *843 + organization: *843 + repositories: *869 + repository: *844 requester: type: - 'null' @@ -150323,7 +150384,7 @@ webhooks: pin: anyOf: - type: 'null' - - *666 + - *667 user: title: User type: @@ -150409,8 +150470,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -151222,8 +151283,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151240,7 +151301,7 @@ webhooks: title: description: Title of the issue type: string - type: *372 + type: *374 updated_at: type: string format: date-time @@ -151584,8 +151645,8 @@ webhooks: - state - locked - assignee - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 required: - action @@ -151665,7 +151726,7 @@ webhooks: type: string enum: - deleted - comment: &871 + comment: &872 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest//rest/issues/comments#get-an-issue-comment) itself. @@ -151822,7 +151883,7 @@ webhooks: pin: anyOf: - type: 'null' - - *666 + - *667 required: - url - html_url @@ -151836,8 +151897,8 @@ webhooks: - performed_via_github_app - body - reactions - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -152645,8 +152706,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152663,7 +152724,7 @@ webhooks: title: description: Title of the issue type: string - type: *372 + type: *374 updated_at: type: string format: date-time @@ -153009,8 +153070,8 @@ webhooks: - state - locked - assignee - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 required: - action @@ -153090,7 +153151,7 @@ webhooks: type: string enum: - edited - changes: &895 + changes: &896 description: The changes to the comment. type: object properties: @@ -153102,9 +153163,9 @@ webhooks: type: string required: - from - comment: *871 - enterprise: *840 - installation: *841 + comment: *872 + enterprise: *841 + installation: *842 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -153915,8 +153976,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153933,7 +153994,7 @@ webhooks: title: description: Title of the issue type: string - type: *372 + type: *374 updated_at: type: string format: date-time @@ -154277,8 +154338,8 @@ webhooks: - state - locked - assignee - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 required: - action @@ -154359,9 +154420,9 @@ webhooks: type: string enum: - pinned - comment: *871 - enterprise: *840 - installation: *841 + comment: *872 + enterprise: *841 + installation: *842 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -155174,8 +155235,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155192,7 +155253,7 @@ webhooks: title: description: Title of the issue type: string - type: *372 + type: *374 updated_at: type: string format: date-time @@ -155538,8 +155599,8 @@ webhooks: - state - locked - assignee - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 required: - action @@ -155619,9 +155680,9 @@ webhooks: type: string enum: - unpinned - comment: *871 - enterprise: *840 - installation: *841 + comment: *872 + enterprise: *841 + installation: *842 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) the comment belongs to. @@ -156434,8 +156495,8 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156452,7 +156513,7 @@ webhooks: title: description: Title of the issue type: string - type: *372 + type: *374 updated_at: type: string format: date-time @@ -156798,8 +156859,8 @@ webhooks: - state - locked - assignee - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 required: - action @@ -156888,9 +156949,9 @@ webhooks: type: number blocking_issue: *219 blocking_issue_repo: *78 - installation: *841 - organization: *842 - repository: *843 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -156979,9 +157040,9 @@ webhooks: type: number blocking_issue: *219 blocking_issue_repo: *78 - installation: *841 - organization: *842 - repository: *843 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -157069,9 +157130,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *219 - installation: *841 - organization: *842 - repository: *843 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -157160,9 +157221,9 @@ webhooks: description: The ID of the blocking issue. type: number blocking_issue: *219 - installation: *841 - organization: *842 - repository: *843 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -157242,10 +157303,10 @@ webhooks: type: string enum: - assigned - assignee: *867 - enterprise: *840 - installation: *841 - issue: &874 + assignee: *868 + enterprise: *841 + installation: *842 + issue: &875 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -158056,11 +158117,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 issue_field_values: type: array - items: *651 + items: *652 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158077,7 +158138,7 @@ webhooks: title: description: Title of the issue type: string - type: *372 + type: *374 updated_at: type: string format: date-time @@ -158180,8 +158241,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 required: - action @@ -158261,8 +158322,8 @@ webhooks: type: string enum: - closed - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -159078,11 +159139,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 issue_field_values: type: array - items: *651 + items: *652 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159099,7 +159160,7 @@ webhooks: title: description: Title of the issue type: string - type: *372 + type: *374 updated_at: type: string format: date-time @@ -159345,8 +159406,8 @@ webhooks: required: - state - closed_at - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 required: - action @@ -159425,8 +159486,8 @@ webhooks: type: string enum: - deleted - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -160233,11 +160294,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 issue_field_values: type: array - items: *651 + items: *652 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160254,7 +160315,7 @@ webhooks: title: description: Title of the issue type: string - type: *372 + type: *374 updated_at: type: string format: date-time @@ -160356,8 +160417,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 required: - action @@ -160436,8 +160497,8 @@ webhooks: type: string enum: - demilestoned - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -161267,11 +161328,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 issue_field_values: type: array - items: *651 + items: *652 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161288,7 +161349,7 @@ webhooks: title: description: Title of the issue type: string - type: *372 + type: *374 updated_at: type: string format: date-time @@ -161369,7 +161430,7 @@ webhooks: format: uri user_view_type: type: string - milestone: &872 + milestone: &873 title: Milestone description: A collection of related issues and pull requests. type: object @@ -161512,8 +161573,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 required: - action @@ -161612,8 +161673,8 @@ webhooks: type: string required: - from - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -162424,11 +162485,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 issue_field_values: type: array - items: *651 + items: *652 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162442,7 +162503,7 @@ webhooks: timeline_url: type: string format: uri - type: *372 + type: *374 title: description: Title of the issue type: string @@ -162548,9 +162609,9 @@ webhooks: - active_lock_reason - body - reactions - label: *861 - organization: *842 - repository: *843 + label: *862 + organization: *843 + repository: *844 sender: *4 required: - action @@ -162630,8 +162691,8 @@ webhooks: type: string enum: - labeled - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -163441,11 +163502,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 issue_field_values: type: array - items: *651 + items: *652 state: description: State of the issue; either 'open' or 'closed' type: string @@ -163459,7 +163520,7 @@ webhooks: timeline_url: type: string format: uri - type: *372 + type: *374 title: description: Title of the issue type: string @@ -163565,9 +163626,9 @@ webhooks: - active_lock_reason - body - reactions - label: *861 - organization: *842 - repository: *843 + label: *862 + organization: *843 + repository: *844 sender: *4 required: - action @@ -163647,8 +163708,8 @@ webhooks: type: string enum: - locked - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -164483,11 +164544,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 issue_field_values: type: array - items: *651 + items: *652 state: description: State of the issue; either 'open' or 'closed' type: string @@ -164501,7 +164562,7 @@ webhooks: timeline_url: type: string format: uri - type: *372 + type: *374 title: description: Title of the issue type: string @@ -164584,8 +164645,8 @@ webhooks: format: uri user_view_type: type: string - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 required: - action @@ -164664,8 +164725,8 @@ webhooks: type: string enum: - milestoned - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -165494,11 +165555,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 issue_field_values: type: array - items: *651 + items: *652 state: description: State of the issue; either 'open' or 'closed' type: string @@ -165515,7 +165576,7 @@ webhooks: title: description: Title of the issue type: string - type: *372 + type: *374 updated_at: type: string format: date-time @@ -165595,9 +165656,9 @@ webhooks: format: uri user_view_type: type: string - milestone: *872 - organization: *842 - repository: *843 + milestone: *873 + organization: *843 + repository: *844 sender: *4 required: - action @@ -166484,11 +166545,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 issue_field_values: type: array - items: *651 + items: *652 state: description: State of the issue; either 'open' or 'closed' type: string @@ -166588,7 +166649,7 @@ webhooks: required: - login - id - type: *372 + type: *374 required: - id - number @@ -167080,8 +167141,8 @@ webhooks: required: - old_issue - old_repository - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -167888,11 +167949,11 @@ webhooks: repository_url: type: string format: uri - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 issue_field_values: type: array - items: *651 + items: *652 state: description: State of the issue; either 'open' or 'closed' type: string @@ -167909,7 +167970,7 @@ webhooks: title: description: Title of the issue type: string - type: *372 + type: *374 updated_at: type: string format: date-time @@ -168015,8 +168076,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 required: - action @@ -168096,9 +168157,9 @@ webhooks: type: string enum: - pinned - enterprise: *840 - installation: *841 - issue: &873 + enterprise: *841 + installation: *842 + issue: &874 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) itself. @@ -168903,11 +168964,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 issue_field_values: type: array - items: *651 + items: *652 state: description: State of the issue; either 'open' or 'closed' type: string @@ -168924,7 +168985,7 @@ webhooks: title: description: Title of the issue type: string - type: *372 + type: *374 updated_at: type: string format: date-time @@ -169026,8 +169087,8 @@ webhooks: - active_lock_reason - body - reactions - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 required: - action @@ -169106,8 +169167,8 @@ webhooks: type: string enum: - reopened - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -169940,11 +170001,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 issue_field_values: type: array - items: *651 + items: *652 state: description: State of the issue; either 'open' or 'closed' type: string @@ -170041,9 +170102,9 @@ webhooks: format: uri user_view_type: type: string - type: *372 - organization: *842 - repository: *843 + type: *374 + organization: *843 + repository: *844 sender: *4 required: - action @@ -170931,11 +170992,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 issue_field_values: type: array - items: *651 + items: *652 state: description: State of the issue; either 'open' or 'closed' type: string @@ -170952,7 +171013,7 @@ webhooks: title: description: Title of the issue type: string - type: *372 + type: *374 updated_at: type: string format: date-time @@ -171545,11 +171606,11 @@ webhooks: required: - new_issue - new_repository - enterprise: *840 - installation: *841 - issue: *873 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + issue: *874 + organization: *843 + repository: *844 sender: *4 required: - action @@ -171629,12 +171690,12 @@ webhooks: type: string enum: - typed - enterprise: *840 - installation: *841 - issue: *874 - type: *372 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + issue: *875 + type: *374 + organization: *843 + repository: *844 sender: *4 required: - action @@ -171715,7 +171776,7 @@ webhooks: type: string enum: - unassigned - assignee: &898 + assignee: &899 title: User type: - object @@ -171787,11 +171848,11 @@ webhooks: required: - login - id - enterprise: *840 - installation: *841 - issue: *874 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + issue: *875 + organization: *843 + repository: *844 sender: *4 required: - action @@ -171870,12 +171931,12 @@ webhooks: type: string enum: - unlabeled - enterprise: *840 - installation: *841 - issue: *874 - label: *861 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + issue: *875 + label: *862 + organization: *843 + repository: *844 sender: *4 required: - action @@ -171955,8 +172016,8 @@ webhooks: type: string enum: - unlocked - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest//rest/issues/issues#get-an-issue) @@ -172789,11 +172850,11 @@ webhooks: anyOf: - type: 'null' - *220 - sub_issues_summary: *781 - issue_dependencies_summary: *782 + sub_issues_summary: *782 + issue_dependencies_summary: *783 issue_field_values: type: array - items: *651 + items: *652 state: description: State of the issue; either 'open' or 'closed' type: string @@ -172810,7 +172871,7 @@ webhooks: title: description: Title of the issue type: string - type: *372 + type: *374 updated_at: type: string format: date-time @@ -172890,8 +172951,8 @@ webhooks: format: uri user_view_type: type: string - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 required: - action @@ -172971,11 +173032,11 @@ webhooks: type: string enum: - unpinned - enterprise: *840 - installation: *841 - issue: *873 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + issue: *874 + organization: *843 + repository: *844 sender: *4 required: - action @@ -173054,12 +173115,12 @@ webhooks: type: string enum: - untyped - enterprise: *840 - installation: *841 - issue: *874 - type: *372 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + issue: *875 + type: *374 + organization: *843 + repository: *844 sender: *4 required: - action @@ -173139,11 +173200,11 @@ webhooks: type: string enum: - created - enterprise: *840 - installation: *841 - label: *861 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + label: *862 + organization: *843 + repository: *844 sender: *4 required: - action @@ -173221,11 +173282,11 @@ webhooks: type: string enum: - deleted - enterprise: *840 - installation: *841 - label: *861 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + label: *862 + organization: *843 + repository: *844 sender: *4 required: - action @@ -173335,11 +173396,11 @@ webhooks: type: string required: - from - enterprise: *840 - installation: *841 - label: *861 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + label: *862 + organization: *843 + repository: *844 sender: *4 required: - action @@ -173421,9 +173482,9 @@ webhooks: - cancelled effective_date: type: string - enterprise: *840 - installation: *841 - marketplace_purchase: &875 + enterprise: *841 + installation: *842 + marketplace_purchase: &876 title: Marketplace Purchase type: object required: @@ -173511,8 +173572,8 @@ webhooks: type: integer unit_count: type: integer - organization: *842 - previous_marketplace_purchase: &876 + organization: *843 + previous_marketplace_purchase: &877 title: Marketplace Purchase type: object properties: @@ -173596,7 +173657,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *843 + repository: *844 sender: *4 required: - action @@ -173676,10 +173737,10 @@ webhooks: - changed effective_date: type: string - enterprise: *840 - installation: *841 - marketplace_purchase: *875 - organization: *842 + enterprise: *841 + installation: *842 + marketplace_purchase: *876 + organization: *843 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -173767,7 +173828,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *843 + repository: *844 sender: *4 required: - action @@ -173849,10 +173910,10 @@ webhooks: - pending_change effective_date: type: string - enterprise: *840 - installation: *841 - marketplace_purchase: *875 - organization: *842 + enterprise: *841 + installation: *842 + marketplace_purchase: *876 + organization: *843 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -173938,7 +173999,7 @@ webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *843 + repository: *844 sender: *4 required: - action @@ -174019,8 +174080,8 @@ webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 marketplace_purchase: title: Marketplace Purchase type: object @@ -174106,9 +174167,9 @@ webhooks: type: integer unit_count: type: integer - organization: *842 - previous_marketplace_purchase: *876 - repository: *843 + organization: *843 + previous_marketplace_purchase: *877 + repository: *844 sender: *4 required: - action @@ -174188,12 +174249,12 @@ webhooks: - purchased effective_date: type: string - enterprise: *840 - installation: *841 - marketplace_purchase: *875 - organization: *842 - previous_marketplace_purchase: *876 - repository: *843 + enterprise: *841 + installation: *842 + marketplace_purchase: *876 + organization: *843 + previous_marketplace_purchase: *877 + repository: *844 sender: *4 required: - action @@ -174295,11 +174356,11 @@ webhooks: type: string required: - to - enterprise: *840 - installation: *841 - member: *867 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + member: *868 + organization: *843 + repository: *844 sender: *4 required: - action @@ -174401,11 +174462,11 @@ webhooks: type: - string - 'null' - enterprise: *840 - installation: *841 - member: *867 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + member: *868 + organization: *843 + repository: *844 sender: *4 required: - action @@ -174484,11 +174545,11 @@ webhooks: type: string enum: - removed - enterprise: *840 - installation: *841 - member: *867 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + member: *868 + organization: *843 + repository: *844 sender: *4 required: - action @@ -174566,11 +174627,11 @@ webhooks: type: string enum: - added - enterprise: *840 - installation: *841 - member: *867 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + member: *868 + organization: *843 + repository: *844 scope: description: The scope of the membership. Currently, can only be `team`. @@ -174648,7 +174709,7 @@ webhooks: required: - login - id - team: &877 + team: &878 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -174878,11 +174939,11 @@ webhooks: type: string enum: - removed - enterprise: *840 - installation: *841 - member: *867 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + member: *868 + organization: *843 + repository: *844 scope: description: The scope of the membership. Currently, can only be `team`. @@ -174961,7 +175022,7 @@ webhooks: required: - login - id - team: *877 + team: *878 required: - action - scope @@ -175043,8 +175104,8 @@ webhooks: type: string enum: - checks_requested - installation: *841 - merge_group: &878 + installation: *842 + merge_group: &879 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -175063,15 +175124,15 @@ webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *522 + head_commit: *525 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 required: - action @@ -175157,10 +175218,10 @@ webhooks: - merged - invalidated - dequeued - installation: *841 - merge_group: *878 - organization: *842 - repository: *843 + installation: *842 + merge_group: *879 + organization: *843 + repository: *844 sender: *4 required: - action @@ -175233,7 +175294,7 @@ webhooks: type: string enum: - deleted - enterprise: *840 + enterprise: *841 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -175342,12 +175403,12 @@ webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *841 - organization: *842 + installation: *842 + organization: *843 repository: anyOf: - type: 'null' - - *843 + - *844 sender: *4 required: - action @@ -175427,11 +175488,11 @@ webhooks: type: string enum: - closed - enterprise: *840 - installation: *841 - milestone: *872 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + milestone: *873 + organization: *843 + repository: *844 sender: *4 required: - action @@ -175510,9 +175571,9 @@ webhooks: type: string enum: - created - enterprise: *840 - installation: *841 - milestone: &879 + enterprise: *841 + installation: *842 + milestone: &880 title: Milestone description: A collection of related issues and pull requests. type: object @@ -175654,8 +175715,8 @@ webhooks: - updated_at - due_on - closed_at - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 required: - action @@ -175734,11 +175795,11 @@ webhooks: type: string enum: - deleted - enterprise: *840 - installation: *841 - milestone: *872 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + milestone: *873 + organization: *843 + repository: *844 sender: *4 required: - action @@ -175848,11 +175909,11 @@ webhooks: type: string required: - from - enterprise: *840 - installation: *841 - milestone: *872 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + milestone: *873 + organization: *843 + repository: *844 sender: *4 required: - action @@ -175932,11 +175993,11 @@ webhooks: type: string enum: - opened - enterprise: *840 - installation: *841 - milestone: *879 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + milestone: *880 + organization: *843 + repository: *844 sender: *4 required: - action @@ -176015,11 +176076,11 @@ webhooks: type: string enum: - blocked - blocked_user: *867 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + blocked_user: *868 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -176098,11 +176159,11 @@ webhooks: type: string enum: - unblocked - blocked_user: *867 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + blocked_user: *868 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -176178,7 +176239,7 @@ webhooks: enum: - created definition: *147 - enterprise: *840 + enterprise: *841 sender: *4 required: - action @@ -176258,8 +176319,8 @@ webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 sender: *4 required: - action @@ -176332,8 +176393,8 @@ webhooks: enum: - updated definition: *147 - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 sender: *4 required: - action @@ -176405,9 +176466,9 @@ webhooks: type: string enum: - updated - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 sender: *4 new_property_values: type: array @@ -176495,9 +176556,9 @@ webhooks: type: string enum: - deleted - enterprise: *840 - installation: *841 - membership: &880 + enterprise: *841 + installation: *842 + membership: &881 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -176607,8 +176668,8 @@ webhooks: - role - organization_url - user - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 required: - action @@ -176686,11 +176747,11 @@ webhooks: type: string enum: - member_added - enterprise: *840 - installation: *841 - membership: *880 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + membership: *881 + organization: *843 + repository: *844 sender: *4 required: - action @@ -176769,8 +176830,8 @@ webhooks: type: string enum: - member_invited - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -176892,10 +176953,10 @@ webhooks: - inviter - team_count - invitation_teams_url - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 - user: *867 + user: *868 required: - action - invitation @@ -176973,11 +177034,11 @@ webhooks: type: string enum: - member_removed - enterprise: *840 - installation: *841 - membership: *880 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + membership: *881 + organization: *843 + repository: *844 sender: *4 required: - action @@ -177064,11 +177125,11 @@ webhooks: properties: from: type: string - enterprise: *840 - installation: *841 - membership: *880 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + membership: *881 + organization: *843 + repository: *844 sender: *4 required: - action @@ -177146,9 +177207,9 @@ webhooks: type: string enum: - published - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 package: description: Information about the package. type: object @@ -177671,7 +177732,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: &881 + items: &882 title: Ruby Gems metadata type: object properties: @@ -177768,7 +177829,7 @@ webhooks: - owner - package_version - registry - repository: *843 + repository: *844 sender: *4 required: - action @@ -177845,9 +177906,9 @@ webhooks: type: string enum: - updated - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 package: description: Information about the package. type: object @@ -178209,7 +178270,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *881 + items: *882 source_url: type: string format: uri @@ -178280,7 +178341,7 @@ webhooks: - owner - package_version - registry - repository: *843 + repository: *844 sender: *4 required: - action @@ -178460,12 +178521,12 @@ webhooks: - duration - created_at - updated_at - enterprise: *840 + enterprise: *841 id: type: integer - installation: *841 - organization: *842 - repository: *843 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - id @@ -178542,7 +178603,7 @@ webhooks: type: string enum: - approved - personal_access_token_request: &882 + personal_access_token_request: &883 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -178692,10 +178753,10 @@ webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *840 - organization: *842 + enterprise: *841 + organization: *843 sender: *4 - installation: *841 + installation: *842 required: - action - personal_access_token_request @@ -178772,11 +178833,11 @@ webhooks: type: string enum: - cancelled - personal_access_token_request: *882 - enterprise: *840 - organization: *842 + personal_access_token_request: *883 + enterprise: *841 + organization: *843 sender: *4 - installation: *841 + installation: *842 required: - action - personal_access_token_request @@ -178852,11 +178913,11 @@ webhooks: type: string enum: - created - personal_access_token_request: *882 - enterprise: *840 - organization: *842 + personal_access_token_request: *883 + enterprise: *841 + organization: *843 sender: *4 - installation: *841 + installation: *842 required: - action - personal_access_token_request @@ -178931,11 +178992,11 @@ webhooks: type: string enum: - denied - personal_access_token_request: *882 - organization: *842 - enterprise: *840 + personal_access_token_request: *883 + organization: *843 + enterprise: *841 sender: *4 - installation: *841 + installation: *842 required: - action - personal_access_token_request @@ -179040,7 +179101,7 @@ webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *883 + last_response: *884 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -179072,8 +179133,8 @@ webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 zen: description: Random string of GitHub zen. @@ -179318,10 +179379,10 @@ webhooks: - from required: - note - enterprise: *840 - installation: *841 - organization: *842 - project_card: &884 + enterprise: *841 + installation: *842 + organization: *843 + project_card: &885 title: Project Card type: object properties: @@ -179444,7 +179505,7 @@ webhooks: - creator - created_at - updated_at - repository: *843 + repository: *844 sender: *4 required: - action @@ -179525,11 +179586,11 @@ webhooks: type: string enum: - created - enterprise: *840 - installation: *841 - organization: *842 - project_card: *884 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + project_card: *885 + repository: *844 sender: *4 required: - action @@ -179609,9 +179670,9 @@ webhooks: type: string enum: - deleted - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 project_card: title: Project Card type: object @@ -179741,7 +179802,7 @@ webhooks: repository: anyOf: - type: 'null' - - *843 + - *844 sender: *4 required: - action @@ -179835,11 +179896,11 @@ webhooks: - from required: - note - enterprise: *840 - installation: *841 - organization: *842 - project_card: *884 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + project_card: *885 + repository: *844 sender: *4 required: - action @@ -179933,9 +179994,9 @@ webhooks: - from required: - column_id - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 project_card: allOf: - title: Project Card @@ -180132,7 +180193,7 @@ webhooks: type: string required: - after_id - repository: *843 + repository: *844 sender: *4 required: - action @@ -180212,10 +180273,10 @@ webhooks: type: string enum: - closed - enterprise: *840 - installation: *841 - organization: *842 - project: &886 + enterprise: *841 + installation: *842 + organization: *843 + project: &887 title: Project type: object properties: @@ -180342,7 +180403,7 @@ webhooks: - creator - created_at - updated_at - repository: *843 + repository: *844 sender: *4 required: - action @@ -180422,10 +180483,10 @@ webhooks: type: string enum: - created - enterprise: *840 - installation: *841 - organization: *842 - project_column: &885 + enterprise: *841 + installation: *842 + organization: *843 + project_column: &886 title: Project Column type: object properties: @@ -180465,7 +180526,7 @@ webhooks: - name - created_at - updated_at - repository: *843 + repository: *844 sender: *4 required: - action @@ -180544,14 +180605,14 @@ webhooks: type: string enum: - deleted - enterprise: *840 - installation: *841 - organization: *842 - project_column: *885 + enterprise: *841 + installation: *842 + organization: *843 + project_column: *886 repository: anyOf: - type: 'null' - - *843 + - *844 sender: *4 required: - action @@ -180640,11 +180701,11 @@ webhooks: type: string required: - from - enterprise: *840 - installation: *841 - organization: *842 - project_column: *885 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + project_column: *886 + repository: *844 sender: *4 required: - action @@ -180724,11 +180785,11 @@ webhooks: type: string enum: - moved - enterprise: *840 - installation: *841 - organization: *842 - project_column: *885 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + project_column: *886 + repository: *844 sender: *4 required: - action @@ -180808,11 +180869,11 @@ webhooks: type: string enum: - created - enterprise: *840 - installation: *841 - organization: *842 - project: *886 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + project: *887 + repository: *844 sender: *4 required: - action @@ -180892,14 +180953,14 @@ webhooks: type: string enum: - deleted - enterprise: *840 - installation: *841 - organization: *842 - project: *886 + enterprise: *841 + installation: *842 + organization: *843 + project: *887 repository: anyOf: - type: 'null' - - *843 + - *844 sender: *4 required: - action @@ -181000,11 +181061,11 @@ webhooks: type: string required: - from - enterprise: *840 - installation: *841 - organization: *842 - project: *886 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + project: *887 + repository: *844 sender: *4 required: - action @@ -181083,11 +181144,11 @@ webhooks: type: string enum: - reopened - enterprise: *840 - installation: *841 - organization: *842 - project: *886 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + project: *887 + repository: *844 sender: *4 required: - action @@ -181168,9 +181229,9 @@ webhooks: type: string enum: - closed - installation: *841 - organization: *842 - projects_v2: *403 + installation: *842 + organization: *843 + projects_v2: *405 sender: *4 required: - action @@ -181251,9 +181312,9 @@ webhooks: type: string enum: - created - installation: *841 - organization: *842 - projects_v2: *403 + installation: *842 + organization: *843 + projects_v2: *405 sender: *4 required: - action @@ -181334,9 +181395,9 @@ webhooks: type: string enum: - deleted - installation: *841 - organization: *842 - projects_v2: *403 + installation: *842 + organization: *843 + projects_v2: *405 sender: *4 required: - action @@ -181457,9 +181518,9 @@ webhooks: type: string to: type: string - installation: *841 - organization: *842 - projects_v2: *403 + installation: *842 + organization: *843 + projects_v2: *405 sender: *4 required: - action @@ -181542,7 +181603,7 @@ webhooks: type: string enum: - archived - changes: &890 + changes: &891 type: object properties: archived_at: @@ -181558,9 +181619,9 @@ webhooks: - string - 'null' format: date-time - installation: *841 - organization: *842 - projects_v2_item: &887 + installation: *842 + organization: *843 + projects_v2_item: &888 title: Projects v2 Item description: An item belonging to a project type: object @@ -181578,7 +181639,7 @@ webhooks: type: string description: The node ID of the content represented by this item. - content_type: *409 + content_type: *411 creator: *4 created_at: type: string @@ -181700,9 +181761,9 @@ webhooks: - 'null' to: type: string - installation: *841 - organization: *842 - projects_v2_item: *887 + installation: *842 + organization: *843 + projects_v2_item: *888 sender: *4 required: - action @@ -181784,9 +181845,9 @@ webhooks: type: string enum: - created - installation: *841 - organization: *842 - projects_v2_item: *887 + installation: *842 + organization: *843 + projects_v2_item: *888 sender: *4 required: - action @@ -181867,9 +181928,9 @@ webhooks: type: string enum: - deleted - installation: *841 - organization: *842 - projects_v2_item: *887 + installation: *842 + organization: *843 + projects_v2_item: *888 sender: *4 required: - action @@ -181974,7 +182035,7 @@ webhooks: oneOf: - type: string - type: integer - - &888 + - &889 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -181998,7 +182059,7 @@ webhooks: required: - id - name - - &889 + - &890 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -182038,8 +182099,8 @@ webhooks: oneOf: - type: string - type: integer - - *888 - *889 + - *890 type: - 'null' - string @@ -182062,9 +182123,9 @@ webhooks: - 'null' required: - body - installation: *841 - organization: *842 - projects_v2_item: *887 + installation: *842 + organization: *843 + projects_v2_item: *888 sender: *4 required: - action @@ -182161,9 +182222,9 @@ webhooks: type: - string - 'null' - installation: *841 - organization: *842 - projects_v2_item: *887 + installation: *842 + organization: *843 + projects_v2_item: *888 sender: *4 required: - action @@ -182246,10 +182307,10 @@ webhooks: type: string enum: - restored - changes: *890 - installation: *841 - organization: *842 - projects_v2_item: *887 + changes: *891 + installation: *842 + organization: *843 + projects_v2_item: *888 sender: *4 required: - action @@ -182331,9 +182392,9 @@ webhooks: type: string enum: - reopened - installation: *841 - organization: *842 - projects_v2: *403 + installation: *842 + organization: *843 + projects_v2: *405 sender: *4 required: - action @@ -182414,9 +182475,9 @@ webhooks: type: string enum: - created - installation: *841 - organization: *842 - projects_v2_status_update: *891 + installation: *842 + organization: *843 + projects_v2_status_update: *892 sender: *4 required: - action @@ -182497,9 +182558,9 @@ webhooks: type: string enum: - deleted - installation: *841 - organization: *842 - projects_v2_status_update: *891 + installation: *842 + organization: *843 + projects_v2_status_update: *892 sender: *4 required: - action @@ -182645,9 +182706,9 @@ webhooks: - string - 'null' format: date - installation: *841 - organization: *842 - projects_v2_status_update: *891 + installation: *842 + organization: *843 + projects_v2_status_update: *892 sender: *4 required: - action @@ -182718,10 +182779,10 @@ webhooks: title: public event type: object properties: - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - repository @@ -182798,13 +182859,13 @@ webhooks: type: string enum: - assigned - assignee: *867 - enterprise: *840 - installation: *841 - number: &892 + assignee: *868 + enterprise: *841 + installation: *842 + number: &893 description: The pull request number. type: integer - organization: *842 + organization: *843 pull_request: title: Pull Request type: object @@ -185156,7 +185217,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *843 + repository: *844 sender: *4 required: - action @@ -185238,11 +185299,11 @@ webhooks: type: string enum: - auto_merge_disabled - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 number: type: integer - organization: *842 + organization: *843 pull_request: title: Pull Request type: object @@ -187587,7 +187648,7 @@ webhooks: - draft reason: type: string - repository: *843 + repository: *844 sender: *4 required: - action @@ -187669,11 +187730,11 @@ webhooks: type: string enum: - auto_merge_enabled - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 number: type: integer - organization: *842 + organization: *843 pull_request: title: Pull Request type: object @@ -190018,7 +190079,7 @@ webhooks: - draft reason: type: string - repository: *843 + repository: *844 sender: *4 required: - action @@ -190100,13 +190161,13 @@ webhooks: type: string enum: - closed - enterprise: *840 - installation: *841 - number: *892 - organization: *842 - pull_request: &893 + enterprise: *841 + installation: *842 + number: *893 + organization: *843 + pull_request: &894 allOf: - - *689 + - *690 - type: object properties: allow_auto_merge: @@ -190168,7 +190229,7 @@ webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *843 + repository: *844 sender: *4 required: - action @@ -190249,12 +190310,12 @@ webhooks: type: string enum: - converted_to_draft - enterprise: *840 - installation: *841 - number: *892 - organization: *842 - pull_request: *893 - repository: *843 + enterprise: *841 + installation: *842 + number: *893 + organization: *843 + pull_request: *894 + repository: *844 sender: *4 required: - action @@ -190334,11 +190395,11 @@ webhooks: type: string enum: - demilestoned - enterprise: *840 - milestone: *406 - number: *892 - organization: *842 - pull_request: &894 + enterprise: *841 + milestone: *408 + number: *893 + organization: *843 + pull_request: &895 title: Pull Request type: object properties: @@ -192682,7 +192743,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *843 + repository: *844 sender: *4 required: - action @@ -192761,11 +192822,11 @@ webhooks: type: string enum: - dequeued - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 number: type: integer - organization: *842 + organization: *843 pull_request: title: Pull Request type: object @@ -195128,7 +195189,7 @@ webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *843 + repository: *844 sender: *4 required: - action @@ -195252,12 +195313,12 @@ webhooks: type: string required: - from - enterprise: *840 - installation: *841 - number: *892 - organization: *842 - pull_request: *893 - repository: *843 + enterprise: *841 + installation: *842 + number: *893 + organization: *843 + pull_request: *894 + repository: *844 sender: *4 required: - action @@ -195337,11 +195398,11 @@ webhooks: type: string enum: - enqueued - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 number: type: integer - organization: *842 + organization: *843 pull_request: title: Pull Request type: object @@ -197689,7 +197750,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *843 + repository: *844 sender: *4 required: - action @@ -197769,11 +197830,11 @@ webhooks: type: string enum: - labeled - enterprise: *840 - installation: *841 - label: *861 - number: *892 - organization: *842 + enterprise: *841 + installation: *842 + label: *862 + number: *893 + organization: *843 pull_request: title: Pull Request type: object @@ -200124,7 +200185,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *843 + repository: *844 sender: *4 required: - action @@ -200205,10 +200266,10 @@ webhooks: type: string enum: - locked - enterprise: *840 - installation: *841 - number: *892 - organization: *842 + enterprise: *841 + installation: *842 + number: *893 + organization: *843 pull_request: title: Pull Request type: object @@ -202557,7 +202618,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *843 + repository: *844 sender: *4 required: - action @@ -202637,12 +202698,12 @@ webhooks: type: string enum: - milestoned - enterprise: *840 - milestone: *406 - number: *892 - organization: *842 - pull_request: *894 - repository: *843 + enterprise: *841 + milestone: *408 + number: *893 + organization: *843 + pull_request: *895 + repository: *844 sender: *4 required: - action @@ -202721,12 +202782,12 @@ webhooks: type: string enum: - opened - enterprise: *840 - installation: *841 - number: *892 - organization: *842 - pull_request: *893 - repository: *843 + enterprise: *841 + installation: *842 + number: *893 + organization: *843 + pull_request: *894 + repository: *844 sender: *4 required: - action @@ -202807,12 +202868,12 @@ webhooks: type: string enum: - ready_for_review - enterprise: *840 - installation: *841 - number: *892 - organization: *842 - pull_request: *893 - repository: *843 + enterprise: *841 + installation: *842 + number: *893 + organization: *843 + pull_request: *894 + repository: *844 sender: *4 required: - action @@ -202892,12 +202953,12 @@ webhooks: type: string enum: - reopened - enterprise: *840 - installation: *841 - number: *892 - organization: *842 - pull_request: *893 - repository: *843 + enterprise: *841 + installation: *842 + number: *893 + organization: *843 + pull_request: *894 + repository: *844 sender: *4 required: - action @@ -203272,9 +203333,9 @@ webhooks: - start_side - side - reactions - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 pull_request: type: object properties: @@ -205507,7 +205568,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *843 + repository: *844 sender: *4 required: - action @@ -205587,7 +205648,7 @@ webhooks: type: string enum: - deleted - comment: &896 + comment: &897 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. @@ -205880,9 +205941,9 @@ webhooks: - start_side - side - reactions - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 pull_request: type: object properties: @@ -208103,7 +208164,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *843 + repository: *844 sender: *4 required: - action @@ -208183,11 +208244,11 @@ webhooks: type: string enum: - edited - changes: *895 - comment: *896 - enterprise: *840 - installation: *841 - organization: *842 + changes: *896 + comment: *897 + enterprise: *841 + installation: *842 + organization: *843 pull_request: type: object properties: @@ -210411,7 +210472,7 @@ webhooks: - _links - author_association - active_lock_reason - repository: *843 + repository: *844 sender: *4 required: - action @@ -210492,9 +210553,9 @@ webhooks: type: string enum: - dismissed - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 pull_request: title: Simple Pull Request type: object @@ -212730,7 +212791,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *843 + repository: *844 review: description: The review that was affected. type: object @@ -212981,9 +213042,9 @@ webhooks: type: string required: - from - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 pull_request: title: Simple Pull Request type: object @@ -215092,8 +215153,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *843 - review: &897 + repository: *844 + review: &898 description: The review that was affected. type: object properties: @@ -215331,12 +215392,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 number: description: The pull request number. type: integer - organization: *842 + organization: *843 pull_request: title: Pull Request type: object @@ -217686,7 +217747,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *843 + repository: *844 requested_reviewer: title: User type: @@ -217772,12 +217833,12 @@ webhooks: type: string enum: - review_request_removed - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 number: description: The pull request number. type: integer - organization: *842 + organization: *843 pull_request: title: Pull Request type: object @@ -220134,7 +220195,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *843 + repository: *844 requested_team: title: Team description: Groups of organization members that gives permissions @@ -220329,12 +220390,12 @@ webhooks: type: string enum: - review_requested - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 number: description: The pull request number. type: integer - organization: *842 + organization: *843 pull_request: title: Pull Request type: object @@ -222686,7 +222747,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *843 + repository: *844 requested_reviewer: title: User type: @@ -222773,12 +222834,12 @@ webhooks: type: string enum: - review_requested - enterprise: *840 - installation: *841 + enterprise: *841 + installation: *842 number: description: The pull request number. type: integer - organization: *842 + organization: *843 pull_request: title: Pull Request type: object @@ -225121,7 +225182,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *843 + repository: *844 requested_team: title: Team description: Groups of organization members that gives permissions @@ -225305,9 +225366,9 @@ webhooks: type: string enum: - submitted - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 pull_request: title: Simple Pull Request type: object @@ -227546,8 +227607,8 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *843 - review: *897 + repository: *844 + review: *898 sender: *4 required: - action @@ -227627,9 +227688,9 @@ webhooks: type: string enum: - resolved - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 pull_request: title: Simple Pull Request type: object @@ -229777,7 +229838,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *843 + repository: *844 sender: *4 thread: type: object @@ -230174,9 +230235,9 @@ webhooks: type: string enum: - unresolved - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 pull_request: title: Simple Pull Request type: object @@ -232307,7 +232368,7 @@ webhooks: - author_association - auto_merge - active_lock_reason - repository: *843 + repository: *844 sender: *4 thread: type: object @@ -232706,10 +232767,10 @@ webhooks: type: string before: type: string - enterprise: *840 - installation: *841 - number: *892 - organization: *842 + enterprise: *841 + installation: *842 + number: *893 + organization: *843 pull_request: title: Pull Request type: object @@ -235047,7 +235108,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *843 + repository: *844 sender: *4 required: - action @@ -235129,11 +235190,11 @@ webhooks: type: string enum: - unassigned - assignee: *898 - enterprise: *840 - installation: *841 - number: *892 - organization: *842 + assignee: *899 + enterprise: *841 + installation: *842 + number: *893 + organization: *843 pull_request: title: Pull Request type: object @@ -237486,7 +237547,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *843 + repository: *844 sender: *4 required: - action @@ -237565,11 +237626,11 @@ webhooks: type: string enum: - unlabeled - enterprise: *840 - installation: *841 - label: *861 - number: *892 - organization: *842 + enterprise: *841 + installation: *842 + label: *862 + number: *893 + organization: *843 pull_request: title: Pull Request type: object @@ -239911,7 +239972,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *843 + repository: *844 sender: *4 required: - action @@ -239992,10 +240053,10 @@ webhooks: type: string enum: - unlocked - enterprise: *840 - installation: *841 - number: *892 - organization: *842 + enterprise: *841 + installation: *842 + number: *893 + organization: *843 pull_request: title: Pull Request type: object @@ -242327,7 +242388,7 @@ webhooks: - auto_merge - active_lock_reason - draft - repository: *843 + repository: *844 sender: *4 required: - action @@ -242530,7 +242591,7 @@ webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *840 + enterprise: *841 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -242625,8 +242686,8 @@ webhooks: - url - author - committer - installation: *841 - organization: *842 + installation: *842 + organization: *843 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -243225,9 +243286,9 @@ webhooks: type: string enum: - published - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 registry_package: type: object properties: @@ -243704,7 +243765,7 @@ webhooks: type: string rubygems_metadata: type: array - items: *881 + items: *882 summary: type: string tag_name: @@ -243760,7 +243821,7 @@ webhooks: - owner - package_version - registry - repository: *843 + repository: *844 sender: *4 required: - action @@ -243838,9 +243899,9 @@ webhooks: type: string enum: - updated - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 registry_package: type: object properties: @@ -244152,7 +244213,7 @@ webhooks: - published_at rubygems_metadata: type: array - items: *881 + items: *882 summary: type: string tag_name: @@ -244202,7 +244263,7 @@ webhooks: - owner - package_version - registry - repository: *843 + repository: *844 sender: *4 required: - action @@ -244279,10 +244340,10 @@ webhooks: type: string enum: - created - enterprise: *840 - installation: *841 - organization: *842 - release: &899 + enterprise: *841 + installation: *842 + organization: *843 + release: &900 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -244613,7 +244674,7 @@ webhooks: - updated_at - zipball_url - body - repository: *843 + repository: *844 sender: *4 required: - action @@ -244690,11 +244751,11 @@ webhooks: type: string enum: - deleted - enterprise: *840 - installation: *841 - organization: *842 - release: *899 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + release: *900 + repository: *844 sender: *4 required: - action @@ -244811,11 +244872,11 @@ webhooks: type: boolean required: - to - enterprise: *840 - installation: *841 - organization: *842 - release: *899 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + release: *900 + repository: *844 sender: *4 required: - action @@ -244893,9 +244954,9 @@ webhooks: type: string enum: - prereleased - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) @@ -245231,7 +245292,7 @@ webhooks: - string - 'null' format: uri - repository: *843 + repository: *844 sender: *4 required: - action @@ -245307,10 +245368,10 @@ webhooks: type: string enum: - published - enterprise: *840 - installation: *841 - organization: *842 - release: &900 + enterprise: *841 + installation: *842 + organization: *843 + release: &901 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest//rest/releases/releases/#get-a-release) object. @@ -245643,7 +245704,7 @@ webhooks: - string - 'null' format: uri - repository: *843 + repository: *844 sender: *4 required: - action @@ -245719,11 +245780,11 @@ webhooks: type: string enum: - released - enterprise: *840 - installation: *841 - organization: *842 - release: *899 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + release: *900 + repository: *844 sender: *4 required: - action @@ -245799,11 +245860,11 @@ webhooks: type: string enum: - unpublished - enterprise: *840 - installation: *841 - organization: *842 - release: *900 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + release: *901 + repository: *844 sender: *4 required: - action @@ -245879,11 +245940,11 @@ webhooks: type: string enum: - published - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 - repository_advisory: *741 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 + repository_advisory: *742 sender: *4 required: - action @@ -245959,11 +246020,11 @@ webhooks: type: string enum: - reported - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 - repository_advisory: *741 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 + repository_advisory: *742 sender: *4 required: - action @@ -246039,10 +246100,10 @@ webhooks: type: string enum: - archived - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -246119,10 +246180,10 @@ webhooks: type: string enum: - created - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -246200,10 +246261,10 @@ webhooks: type: string enum: - deleted - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -246288,10 +246349,10 @@ webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -246406,10 +246467,10 @@ webhooks: - 'null' items: type: string - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -246481,10 +246542,10 @@ webhooks: title: repository_import event type: object properties: - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 status: type: string @@ -246565,10 +246626,10 @@ webhooks: type: string enum: - privatized - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -246645,10 +246706,10 @@ webhooks: type: string enum: - publicized - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -246742,10 +246803,10 @@ webhooks: - name required: - repository - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -246825,10 +246886,10 @@ webhooks: type: string enum: - created - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 repository_ruleset: *187 sender: *4 required: @@ -246907,10 +246968,10 @@ webhooks: type: string enum: - deleted - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 repository_ruleset: *187 sender: *4 required: @@ -246989,10 +247050,10 @@ webhooks: type: string enum: - edited - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 repository_ruleset: *187 changes: type: object @@ -247054,16 +247115,16 @@ webhooks: properties: added: type: array - items: *709 + items: *710 deleted: type: array - items: *709 + items: *710 updated: type: array items: type: object properties: - rule: *709 + rule: *710 changes: type: object properties: @@ -247300,10 +247361,10 @@ webhooks: - from required: - owner - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -247381,10 +247442,10 @@ webhooks: type: string enum: - unarchived - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -247462,7 +247523,7 @@ webhooks: type: string enum: - create - alert: &901 + alert: &902 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -247587,10 +247648,10 @@ webhooks: enum: - auto_dismissed - open - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -247800,10 +247861,10 @@ webhooks: type: string enum: - dismissed - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -247881,11 +247942,11 @@ webhooks: type: string enum: - reopen - alert: *901 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + alert: *902 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -248087,10 +248148,10 @@ webhooks: enum: - fixed - open - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -248168,7 +248229,7 @@ webhooks: type: string enum: - assigned - alert: &902 + alert: &903 type: object properties: number: *126 @@ -248221,6 +248282,11 @@ 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 + - 'null' + description: The provider of the secret that was detected. validity: type: string description: The token status as of the latest validity check. @@ -248297,10 +248363,10 @@ webhooks: - type: 'null' - *4 assignee: *4 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -248378,11 +248444,11 @@ webhooks: type: string enum: - created - alert: *902 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + alert: *903 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -248463,11 +248529,11 @@ webhooks: type: string enum: - created - alert: *902 - installation: *841 - location: *903 - organization: *842 - repository: *843 + alert: *903 + installation: *842 + location: *904 + organization: *843 + repository: *844 sender: *4 required: - location @@ -248705,11 +248771,11 @@ webhooks: type: string enum: - publicly_leaked - alert: *902 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + alert: *903 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -248787,11 +248853,11 @@ webhooks: type: string enum: - reopened - alert: *902 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + alert: *903 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -248869,11 +248935,11 @@ webhooks: type: string enum: - resolved - alert: *902 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + alert: *903 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -248951,12 +249017,12 @@ webhooks: type: string enum: - unassigned - alert: *902 + alert: *903 assignee: *4 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -249034,11 +249100,11 @@ webhooks: type: string enum: - validated - alert: *902 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + alert: *903 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -249168,10 +249234,10 @@ webhooks: - organization - enterprise - - repository: *843 - enterprise: *840 - installation: *841 - organization: *842 + repository: *844 + enterprise: *841 + installation: *842 + organization: *843 sender: *4 required: - action @@ -249249,11 +249315,11 @@ webhooks: type: string enum: - published - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 - security_advisory: &904 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 + security_advisory: &905 description: The details of the security advisory, including summary, description, and severity. type: object @@ -249426,11 +249492,11 @@ webhooks: type: string enum: - updated - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 - security_advisory: *904 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 + security_advisory: *905 sender: *4 required: - action @@ -249503,10 +249569,10 @@ webhooks: type: string enum: - withdrawn - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -249679,11 +249745,11 @@ webhooks: from: type: object properties: - security_and_analysis: *417 - enterprise: *840 - installation: *841 - organization: *842 - repository: *460 + security_and_analysis: *419 + enterprise: *841 + installation: *842 + organization: *843 + repository: *463 sender: *4 required: - changes @@ -249761,12 +249827,12 @@ webhooks: type: string enum: - cancelled - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 - sponsorship: &905 + sponsorship: &906 type: object properties: created_at: @@ -250071,12 +250137,12 @@ webhooks: type: string enum: - created - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 - sponsorship: *905 + sponsorship: *906 required: - action - sponsorship @@ -250164,12 +250230,12 @@ webhooks: type: string required: - from - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 - sponsorship: *905 + sponsorship: *906 required: - action - changes @@ -250246,17 +250312,17 @@ webhooks: type: string enum: - pending_cancellation - effective_date: &906 + effective_date: &907 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: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 - sponsorship: *905 + sponsorship: *906 required: - action - sponsorship @@ -250330,7 +250396,7 @@ webhooks: type: string enum: - pending_tier_change - changes: &907 + changes: &908 type: object properties: tier: @@ -250374,13 +250440,13 @@ webhooks: - from required: - tier - effective_date: *906 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + effective_date: *907 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 - sponsorship: *905 + sponsorship: *906 required: - action - changes @@ -250457,13 +250523,13 @@ webhooks: type: string enum: - tier_changed - changes: *907 - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + changes: *908 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 - sponsorship: *905 + sponsorship: *906 required: - action - changes @@ -250537,10 +250603,10 @@ webhooks: type: string enum: - created - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -250624,10 +250690,10 @@ webhooks: type: string enum: - deleted - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -251061,15 +251127,15 @@ webhooks: type: - string - 'null' - enterprise: *840 + enterprise: *841 id: description: The unique identifier of the status. type: integer - installation: *841 + installation: *842 name: type: string - organization: *842 - repository: *843 + organization: *843 + repository: *844 sender: *4 sha: description: The Commit SHA. @@ -251185,9 +251251,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *219 - installation: *841 - organization: *842 - repository: *843 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -251277,9 +251343,9 @@ webhooks: description: The ID of the sub-issue. type: number sub_issue: *219 - installation: *841 - organization: *842 - repository: *843 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -251369,9 +251435,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *219 - installation: *841 - organization: *842 - repository: *843 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -251461,9 +251527,9 @@ webhooks: description: The ID of the parent issue. type: number parent_issue: *219 - installation: *841 - organization: *842 - repository: *843 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -251540,12 +251606,12 @@ webhooks: title: team_add event type: object properties: - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 - team: &908 + team: &909 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -251775,9 +251841,9 @@ webhooks: type: string enum: - added_to_repository - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 repository: title: Repository description: A git repository @@ -252247,7 +252313,7 @@ webhooks: - topics - visibility sender: *4 - team: *908 + team: *909 required: - action - team @@ -252323,9 +252389,9 @@ webhooks: type: string enum: - created - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 repository: title: Repository description: A git repository @@ -252795,7 +252861,7 @@ webhooks: - topics - visibility sender: *4 - team: *908 + team: *909 required: - action - team @@ -252872,9 +252938,9 @@ webhooks: type: string enum: - deleted - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 repository: title: Repository description: A git repository @@ -253344,7 +253410,7 @@ webhooks: - topics - visibility sender: *4 - team: *908 + team: *909 required: - action - team @@ -253488,9 +253554,9 @@ webhooks: - from required: - permissions - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 repository: title: Repository description: A git repository @@ -253960,7 +254026,7 @@ webhooks: - topics - visibility sender: *4 - team: *908 + team: *909 required: - action - changes @@ -254038,9 +254104,9 @@ webhooks: type: string enum: - removed_from_repository - enterprise: *840 - installation: *841 - organization: *842 + enterprise: *841 + installation: *842 + organization: *843 repository: title: Repository description: A git repository @@ -254510,7 +254576,7 @@ webhooks: - topics - visibility sender: *4 - team: *908 + team: *909 required: - action - team @@ -254586,10 +254652,10 @@ webhooks: type: string enum: - started - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 required: - action @@ -254662,17 +254728,17 @@ webhooks: title: workflow_dispatch event type: object properties: - enterprise: *840 + enterprise: *841 inputs: type: - object - 'null' additionalProperties: true - installation: *841 - organization: *842 + installation: *842 + organization: *843 ref: type: string - repository: *843 + repository: *844 sender: *4 workflow: type: string @@ -254754,10 +254820,10 @@ webhooks: type: string enum: - completed - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 workflow_job: allOf: @@ -255013,7 +255079,7 @@ webhooks: type: string required: - conclusion - deployment: *594 + deployment: *597 required: - action - repository @@ -255092,10 +255158,10 @@ webhooks: type: string enum: - in_progress - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 workflow_job: allOf: @@ -255377,7 +255443,7 @@ webhooks: required: - status - steps - deployment: *594 + deployment: *597 required: - action - repository @@ -255456,10 +255522,10 @@ webhooks: type: string enum: - queued - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 workflow_job: type: object @@ -255605,7 +255671,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *594 + deployment: *597 required: - action - repository @@ -255684,10 +255750,10 @@ webhooks: type: string enum: - waiting - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 workflow_job: type: object @@ -255834,7 +255900,7 @@ webhooks: - workflow_name - head_branch - created_at - deployment: *594 + deployment: *597 required: - action - repository @@ -255914,12 +255980,12 @@ webhooks: type: string enum: - completed - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 - workflow: *857 + workflow: *858 workflow_run: title: Workflow Run type: object @@ -256938,12 +257004,12 @@ webhooks: type: string enum: - in_progress - enterprise: *840 - installation: *841 - organization: *842 - repository: *843 + enterprise: *841 + installation: *842 + organization: *843 + repository: *844 sender: *4 - workflow: *857 + workflow: *85{"code":"deadline_exceeded","msg":"operation timed out"}