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 pro{"code":"deadline_exceeded","msg":"operation timed out"}