diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.json b/descriptions/api.github.com/api.github.com.2022-11-28.json index 9e3326deeb..6a6fd1e240 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions/api.github.com/api.github.com.2022-11-28.json @@ -7524,6 +7524,9 @@ { "$ref": "#/components/parameters/dependabot-alert-scope" }, + { + "$ref": "#/components/parameters/dependabot-alert-relationship" + }, { "$ref": "#/components/parameters/dependabot-alert-sort" }, @@ -26979,6 +26982,9 @@ { "$ref": "#/components/parameters/dependabot-alert-scope" }, + { + "$ref": "#/components/parameters/dependabot-alert-relationship" + }, { "$ref": "#/components/parameters/dependabot-alert-sort" }, @@ -55972,6 +55978,9 @@ { "$ref": "#/components/parameters/dependabot-alert-scope" }, + { + "$ref": "#/components/parameters/dependabot-alert-relationship" + }, { "$ref": "#/components/parameters/dependabot-alert-sort" }, @@ -309147,7 +309156,8 @@ "name": "django" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-rf4j-j272-fj86", @@ -309372,7 +309382,8 @@ "name": "ansible" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-8f4m-hccc-8qph", @@ -326255,7 +326266,8 @@ "name": "django" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-rf4j-j272-fj86", @@ -326413,7 +326425,8 @@ "name": "ansible" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-8f4m-hccc-8qph", @@ -326535,7 +326548,8 @@ "name": "ansible" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-8f4m-hccc-8qph", @@ -326681,7 +326695,8 @@ "name": "django" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-rf4j-j272-fj86", @@ -339976,6 +339991,14 @@ ] } }, + "dependabot-alert-relationship": { + "name": "relationship", + "in": "query", + "description": "A comma-separated list of relationships of the vulnerable dependency to your project. If specified, only alerts with these relationships will be returned.\n\n> [!NOTE]\n> We are rolling out support for dependency relationship across ecosystems. This value will be \"unknown\" for all dependencies in unsupported ecosystems.", + "schema": { + "type": "string" + } + }, "dependabot-alert-sort": { "name": "sort", "in": "query", diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index 8e09d49885..4da4fab1d2 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions/api.github.com/api.github.com.2022-11-28.yaml @@ -5768,6 +5768,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-assignees" - "$ref": "#/components/parameters/dependabot-alert-scope" + - "$ref": "#/components/parameters/dependabot-alert-relationship" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" - "$ref": "#/components/parameters/pagination-before" @@ -20190,6 +20191,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-assignees" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-runtime-risk" - "$ref": "#/components/parameters/dependabot-alert-scope" + - "$ref": "#/components/parameters/dependabot-alert-relationship" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" - "$ref": "#/components/parameters/pagination-before" @@ -41362,6 +41364,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-assignees" - "$ref": "#/components/parameters/dependabot-alert-scope" + - "$ref": "#/components/parameters/dependabot-alert-relationship" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" - "$ref": "#/components/parameters/pagination-before" @@ -231550,6 +231553,7 @@ components: name: django manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-rf4j-j272-fj86 cve_id: CVE-2018-6188 @@ -231734,6 +231738,7 @@ components: name: ansible manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-8f4m-hccc-8qph cve_id: CVE-2021-20191 @@ -246185,6 +246190,7 @@ components: name: django manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-rf4j-j272-fj86 cve_id: CVE-2018-6188 @@ -246304,6 +246310,7 @@ components: name: ansible manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-8f4m-hccc-8qph cve_id: CVE-2021-20191 @@ -246389,6 +246396,7 @@ components: name: ansible manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-8f4m-hccc-8qph cve_id: CVE-2021-20191 @@ -246495,6 +246503,7 @@ components: name: django manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-rf4j-j272-fj86 cve_id: CVE-2018-6188 @@ -258048,6 +258057,16 @@ components: enum: - development - runtime + dependabot-alert-relationship: + name: relationship + in: query + description: |- + A comma-separated list of relationships of the vulnerable dependency to your project. If specified, only alerts with these relationships will be returned. + + > [!NOTE] + > We are rolling out support for dependency relationship across ecosystems. This value will be "unknown" for all dependencies in unsupported ecosystems. + schema: + type: string dependabot-alert-sort: name: sort in: query diff --git a/descriptions/api.github.com/api.github.com.2026-03-10.json b/descriptions/api.github.com/api.github.com.2026-03-10.json index f6b0aa81f8..ad4b9a8f0c 100644 --- a/descriptions/api.github.com/api.github.com.2026-03-10.json +++ b/descriptions/api.github.com/api.github.com.2026-03-10.json @@ -7524,6 +7524,9 @@ { "$ref": "#/components/parameters/dependabot-alert-scope" }, + { + "$ref": "#/components/parameters/dependabot-alert-relationship" + }, { "$ref": "#/components/parameters/dependabot-alert-sort" }, @@ -26939,6 +26942,9 @@ { "$ref": "#/components/parameters/dependabot-alert-scope" }, + { + "$ref": "#/components/parameters/dependabot-alert-relationship" + }, { "$ref": "#/components/parameters/dependabot-alert-sort" }, @@ -55899,6 +55905,9 @@ { "$ref": "#/components/parameters/dependabot-alert-scope" }, + { + "$ref": "#/components/parameters/dependabot-alert-relationship" + }, { "$ref": "#/components/parameters/dependabot-alert-sort" }, @@ -308388,7 +308397,8 @@ "name": "django" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-rf4j-j272-fj86", @@ -308613,7 +308623,8 @@ "name": "ansible" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-8f4m-hccc-8qph", @@ -325485,7 +325496,8 @@ "name": "django" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-rf4j-j272-fj86", @@ -325643,7 +325655,8 @@ "name": "ansible" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-8f4m-hccc-8qph", @@ -325765,7 +325778,8 @@ "name": "ansible" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-8f4m-hccc-8qph", @@ -325911,7 +325925,8 @@ "name": "django" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-rf4j-j272-fj86", @@ -339116,6 +339131,14 @@ ] } }, + "dependabot-alert-relationship": { + "name": "relationship", + "in": "query", + "description": "A comma-separated list of relationships of the vulnerable dependency to your project. If specified, only alerts with these relationships will be returned.\n\n> [!NOTE]\n> We are rolling out support for dependency relationship across ecosystems. This value will be \"unknown\" for all dependencies in unsupported ecosystems.", + "schema": { + "type": "string" + } + }, "dependabot-alert-sort": { "name": "sort", "in": "query", diff --git a/descriptions/api.github.com/api.github.com.2026-03-10.yaml b/descriptions/api.github.com/api.github.com.2026-03-10.yaml index 82e4d721bc..27bfa66236 100644 --- a/descriptions/api.github.com/api.github.com.2026-03-10.yaml +++ b/descriptions/api.github.com/api.github.com.2026-03-10.yaml @@ -5768,6 +5768,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-assignees" - "$ref": "#/components/parameters/dependabot-alert-scope" + - "$ref": "#/components/parameters/dependabot-alert-relationship" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" - "$ref": "#/components/parameters/pagination-before" @@ -20157,6 +20158,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-assignees" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-runtime-risk" - "$ref": "#/components/parameters/dependabot-alert-scope" + - "$ref": "#/components/parameters/dependabot-alert-relationship" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" - "$ref": "#/components/parameters/pagination-before" @@ -41302,6 +41304,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-assignees" - "$ref": "#/components/parameters/dependabot-alert-scope" + - "$ref": "#/components/parameters/dependabot-alert-relationship" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" - "$ref": "#/components/parameters/pagination-before" @@ -230863,6 +230866,7 @@ components: name: django manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-rf4j-j272-fj86 cve_id: CVE-2018-6188 @@ -231047,6 +231051,7 @@ components: name: ansible manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-8f4m-hccc-8qph cve_id: CVE-2021-20191 @@ -245488,6 +245493,7 @@ components: name: django manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-rf4j-j272-fj86 cve_id: CVE-2018-6188 @@ -245607,6 +245613,7 @@ components: name: ansible manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-8f4m-hccc-8qph cve_id: CVE-2021-20191 @@ -245692,6 +245699,7 @@ components: name: ansible manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-8f4m-hccc-8qph cve_id: CVE-2021-20191 @@ -245798,6 +245806,7 @@ components: name: django manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-rf4j-j272-fj86 cve_id: CVE-2018-6188 @@ -257266,6 +257275,16 @@ components: enum: - development - runtime + dependabot-alert-relationship: + name: relationship + in: query + description: |- + A comma-separated list of relationships of the vulnerable dependency to your project. If specified, only alerts with these relationships will be returned. + + > [!NOTE] + > We are rolling out support for dependency relationship across ecosystems. This value will be "unknown" for all dependencies in unsupported ecosystems. + schema: + type: string dependabot-alert-sort: name: sort in: query diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index 81079c6ba2..6e5ad09987 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -7538,6 +7538,9 @@ { "$ref": "#/components/parameters/dependabot-alert-scope" }, + { + "$ref": "#/components/parameters/dependabot-alert-relationship" + }, { "$ref": "#/components/parameters/dependabot-alert-sort" }, @@ -27081,6 +27084,9 @@ { "$ref": "#/components/parameters/dependabot-alert-scope" }, + { + "$ref": "#/components/parameters/dependabot-alert-relationship" + }, { "$ref": "#/components/parameters/dependabot-alert-sort" }, @@ -56241,6 +56247,9 @@ { "$ref": "#/components/parameters/dependabot-alert-scope" }, + { + "$ref": "#/components/parameters/dependabot-alert-relationship" + }, { "$ref": "#/components/parameters/dependabot-alert-sort" }, @@ -311289,7 +311298,8 @@ "name": "django" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-rf4j-j272-fj86", @@ -311514,7 +311524,8 @@ "name": "ansible" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-8f4m-hccc-8qph", @@ -328468,7 +328479,8 @@ "name": "django" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-rf4j-j272-fj86", @@ -328626,7 +328638,8 @@ "name": "ansible" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-8f4m-hccc-8qph", @@ -328748,7 +328761,8 @@ "name": "ansible" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-8f4m-hccc-8qph", @@ -328894,7 +328908,8 @@ "name": "django" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-rf4j-j272-fj86", @@ -342317,6 +342332,14 @@ ] } }, + "dependabot-alert-relationship": { + "name": "relationship", + "in": "query", + "description": "A comma-separated list of relationships of the vulnerable dependency to your project. If specified, only alerts with these relationships will be returned.\n\n> [!NOTE]\n> We are rolling out support for dependency relationship across ecosystems. This value will be \"unknown\" for all dependencies in unsupported ecosystems.", + "schema": { + "type": "string" + } + }, "dependabot-alert-sort": { "name": "sort", "in": "query", diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 38c7544306..db66a45f3c 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -5776,6 +5776,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-assignees" - "$ref": "#/components/parameters/dependabot-alert-scope" + - "$ref": "#/components/parameters/dependabot-alert-relationship" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" - "$ref": "#/components/parameters/pagination-before" @@ -20244,6 +20245,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-assignees" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-runtime-risk" - "$ref": "#/components/parameters/dependabot-alert-scope" + - "$ref": "#/components/parameters/dependabot-alert-relationship" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" - "$ref": "#/components/parameters/pagination-before" @@ -41530,6 +41532,7 @@ paths: - "$ref": "#/components/parameters/dependabot-alert-comma-separated-has" - "$ref": "#/components/parameters/dependabot-alert-comma-separated-assignees" - "$ref": "#/components/parameters/dependabot-alert-scope" + - "$ref": "#/components/parameters/dependabot-alert-relationship" - "$ref": "#/components/parameters/dependabot-alert-sort" - "$ref": "#/components/parameters/direction" - "$ref": "#/components/parameters/pagination-before" @@ -232955,6 +232958,7 @@ components: name: django manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-rf4j-j272-fj86 cve_id: CVE-2018-6188 @@ -233139,6 +233143,7 @@ components: name: ansible manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-8f4m-hccc-8qph cve_id: CVE-2021-20191 @@ -247626,6 +247631,7 @@ components: name: django manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-rf4j-j272-fj86 cve_id: CVE-2018-6188 @@ -247745,6 +247751,7 @@ components: name: ansible manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-8f4m-hccc-8qph cve_id: CVE-2021-20191 @@ -247830,6 +247837,7 @@ components: name: ansible manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-8f4m-hccc-8qph cve_id: CVE-2021-20191 @@ -247936,6 +247944,7 @@ components: name: django manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-rf4j-j272-fj86 cve_id: CVE-2018-6188 @@ -259553,6 +259562,16 @@ components: enum: - development - runtime + dependabot-alert-relationship: + name: relationship + in: query + description: |- + A comma-separated list of relationships of the vulnerable dependency to your project. If specified, only alerts with these relationships will be returned. + + > [!NOTE] + > We are rolling out support for dependency relationship across ecosystems. This value will be "unknown" for all dependencies in unsupported ecosystems. + schema: + type: string dependabot-alert-sort: name: sort in: query diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index d207fe3a90..45355a9448 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -26992,6 +26992,14 @@ ] } }, + { + "name": "relationship", + "in": "query", + "description": "A comma-separated list of relationships of the vulnerable dependency to your project. If specified, only alerts with these relationships will be returned.\n\n> [!NOTE]\n> We are rolling out support for dependency relationship across ecosystems. This value will be \"unknown\" for all dependencies in unsupported ecosystems.", + "schema": { + "type": "string" + } + }, { "name": "sort", "in": "query", @@ -28348,7 +28356,8 @@ "name": "django" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-rf4j-j272-fj86", @@ -28573,7 +28582,8 @@ "name": "ansible" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-8f4m-hccc-8qph", @@ -129238,6 +129248,14 @@ ] } }, + { + "name": "relationship", + "in": "query", + "description": "A comma-separated list of relationships of the vulnerable dependency to your project. If specified, only alerts with these relationships will be returned.\n\n> [!NOTE]\n> We are rolling out support for dependency relationship across ecosystems. This value will be \"unknown\" for all dependencies in unsupported ecosystems.", + "schema": { + "type": "string" + } + }, { "name": "sort", "in": "query", @@ -130594,7 +130612,8 @@ "name": "django" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-rf4j-j272-fj86", @@ -130819,7 +130838,8 @@ "name": "ansible" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-8f4m-hccc-8qph", @@ -355282,6 +355302,14 @@ ] } }, + { + "name": "relationship", + "in": "query", + "description": "A comma-separated list of relationships of the vulnerable dependency to your project. If specified, only alerts with these relationships will be returned.\n\n> [!NOTE]\n> We are rolling out support for dependency relationship across ecosystems. This value will be \"unknown\" for all dependencies in unsupported ecosystems.", + "schema": { + "type": "string" + } + }, { "name": "sort", "in": "query", @@ -356218,7 +356246,8 @@ "name": "django" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-rf4j-j272-fj86", @@ -356376,7 +356405,8 @@ "name": "ansible" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-8f4m-hccc-8qph", @@ -357566,7 +357596,8 @@ "name": "ansible" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-8f4m-hccc-8qph", @@ -358772,7 +358803,8 @@ "name": "django" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-rf4j-j272-fj86", diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index c573aaa56d..53c5c03bf5 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -864,7 +864,7 @@ paths: - subscriptions_url - type - url - type: &348 + type: &349 type: string description: The type of credit the user is receiving. enum: @@ -1030,7 +1030,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &719 + - &720 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -4253,7 +4253,7 @@ paths: schema: type: integer default: 30 - - &232 + - &233 name: cursor description: 'Used for pagination: the starting delivery from which the page of deliveries is fetched. Refer to the `link` header for the next and previous @@ -4262,7 +4262,7 @@ paths: required: false schema: type: string - - &233 + - &234 name: status description: Returns webhook deliveries filtered by delivery outcome classification based on `status_code` range. A `status` of `success` returns deliveries @@ -4282,7 +4282,7 @@ paths: application/json: schema: type: array - items: &234 + items: &235 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -4362,7 +4362,7 @@ paths: - installation_id - repository_id examples: - default: &235 + default: &236 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -4490,7 +4490,7 @@ paths: description: Response content: application/json: - schema: &236 + schema: &237 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -4604,7 +4604,7 @@ paths: - request - response examples: - default: &237 + default: &238 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -5593,7 +5593,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &311 + properties: &312 id: description: Unique identifier of the repository example: 42 @@ -6044,7 +6044,7 @@ paths: type: boolean lexical_commit_sha: type: string - required: &312 + required: &313 - archive_url - assignees_url - blobs_url @@ -12233,7 +12233,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &511 + - &512 name: has in: query description: |- @@ -12267,6 +12267,16 @@ paths: - development - runtime - &221 + name: relationship + in: query + description: |- + A comma-separated list of relationships of the vulnerable dependency to your project. If specified, only alerts with these relationships will be returned. + + > [!NOTE] + > We are rolling out support for dependency relationship across ecosystems. This value will be "unknown" for all dependencies in unsupported ecosystems. + schema: + type: string + - &222 name: sort in: query description: |- @@ -12292,7 +12302,7 @@ paths: application/json: schema: type: array - items: &222 + items: &223 type: object description: A Dependabot alert. properties: @@ -12359,7 +12369,7 @@ paths: - direct - transitive - inconclusive - security_advisory: &512 + security_advisory: &513 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -12628,14 +12638,14 @@ paths: format: date-time readOnly: true nullable: true - auto_dismissed_at: &513 + auto_dismissed_at: &514 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissal_request: &514 + dismissal_request: &515 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -12697,7 +12707,7 @@ paths: - repository additionalProperties: false examples: - default: &223 + default: &224 value: - number: 2 state: dismissed @@ -12707,6 +12717,7 @@ paths: name: django manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-rf4j-j272-fj86 cve_id: CVE-2018-6188 @@ -12893,6 +12904,7 @@ paths: name: ansible manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-8f4m-hccc-8qph cve_id: CVE-2021-20191 @@ -13082,7 +13094,7 @@ paths: description: Response content: application/json: - schema: &224 + schema: &225 title: Dependabot Repository Access Details description: Information about repositories that Dependabot is able to access in an organization @@ -13108,7 +13120,7 @@ paths: nullable: true additionalProperties: false examples: - default: &225 + default: &226 value: default_level: public accessible_repositories: @@ -14323,7 +14335,7 @@ paths: properties: action: type: string - discussion: &816 + discussion: &817 title: Discussion description: A Discussion in a repository. type: object @@ -14690,7 +14702,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &565 + properties: &566 id: type: integer format: int64 @@ -14803,7 +14815,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &295 + properties: &296 url: type: string format: uri @@ -14873,7 +14885,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &296 + required: &297 - closed_issues - creator - description @@ -14952,7 +14964,7 @@ paths: timeline_url: type: string format: uri - type: &258 + type: &259 title: Issue Type description: The type assigned to the issue. This is only present for issues in repositories where @@ -15068,7 +15080,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &731 + sub_issues_summary: &732 title: Sub-issues Summary type: object properties: @@ -15155,7 +15167,7 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: &594 + properties: &595 pinned_at: type: string format: date-time @@ -15167,7 +15179,7 @@ paths: properties: *20 required: *21 nullable: true - required: &595 + required: &596 - pinned_at - pinned_by nullable: true @@ -15176,13 +15188,13 @@ paths: description: Details about why an issue comment was minimized. type: object - properties: &596 + properties: &597 reason: description: The reason the comment was minimized. type: string nullable: true example: low-quality - required: &597 + required: &598 - reason nullable: true required: &91 @@ -15195,7 +15207,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &732 + issue_dependencies_summary: &733 title: Issue Dependencies Summary type: object properties: @@ -15214,7 +15226,7 @@ paths: - total_blocking issue_field_values: type: array - items: &576 + items: &577 title: Issue Field Value description: A value assigned to an issue field type: object @@ -15306,7 +15318,7 @@ paths: - node_id - data_type - value - required: &566 + required: &567 - assignee - closed_at - comments @@ -15344,7 +15356,7 @@ paths: action: type: string issue: *89 - comment: &561 + comment: &562 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -16008,7 +16020,7 @@ paths: type: string release: allOf: - - &643 + - &644 title: Release description: A release. type: object @@ -16079,7 +16091,7 @@ paths: author: *4 assets: type: array - items: &644 + items: &645 title: Release Asset description: Data related to a release. type: object @@ -16670,7 +16682,7 @@ paths: url: type: string format: uri - user: &740 + user: &741 title: Public User description: Public User type: object @@ -18547,7 +18559,7 @@ paths: - closed - all default: open - - &261 + - &262 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -18598,7 +18610,7 @@ paths: type: array items: *89 examples: - default: &262 + default: &263 value: - id: 1 node_id: MDU6SXNzdWUx @@ -19997,14 +20009,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &357 + - &358 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &358 + - &359 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -20066,7 +20078,7 @@ paths: '404': *6 '403': *29 '304': *38 - '301': &361 + '301': &362 description: Moved permanently content: application/json: @@ -20088,7 +20100,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &617 + - &618 name: all description: If `true`, show notifications marked as read. in: query @@ -20096,7 +20108,7 @@ paths: schema: type: boolean default: false - - &618 + - &619 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -20106,7 +20118,7 @@ paths: type: boolean default: false - *96 - - &619 + - &620 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -20142,7 +20154,7 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: &227 + properties: &228 id: type: integer format: int64 @@ -20428,7 +20440,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &313 + security_and_analysis: &314 nullable: true type: object properties: @@ -20548,7 +20560,7 @@ paths: the repository. The keys are the custom property names, and the values are the corresponding custom property values. additionalProperties: true - required: &228 + required: &229 - archive_url - assignees_url - blobs_url @@ -20636,7 +20648,7 @@ paths: - url - subscription_url examples: - default: &620 + default: &621 value: - id: '1' repository: @@ -22550,7 +22562,7 @@ paths: parameters: - *79 - *125 - - &792 + - &793 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 @@ -22662,7 +22674,7 @@ paths: - *125 - *126 - *127 - - &793 + - &794 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -22670,7 +22682,7 @@ paths: schema: type: string - *130 - - &794 + - &795 name: sku description: The SKU to query for usage. in: query @@ -23572,7 +23584,7 @@ paths: type: integer repository_cache_usages: type: array - items: &368 + items: &369 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -24914,7 +24926,7 @@ paths: - all - local_only - selected - selected_actions_url: &373 + selected_actions_url: &374 type: string description: The API URL to use to get or set the actions and reusable workflows that are allowed to run, when `allowed_actions` @@ -24997,7 +25009,7 @@ paths: description: Response content: application/json: - schema: &377 + schema: &378 type: object properties: days: @@ -25039,7 +25051,7 @@ paths: required: true content: application/json: - schema: &378 + schema: &379 type: object properties: days: @@ -25096,7 +25108,7 @@ paths: required: - approval_policy examples: - default: &379 + default: &380 value: approval_policy: first_time_contributors '404': *6 @@ -25155,7 +25167,7 @@ paths: description: Response content: application/json: - schema: &380 + schema: &381 type: object required: - run_workflows_from_fork_pull_requests @@ -25209,7 +25221,7 @@ paths: required: true content: application/json: - schema: &381 + schema: &382 type: object required: - run_workflows_from_fork_pull_requests @@ -25844,7 +25856,7 @@ paths: description: Response content: application/json: - schema: &382 + schema: &383 type: object properties: default_workflow_permissions: &157 @@ -25895,7 +25907,7 @@ paths: required: false content: application/json: - schema: &383 + schema: &384 type: object properties: default_workflow_permissions: *157 @@ -27035,7 +27047,7 @@ paths: application/json: schema: type: array - items: &384 + items: &385 title: Runner Application description: Runner Application type: object @@ -27060,7 +27072,7 @@ paths: - download_url - filename examples: - default: &385 + default: &386 value: - os: osx architecture: x64 @@ -27146,7 +27158,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &386 + '201': &387 description: Response content: application/json: @@ -27257,7 +27269,7 @@ paths: - token - expires_at examples: - default: &387 + default: &388 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -27296,7 +27308,7 @@ paths: application/json: schema: *168 examples: - default: &388 + default: &389 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -27330,7 +27342,7 @@ paths: application/json: schema: *166 examples: - default: &389 + default: &390 value: id: 23 name: MBP @@ -27557,7 +27569,7 @@ paths: - *79 - *165 responses: - '200': &390 + '200': &391 description: Response content: application/json: @@ -27614,7 +27626,7 @@ paths: parameters: - *79 - *165 - - &391 + - &392 name: name description: The name of a self-hosted runner's custom label. in: path @@ -30549,12 +30561,12 @@ paths: required: - subject_digests examples: - default: &773 + default: &774 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &774 + withPredicateType: &775 value: subject_digests: - sha256:abc123 @@ -30612,7 +30624,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &775 + default: &776 value: attestations_subject_digests: - sha256:abc: @@ -30962,7 +30974,7 @@ paths: initiator: type: string examples: - default: &417 + default: &418 value: attestations: - repository_id: 1 @@ -31242,7 +31254,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &273 + properties: &274 id: description: Unique identifier of the team type: integer @@ -31314,7 +31326,7 @@ paths: description: Unique identifier of the enterprise to which this team belongs example: 42 - required: &274 + required: &275 - id - node_id - url @@ -31820,7 +31832,7 @@ paths: url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *79 - - &444 + - &445 name: tool_name description: The name of a code scanning tool. Only results by this tool will be listed. You can specify the tool by using either `tool_name` or `tool_guid`, @@ -31830,7 +31842,7 @@ paths: schema: &196 type: string description: The name of the tool used to generate the code scanning analysis. - - &445 + - &446 name: tool_guid description: The GUID of a code scanning tool. Only results by this tool will be listed. Note that some code scanning tools may not include a GUID in @@ -31853,7 +31865,7 @@ paths: be returned. in: query required: false - schema: &447 + schema: &448 type: string description: State of a code scanning alert. enum: @@ -31876,7 +31888,7 @@ paths: be returned. in: query required: false - schema: &448 + schema: &449 type: string description: Severity of a code scanning alert. enum: @@ -31910,7 +31922,7 @@ paths: updated_at: *191 url: *192 html_url: *193 - instances_url: &449 + instances_url: &450 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -31933,7 +31945,7 @@ paths: required: *21 nullable: true dismissed_at: *195 - dismissed_reason: &450 + dismissed_reason: &451 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -31942,13 +31954,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &451 + dismissed_comment: &452 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &452 + rule: &453 type: object properties: id: @@ -32001,7 +32013,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &453 + tool: &454 type: object properties: name: *196 @@ -32011,26 +32023,26 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *197 - most_recent_instance: &454 + most_recent_instance: &455 type: object properties: - ref: &446 + ref: &447 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &465 + analysis_key: &466 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions this includes the workflow filename and job name. - environment: &466 + environment: &467 type: string description: Identifies the variable values associated with the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &467 + category: &468 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -32050,7 +32062,7 @@ paths: with placeholder links for related locations replaced by links to the relevant code. Only populated when related locations are available for the alert instance. - location: &468 + location: &469 type: object description: Describe a region within a file for the alert. properties: @@ -32071,7 +32083,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: &469 + items: &470 type: string description: A classification of the file. For example to identify it as generated. @@ -33372,7 +33384,7 @@ paths: type: integer codespaces: type: array - items: &263 + items: &264 type: object title: Codespace description: A codespace. @@ -33402,7 +33414,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &481 + properties: &482 name: type: string description: The name of the machine. @@ -33444,7 +33456,7 @@ paths: - ready - in_progress nullable: true - required: &482 + required: &483 - name - display_name - operating_system @@ -33649,7 +33661,7 @@ paths: - pulls_url - recent_folders examples: - default: &264 + default: &265 value: total_count: 3 codespaces: @@ -34312,7 +34324,7 @@ paths: - updated_at - visibility examples: - default: &483 + default: &484 value: total_count: 2 secrets: @@ -34350,7 +34362,7 @@ paths: description: Response content: application/json: - schema: &484 + schema: &485 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -34379,7 +34391,7 @@ paths: - key_id - key examples: - default: &485 + default: &486 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -34411,7 +34423,7 @@ paths: application/json: schema: *204 examples: - default: &487 + default: &488 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -36475,7 +36487,7 @@ paths: currently being billed. seats: type: array - items: &266 + items: &267 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -37683,6 +37695,7 @@ paths: type: string - *220 - *221 + - *222 - *63 - *48 - *49 @@ -37694,9 +37707,9 @@ paths: application/json: schema: type: array - items: *222 + items: *223 examples: - default: *223 + default: *224 '304': *38 '400': *14 '403': *29 @@ -37745,9 +37758,9 @@ paths: description: Response content: application/json: - schema: *224 + schema: *225 examples: - default: *225 + default: *226 '403': *29 '404': *6 x-github: @@ -37910,7 +37923,7 @@ paths: type: integer secrets: type: array - items: &226 + items: &227 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -37987,7 +38000,7 @@ paths: description: Response content: application/json: - schema: &517 + schema: &518 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -38004,7 +38017,7 @@ paths: - key_id - key examples: - default: &518 + default: &519 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -38034,7 +38047,7 @@ paths: description: Response content: application/json: - schema: *226 + schema: *227 examples: default: value: @@ -38333,7 +38346,7 @@ paths: application/json: schema: type: array - items: &276 + items: &277 title: Package description: A software package type: object @@ -38383,8 +38396,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *227 - required: *228 + properties: *228 + required: *229 nullable: true created_at: type: string @@ -38403,7 +38416,7 @@ paths: - created_at - updated_at examples: - default: &277 + default: &278 value: - id: 197 name: hello_docker @@ -38573,7 +38586,7 @@ paths: application/json: schema: type: array - items: &252 + items: &253 title: Organization Invitation description: Organization Invitation type: object @@ -38620,7 +38633,7 @@ paths: - invitation_teams_url - node_id examples: - default: &253 + default: &254 value: - id: 1 login: monalisa @@ -38687,7 +38700,7 @@ paths: application/json: schema: type: array - items: &229 + items: &230 title: Org Hook description: Org Hook type: object @@ -38858,9 +38871,9 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: - default: &230 + default: &231 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -38908,7 +38921,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - *79 - - &231 + - &232 name: hook_id description: The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery. @@ -38921,9 +38934,9 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: - default: *230 + default: *231 '404': *6 x-github: githubCloudOnly: false @@ -38951,7 +38964,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - *79 - - *231 + - *232 requestBody: required: false content: @@ -38996,7 +39009,7 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: default: value: @@ -39038,7 +39051,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - *79 - - *231 + - *232 responses: '204': description: Response @@ -39066,7 +39079,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *79 - - *231 + - *232 responses: '200': description: Response @@ -39097,7 +39110,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *79 - - *231 + - *232 requestBody: required: false content: @@ -39148,10 +39161,10 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *79 - - *231 - - *17 - *232 + - *17 - *233 + - *234 responses: '200': description: Response @@ -39159,9 +39172,9 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: *235 + default: *236 '400': *14 '422': *15 x-github: @@ -39187,16 +39200,16 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *79 - - *231 + - *232 - *16 responses: '200': description: Response content: application/json: - schema: *236 + schema: *237 examples: - default: *237 + default: *238 '400': *14 '422': *15 x-github: @@ -39222,7 +39235,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *79 - - *231 + - *232 - *16 responses: '202': *40 @@ -39252,7 +39265,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - *79 - - *231 + - *232 responses: '204': description: Response @@ -39277,7 +39290,7 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - *79 - - &242 + - &243 name: actor_type in: path description: The type of the actor @@ -39290,14 +39303,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &243 + - &244 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &238 + - &239 name: min_timestamp description: 'The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -39305,7 +39318,7 @@ paths: required: true schema: type: string - - &239 + - &240 name: max_timestamp description: 'The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -39401,12 +39414,12 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - *79 - - *238 - *239 + - *240 - *19 - *17 - *63 - - &248 + - &249 name: sort description: The property to sort the results by. in: query @@ -39486,14 +39499,14 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - *79 - - *238 - *239 + - *240 responses: '200': description: Response content: application/json: - schema: &240 + schema: &241 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -39509,7 +39522,7 @@ paths: type: integer format: int64 examples: - default: &241 + default: &242 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -39532,23 +39545,23 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - *79 - - &244 + - &245 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *238 - *239 + - *240 responses: '200': description: Response content: application/json: - schema: *240 + schema: *241 examples: - default: *241 + default: *242 x-github: enabledForGitHubApps: true category: orgs @@ -39568,18 +39581,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *79 - - *238 - *239 - - *242 + - *240 - *243 + - *244 responses: '200': description: Response content: application/json: - schema: *240 + schema: *241 examples: - default: *241 + default: *242 x-github: enabledForGitHubApps: true category: orgs @@ -39599,9 +39612,9 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - *79 - - *238 - *239 - - &245 + - *240 + - &246 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -39614,7 +39627,7 @@ paths: description: Response content: application/json: - schema: &246 + schema: &247 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -39630,7 +39643,7 @@ paths: type: integer format: int64 examples: - default: &247 + default: &248 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -39669,18 +39682,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - *79 - - *244 - - *238 - - *239 - *245 + - *239 + - *240 + - *246 responses: '200': description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *247 + default: *248 x-github: enabledForGitHubApps: true category: orgs @@ -39700,19 +39713,19 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - *79 - - *242 - *243 - - *238 + - *244 - *239 - - *245 + - *240 + - *246 responses: '200': description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *247 + default: *248 x-github: enabledForGitHubApps: true category: orgs @@ -39732,13 +39745,13 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - *79 - - *244 - - *238 + - *245 - *239 + - *240 - *19 - *17 - *63 - - *248 + - *249 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -39819,7 +39832,7 @@ paths: application/json: schema: *22 examples: - default: &555 + default: &556 value: id: 1 account: @@ -39985,12 +39998,12 @@ paths: application/json: schema: anyOf: - - &250 + - &251 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &249 + limit: &250 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -40015,7 +40028,7 @@ paths: properties: {} additionalProperties: false examples: - default: &251 + default: &252 value: limit: collaborators_only origin: organization @@ -40044,13 +40057,13 @@ paths: required: true content: application/json: - schema: &556 + schema: &557 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *249 + limit: *250 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -40074,9 +40087,9 @@ paths: description: Response content: application/json: - schema: *250 + schema: *251 examples: - default: *251 + default: *252 '422': *15 x-github: githubCloudOnly: false @@ -40286,9 +40299,9 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: *253 + default: *254 headers: Link: *71 '404': *6 @@ -40365,7 +40378,7 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: default: value: @@ -40420,7 +40433,7 @@ paths: url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - *79 - - &254 + - &255 name: invitation_id description: The unique identifier of the invitation. in: path @@ -40451,7 +40464,7 @@ paths: url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - *79 - - *254 + - *255 - *17 - *19 responses: @@ -40463,7 +40476,7 @@ paths: type: array items: *211 examples: - default: &275 + default: &276 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -40506,7 +40519,7 @@ paths: application/json: schema: type: array - items: &255 + items: &256 title: Issue Field description: A custom attribute defined at the organization level for attaching structured data to issues. @@ -40759,9 +40772,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *256 examples: - default: &256 + default: &257 value: id: 512 node_id: IF_kwDNAd3NAZr @@ -40817,7 +40830,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-fields#update-issue-field-for-an-organization parameters: - *79 - - &257 + - &258 name: issue_field_id description: The unique identifier of the issue field. in: path @@ -40925,9 +40938,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *256 examples: - default: *256 + default: *257 '404': *6 '422': *7 x-github: @@ -40952,7 +40965,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-fields#delete-issue-field-for-an-organization parameters: - *79 - - *257 + - *258 responses: '204': *60 '404': *6 @@ -40982,9 +40995,9 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: &560 + default: &561 value: - id: 410 node_id: IT_kwDNAd3NAZo @@ -41067,9 +41080,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: &259 + default: &260 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -41102,7 +41115,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *79 - - &260 + - &261 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -41155,9 +41168,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 '404': *6 '422': *7 x-github: @@ -41182,7 +41195,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *79 - - *260 + - *261 responses: '204': description: Response @@ -41245,7 +41258,7 @@ paths: - closed - all default: open - - *261 + - *262 - name: type description: Can be the name of an issue type. in: query @@ -41276,7 +41289,7 @@ paths: type: array items: *89 examples: - default: *262 + default: *263 headers: Link: *71 '404': *6 @@ -41435,9 +41448,9 @@ paths: type: integer codespaces: type: array - items: *263 + items: *264 examples: - default: *264 + default: *265 '304': *38 '500': *56 '401': *25 @@ -41464,7 +41477,7 @@ paths: parameters: - *79 - *75 - - &265 + - &266 name: codespace_name in: path required: true @@ -41499,15 +41512,15 @@ paths: parameters: - *79 - *75 - - *265 + - *266 responses: '200': description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: &480 + default: &481 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -41687,7 +41700,7 @@ paths: description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *266 + schema: *267 examples: default: value: @@ -41763,7 +41776,7 @@ paths: description: Response content: application/json: - schema: &267 + schema: &268 title: Org Membership description: Org Membership type: object @@ -41830,7 +41843,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &268 + response-if-user-has-an-active-admin-membership-with-organization: &269 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -41931,9 +41944,9 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: - response-if-user-already-had-membership-with-organization: *268 + response-if-user-already-had-membership-with-organization: *269 '422': *15 '403': *29 x-github: @@ -42004,7 +42017,7 @@ paths: application/json: schema: type: array - items: &269 + items: &270 title: Migration description: A migration. type: object @@ -42333,7 +42346,7 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: default: value: @@ -42512,7 +42525,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - *79 - - &270 + - &271 name: migration_id description: The unique identifier of the migration. in: path @@ -42539,7 +42552,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *269 + schema: *270 examples: default: value: @@ -42709,7 +42722,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - *79 - - *270 + - *271 responses: '302': description: Response @@ -42731,7 +42744,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *79 - - *270 + - *271 responses: '204': description: Response @@ -42755,8 +42768,8 @@ paths: url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - *79 - - *270 - - &756 + - *271 + - &757 name: repo_name description: repo_name parameter in: path @@ -42784,7 +42797,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *79 - - *270 + - *271 - *17 - *19 responses: @@ -42796,7 +42809,7 @@ paths: type: array items: *164 examples: - default: &282 + default: &283 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -42951,7 +42964,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &272 + items: &273 title: Organization Role description: Organization roles type: object @@ -43126,7 +43139,7 @@ paths: parameters: - *79 - *81 - - &271 + - &272 name: role_id description: The unique identifier of the role. in: path @@ -43163,7 +43176,7 @@ paths: parameters: - *79 - *81 - - *271 + - *272 responses: '204': description: Response @@ -43216,7 +43229,7 @@ paths: parameters: - *79 - *75 - - *271 + - *272 responses: '204': description: Response @@ -43248,7 +43261,7 @@ paths: parameters: - *79 - *75 - - *271 + - *272 responses: '204': description: Response @@ -43277,13 +43290,13 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - *79 - - *271 + - *272 responses: '200': description: Response content: application/json: - schema: *272 + schema: *273 examples: default: value: @@ -43334,7 +43347,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - *79 - - *271 + - *272 - *17 - *19 responses: @@ -43412,8 +43425,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *273 - required: *274 + properties: *274 + required: *275 nullable: true type: description: The ownership type of the team @@ -43445,7 +43458,7 @@ paths: - type - parent examples: - default: *275 + default: *276 headers: Link: *71 '404': @@ -43475,7 +43488,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - *79 - - *271 + - *272 - *17 - *19 responses: @@ -43503,13 +43516,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &349 + items: &350 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *273 - required: *274 + properties: *274 + required: *275 name: nullable: true type: string @@ -43797,7 +43810,7 @@ paths: - nuget - container - *79 - - &757 + - &758 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -43833,12 +43846,12 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *277 + default: *278 '403': *29 '401': *25 - '400': &759 + '400': &760 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -43860,7 +43873,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &278 + - &279 name: package_type description: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry @@ -43878,7 +43891,7 @@ paths: - docker - nuget - container - - &279 + - &280 name: package_name description: The name of the package. in: path @@ -43891,7 +43904,7 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: default: value: @@ -43943,8 +43956,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *278 - *279 + - *280 - *79 responses: '204': @@ -43977,8 +43990,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *278 - *279 + - *280 - *79 - name: token description: package token @@ -44011,8 +44024,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *278 - *279 + - *280 - *79 - *19 - *17 @@ -44033,7 +44046,7 @@ paths: application/json: schema: type: array - items: &280 + items: &281 title: Package Version description: A version of a software package type: object @@ -44158,10 +44171,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *278 - *279 + - *280 - *79 - - &281 + - &282 name: package_version_id description: Unique identifier of the package version. in: path @@ -44173,7 +44186,7 @@ paths: description: Response content: application/json: - schema: *280 + schema: *281 examples: default: value: @@ -44209,10 +44222,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *278 - *279 + - *280 - *79 - - *281 + - *282 responses: '204': description: Response @@ -44244,10 +44257,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *278 - *279 + - *280 - *79 - - *281 + - *282 responses: '204': description: Response @@ -44277,7 +44290,7 @@ paths: - *79 - *17 - *19 - - &283 + - &284 name: sort description: The property by which to sort the results. in: query @@ -44288,7 +44301,7 @@ paths: - created_at default: created_at - *63 - - &284 + - &285 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -44299,7 +44312,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &285 + - &286 name: repository description: The name of the repository to use to filter the results. in: query @@ -44307,7 +44320,7 @@ paths: schema: type: string example: Hello-World - - &286 + - &287 name: permission description: The permission to use to filter the results. in: query @@ -44315,7 +44328,7 @@ paths: schema: type: string example: issues_read - - &287 + - &288 name: last_used_before description: 'Only show fine-grained personal access tokens used before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -44325,7 +44338,7 @@ paths: schema: type: string format: date-time - - &288 + - &289 name: last_used_after description: 'Only show fine-grained personal access tokens used after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -44335,7 +44348,7 @@ paths: schema: type: string format: date-time - - &289 + - &290 name: token_id description: The ID of the token in: query @@ -44648,7 +44661,7 @@ paths: type: array items: *164 examples: - default: *282 + default: *283 headers: Link: *71 x-github: @@ -44674,14 +44687,14 @@ paths: - *79 - *17 - *19 - - *283 - - *63 - *284 + - *63 - *285 - *286 - *287 - *288 - *289 + - *290 responses: '500': *56 '422': *15 @@ -44963,7 +44976,7 @@ paths: type: array items: *164 examples: - default: *282 + default: *283 headers: Link: *71 x-github: @@ -45005,7 +45018,7 @@ paths: type: integer configurations: type: array - items: &290 + items: &291 title: Organization private registry description: Private registry configuration for an organization type: object @@ -45516,7 +45529,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &291 + org-private-registry-with-selected-visibility: &292 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -45612,9 +45625,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *290 + schema: *291 examples: - default: *291 + default: *292 '404': *6 x-github: githubCloudOnly: false @@ -45865,7 +45878,7 @@ paths: application/json: schema: type: array - items: &292 + items: &293 title: Projects v2 Project description: A projects v2 project type: object @@ -45935,7 +45948,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &847 + properties: &848 id: type: number description: The unique identifier of the status update. @@ -45983,7 +45996,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &848 + required: &849 - id - node_id - created_at @@ -46008,7 +46021,7 @@ paths: - deleted_at - deleted_by examples: - default: &293 + default: &294 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -46111,7 +46124,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-project-for-organization parameters: - - &294 + - &295 name: project_number description: The project's number. in: path @@ -46124,9 +46137,9 @@ paths: description: Response content: application/json: - schema: *292 + schema: *293 examples: - default: *293 + default: *294 headers: Link: *71 '304': *38 @@ -46149,7 +46162,7 @@ paths: url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - *79 - - *294 + - *295 requestBody: required: true description: Details of the draft item to create in the project. @@ -46183,7 +46196,7 @@ paths: description: Response content: application/json: - schema: &300 + schema: &301 title: Projects v2 Item description: An item belonging to a project type: object @@ -46197,7 +46210,7 @@ paths: content: oneOf: - *89 - - &455 + - &456 title: Pull Request Simple description: Pull Request Simple type: object @@ -46303,8 +46316,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *295 - required: *296 + properties: *296 + required: *297 nullable: true active_lock_reason: type: string @@ -46397,7 +46410,7 @@ paths: _links: type: object properties: - comments: &297 + comments: &298 title: Link description: Hypermedia Link type: object @@ -46406,13 +46419,13 @@ paths: type: string required: - href - commits: *297 - statuses: *297 - html: *297 - issue: *297 - review_comments: *297 - review_comment: *297 - self: *297 + commits: *298 + statuses: *298 + html: *298 + issue: *298 + review_comments: *298 + review_comment: *298 + self: *298 required: - comments - commits @@ -46423,7 +46436,7 @@ paths: - review_comment - self author_association: *86 - auto_merge: &627 + auto_merge: &628 title: Auto merge description: The status of auto merging a pull request. type: object @@ -46448,7 +46461,7 @@ paths: - commit_title - commit_message nullable: true - stack: &628 + stack: &629 title: Pull Request Stack description: The stack information associated with a pull request. @@ -46564,7 +46577,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: &299 + content_type: &300 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -46604,7 +46617,7 @@ paths: - updated_at - archived_at examples: - draft_issue: &301 + draft_issue: &302 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -46678,7 +46691,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#list-project-fields-for-organization parameters: - - *294 + - *295 - *79 - *17 - *48 @@ -46690,7 +46703,7 @@ paths: application/json: schema: type: array - items: &298 + items: &299 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -46840,7 +46853,7 @@ paths: - updated_at - project_url examples: - default: &779 + default: &780 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -46970,7 +46983,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#add-a-field-to-an-organization-owned-project parameters: - - *294 + - *295 - *79 requestBody: required: true @@ -47017,7 +47030,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &780 + items: &781 type: object properties: name: @@ -47054,7 +47067,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &781 + iteration_configuration: &782 type: object description: The configuration for iteration fields. properties: @@ -47104,7 +47117,7 @@ paths: value: name: Due date data_type: date - single_select_field: &782 + single_select_field: &783 summary: Create a single select field value: name: Priority @@ -47131,7 +47144,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &783 + iteration_field: &784 summary: Create an iteration field value: name: Sprint @@ -47155,9 +47168,9 @@ paths: description: Response for adding a field to an organization-owned project. content: application/json: - schema: *298 + schema: *299 examples: - text_field: &784 + text_field: &785 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -47166,7 +47179,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: &785 + number_field: &786 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -47175,7 +47188,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: &786 + date_field: &787 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -47184,7 +47197,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: &787 + single_select_field: &788 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -47218,7 +47231,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &788 + iteration_field: &789 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -47263,8 +47276,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - - *294 - - &789 + - *295 + - &790 name: field_id description: The unique identifier of the field. in: path @@ -47277,9 +47290,9 @@ paths: description: Response content: application/json: - schema: *298 + schema: *299 examples: - default: &790 + default: &791 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -47335,7 +47348,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-owned-project parameters: - - *294 + - *295 - *79 - name: q description: Search query to filter items, see [Filtering projects](https://docs.github.com/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects) @@ -47368,7 +47381,7 @@ paths: application/json: schema: type: array - items: &302 + items: &303 title: Projects v2 Item description: An item belonging to a project type: object @@ -47384,7 +47397,7 @@ paths: format: uri example: https://api.github.com/users/monalisa/2/projectsV2/3 description: The API URL of the project that contains this item. - content_type: *299 + content_type: *300 content: type: object additionalProperties: true @@ -47427,7 +47440,7 @@ paths: - updated_at - archived_at examples: - default: &303 + default: &304 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -48125,7 +48138,7 @@ paths: url: https://docs.github.com/rest/projects/items#add-item-to-organization-owned-project parameters: - *79 - - *294 + - *295 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -48195,22 +48208,22 @@ paths: description: Response content: application/json: - schema: *300 + schema: *301 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *301 + value: *302 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *301 + value: *302 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *301 + value: *302 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *301 + value: *302 '304': *38 '403': *29 '401': *25 @@ -48230,9 +48243,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#get-an-item-for-an-organization-owned-project parameters: - - *294 + - *295 - *79 - - &304 + - &305 name: item_id description: The unique identifier of the project item. in: path @@ -48258,9 +48271,9 @@ paths: description: Response content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 headers: Link: *71 '304': *38 @@ -48281,9 +48294,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#update-project-item-for-organization parameters: - - *294 + - *295 - *79 - - *304 + - *305 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -48353,13 +48366,13 @@ paths: description: Response content: application/json: - schema: *302 + schema: *303 examples: - text_field: *303 - number_field: *303 - date_field: *303 - single_select_field: *303 - iteration_field: *303 + text_field: *304 + number_field: *304 + date_field: *304 + single_select_field: *304 + iteration_field: *304 '401': *25 '403': *29 '404': *6 @@ -48379,9 +48392,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#delete-project-item-for-organization parameters: - - *294 + - *295 - *79 - - *304 + - *305 responses: '204': description: Response @@ -48405,7 +48418,7 @@ paths: url: https://docs.github.com/rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - *79 - - *294 + - *295 requestBody: required: true content: @@ -48476,7 +48489,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &770 + schema: &771 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -48574,7 +48587,7 @@ paths: examples: table_view: summary: Response for creating a table view - value: &305 + value: &306 value: id: 1 number: 1 @@ -48620,10 +48633,10 @@ paths: - 456 board_view: summary: Response for creating a board view with filter - value: *305 + value: *306 roadmap_view: summary: Response for creating a roadmap view - value: *305 + value: *306 '304': *38 '403': *29 '401': *25 @@ -48651,9 +48664,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-project-view parameters: - - *294 + - *295 - *79 - - &791 + - &792 name: view_number description: The number that identifies the project view. in: path @@ -48685,9 +48698,9 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: - default: *303 + default: *304 headers: Link: *71 '304': *38 @@ -48720,7 +48733,7 @@ paths: application/json: schema: type: array - items: &306 + items: &307 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -48788,7 +48801,7 @@ paths: - property_name - value_type examples: - default: &307 + default: &308 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -48848,7 +48861,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *306 + items: *307 minItems: 1 maxItems: 100 required: @@ -48878,9 +48891,9 @@ paths: application/json: schema: type: array - items: *306 + items: *307 examples: - default: *307 + default: *308 '403': *29 '404': *6 x-github: @@ -48902,7 +48915,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - *79 - - &308 + - &309 name: custom_property_name description: The custom property name in: path @@ -48914,9 +48927,9 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: - default: &309 + default: &310 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -48951,7 +48964,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - *79 - - *308 + - *309 requestBody: required: true content: @@ -49022,9 +49035,9 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: - default: *309 + default: *310 '403': *29 '404': *6 x-github: @@ -49048,7 +49061,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - *79 - - *308 + - *309 responses: '204': *60 '403': *29 @@ -49109,7 +49122,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &310 + items: &311 title: Custom Property Value description: Custom property name and associated value type: object @@ -49196,7 +49209,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *310 + items: *311 required: - repository_names - properties @@ -49388,7 +49401,7 @@ paths: type: array items: *164 examples: - default: *282 + default: *283 headers: Link: *71 x-github: @@ -49590,7 +49603,7 @@ paths: description: Response content: application/json: - schema: &360 + schema: &361 title: Full Repository description: Full Repository type: object @@ -49878,8 +49891,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *311 - required: *312 + properties: *312 + required: *313 nullable: true temp_clone_token: type: string @@ -49994,7 +50007,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &501 + properties: &502 url: type: string format: uri @@ -50010,12 +50023,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &502 + required: &503 - url - key - name - html_url - security_and_analysis: *313 + security_and_analysis: *314 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -50099,7 +50112,7 @@ paths: - network_count - subscribers_count examples: - default: &362 + default: &363 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -50620,7 +50633,7 @@ paths: - *79 - *17 - *19 - - &652 + - &653 name: targets description: | A comma-separated list of rule targets to filter by. @@ -50638,7 +50651,7 @@ paths: application/json: schema: type: array - items: &340 + items: &341 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -50673,7 +50686,7 @@ paths: source: type: string description: The name of the source - enforcement: &316 + enforcement: &317 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -50686,7 +50699,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &317 + items: &318 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -50757,7 +50770,7 @@ paths: conditions: nullable: true anyOf: - - &314 + - &315 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -50781,7 +50794,7 @@ paths: match. items: type: string - - &318 + - &319 title: Organization ruleset conditions type: object description: |- @@ -50795,7 +50808,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *314 + - *315 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -50829,7 +50842,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *314 + - *315 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -50851,7 +50864,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *314 + - *315 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -50864,7 +50877,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &315 + items: &316 title: Repository ruleset property targeting definition type: object @@ -50897,17 +50910,17 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *315 + items: *316 required: - repository_property rules: type: array - items: &653 + items: &654 title: Repository Rule type: object description: A repository rule. oneOf: - - &319 + - &320 title: creation description: Only allow users with bypass permission to create matching refs. @@ -50919,7 +50932,7 @@ paths: type: string enum: - creation - - &320 + - &321 title: update description: Only allow users with bypass permission to update matching refs. @@ -50940,7 +50953,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &321 + - &322 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -50952,7 +50965,7 @@ paths: type: string enum: - deletion - - &322 + - &323 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -50964,7 +50977,7 @@ paths: type: string enum: - required_linear_history - - &650 + - &651 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -51042,7 +51055,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &323 + - &324 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -51066,7 +51079,7 @@ paths: type: string required: - required_deployment_environments - - &324 + - &325 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -51078,7 +51091,7 @@ paths: type: string enum: - required_signatures - - &325 + - &326 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -51221,7 +51234,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &326 + - &327 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -51269,7 +51282,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &327 + - &328 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -51281,7 +51294,7 @@ paths: type: string enum: - non_fast_forward - - &328 + - &329 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -51318,7 +51331,7 @@ paths: required: - operator - pattern - - &329 + - &330 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -51355,7 +51368,7 @@ paths: required: - operator - pattern - - &330 + - &331 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -51392,7 +51405,7 @@ paths: required: - operator - pattern - - &331 + - &332 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -51429,7 +51442,7 @@ paths: required: - operator - pattern - - &332 + - &333 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -51466,7 +51479,7 @@ paths: required: - operator - pattern - - &337 + - &338 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -51516,7 +51529,7 @@ paths: - repository_id required: - workflows - - &338 + - &339 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -51577,7 +51590,7 @@ paths: - tool required: - code_scanning_tools - - &339 + - &340 title: copilot_code_review description: Request Copilot code review for new pull requests automatically if the author has access to Copilot code @@ -51603,7 +51616,7 @@ paths: type: boolean description: Copilot automatically reviews each new push to the pull request. - - &651 + - &652 title: license_compliance_scanning description: Enforce any added or changed dependencies to comply with the organization's license policy. @@ -51615,7 +51628,7 @@ paths: type: string enum: - license_compliance_scanning - - &333 + - &334 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit @@ -51640,7 +51653,7 @@ paths: type: string required: - restricted_file_paths - - &334 + - &335 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed @@ -51664,7 +51677,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &335 + - &336 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -51687,7 +51700,7 @@ paths: type: string required: - restricted_file_extensions - - &336 + - &337 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit @@ -51785,21 +51798,20 @@ paths: - push - repository default: branch - enforcement: *316 + enforcement: *317 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *317 - conditions: *318 + items: *318 + conditions: *319 rules: type: array description: An array of rules within the ruleset. - items: &342 + items: &343 title: Repository Rule type: object description: A repository rule. oneOf: - - *319 - *320 - *321 - *322 @@ -51820,6 +51832,7 @@ paths: - *337 - *338 - *339 + - *340 required: - name - enforcement @@ -51857,9 +51870,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: &341 + default: &342 value: id: 21 name: super cool ruleset @@ -51915,7 +51928,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *79 - - &654 + - &655 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -51930,7 +51943,7 @@ paths: in: query schema: type: string - - &655 + - &656 name: time_period description: |- The time period to filter by. @@ -51946,14 +51959,14 @@ paths: - week - month default: day - - &656 + - &657 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &657 + - &658 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -51966,7 +51979,7 @@ paths: - bypass - all default: all - - &658 + - &659 name: evaluate_status description: |- The evaluate status to filter on. When specified, only rule suites resulting from rulesets with the specified evaluate status will be returned. @@ -51989,7 +52002,7 @@ paths: description: Response content: application/json: - schema: &659 + schema: &660 title: Rule Suites description: Response type: array @@ -52044,7 +52057,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &660 + default: &661 value: - id: 21 actor_id: 12 @@ -52088,7 +52101,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *79 - - &661 + - &662 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -52104,7 +52117,7 @@ paths: description: Response content: application/json: - schema: &662 + schema: &663 title: Rule Suite description: Response type: object @@ -52203,7 +52216,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &663 + default: &664 value: id: 21 actor_id: 12 @@ -52276,9 +52289,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '404': *6 '500': *56 put: @@ -52322,16 +52335,16 @@ paths: - tag - push - repository - enforcement: *316 + enforcement: *317 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *317 - conditions: *318 + items: *318 + conditions: *319 rules: description: An array of rules within the ruleset. type: array - items: *342 + items: *343 examples: default: value: @@ -52366,9 +52379,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '404': *6 '422': *15 '500': *56 @@ -52426,7 +52439,7 @@ paths: application/json: schema: type: array - items: &343 + items: &344 title: Ruleset version type: object description: The historical version of a ruleset @@ -52450,7 +52463,7 @@ paths: type: string format: date-time examples: - default: &665 + default: &666 value: - version_id: 3 actor: @@ -52503,9 +52516,9 @@ paths: description: Response content: application/json: - schema: &666 + schema: &667 allOf: - - *343 + - *344 - type: object required: - state @@ -52575,7 +52588,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *79 - - &667 + - &668 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -52586,7 +52599,7 @@ paths: enum: - open - resolved - - &668 + - &669 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -52596,7 +52609,7 @@ paths: required: false schema: type: string - - &669 + - &670 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -52607,7 +52620,7 @@ paths: required: false schema: type: string - - &670 + - &671 name: exclude_providers in: query description: |- @@ -52618,7 +52631,7 @@ paths: required: false schema: type: string - - &671 + - &672 name: providers in: query description: |- @@ -52629,7 +52642,7 @@ paths: required: false schema: type: string - - &672 + - &673 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -52638,7 +52651,7 @@ paths: required: false schema: type: string - - &673 + - &674 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -52657,7 +52670,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &674 + - &675 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. @@ -52672,7 +52685,7 @@ paths: - *63 - *19 - *17 - - &675 + - &676 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 @@ -52682,7 +52695,7 @@ paths: required: false schema: type: string - - &676 + - &677 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 @@ -52692,7 +52705,7 @@ paths: required: false schema: type: string - - &677 + - &678 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -52701,7 +52714,7 @@ paths: required: false schema: type: string - - &678 + - &679 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -52710,7 +52723,7 @@ paths: schema: type: boolean default: false - - &679 + - &680 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -52719,7 +52732,7 @@ paths: schema: type: boolean default: false - - &680 + - &681 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -52728,7 +52741,7 @@ paths: schema: type: boolean default: false - - &681 + - &682 name: is_bypassed in: query description: A boolean value (`true` or `false`) indicating whether to filter @@ -52739,7 +52752,7 @@ paths: required: false schema: type: boolean - - &682 + - &683 name: included_metadata in: query description: |- @@ -52750,7 +52763,7 @@ paths: required: false schema: type: string - - &683 + - &684 name: owner_email_hash in: query description: |- @@ -52788,14 +52801,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &684 + state: &685 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: &685 + resolution: &686 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -52912,8 +52925,8 @@ paths: pull request. ' - oneOf: &686 - - &688 + oneOf: &687 + - &689 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -52971,7 +52984,7 @@ paths: - blob_url - commit_sha - commit_url - - &689 + - &690 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. @@ -53026,7 +53039,7 @@ paths: - page_url - commit_sha - commit_url - - &690 + - &691 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -53046,7 +53059,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &691 + - &692 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -53066,7 +53079,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &692 + - &693 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -53086,7 +53099,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &693 + - &694 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -53100,7 +53113,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &694 + - &695 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -53114,7 +53127,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &695 + - &696 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -53128,7 +53141,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &696 + - &697 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. @@ -53148,7 +53161,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &697 + - &698 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. @@ -53168,7 +53181,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &698 + - &699 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. @@ -53188,7 +53201,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &699 + - &700 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. @@ -53208,7 +53221,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &700 + - &701 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request. @@ -53460,7 +53473,7 @@ paths: subcategory: custom-patterns parameters: - *79 - - &701 + - &702 name: state description: Filter custom patterns by state. When absent, returns patterns in all states. @@ -53471,7 +53484,7 @@ paths: enum: - published - unpublished - - &702 + - &703 name: push_protection description: Filter custom patterns by whether push protection is enabled. When absent, returns patterns regardless of push protection status. @@ -53482,7 +53495,7 @@ paths: enum: - enabled - disabled - - &703 + - &704 name: sort description: The property to sort the results by. in: query @@ -53504,7 +53517,7 @@ paths: application/json: schema: type: array - items: &344 + items: &345 title: Secret Scanning Custom Pattern description: A custom pattern for secret scanning. type: object @@ -53552,7 +53565,7 @@ paths: nullable: true items: type: string - custom_pattern_version: &345 + custom_pattern_version: &346 type: string description: The version of the entity. This is used to confirm you're updating the current version of the entity and mitigate @@ -53576,7 +53589,7 @@ paths: - state - push_protection_enabled examples: - default: &704 + default: &705 value: - id: 1 name: Example Custom Pattern @@ -53639,7 +53652,7 @@ paths: patterns: type: array description: The list of custom patterns to create. - items: &705 + items: &706 title: Secret Scanning Custom Pattern To Create description: A custom pattern to create in a bulk operation. type: object @@ -53676,7 +53689,7 @@ paths: items: type: string examples: - default: &706 + default: &707 value: patterns: - name: Example Custom Pattern @@ -53700,9 +53713,9 @@ paths: created_patterns: type: array description: The list of successfully created custom patterns. - items: *344 + items: *345 examples: - default: &707 + default: &708 value: created_patterns: - id: 1 @@ -53754,7 +53767,7 @@ paths: errors: type: array description: List of validation errors for this pattern. - items: &708 + items: &709 title: Secret Scanning Custom Pattern Validation Error description: A validation error for a custom pattern in a batch operation. @@ -53808,7 +53821,7 @@ paths: type: array description: The list of custom patterns to delete. maxItems: 500 - items: &709 + items: &710 title: Secret Scanning Custom Pattern To Delete description: A custom pattern to delete in a bulk operation. type: object @@ -53818,7 +53831,7 @@ paths: pattern_id: type: integer description: The ID of the custom pattern to delete. - custom_pattern_version: *345 + custom_pattern_version: *346 post_delete_action: type: string description: |- @@ -53831,7 +53844,7 @@ paths: - resolve_alerts default: delete_alerts examples: - default: &710 + default: &711 value: patterns: - pattern_id: 2 @@ -53842,7 +53855,7 @@ paths: '400': *14 '403': *29 '404': *6 - '412': &346 + '412': &347 description: Precondition Failed content: application/json: @@ -53877,7 +53890,7 @@ paths: required: true content: application/json: - schema: &711 + schema: &712 title: Secret Scanning Custom Pattern To Update description: Fields to update on a custom pattern. At least one updatable field (`pattern`, `start_delimiter`, `end_delimiter`, `must_match`, @@ -53916,9 +53929,9 @@ paths: description: Updated list of regexes that the secret must not match. items: type: string - custom_pattern_version: *345 + custom_pattern_version: *346 examples: - default: &712 + default: &713 value: pattern: updated_secret_[0-9A-Z]{16} start_delimiter: "[^0-9A-Za-z]" @@ -53933,9 +53946,9 @@ paths: description: Pattern updated successfully. content: application/json: - schema: *344 + schema: *345 examples: - default: &713 + default: &714 value: id: 1 name: Example Custom Pattern @@ -53955,7 +53968,7 @@ paths: '400': *14 '403': *29 '404': *6 - '412': *346 + '412': *347 '422': *15 "/orgs/{org}/secret-scanning/pattern-configurations": get: @@ -53988,11 +54001,11 @@ paths: related to push protection. type: object properties: - pattern_config_version: *345 + pattern_config_version: *346 provider_pattern_overrides: type: array description: Overrides for partner patterns. - items: &347 + items: &348 type: object properties: token_type: @@ -54058,7 +54071,7 @@ paths: custom_pattern_overrides: type: array description: Overrides for custom patterns defined by the organization. - items: *347 + items: *348 examples: default: value: @@ -54115,7 +54128,7 @@ paths: schema: type: object properties: - pattern_config_version: *345 + pattern_config_version: *346 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -54141,7 +54154,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *345 + custom_pattern_version: *346 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -54239,7 +54252,7 @@ paths: application/json: schema: type: array - items: &717 + items: &718 description: A repository security advisory. type: object properties: @@ -54459,7 +54472,7 @@ paths: login: type: string description: The username of the user credited. - type: *348 + type: *349 credits_detailed: type: array nullable: true @@ -54469,7 +54482,7 @@ paths: type: object properties: user: *4 - type: *348 + type: *349 state: type: string description: The state of the user's acceptance of the @@ -54530,7 +54543,7 @@ paths: - private_fork additionalProperties: false examples: - default: &718 + default: &719 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -54917,7 +54930,7 @@ paths: application/json: schema: type: array - items: *349 + items: *350 examples: default: value: @@ -55270,7 +55283,7 @@ paths: type: integer network_configurations: type: array - items: &350 + items: &351 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -55416,9 +55429,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: &351 + default: &352 value: id: 123456789ABCDEF name: My network configuration @@ -55447,7 +55460,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - *79 - - &352 + - &353 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -55459,9 +55472,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 headers: Link: *71 x-github: @@ -55483,7 +55496,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - *79 - - *352 + - *353 requestBody: required: true content: @@ -55536,9 +55549,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55558,7 +55571,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - *79 - - *352 + - *353 responses: '204': description: Response @@ -55677,7 +55690,7 @@ paths: type: array items: *211 examples: - default: *275 + default: *276 headers: Link: *71 '403': *29 @@ -55775,7 +55788,7 @@ paths: description: Response content: application/json: - schema: &353 + schema: &354 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -55838,8 +55851,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *273 - required: *274 + properties: *274 + required: *275 nullable: true members_count: type: integer @@ -56102,7 +56115,7 @@ paths: - repos_count - organization examples: - default: &354 + default: &355 value: id: 1 node_id: MDQ6VGVhbTE= @@ -56179,9 +56192,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '404': *6 x-github: githubCloudOnly: false @@ -56270,16 +56283,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '201': description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '404': *6 '422': *15 '403': *29 @@ -56309,7 +56322,7 @@ paths: responses: '204': description: Response - '422': &355 + '422': &356 description: Unprocessable entity if you attempt to modify an enterprise team at the organization level. x-github: @@ -56343,12 +56356,12 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: *253 + default: *254 headers: Link: *71 - '422': *355 + '422': *356 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56392,7 +56405,7 @@ paths: application/json: schema: type: array - items: &734 + items: &735 title: Team Member description: A user that is a member of a team, including their role on the team and whether the membership is inherited from @@ -56511,7 +56524,7 @@ paths: - type - url examples: - default: &735 + default: &736 value: - login: octocat id: 1 @@ -56570,7 +56583,7 @@ paths: description: Response content: application/json: - schema: &356 + schema: &357 title: Team Membership description: Team Membership type: object @@ -56597,7 +56610,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &736 + response-if-user-is-a-team-maintainer: &737 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -56660,9 +56673,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *357 examples: - response-if-users-membership-with-team-is-now-pending: &737 + response-if-users-membership-with-team-is-now-pending: &738 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -56740,7 +56753,7 @@ paths: type: array items: *164 examples: - default: *282 + default: *283 headers: Link: *71 x-github: @@ -56771,14 +56784,14 @@ paths: parameters: - *79 - *81 - - *357 - *358 + - *359 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &738 + schema: &739 title: Team Repository description: A team's access to a repository. type: object @@ -57349,8 +57362,8 @@ paths: parameters: - *79 - *81 - - *357 - *358 + - *359 requestBody: required: false content: @@ -57397,8 +57410,8 @@ paths: parameters: - *79 - *81 - - *357 - *358 + - *359 responses: '204': description: Response @@ -57435,7 +57448,7 @@ paths: type: array items: *211 examples: - response-if-child-teams-exist: &739 + response-if-child-teams-exist: &740 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -57588,7 +57601,7 @@ paths: resources: type: object properties: - core: &359 + core: &360 title: Rate Limit type: object properties: @@ -57605,21 +57618,21 @@ paths: - remaining - reset - used - graphql: *359 - search: *359 - code_search: *359 - source_import: *359 - integration_manifest: *359 - actions_runner_registration: *359 - scim: *359 - dependency_snapshots: *359 - dependency_sbom: *359 - code_scanning_autofix: *359 - copilot_usage_records: *359 + graphql: *360 + search: *360 + code_search: *360 + source_import: *360 + integration_manifest: *360 + actions_runner_registration: *360 + scim: *360 + dependency_snapshots: *360 + dependency_sbom: *360 + code_scanning_autofix: *360 + copilot_usage_records: *360 required: - core - search - rate: *359 + rate: *360 required: - rate - resources @@ -57719,14 +57732,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response content: application/json: - schema: *360 + schema: *361 examples: default-response: summary: Default response @@ -58231,7 +58244,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *361 + '301': *362 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58249,8 +58262,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *357 - *358 + - *359 requestBody: required: false content: @@ -58560,10 +58573,10 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *362 - '307': &363 + default: *363 + '307': &364 description: Temporary Redirect content: application/json: @@ -58592,8 +58605,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *357 - *358 + - *359 responses: '204': description: Response @@ -58615,7 +58628,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *363 + '307': *364 '404': *6 '409': *55 x-github: @@ -58639,11 +58652,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *357 - *358 + - *359 - *17 - *19 - - &395 + - &396 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -58666,7 +58679,7 @@ paths: type: integer artifacts: type: array - items: &364 + items: &365 title: Artifact description: An artifact type: object @@ -58744,7 +58757,7 @@ paths: - expires_at - updated_at examples: - default: &396 + default: &397 value: total_count: 2 artifacts: @@ -58805,9 +58818,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *357 - *358 - - &365 + - *359 + - &366 name: artifact_id description: The unique identifier of the artifact. in: path @@ -58819,7 +58832,7 @@ paths: description: Response content: application/json: - schema: *364 + schema: *365 examples: default: value: @@ -58857,9 +58870,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *357 - *358 - - *365 + - *359 + - *366 responses: '204': description: Response @@ -58883,9 +58896,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *357 - *358 - - *365 + - *359 + - *366 - name: archive_format in: path required: true @@ -58895,7 +58908,7 @@ paths: '302': description: Response headers: - Location: &520 + Location: &521 example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string @@ -58920,14 +58933,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-retention-limit-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response content: application/json: - schema: &366 + schema: &367 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -58960,13 +58973,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-retention-limit-for-a-repository parameters: - - *357 - *358 + - *359 requestBody: required: true content: application/json: - schema: *366 + schema: *367 examples: selected_actions: *43 responses: @@ -58995,14 +59008,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-storage-limit-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response content: application/json: - schema: &367 + schema: &368 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -59035,13 +59048,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-storage-limit-for-a-repository parameters: - - *357 - *358 + - *359 requestBody: required: true content: application/json: - schema: *367 + schema: *368 examples: selected_actions: *45 responses: @@ -59072,14 +59085,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response content: application/json: - schema: *368 + schema: *369 examples: default: value: @@ -59105,11 +59118,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *357 - *358 + - *359 - *17 - *19 - - &369 + - &370 name: ref description: The full Git reference for narrowing down the cache. The `ref` for a branch should be formatted as `refs/heads/`. To reference @@ -59143,7 +59156,7 @@ paths: description: Response content: application/json: - schema: &370 + schema: &371 title: Repository actions caches description: Repository actions caches type: object @@ -59185,7 +59198,7 @@ paths: - total_count - actions_caches examples: - default: &371 + default: &372 value: total_count: 1 actions_caches: @@ -59217,23 +59230,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *357 - *358 + - *359 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *369 + - *370 responses: '200': description: Response content: application/json: - schema: *370 + schema: *371 examples: - default: *371 + default: *372 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59253,8 +59266,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *357 - *358 + - *359 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -59283,8 +59296,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/concurrency-groups#list-concurrency-groups-for-a-repository parameters: - - *357 - *358 + - *359 - *17 - *49 responses: @@ -59366,8 +59379,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/concurrency-groups#get-a-concurrency-group-for-a-repository parameters: - - *357 - *358 + - *359 - name: concurrency_group_name description: The name of the concurrency group. in: path @@ -59519,9 +59532,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *357 - *358 - - &372 + - *359 + - &373 name: job_id description: The unique identifier of the job. in: path @@ -59533,7 +59546,7 @@ paths: description: Response content: application/json: - schema: &399 + schema: &400 title: Job description: Information of a job execution in a workflow run type: object @@ -59840,9 +59853,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *357 - *358 - - *372 + - *359 + - *373 responses: '302': description: Response @@ -59870,9 +59883,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *357 - *358 - - *372 + - *359 + - *373 requestBody: required: false content: @@ -59922,8 +59935,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Status response @@ -59982,8 +59995,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -60051,8 +60064,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -60070,7 +60083,7 @@ paths: type: integer secrets: type: array - items: &401 + items: &402 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -60090,7 +60103,7 @@ paths: - created_at - updated_at examples: - default: &402 + default: &403 value: total_count: 2 secrets: @@ -60123,8 +60136,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *357 - *358 + - *359 - *181 - *19 responses: @@ -60142,7 +60155,7 @@ paths: type: integer variables: type: array - items: &403 + items: &404 title: Actions Variable type: object properties: @@ -60172,7 +60185,7 @@ paths: - created_at - updated_at examples: - default: &404 + default: &405 value: total_count: 2 variables: @@ -60205,8 +60218,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -60215,11 +60228,11 @@ paths: schema: type: object properties: - enabled: &374 + enabled: &375 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *149 - selected_actions_url: *373 + selected_actions_url: *374 sha_pinning_required: *150 required: - enabled @@ -60248,8 +60261,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *357 - *358 + - *359 responses: '204': description: Response @@ -60260,7 +60273,7 @@ paths: schema: type: object properties: - enabled: *374 + enabled: *375 allowed_actions: *149 sha_pinning_required: *150 required: @@ -60292,14 +60305,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response content: application/json: - schema: &375 + schema: &376 type: object properties: access_level: @@ -60316,7 +60329,7 @@ paths: required: - access_level examples: - default: &376 + default: &377 value: access_level: organization x-github: @@ -60340,15 +60353,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *357 - *358 + - *359 requestBody: required: true content: application/json: - schema: *375 + schema: *376 examples: - default: *376 + default: *377 responses: '204': description: Response @@ -60372,14 +60385,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response content: application/json: - schema: *377 + schema: *378 examples: default: value: @@ -60403,8 +60416,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: - - *357 - *358 + - *359 responses: '204': description: Empty response for successful settings update @@ -60414,7 +60427,7 @@ paths: required: true content: application/json: - schema: *378 + schema: *379 examples: default: summary: Set retention days @@ -60438,8 +60451,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -60447,7 +60460,7 @@ paths: application/json: schema: *151 examples: - default: *379 + default: *380 '404': *6 x-github: enabledForGitHubApps: true @@ -60466,8 +60479,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *357 - *358 + - *359 responses: '204': description: Response @@ -60501,14 +60514,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response content: application/json: - schema: *380 + schema: *381 examples: default: *152 '403': *29 @@ -60530,13 +60543,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *357 - *358 + - *359 requestBody: required: true content: application/json: - schema: *381 + schema: *382 examples: default: *152 responses: @@ -60562,8 +60575,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -60590,8 +60603,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *357 - *358 + - *359 responses: '204': description: Response @@ -60623,14 +60636,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response content: application/json: - schema: *382 + schema: *383 examples: default: *159 x-github: @@ -60653,8 +60666,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *357 - *358 + - *359 responses: '204': description: Success response @@ -60665,7 +60678,7 @@ paths: required: true content: application/json: - schema: *383 + schema: *384 examples: default: *159 x-github: @@ -60694,8 +60707,8 @@ paths: in: query schema: type: string - - *357 - *358 + - *359 - *17 - *19 responses: @@ -60739,8 +60752,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -60748,9 +60761,9 @@ paths: application/json: schema: type: array - items: *384 + items: *385 examples: - default: *385 + default: *386 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60772,8 +60785,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -60816,7 +60829,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *386 + '201': *387 '404': *6 '422': *7 '409': *55 @@ -60847,8 +60860,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *357 - *358 + - *359 responses: '201': description: Response @@ -60856,7 +60869,7 @@ paths: application/json: schema: *168 examples: - default: *387 + default: *388 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60884,8 +60897,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *357 - *358 + - *359 responses: '201': description: Response @@ -60893,7 +60906,7 @@ paths: application/json: schema: *168 examples: - default: *388 + default: *389 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60915,8 +60928,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *357 - *358 + - *359 - *165 responses: '200': @@ -60925,7 +60938,7 @@ paths: application/json: schema: *166 examples: - default: *389 + default: *390 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60946,8 +60959,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *357 - *358 + - *359 - *165 responses: '204': @@ -60974,8 +60987,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *357 - *358 + - *359 - *165 responses: '200': *170 @@ -61000,8 +61013,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *357 - *358 + - *359 - *165 requestBody: required: true @@ -61050,8 +61063,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *357 - *358 + - *359 - *165 requestBody: required: true @@ -61101,11 +61114,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *357 - *358 + - *359 - *165 responses: - '200': *390 + '200': *391 '404': *6 x-github: githubCloudOnly: false @@ -61132,10 +61145,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *357 - *358 + - *359 - *165 - - *391 + - *392 responses: '200': *170 '404': *6 @@ -61163,9 +61176,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *357 - *358 - - &407 + - *359 + - &408 name: actor description: Returns someone's workflow runs. Use the login for the user who created the `push` associated with the check suite or workflow run. @@ -61173,7 +61186,7 @@ paths: required: false schema: type: string - - &408 + - &409 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -61181,7 +61194,7 @@ paths: required: false schema: type: string - - &409 + - &410 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -61190,7 +61203,7 @@ paths: required: false schema: type: string - - &410 + - &411 name: status description: Returns workflow runs with the check run `status` or `conclusion` that you specify. For example, a conclusion can be `success` or a status @@ -61217,7 +61230,7 @@ paths: - pending - *17 - *19 - - &411 + - &412 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -61226,7 +61239,7 @@ paths: schema: type: string format: date-time - - &392 + - &393 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -61235,13 +61248,13 @@ paths: schema: type: boolean default: false - - &412 + - &413 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &413 + - &414 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -61264,7 +61277,7 @@ paths: type: integer workflow_runs: type: array - items: &393 + items: &394 title: Workflow Run description: An invocation of a workflow type: object @@ -61412,7 +61425,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &437 + properties: &438 id: type: string description: SHA for the commit @@ -61463,7 +61476,7 @@ paths: - name - email nullable: true - required: &438 + required: &439 - id - tree_id - message @@ -61510,7 +61523,7 @@ paths: - workflow_url - pull_requests examples: - default: &414 + default: &415 value: total_count: 1 workflow_runs: @@ -61746,24 +61759,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *357 - *358 - - &394 + - *359 + - &395 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *392 + - *393 responses: '200': description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: &397 + default: &398 value: id: 30433642 name: Build @@ -62004,9 +62017,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *357 - *358 - - *394 + - *359 + - *395 responses: '204': description: Response @@ -62029,9 +62042,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *357 - *358 - - *394 + - *359 + - *395 responses: '200': description: Response @@ -62150,9 +62163,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *357 - *358 - - *394 + - *359 + - *395 responses: '201': description: Response @@ -62185,12 +62198,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *357 - *358 - - *394 + - *359 + - *395 - *17 - *19 - - *395 + - *396 - *63 responses: '200': @@ -62207,9 +62220,9 @@ paths: type: integer artifacts: type: array - items: *364 + items: *365 examples: - default: *396 + default: *397 headers: Link: *71 x-github: @@ -62233,25 +62246,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *357 - *358 - - *394 - - &398 + - *359 + - *395 + - &399 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *392 + - *393 responses: '200': description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *397 + default: *398 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62274,10 +62287,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *357 - *358 - - *394 - - *398 + - *359 + - *395 + - *399 - *17 - *19 responses: @@ -62295,9 +62308,9 @@ paths: type: integer jobs: type: array - items: *399 + items: *400 examples: - default: &400 + default: &401 value: total_count: 1 jobs: @@ -62410,10 +62423,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *357 - *358 - - *394 - - *398 + - *359 + - *395 + - *399 responses: '302': description: Response @@ -62441,9 +62454,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *357 - *358 - - *394 + - *359 + - *395 responses: '202': description: Response @@ -62489,9 +62502,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/concurrency-groups#list-concurrency-groups-for-a-workflow-run parameters: - - *357 - *358 - - *394 + - *359 + - *395 - *17 - *48 - *49 @@ -62662,9 +62675,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *357 - *358 - - *394 + - *359 + - *395 requestBody: required: true content: @@ -62731,9 +62744,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *357 - *358 - - *394 + - *359 + - *395 responses: '202': description: Response @@ -62766,9 +62779,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *357 - *358 - - *394 + - *359 + - *395 - name: filter description: Filters jobs by their `completed_at` timestamp. `latest` returns jobs from the most recent execution of the workflow run. `all` returns all @@ -62798,9 +62811,9 @@ paths: type: integer jobs: type: array - items: *399 + items: *400 examples: - default: *400 + default: *401 headers: Link: *71 x-github: @@ -62825,9 +62838,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *357 - *358 - - *394 + - *359 + - *395 responses: '302': description: Response @@ -62854,9 +62867,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *357 - *358 - - *394 + - *359 + - *395 responses: '204': description: Response @@ -62883,9 +62896,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *357 - *358 - - *394 + - *359 + - *395 responses: '200': description: Response @@ -62945,7 +62958,7 @@ paths: items: type: object properties: - type: &527 + type: &528 type: string description: The type of reviewer. enum: @@ -63030,9 +63043,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *357 - *358 - - *394 + - *359 + - *395 requestBody: required: true content: @@ -63079,12 +63092,12 @@ paths: application/json: schema: type: array - items: &522 + items: &523 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &810 + properties: &811 url: type: string format: uri @@ -63169,7 +63182,7 @@ paths: nullable: true properties: *84 required: *85 - required: &811 + required: &812 - id - node_id - sha @@ -63185,7 +63198,7 @@ paths: - created_at - updated_at examples: - default: &523 + default: &524 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -63241,9 +63254,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *357 - *358 - - *394 + - *359 + - *395 requestBody: required: false content: @@ -63287,9 +63300,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *357 - *358 - - *394 + - *359 + - *395 requestBody: required: false content: @@ -63342,9 +63355,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *357 - *358 - - *394 + - *359 + - *395 responses: '200': description: Response @@ -63481,8 +63494,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -63500,9 +63513,9 @@ paths: type: integer secrets: type: array - items: *401 + items: *402 examples: - default: *402 + default: *403 headers: Link: *71 x-github: @@ -63527,8 +63540,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -63558,17 +63571,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *357 - *358 + - *359 - *172 responses: '200': description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: &415 + default: &416 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -63594,8 +63607,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *357 - *358 + - *359 - *172 requestBody: required: true @@ -63653,8 +63666,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *357 - *358 + - *359 - *172 responses: '204': @@ -63680,8 +63693,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *357 - *358 + - *359 - *181 - *19 responses: @@ -63699,9 +63712,9 @@ paths: type: integer variables: type: array - items: *403 + items: *404 examples: - default: *404 + default: *405 headers: Link: *71 x-github: @@ -63724,8 +63737,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -63777,17 +63790,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *357 - *358 + - *359 - *175 responses: '200': description: Response content: application/json: - schema: *403 + schema: *404 examples: - default: &416 + default: &417 value: name: USERNAME value: octocat @@ -63813,8 +63826,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *357 - *358 + - *359 - *175 requestBody: required: true @@ -63857,8 +63870,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *357 - *358 + - *359 - *175 responses: '204': @@ -63884,8 +63897,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -63903,7 +63916,7 @@ paths: type: integer workflows: type: array - items: &405 + items: &406 title: Workflow description: A GitHub Actions workflow type: object @@ -64010,9 +64023,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *357 - *358 - - &406 + - *359 + - &407 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -64027,7 +64040,7 @@ paths: description: Response content: application/json: - schema: *405 + schema: *406 examples: default: value: @@ -64060,9 +64073,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *357 - *358 - - *406 + - *359 + - *407 responses: '204': description: Response @@ -64087,9 +64100,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *357 - *358 - - *406 + - *359 + - *407 responses: '204': description: Empty response when `return_run_details` parameter is `false`. @@ -64176,9 +64189,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *357 - *358 - - *406 + - *359 + - *407 responses: '204': description: Response @@ -64205,19 +64218,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *357 - *358 - - *406 + - *359 - *407 - *408 - *409 - *410 + - *411 - *17 - *19 - - *411 - - *392 - *412 + - *393 - *413 + - *414 responses: '200': description: Response @@ -64233,9 +64246,9 @@ paths: type: integer workflow_runs: type: array - items: *393 + items: *394 examples: - default: *414 + default: *415 headers: Link: *71 x-github: @@ -64267,9 +64280,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *357 - *358 - - *406 + - *359 + - *407 responses: '200': description: Response @@ -64330,8 +64343,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *357 - *358 + - *359 - *63 - *17 - *48 @@ -64500,8 +64513,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#list-repository-organization-secrets parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -64519,9 +64532,9 @@ paths: type: integer secrets: type: array - items: *401 + items: *402 examples: - default: *402 + default: *403 headers: Link: *71 x-github: @@ -64545,8 +64558,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#list-repository-organization-variables parameters: - - *357 - *358 + - *359 - *181 - *19 responses: @@ -64564,9 +64577,9 @@ paths: type: integer variables: type: array - items: *403 + items: *404 examples: - default: *404 + default: *405 headers: Link: *71 x-github: @@ -64591,8 +64604,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#list-repository-secrets parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -64610,9 +64623,9 @@ paths: type: integer secrets: type: array - items: *401 + items: *402 examples: - default: *402 + default: *403 headers: Link: *71 x-github: @@ -64637,8 +64650,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#get-a-repository-public-key parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -64668,17 +64681,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#get-a-repository-secret parameters: - - *357 - *358 + - *359 - *172 responses: '200': description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: *415 + default: *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64700,8 +64713,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#create-or-update-a-repository-secret parameters: - - *357 - *358 + - *359 - *172 requestBody: required: true @@ -64759,8 +64772,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#delete-a-repository-secret parameters: - - *357 - *358 + - *359 - *172 responses: '204': @@ -64786,8 +64799,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#list-repository-variables parameters: - - *357 - *358 + - *359 - *181 - *19 responses: @@ -64805,9 +64818,9 @@ paths: type: integer variables: type: array - items: *403 + items: *404 examples: - default: *404 + default: *405 headers: Link: *71 x-github: @@ -64830,8 +64843,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#create-a-repository-variable parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -64883,17 +64896,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#get-a-repository-variable parameters: - - *357 - *358 + - *359 - *175 responses: '200': description: Response content: application/json: - schema: *403 + schema: *404 examples: - default: *416 + default: *417 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64914,8 +64927,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#update-a-repository-variable parameters: - - *357 - *358 + - *359 - *175 requestBody: required: true @@ -64958,8 +64971,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#delete-a-repository-variable parameters: - - *357 - *358 + - *359 - *175 responses: '204': @@ -64981,8 +64994,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -65019,8 +65032,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *357 - *358 + - *359 - name: assignee in: path required: true @@ -65056,8 +65069,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/attestations#create-an-attestation parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -65167,8 +65180,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/attestations#list-attestations parameters: - - *357 - *358 + - *359 - *17 - *48 - *49 @@ -65225,7 +65238,7 @@ paths: initiator: type: string examples: - default: *417 + default: *418 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65245,8 +65258,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -65254,7 +65267,7 @@ paths: application/json: schema: type: array - items: &418 + items: &419 title: Autolink reference description: An autolink reference. type: object @@ -65308,8 +65321,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -65348,9 +65361,9 @@ paths: description: response content: application/json: - schema: *418 + schema: *419 examples: - default: &419 + default: &420 value: id: 1 key_prefix: TICKET- @@ -65381,9 +65394,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *357 - *358 - - &420 + - *359 + - &421 name: autolink_id description: The unique identifier of the autolink. in: path @@ -65395,9 +65408,9 @@ paths: description: Response content: application/json: - schema: *418 + schema: *419 examples: - default: *419 + default: *420 '404': *6 x-github: githubCloudOnly: false @@ -65417,9 +65430,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *357 - *358 - - *420 + - *359 + - *421 responses: '204': description: Response @@ -65443,8 +65456,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response if Dependabot is enabled @@ -65492,8 +65505,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *357 - *358 + - *359 responses: '204': description: Response @@ -65514,8 +65527,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *357 - *358 + - *359 responses: '204': description: Response @@ -65535,8 +65548,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *357 - *358 + - *359 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -65574,7 +65587,7 @@ paths: - url protected: type: boolean - protection: &422 + protection: &423 title: Branch Protection description: Branch Protection type: object @@ -65616,7 +65629,7 @@ paths: required: - contexts - checks - enforce_admins: &425 + enforce_admins: &426 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -65631,7 +65644,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &427 + required_pull_request_reviews: &428 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -65707,7 +65720,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &424 + restrictions: &425 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -65984,9 +65997,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *357 - *358 - - &423 + - *359 + - &424 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/graphql). @@ -66000,14 +66013,14 @@ paths: description: Response content: application/json: - schema: &433 + schema: &434 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &493 + commit: &494 title: Commit description: Commit type: object @@ -66041,7 +66054,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &421 + properties: &422 name: type: string example: '"Chris Wanstrath"' @@ -66057,7 +66070,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *421 + properties: *422 nullable: true message: type: string @@ -66078,7 +66091,7 @@ paths: required: - sha - url - verification: &545 + verification: &546 title: Verification type: object properties: @@ -66148,7 +66161,7 @@ paths: type: integer files: type: array - items: &505 + items: &506 title: Diff Entry description: Diff Entry type: object @@ -66232,7 +66245,7 @@ paths: - self protected: type: boolean - protection: *422 + protection: *423 protection_url: type: string format: uri @@ -66339,7 +66352,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *361 + '301': *362 '404': *6 x-github: githubCloudOnly: false @@ -66361,15 +66374,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *357 - *358 - - *423 + - *359 + - *424 responses: '200': description: Response content: application/json: - schema: *422 + schema: *423 examples: default: value: @@ -66563,9 +66576,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *357 - *358 - - *423 + - *359 + - *424 requestBody: required: true content: @@ -66820,7 +66833,7 @@ paths: url: type: string format: uri - required_status_checks: &430 + required_status_checks: &431 title: Status Check Policy description: Status Check Policy type: object @@ -66972,7 +66985,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *424 + restrictions: *425 required_conversation_resolution: type: object properties: @@ -67084,9 +67097,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *357 - *358 - - *423 + - *359 + - *424 responses: '204': description: Response @@ -67111,17 +67124,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *357 - *358 - - *423 + - *359 + - *424 responses: '200': description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: &426 + default: &427 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -67143,17 +67156,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *357 - *358 - - *423 + - *359 + - *424 responses: '200': description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: *426 + default: *427 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67172,9 +67185,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *357 - *358 - - *423 + - *359 + - *424 responses: '204': description: Response @@ -67199,17 +67212,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *357 - *358 - - *423 + - *359 + - *424 responses: '200': description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: &428 + default: &429 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -67305,9 +67318,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *357 - *358 - - *423 + - *359 + - *424 requestBody: required: false content: @@ -67405,9 +67418,9 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: *428 + default: *429 '422': *15 x-github: githubCloudOnly: false @@ -67428,9 +67441,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *357 - *358 - - *423 + - *359 + - *424 responses: '204': description: Response @@ -67457,17 +67470,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *357 - *358 - - *423 + - *359 + - *424 responses: '200': description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: &429 + default: &430 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -67490,17 +67503,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *357 - *358 - - *423 + - *359 + - *424 responses: '200': description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: *429 + default: *430 '404': *6 x-github: githubCloudOnly: false @@ -67520,9 +67533,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *357 - *358 - - *423 + - *359 + - *424 responses: '204': description: Response @@ -67547,17 +67560,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *357 - *358 - - *423 + - *359 + - *424 responses: '200': description: Response content: application/json: - schema: *430 + schema: *431 examples: - default: &431 + default: &432 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -67583,9 +67596,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *357 - *358 - - *423 + - *359 + - *424 requestBody: required: false content: @@ -67637,9 +67650,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: - default: *431 + default: *432 '404': *6 '422': *15 x-github: @@ -67661,9 +67674,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *357 - *358 - - *423 + - *359 + - *424 responses: '204': description: Response @@ -67687,9 +67700,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *357 - *358 - - *423 + - *359 + - *424 responses: '200': description: Response @@ -67723,9 +67736,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *357 - *358 - - *423 + - *359 + - *424 requestBody: required: false content: @@ -67792,9 +67805,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *357 - *358 - - *423 + - *359 + - *424 requestBody: required: false content: @@ -67858,9 +67871,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *357 - *358 - - *423 + - *359 + - *424 requestBody: content: application/json: @@ -67926,15 +67939,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *357 - *358 - - *423 + - *359 + - *424 responses: '200': description: Response content: application/json: - schema: *424 + schema: *425 examples: default: value: @@ -68025,9 +68038,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *357 - *358 - - *423 + - *359 + - *424 responses: '204': description: Response @@ -68050,9 +68063,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *357 - *358 - - *423 + - *359 + - *424 responses: '200': description: Response @@ -68062,7 +68075,7 @@ paths: type: array items: *5 examples: - default: &432 + default: &433 value: - id: 1 slug: octoapp @@ -68119,9 +68132,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *357 - *358 - - *423 + - *359 + - *424 requestBody: required: true content: @@ -68155,7 +68168,7 @@ paths: type: array items: *5 examples: - default: *432 + default: *433 '422': *15 x-github: githubCloudOnly: false @@ -68176,9 +68189,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *357 - *358 - - *423 + - *359 + - *424 requestBody: required: true content: @@ -68212,7 +68225,7 @@ paths: type: array items: *5 examples: - default: *432 + default: *433 '422': *15 x-github: githubCloudOnly: false @@ -68233,9 +68246,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *357 - *358 - - *423 + - *359 + - *424 requestBody: required: true content: @@ -68269,7 +68282,7 @@ paths: type: array items: *5 examples: - default: *432 + default: *433 '422': *15 x-github: githubCloudOnly: false @@ -68291,9 +68304,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *357 - *358 - - *423 + - *359 + - *424 responses: '200': description: Response @@ -68303,7 +68316,7 @@ paths: type: array items: *211 examples: - default: *275 + default: *276 '404': *6 x-github: githubCloudOnly: false @@ -68323,9 +68336,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *357 - *358 - - *423 + - *359 + - *424 requestBody: required: false content: @@ -68363,7 +68376,7 @@ paths: type: array items: *211 examples: - default: *275 + default: *276 '422': *15 x-github: githubCloudOnly: false @@ -68384,9 +68397,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *357 - *358 - - *423 + - *359 + - *424 requestBody: required: false content: @@ -68424,7 +68437,7 @@ paths: type: array items: *211 examples: - default: *275 + default: *276 '422': *15 x-github: githubCloudOnly: false @@ -68445,9 +68458,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *357 - *358 - - *423 + - *359 + - *424 requestBody: content: application/json: @@ -68484,7 +68497,7 @@ paths: type: array items: *211 examples: - default: *275 + default: *276 '422': *15 x-github: githubCloudOnly: false @@ -68506,9 +68519,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *357 - *358 - - *423 + - *359 + - *424 responses: '200': description: Response @@ -68542,9 +68555,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *357 - *358 - - *423 + - *359 + - *424 requestBody: required: true content: @@ -68602,9 +68615,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *357 - *358 - - *423 + - *359 + - *424 requestBody: required: true content: @@ -68662,9 +68675,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *357 - *358 - - *423 + - *359 + - *424 requestBody: required: true content: @@ -68724,9 +68737,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *357 - *358 - - *423 + - *359 + - *424 requestBody: required: true content: @@ -68748,7 +68761,7 @@ paths: description: Response content: application/json: - schema: *433 + schema: *434 examples: default: value: @@ -68864,8 +68877,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -69144,7 +69157,7 @@ paths: description: Response content: application/json: - schema: &434 + schema: &435 title: CheckRun description: A check performed on the code of a given code change type: object @@ -69264,7 +69277,7 @@ paths: check. type: array items: *94 - deployment: &803 + deployment: &804 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -69544,9 +69557,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *357 - *358 - - &435 + - *359 + - &436 name: check_run_id description: The unique identifier of the check run. in: path @@ -69558,9 +69571,9 @@ paths: description: Response content: application/json: - schema: *434 + schema: *435 examples: - default: &436 + default: &437 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -69660,9 +69673,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *357 - *358 - - *435 + - *359 + - *436 requestBody: required: true content: @@ -69902,9 +69915,9 @@ paths: description: Response content: application/json: - schema: *434 + schema: *435 examples: - default: *436 + default: *437 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69924,9 +69937,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *357 - *358 - - *435 + - *359 + - *436 - *17 - *19 responses: @@ -70021,9 +70034,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *357 - *358 - - *435 + - *359 + - *436 responses: '201': description: Response @@ -70067,8 +70080,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -70090,7 +70103,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &439 + schema: &440 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -70176,12 +70189,12 @@ paths: type: string format: date-time nullable: true - head_commit: &831 + head_commit: &832 title: Simple Commit description: A commit. type: object - properties: *437 - required: *438 + properties: *438 + required: *439 latest_check_runs_count: type: integer check_runs_url: @@ -70209,7 +70222,7 @@ paths: - check_runs_url - pull_requests examples: - default: &440 + default: &441 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -70500,9 +70513,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *439 + schema: *440 examples: - default: *440 + default: *441 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70521,8 +70534,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -70831,9 +70844,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *357 - *358 - - &441 + - *359 + - &442 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -70845,9 +70858,9 @@ paths: description: Response content: application/json: - schema: *439 + schema: *440 examples: - default: *440 + default: *441 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70870,17 +70883,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *357 - *358 - - *441 - - &498 + - *359 + - *442 + - &499 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &499 + - &500 name: status description: Returns check runs with the specified `status`. in: query @@ -70919,9 +70932,9 @@ paths: type: integer check_runs: type: array - items: *434 + items: *435 examples: - default: &500 + default: &501 value: total_count: 1 check_runs: @@ -71023,9 +71036,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *357 - *358 - - *441 + - *359 + - *442 responses: '201': description: Response @@ -71054,8 +71067,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-quality/code-quality#list-code-quality-findings-for-a-repository parameters: - - *357 - *358 + - *359 - *17 - *63 - *48 @@ -71077,7 +71090,7 @@ paths: application/json: schema: type: array - items: &442 + items: &443 description: Code quality finding type: object properties: @@ -71207,7 +71220,7 @@ paths: markdown: This check is useless. [o](java/UselessNullCheck.java#L9C4-L9C18) cannot be null at this check, since it is guarded by [...instanceof...](java/UselessNullCheck.java#L7C13-L7C25). created_at: '2026-01-23T12:34:56Z' - '403': &443 + '403': &444 description: Response if the user is not authorized to access Code quality for this repository. content: @@ -71234,8 +71247,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-quality/code-quality#get-a-code-quality-finding parameters: - - *357 - *358 + - *359 - name: finding_number in: path description: The number that identifies a finding. @@ -71247,7 +71260,7 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: default: value: @@ -71276,7 +71289,7 @@ paths: markdown: This check is useless. [o](java/UselessNullCheck.java#L9C4-L9C18) cannot be null at this check, since it is guarded by [...instanceof...](java/UselessNullCheck.java#L7C13-L7C25). created_at: '2026-01-23T12:34:56Z' - '403': *443 + '403': *444 '404': *6 '503': *123 x-github: @@ -71298,8 +71311,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-quality/code-quality#get-a-code-quality-setup-configuration parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -71371,7 +71384,7 @@ paths: updated_at: '2023-01-01T00:00:00Z' schedule: weekly ai_findings_option: on_push - '403': *443 + '403': *444 '404': *6 '503': *123 x-github: @@ -71392,8 +71405,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-quality/code-quality#update-a-code-quality-setup-configuration parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -71529,21 +71542,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *357 - *358 - - *444 + - *359 - *445 + - *446 - *19 - *17 - - &463 + - &464 name: ref description: The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. in: query required: false - schema: *446 - - &464 + schema: *447 + - &465 name: pr description: The number of the pull request for the results you want to list. in: query @@ -71568,13 +71581,13 @@ paths: be returned. in: query required: false - schema: *447 + schema: *448 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *448 + schema: *449 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -71598,7 +71611,7 @@ paths: updated_at: *191 url: *192 html_url: *193 - instances_url: *449 + instances_url: *450 state: *198 fixed_at: *194 dismissed_by: @@ -71609,11 +71622,11 @@ paths: required: *21 nullable: true dismissed_at: *195 - dismissed_reason: *450 - dismissed_comment: *451 - rule: *452 - tool: *453 - most_recent_instance: *454 + dismissed_reason: *451 + dismissed_comment: *452 + rule: *453 + tool: *454 + most_recent_instance: *455 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -71739,7 +71752,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *38 - '403': &456 + '403': &457 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -71766,9 +71779,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *357 - *358 - - &457 + - *359 + - &458 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -71782,7 +71795,7 @@ paths: description: Response content: application/json: - schema: &458 + schema: &459 type: object properties: number: *189 @@ -71790,7 +71803,7 @@ paths: updated_at: *191 url: *192 html_url: *193 - instances_url: *449 + instances_url: *450 state: *198 fixed_at: *194 dismissed_by: @@ -71801,8 +71814,8 @@ paths: required: *21 nullable: true dismissed_at: *195 - dismissed_reason: *450 - dismissed_comment: *451 + dismissed_reason: *451 + dismissed_comment: *452 rule: type: object properties: @@ -71856,8 +71869,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *453 - most_recent_instance: *454 + tool: *454 + most_recent_instance: *455 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -71871,7 +71884,7 @@ paths: linked_pull_requests: description: Pull requests linked to this alert. type: array - items: *455 + items: *456 required: - number - created_at @@ -71960,7 +71973,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *38 - '403': *456 + '403': *457 '404': *6 '503': *123 x-github: @@ -71980,9 +71993,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *357 - *358 - - *457 + - *359 + - *458 requestBody: required: true content: @@ -71997,8 +72010,8 @@ paths: enum: - open - dismissed - dismissed_reason: *450 - dismissed_comment: *451 + dismissed_reason: *451 + dismissed_comment: *452 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -72026,7 +72039,7 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: default: value: @@ -72102,7 +72115,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &462 + '403': &463 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -72129,15 +72142,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert parameters: - - *357 - *358 - - *457 + - *359 + - *458 responses: '200': description: Response content: application/json: - schema: &459 + schema: &460 type: object properties: status: @@ -72163,13 +72176,13 @@ paths: - description - started_at examples: - default: &460 + default: &461 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &461 + '400': &462 description: Bad Request content: application/json: @@ -72180,7 +72193,7 @@ paths: message: The alert_number is not valid documentation_url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert status: '400' - '403': *456 + '403': *457 '404': *6 '500': *56 x-github: @@ -72205,29 +72218,29 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-an-autofix-for-a-code-scanning-alert parameters: - - *357 - *358 - - *457 + - *359 + - *458 responses: '200': description: OK content: application/json: - schema: *459 + schema: *460 examples: - default: *460 + default: *461 '202': description: Accepted content: application/json: - schema: *459 + schema: *460 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *461 + '400': *462 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -72259,9 +72272,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#commit-an-autofix-for-a-code-scanning-alert parameters: - - *357 - *358 - - *457 + - *359 + - *458 requestBody: required: false content: @@ -72306,8 +72319,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *461 - '403': *462 + '400': *462 + '403': *463 '404': *6 '422': description: Unprocessable Entity @@ -72331,13 +72344,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *357 - *358 - - *457 + - *359 + - *458 - *19 - *17 - - *463 - *464 + - *465 responses: '200': description: Response @@ -72348,10 +72361,10 @@ paths: items: type: object properties: - ref: *446 - analysis_key: *465 - environment: *466 - category: *467 + ref: *447 + analysis_key: *466 + environment: *467 + category: *468 state: type: string description: State of a code scanning alert instance. @@ -72366,7 +72379,7 @@ paths: properties: text: type: string - location: *468 + location: *469 html_url: type: string classifications: @@ -72374,7 +72387,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: *469 + items: *470 examples: default: value: @@ -72411,7 +72424,7 @@ paths: end_column: 50 classifications: - source - '403': *456 + '403': *457 '404': *6 '503': *123 x-github: @@ -72445,25 +72458,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *357 - *358 - - *444 + - *359 - *445 + - *446 - *19 - *17 - - *464 + - *465 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *446 + schema: *447 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &470 + schema: &471 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -72484,23 +72497,23 @@ paths: application/json: schema: type: array - items: &471 + items: &472 type: object properties: - ref: *446 - commit_sha: &479 + ref: *447 + commit_sha: &480 description: The SHA of the commit to which the analysis you are uploading relates. type: string minLength: 40 maxLength: 64 pattern: "^([0-9a-fA-F]{40}(?:[0-9a-fA-F]{24})?)$" - analysis_key: *465 + analysis_key: *466 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *467 + category: *468 error: type: string example: error reading field xyz @@ -72524,8 +72537,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *470 - tool: *453 + sarif_id: *471 + tool: *454 deletable: type: boolean warning: @@ -72586,7 +72599,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *456 + '403': *457 '404': *6 '503': *123 x-github: @@ -72622,8 +72635,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *357 - *358 + - *359 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -72636,7 +72649,7 @@ paths: description: Response content: application/json: - schema: *471 + schema: *472 examples: response: summary: application/json response @@ -72690,7 +72703,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *456 + '403': *457 '404': *6 '422': description: Response if analysis could not be processed @@ -72777,8 +72790,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *357 - *358 + - *359 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -72831,7 +72844,7 @@ paths: next_analysis_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41 confirm_delete_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41?confirm_delete '400': *14 - '403': *462 + '403': *463 '404': *6 '503': *123 x-github: @@ -72853,8 +72866,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -72862,7 +72875,7 @@ paths: application/json: schema: type: array - items: &472 + items: &473 title: CodeQL Database description: A CodeQL database. type: object @@ -72973,7 +72986,7 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '403': *456 + '403': *457 '404': *6 '503': *123 x-github: @@ -73002,8 +73015,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *357 - *358 + - *359 - name: language in: path description: The language of the CodeQL database. @@ -73015,7 +73028,7 @@ paths: description: Response content: application/json: - schema: *472 + schema: *473 examples: default: value: @@ -73047,9 +73060,9 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &509 + '302': &510 description: Found - '403': *456 + '403': *457 '404': *6 '503': *123 x-github: @@ -73071,8 +73084,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *357 - *358 + - *359 - name: language in: path description: The language of the CodeQL database. @@ -73082,7 +73095,7 @@ paths: responses: '204': description: Response - '403': *462 + '403': *463 '404': *6 '503': *123 x-github: @@ -73110,8 +73123,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -73120,7 +73133,7 @@ paths: type: object additionalProperties: false properties: - language: &473 + language: &474 type: string description: The language targeted by the CodeQL query enum: @@ -73200,7 +73213,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &477 + schema: &478 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -73210,7 +73223,7 @@ paths: description: The ID of the variant analysis. controller_repo: *68 actor: *4 - query_language: *473 + query_language: *474 query_pack_url: type: string description: The download url for the query pack. @@ -73257,7 +73270,7 @@ paths: items: type: object properties: - repository: &474 + repository: &475 title: Repository Identifier description: Repository Identifier type: object @@ -73293,7 +73306,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &478 + analysis_status: &479 type: string description: The new status of the CodeQL variant analysis repository task. @@ -73325,7 +73338,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &475 + access_mismatch_repos: &476 type: object properties: repository_count: @@ -73339,7 +73352,7 @@ paths: This list may not include all repositories that were skipped. This is only available when the repository was found and the user has access to it. - items: *474 + items: *475 required: - repository_count - repositories @@ -73361,8 +73374,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *475 - over_limit_repos: *475 + no_codeql_db_repos: *476 + over_limit_repos: *476 required: - access_mismatch_repos - not_found_repos @@ -73378,7 +73391,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &476 + value: &477 summary: Default response value: id: 1 @@ -73524,10 +73537,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *476 + value: *477 repository_lists: summary: Response for a successful variant analysis submission - value: *476 + value: *477 '404': *6 '422': description: Unable to process variant analysis submission @@ -73555,8 +73568,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-summary-of-a-codeql-variant-analysis parameters: - - *357 - *358 + - *359 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -73568,9 +73581,9 @@ paths: description: Response content: application/json: - schema: *477 + schema: *478 examples: - default: *476 + default: *477 '404': *6 '503': *123 x-github: @@ -73593,7 +73606,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-analysis-status-of-a-repository-in-a-codeql-variant-analysis parameters: - - *357 + - *358 - name: repo in: path description: The name of the controller repository. @@ -73628,7 +73641,7 @@ paths: type: object properties: repository: *68 - analysis_status: *478 + analysis_status: *479 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -73753,8 +73766,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -73839,7 +73852,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *456 + '403': *457 '404': *6 '503': *123 x-github: @@ -73860,8 +73873,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -73953,7 +73966,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *462 + '403': *463 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -74024,8 +74037,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -74033,7 +74046,7 @@ paths: schema: type: object properties: - commit_sha: *479 + commit_sha: *480 ref: type: string description: |- @@ -74091,7 +74104,7 @@ paths: schema: type: object properties: - id: *470 + id: *471 url: type: string description: The REST API URL for checking the status of the upload. @@ -74105,7 +74118,7 @@ paths: url: https://api.github.com/repos/octocat/hello-world/code-scanning/sarifs/47177e22-5596-11eb-80a1-c1e54ef945c6 '400': description: Bad Request if the sarif field is invalid - '403': *462 + '403': *463 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -74128,8 +74141,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *357 - *358 + - *359 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -74175,7 +74188,7 @@ paths: value: processing_status: complete analyses_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses?sarif_id=47177e22-5596-11eb-80a1-c1e54ef945c6 - '403': *456 + '403': *457 '404': description: Not Found if the sarif id does not match any upload '503': *123 @@ -74200,8 +74213,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -74282,8 +74295,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *357 - *358 + - *359 - name: ref description: 'A branch, tag or commit name used to determine which version of the CODEOWNERS file to use. Default: the repository''s default branch @@ -74403,8 +74416,8 @@ paths: parameters: - *17 - *19 - - *357 - *358 + - *359 responses: '200': description: Response @@ -74420,7 +74433,7 @@ paths: type: integer codespaces: type: array - items: *263 + items: *264 examples: default: value: @@ -74718,8 +74731,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -74782,17 +74795,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *263 + schema: *264 examples: - default: *480 + default: *481 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *263 + schema: *264 examples: - default: *480 + default: *481 '400': *14 '401': *25 '403': *29 @@ -74821,8 +74834,8 @@ paths: parameters: - *17 - *19 - - *357 - *358 + - *359 responses: '200': description: Response @@ -74886,8 +74899,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *357 - *358 + - *359 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -74922,14 +74935,14 @@ paths: type: integer machines: type: array - items: &745 + items: &746 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *481 - required: *482 + properties: *482 + required: *483 examples: - default: &746 + default: &747 value: total_count: 2 machines: @@ -74969,8 +74982,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *357 - *358 + - *359 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -75054,8 +75067,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user parameters: - - *357 - *358 + - *359 - name: ref description: The git reference that points to the location of the devcontainer configuration to use for the permission check. The value of `ref` will typically @@ -75121,8 +75134,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -75140,7 +75153,7 @@ paths: type: integer secrets: type: array - items: &486 + items: &487 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -75160,7 +75173,7 @@ paths: - created_at - updated_at examples: - default: *483 + default: *484 headers: Link: *71 x-github: @@ -75183,16 +75196,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *357 - *358 + - *359 responses: '200': description: Response content: application/json: - schema: *484 + schema: *485 examples: - default: *485 + default: *486 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -75212,17 +75225,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *357 - *358 + - *359 - *172 responses: '200': description: Response content: application/json: - schema: *486 + schema: *487 examples: - default: *487 + default: *488 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75242,8 +75255,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *357 - *358 + - *359 - *172 requestBody: required: true @@ -75296,8 +75309,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *357 - *358 + - *359 - *172 responses: '204': @@ -75326,8 +75339,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *357 - *358 + - *359 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -75369,7 +75382,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &488 + properties: &489 login: type: string example: octocat @@ -75462,7 +75475,7 @@ paths: user_view_type: type: string example: public - required: &489 + required: &490 - avatar_url - events_url - followers_url @@ -75536,8 +75549,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *357 - *358 + - *359 - *75 responses: '204': @@ -75584,8 +75597,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *357 - *358 + - *359 - *75 requestBody: required: false @@ -75612,7 +75625,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &559 + schema: &560 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -75841,8 +75854,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *357 - *358 + - *359 - *75 responses: '204': @@ -75874,8 +75887,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *357 - *358 + - *359 - *75 responses: '200': @@ -75896,8 +75909,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *488 - required: *489 + properties: *489 + required: *490 nullable: true required: - permission @@ -75952,8 +75965,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -75963,7 +75976,7 @@ paths: application/json: schema: type: array - items: &490 + items: &491 title: Commit Comment description: Commit Comment type: object @@ -76021,7 +76034,7 @@ paths: - created_at - updated_at examples: - default: &495 + default: &496 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -76080,17 +76093,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *357 - *358 + - *359 - *105 responses: '200': description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: &496 + default: &497 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -76147,8 +76160,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *357 - *358 + - *359 - *105 requestBody: required: true @@ -76171,7 +76184,7 @@ paths: description: Response content: application/json: - schema: *490 + schema: *491 examples: default: value: @@ -76222,8 +76235,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *357 - *358 + - *359 - *105 responses: '204': @@ -76245,8 +76258,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *357 - *358 + - *359 - *105 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -76273,7 +76286,7 @@ paths: application/json: schema: type: array - items: &491 + items: &492 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -76316,7 +76329,7 @@ paths: - content - created_at examples: - default: &563 + default: &564 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -76361,8 +76374,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *357 - *358 + - *359 - *105 requestBody: required: true @@ -76395,9 +76408,9 @@ paths: description: Reaction exists content: application/json: - schema: *491 + schema: *492 examples: - default: &492 + default: &493 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -76426,9 +76439,9 @@ paths: description: Reaction created content: application/json: - schema: *491 + schema: *492 examples: - default: *492 + default: *493 '422': *15 x-github: githubCloudOnly: false @@ -76450,10 +76463,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *357 - *358 + - *359 - *105 - - &564 + - &565 name: reaction_id description: The unique identifier of the reaction. in: path @@ -76508,8 +76521,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *357 - *358 + - *359 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -76565,9 +76578,9 @@ paths: application/json: schema: type: array - items: *493 + items: *494 examples: - default: &635 + default: &636 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -76661,9 +76674,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *357 - *358 - - &494 + - *359 + - &495 name: commit_sha description: The SHA of the commit. in: path @@ -76735,9 +76748,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *357 - *358 - - *494 + - *359 + - *495 - *17 - *19 responses: @@ -76747,9 +76760,9 @@ paths: application/json: schema: type: array - items: *490 + items: *491 examples: - default: *495 + default: *496 headers: Link: *71 x-github: @@ -76777,9 +76790,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *357 - *358 - - *494 + - *359 + - *495 requestBody: required: true content: @@ -76814,9 +76827,9 @@ paths: description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: *496 + default: *497 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -76844,9 +76857,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *357 - *358 - - *494 + - *359 + - *495 - *17 - *19 responses: @@ -76856,9 +76869,9 @@ paths: application/json: schema: type: array - items: *455 + items: *456 examples: - default: &626 + default: &627 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -77395,11 +77408,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *357 - *358 + - *359 - *19 - *17 - - &497 + - &498 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), or tag name (`tags/TAG_NAME`). For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" @@ -77414,9 +77427,9 @@ paths: description: Response content: application/json: - schema: *493 + schema: *494 examples: - default: &613 + default: &614 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -77504,7 +77517,7 @@ paths: schema: type: string examples: - default: &506 + default: &507 value: | diff --git a/testfile b/testfile index 9bdeaeb..912c7ef 100644 @@ -77517,7 +77530,7 @@ paths: schema: type: string examples: - default: &507 + default: &508 value: | From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001 From: Mona Lisa <87831417+monalisa@users.noreply.github.com> @@ -77570,11 +77583,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *357 - *358 - - *497 + - *359 - *498 - *499 + - *500 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -77608,9 +77621,9 @@ paths: type: integer check_runs: type: array - items: *434 + items: *435 examples: - default: *500 + default: *501 headers: Link: *71 x-github: @@ -77635,9 +77648,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *357 - *358 - - *497 + - *359 + - *498 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -77645,7 +77658,7 @@ paths: schema: type: integer example: 1 - - *498 + - *499 - *17 - *19 responses: @@ -77663,7 +77676,7 @@ paths: type: integer check_suites: type: array - items: *439 + items: *440 examples: default: value: @@ -77863,9 +77876,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *357 - *358 - - *497 + - *359 + - *498 - *17 - *19 responses: @@ -78063,9 +78076,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *357 - *358 - - *497 + - *359 + - *498 - *17 - *19 responses: @@ -78075,7 +78088,7 @@ paths: application/json: schema: type: array - items: &723 + items: &724 title: Status description: The status of a commit. type: object @@ -78156,7 +78169,7 @@ paths: site_admin: false headers: Link: *71 - '301': *361 + '301': *362 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78184,8 +78197,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -78214,20 +78227,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *501 - required: *502 + properties: *502 + required: *503 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &503 + properties: &504 url: type: string format: uri html_url: type: string format: uri - required: &504 + required: &505 - url - html_url nullable: true @@ -78241,26 +78254,26 @@ paths: contributing: title: Community Health File type: object - properties: *503 - required: *504 + properties: *504 + required: *505 nullable: true readme: title: Community Health File type: object - properties: *503 - required: *504 + properties: *504 + required: *505 nullable: true issue_template: title: Community Health File type: object - properties: *503 - required: *504 + properties: *504 + required: *505 nullable: true pull_request_template: title: Community Health File type: object - properties: *503 - required: *504 + properties: *504 + required: *505 nullable: true required: - code_of_conduct @@ -78387,8 +78400,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *357 - *358 + - *359 - *19 - *17 - name: basehead @@ -78431,8 +78444,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *493 - merge_base_commit: *493 + base_commit: *494 + merge_base_commit: *494 status: type: string enum: @@ -78452,10 +78465,10 @@ paths: example: 6 commits: type: array - items: *493 + items: *494 files: type: array - items: *505 + items: *506 required: - url - html_url @@ -78701,12 +78714,12 @@ paths: schema: type: string examples: - default: *506 + default: *507 application/vnd.github.patch: schema: type: string examples: - default: *507 + default: *508 '404': *6 '500': *56 '503': *123 @@ -78751,8 +78764,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *357 - *358 + - *359 - name: path description: path parameter in: path @@ -78912,7 +78925,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &508 + response-if-content-is-a-file-github-object: &509 summary: Response if content is a file value: type: file @@ -79044,7 +79057,7 @@ paths: - size - type - url - - &641 + - &642 title: Content File description: Content File type: object @@ -79245,7 +79258,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *508 + response-if-content-is-a-file: *509 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -79314,7 +79327,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *509 + '302': *510 '304': *38 x-github: githubCloudOnly: false @@ -79337,8 +79350,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *357 - *358 + - *359 - name: path description: path parameter in: path @@ -79431,7 +79444,7 @@ paths: description: Response content: application/json: - schema: &510 + schema: &511 title: File Commit description: File Commit type: object @@ -79583,7 +79596,7 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: example-for-creating-a-file: value: @@ -79637,7 +79650,7 @@ paths: schema: oneOf: - *3 - - &540 + - &541 description: Repository rule violation was detected type: object properties: @@ -79658,7 +79671,7 @@ paths: items: type: object properties: - placeholder_id: &714 + placeholder_id: &715 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -79690,8 +79703,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *357 - *358 + - *359 - name: path description: path parameter in: path @@ -79752,7 +79765,7 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: default: value: @@ -79807,8 +79820,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *357 - *358 + - *359 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -79937,8 +79950,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-cloud-agent-management#get-copilot-cloud-agent-configuration-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -80089,8 +80102,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *357 - *358 + - *359 - *213 - *214 - *215 @@ -80103,10 +80116,11 @@ paths: schema: type: string - *218 - - *511 + - *512 - *219 - *220 - *221 + - *222 - *63 - *48 - *49 @@ -80118,7 +80132,7 @@ paths: application/json: schema: type: array - items: &515 + items: &516 type: object description: A Dependabot alert. properties: @@ -80165,7 +80179,7 @@ paths: - direct - transitive - inconclusive - security_advisory: *512 + security_advisory: *513 security_vulnerability: *67 url: *192 html_url: *193 @@ -80196,8 +80210,8 @@ paths: nullable: true maxLength: 280 fixed_at: *194 - auto_dismissed_at: *513 - dismissal_request: *514 + auto_dismissed_at: *514 + dismissal_request: *515 assignees: type: array description: The users assigned to this alert. @@ -80230,6 +80244,7 @@ paths: name: django manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-rf4j-j272-fj86 cve_id: CVE-2018-6188 @@ -80351,6 +80366,7 @@ paths: name: ansible manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-8f4m-hccc-8qph cve_id: CVE-2021-20191 @@ -80452,9 +80468,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *357 - *358 - - &516 + - *359 + - &517 name: alert_number in: path description: |- @@ -80469,7 +80485,7 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: default: value: @@ -80481,6 +80497,7 @@ paths: name: ansible manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-8f4m-hccc-8qph cve_id: CVE-2021-20191 @@ -80601,9 +80618,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *357 - *358 - - *516 + - *359 + - *517 requestBody: required: true content: @@ -80676,7 +80693,7 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: default: value: @@ -80688,6 +80705,7 @@ paths: name: django manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-rf4j-j272-fj86 cve_id: CVE-2018-6188 @@ -80806,8 +80824,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -80825,7 +80843,7 @@ paths: type: integer secrets: type: array - items: &519 + items: &520 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -80878,16 +80896,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *357 - *358 + - *359 responses: '200': description: Response content: application/json: - schema: *517 + schema: *518 examples: - default: *518 + default: *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80907,15 +80925,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *357 - *358 + - *359 - *172 responses: '200': description: Response content: application/json: - schema: *519 + schema: *520 examples: default: value: @@ -80941,8 +80959,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *357 - *358 + - *359 - *172 requestBody: required: true @@ -80995,8 +81013,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *357 - *358 + - *359 - *172 responses: '204': @@ -81019,8 +81037,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *357 - *358 + - *359 - name: basehead description: The base and head Git revisions to compare. The Git revisions will be resolved to commit SHAs. Named revisions will be resolved to their @@ -81183,8 +81201,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -81422,8 +81440,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/sboms#fetch-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *357 - *358 + - *359 - name: sbom_uuid in: path required: true @@ -81434,7 +81452,7 @@ paths: '302': description: Redirects to a temporary download URL for the completed SBOM. headers: - Location: *520 + Location: *521 '202': description: SBOM is still being processed, no content is returned. '404': *6 @@ -81455,8 +81473,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/sboms#request-generation-of-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *357 - *358 + - *359 responses: '201': description: Response @@ -81494,8 +81512,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -81570,7 +81588,7 @@ paths: - version - url additionalProperties: false - metadata: &521 + metadata: &522 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -81603,7 +81621,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *521 + metadata: *522 resolved: type: object description: A collection of resolved package dependencies. @@ -81616,7 +81634,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *521 + metadata: *522 relationship: type: string description: A notation of whether a dependency is requested @@ -81745,8 +81763,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *357 - *358 + - *359 - name: sha description: The SHA recorded at creation time. in: query @@ -81786,9 +81804,9 @@ paths: application/json: schema: type: array - items: *522 + items: *523 examples: - default: *523 + default: *524 headers: Link: *71 x-github: @@ -81854,8 +81872,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -81936,7 +81954,7 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: simple-example: summary: Simple example @@ -82009,9 +82027,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *357 - *358 - - &524 + - *359 + - &525 name: deployment_id description: deployment_id parameter in: path @@ -82023,7 +82041,7 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: default: value: @@ -82088,9 +82106,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *357 - *358 - - *524 + - *359 + - *525 responses: '204': description: Response @@ -82112,9 +82130,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *357 - *358 - - *524 + - *359 + - *525 - *17 - *19 responses: @@ -82124,7 +82142,7 @@ paths: application/json: schema: type: array - items: &525 + items: &526 title: Deployment Status description: The status of a deployment. type: object @@ -82285,9 +82303,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *357 - *358 - - *524 + - *359 + - *525 requestBody: required: true content: @@ -82362,9 +82380,9 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: &526 + default: &527 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -82420,9 +82438,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *357 - *358 - - *524 + - *359 + - *525 - name: status_id in: path required: true @@ -82433,9 +82451,9 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: *526 + default: *527 '404': *6 x-github: githubCloudOnly: false @@ -82460,8 +82478,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -82518,8 +82536,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -82536,7 +82554,7 @@ paths: type: integer environments: type: array - items: &528 + items: &529 title: Environment description: Details of a deployment environment type: object @@ -82588,7 +82606,7 @@ paths: type: type: string example: wait_timer - wait_timer: &530 + wait_timer: &531 type: integer example: 30 description: The amount of time to delay a job after @@ -82625,7 +82643,7 @@ paths: items: type: object properties: - type: *527 + type: *528 reviewer: anyOf: - *4 @@ -82649,7 +82667,7 @@ paths: - id - node_id - type - deployment_branch_policy: &531 + deployment_branch_policy: &532 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -82765,9 +82783,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *357 - *358 - - &529 + - *359 + - &530 name: environment_name in: path required: true @@ -82780,9 +82798,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: &532 + default: &533 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -82866,9 +82884,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *357 - *358 - - *529 + - *359 + - *530 requestBody: required: false content: @@ -82877,7 +82895,7 @@ paths: type: object nullable: true properties: - wait_timer: *530 + wait_timer: *531 prevent_self_review: type: boolean example: false @@ -82894,13 +82912,13 @@ paths: items: type: object properties: - type: *527 + type: *528 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *531 + deployment_branch_policy: *532 additionalProperties: false examples: default: @@ -82920,9 +82938,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: *532 + default: *533 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -82946,9 +82964,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *357 - *358 - - *529 + - *359 + - *530 responses: '204': description: Default response @@ -82973,9 +82991,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *357 - *358 - - *529 + - *359 + - *530 - *17 - *19 responses: @@ -82993,7 +83011,7 @@ paths: example: 2 branch_policies: type: array - items: &533 + items: &534 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -83050,9 +83068,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *357 - *358 - - *529 + - *359 + - *530 requestBody: required: true content: @@ -83098,9 +83116,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - example-wildcard: &534 + example-wildcard: &535 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -83142,10 +83160,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *357 - *358 - - *529 - - &535 + - *359 + - *530 + - &536 name: branch_policy_id in: path required: true @@ -83157,9 +83175,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *534 + default: *535 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83178,10 +83196,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *357 - *358 - - *529 - - *535 + - *359 + - *530 + - *536 requestBody: required: true content: @@ -83209,9 +83227,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *534 + default: *535 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83230,10 +83248,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *357 - *358 - - *529 - - *535 + - *359 + - *530 + - *536 responses: '204': description: Response @@ -83258,9 +83276,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *529 + - *530 + - *359 - *358 - - *357 responses: '200': description: List of deployment protection rules @@ -83276,7 +83294,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &536 + items: &537 title: Deployment protection rule description: Deployment protection rule type: object @@ -83295,7 +83313,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &537 + app: &538 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -83394,9 +83412,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *529 + - *530 + - *359 - *358 - - *357 requestBody: content: application/json: @@ -83417,9 +83435,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *536 + schema: *537 examples: - default: &538 + default: &539 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -83454,9 +83472,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *529 + - *530 + - *359 - *358 - - *357 - *19 - *17 responses: @@ -83475,7 +83493,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *537 + items: *538 examples: default: value: @@ -83510,10 +83528,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *357 - *358 - - *529 - - &539 + - *359 + - *530 + - &540 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -83525,9 +83543,9 @@ paths: description: Response content: application/json: - schema: *536 + schema: *537 examples: - default: *538 + default: *539 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83548,10 +83566,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *529 + - *530 + - *359 - *358 - - *357 - - *539 + - *540 responses: '204': description: Response @@ -83577,9 +83595,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *357 - *358 - - *529 + - *359 + - *530 - *17 - *19 responses: @@ -83597,9 +83615,9 @@ paths: type: integer secrets: type: array - items: *401 + items: *402 examples: - default: *402 + default: *403 headers: Link: *71 x-github: @@ -83624,9 +83642,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *357 - *358 - - *529 + - *359 + - *530 responses: '200': description: Response @@ -83656,18 +83674,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *357 - *358 - - *529 + - *359 + - *530 - *172 responses: '200': description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: *415 + default: *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83689,9 +83707,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *357 - *358 - - *529 + - *359 + - *530 - *172 requestBody: required: true @@ -83749,9 +83767,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *357 - *358 - - *529 + - *359 + - *530 - *172 responses: '204': @@ -83777,9 +83795,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *357 - *358 - - *529 + - *359 + - *530 - *181 - *19 responses: @@ -83797,9 +83815,9 @@ paths: type: integer variables: type: array - items: *403 + items: *404 examples: - default: *404 + default: *405 headers: Link: *71 x-github: @@ -83822,9 +83840,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *357 - *358 - - *529 + - *359 + - *530 requestBody: required: true content: @@ -83876,18 +83894,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *357 - *358 - - *529 + - *359 + - *530 - *175 responses: '200': description: Response content: application/json: - schema: *403 + schema: *404 examples: - default: *416 + default: *417 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83908,10 +83926,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *357 - *358 + - *359 - *175 - - *529 + - *530 requestBody: required: true content: @@ -83953,10 +83971,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *357 - *358 + - *359 - *175 - - *529 + - *530 responses: '204': description: Response @@ -83978,8 +83996,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -84047,8 +84065,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *357 - *358 + - *359 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -84207,8 +84225,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *357 - *358 + - *359 requestBody: required: false content: @@ -84240,9 +84258,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *362 + default: *363 '400': *14 '422': *15 '403': *29 @@ -84263,8 +84281,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -84324,7 +84342,7 @@ paths: schema: oneOf: - *133 - - *540 + - *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84349,8 +84367,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *357 - *358 + - *359 - name: file_sha in: path required: true @@ -84449,8 +84467,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -84559,7 +84577,7 @@ paths: description: Response content: application/json: - schema: &541 + schema: &542 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -84773,15 +84791,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *357 - *358 - - *494 + - *359 + - *495 responses: '200': description: Response content: application/json: - schema: *541 + schema: *542 examples: default: value: @@ -84837,9 +84855,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *357 - *358 - - &542 + - *359 + - &543 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -84856,7 +84874,7 @@ paths: application/json: schema: type: array - items: &543 + items: &544 title: Git Reference description: Git references within a repository type: object @@ -84931,17 +84949,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *357 - *358 - - *542 + - *359 + - *543 responses: '200': description: Response content: application/json: - schema: *543 + schema: *544 examples: - default: &544 + default: &545 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -84970,8 +84988,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -85000,9 +85018,9 @@ paths: description: Response content: application/json: - schema: *543 + schema: *544 examples: - default: *544 + default: *545 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -85028,9 +85046,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *357 - *358 - - *542 + - *359 + - *543 requestBody: required: true content: @@ -85059,9 +85077,9 @@ paths: description: Response content: application/json: - schema: *543 + schema: *544 examples: - default: *544 + default: *545 '422': *15 '409': *55 x-github: @@ -85079,9 +85097,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *357 - *358 - - *542 + - *359 + - *543 responses: '204': description: Response @@ -85136,8 +85154,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -85204,7 +85222,7 @@ paths: description: Response content: application/json: - schema: &546 + schema: &547 title: Git Tag description: Metadata for a Git tag type: object @@ -85255,7 +85273,7 @@ paths: - sha - type - url - verification: *545 + verification: *546 required: - sha - url @@ -85265,7 +85283,7 @@ paths: - tag - message examples: - default: &547 + default: &548 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -85338,8 +85356,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *357 - *358 + - *359 - name: tag_sha in: path required: true @@ -85350,9 +85368,9 @@ paths: description: Response content: application/json: - schema: *546 + schema: *547 examples: - default: *547 + default: *548 '404': *6 '409': *55 x-github: @@ -85376,8 +85394,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -85450,7 +85468,7 @@ paths: description: Response content: application/json: - schema: &548 + schema: &549 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -85546,8 +85564,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *357 - *358 + - *359 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -85570,7 +85588,7 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: default-response: summary: Default response @@ -85628,8 +85646,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-the-hash-algorithm-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -85672,8 +85690,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -85683,7 +85701,7 @@ paths: application/json: schema: type: array - items: &549 + items: &550 title: Webhook description: Webhooks for repositories. type: object @@ -85737,7 +85755,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &839 + last_response: &840 title: Hook Response type: object properties: @@ -85811,8 +85829,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *357 - *358 + - *359 requestBody: required: false content: @@ -85864,9 +85882,9 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: - default: &550 + default: &551 value: type: Repository id: 12345678 @@ -85914,17 +85932,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *357 - *358 - - *231 + - *359 + - *232 responses: '200': description: Response content: application/json: - schema: *549 + schema: *550 examples: - default: *550 + default: *551 '404': *6 x-github: githubCloudOnly: false @@ -85944,9 +85962,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *357 - *358 - - *231 + - *359 + - *232 requestBody: required: true content: @@ -85991,9 +86009,9 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: - default: *550 + default: *551 '422': *15 '404': *6 x-github: @@ -86014,9 +86032,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *357 - *358 - - *231 + - *359 + - *232 responses: '204': description: Response @@ -86040,9 +86058,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *357 - *358 - - *231 + - *359 + - *232 responses: '200': description: Response @@ -86069,9 +86087,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *357 - *358 - - *231 + - *359 + - *232 requestBody: required: false content: @@ -86115,12 +86133,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *357 - *358 - - *231 - - *17 + - *359 - *232 + - *17 - *233 + - *234 responses: '200': description: Response @@ -86128,9 +86146,9 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: *235 + default: *236 '400': *14 '422': *15 x-github: @@ -86149,18 +86167,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *357 - *358 - - *231 + - *359 + - *232 - *16 responses: '200': description: Response content: application/json: - schema: *236 + schema: *237 examples: - default: *237 + default: *238 '400': *14 '422': *15 x-github: @@ -86179,9 +86197,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *357 - *358 - - *231 + - *359 + - *232 - *16 responses: '202': *40 @@ -86204,9 +86222,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *357 - *358 - - *231 + - *359 + - *232 responses: '204': description: Response @@ -86231,9 +86249,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *357 - *358 - - *231 + - *359 + - *232 responses: '204': description: Response @@ -86256,8 +86274,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-immutable-releases-are-enabled-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response if immutable releases are enabled @@ -86303,8 +86321,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-immutable-releases parameters: - - *357 - *358 + - *359 responses: '204': *60 '409': *55 @@ -86324,8 +86342,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-immutable-releases parameters: - - *357 - *358 + - *359 responses: '204': *60 '409': *55 @@ -86382,14 +86400,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *357 - *358 + - *359 responses: '200': description: Response content: application/json: - schema: &551 + schema: &552 title: Import description: A repository import from an external source. type: object @@ -86488,7 +86506,7 @@ paths: - html_url - authors_url examples: - default: &554 + default: &555 value: vcs: subversion use_lfs: true @@ -86504,7 +86522,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *6 - '503': &552 + '503': &553 description: Unavailable due to service under maintenance. content: application/json: @@ -86533,8 +86551,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -86582,7 +86600,7 @@ paths: description: Response content: application/json: - schema: *551 + schema: *552 examples: default: value: @@ -86607,7 +86625,7 @@ paths: type: string '422': *15 '404': *6 - '503': *552 + '503': *553 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86635,8 +86653,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *357 - *358 + - *359 requestBody: required: false content: @@ -86685,7 +86703,7 @@ paths: description: Response content: application/json: - schema: *551 + schema: *552 examples: example-1: summary: Example 1 @@ -86733,7 +86751,7 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '503': *552 + '503': *553 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86756,12 +86774,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *357 - *358 + - *359 responses: '204': description: Response - '503': *552 + '503': *553 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86787,9 +86805,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *357 - *358 - - &768 + - *359 + - &769 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -86803,7 +86821,7 @@ paths: application/json: schema: type: array - items: &553 + items: &554 title: Porter Author description: Porter Author type: object @@ -86857,7 +86875,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *6 - '503': *552 + '503': *553 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86882,8 +86900,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *357 - *358 + - *359 - name: author_id in: path required: true @@ -86913,7 +86931,7 @@ paths: description: Response content: application/json: - schema: *553 + schema: *554 examples: default: value: @@ -86926,7 +86944,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *552 + '503': *553 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86950,8 +86968,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -86992,7 +87010,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *552 + '503': *553 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87020,8 +87038,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -87048,11 +87066,11 @@ paths: description: Response content: application/json: - schema: *551 + schema: *552 examples: - default: *554 + default: *555 '422': *15 - '503': *552 + '503': *553 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87075,8 +87093,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -87084,8 +87102,8 @@ paths: application/json: schema: *22 examples: - default: *555 - '301': *361 + default: *556 + '301': *362 '404': *6 x-github: githubCloudOnly: false @@ -87105,8 +87123,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -87114,12 +87132,12 @@ paths: application/json: schema: anyOf: - - *250 + - *251 - type: object properties: {} additionalProperties: false examples: - default: &557 + default: &558 value: limit: collaborators_only origin: repository @@ -87144,13 +87162,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *357 - *358 + - *359 requestBody: required: true content: application/json: - schema: *556 + schema: *557 examples: default: summary: Example request body @@ -87162,9 +87180,9 @@ paths: description: Response content: application/json: - schema: *250 + schema: *251 examples: - default: *557 + default: *558 '409': description: Response x-github: @@ -87186,8 +87204,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *357 - *358 + - *359 responses: '204': description: Response @@ -87214,8 +87232,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-pull-request-creation-cap-bypass-list-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -87269,13 +87287,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#add-users-to-the-pull-request-creation-cap-bypass-list-for-a-repository parameters: - - *357 - *358 + - *359 requestBody: required: true content: application/json: - schema: &558 + schema: &559 title: Interaction Limits Pull Request Bypass List description: A list of user logins to add or remove from the pull request creation cap bypass list. @@ -87325,13 +87343,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-users-from-the-pull-request-creation-cap-bypass-list-for-a-repository parameters: - - *357 - *358 + - *359 requestBody: required: true content: application/json: - schema: *558 + schema: *559 examples: default: summary: Example request body @@ -87364,8 +87382,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-pull-request-creation-cap-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -87418,8 +87436,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#update-pull-request-creation-cap-for-a-repository parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -87495,8 +87513,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -87506,9 +87524,9 @@ paths: application/json: schema: type: array - items: *559 + items: *560 examples: - default: &761 + default: &762 value: - id: 1 repository: @@ -87639,9 +87657,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *357 - *358 - - *254 + - *359 + - *255 requestBody: required: false content: @@ -87670,7 +87688,7 @@ paths: description: Response content: application/json: - schema: *559 + schema: *560 examples: default: value: @@ -87801,9 +87819,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *357 - *358 - - *254 + - *359 + - *255 responses: '204': description: Response @@ -87826,8 +87844,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/issue-types#list-issue-types-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -87835,9 +87853,9 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *560 + default: *561 '404': *6 x-github: githubCloudOnly: false @@ -87866,8 +87884,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *357 - *358 + - *359 - name: milestone description: If an `integer` is passed, it should refer to a milestone by its `number` field. If the string `*` is passed, issues with any milestone @@ -87929,7 +87947,7 @@ paths: required: false schema: type: string - - *261 + - *262 - name: sort description: What to sort results by. in: query @@ -87954,7 +87972,7 @@ paths: type: array items: *89 examples: - default: &574 + default: &575 value: - id: 1 node_id: MDU6SXNzdWUx @@ -88103,7 +88121,7 @@ paths: state_reason: completed headers: Link: *71 - '301': *361 + '301': *362 '422': *15 '404': *6 x-github: @@ -88132,8 +88150,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -88242,7 +88260,7 @@ paths: application/json: schema: *89 examples: - default: &571 + default: &572 value: id: 1 node_id: MDU6SXNzdWUx @@ -88427,8 +88445,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *357 - *358 + - *359 - *113 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -88449,9 +88467,9 @@ paths: application/json: schema: type: array - items: *561 + items: *562 examples: - default: &573 + default: &574 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -88510,17 +88528,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *357 - *358 + - *359 - *105 responses: '200': description: Response content: application/json: - schema: *561 + schema: *562 examples: - default: &562 + default: &563 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -88576,8 +88594,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *357 - *358 + - *359 - *105 requestBody: required: true @@ -88600,9 +88618,9 @@ paths: description: Response content: application/json: - schema: *561 + schema: *562 examples: - default: *562 + default: *563 '422': *15 x-github: githubCloudOnly: false @@ -88620,8 +88638,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *357 - *358 + - *359 - *105 responses: '204': @@ -88650,15 +88668,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#pin-an-issue-comment parameters: - - *357 - *358 + - *359 - *105 responses: '200': description: Response content: application/json: - schema: *561 + schema: *562 examples: default: value: @@ -88731,8 +88749,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#unpin-an-issue-comment parameters: - - *357 - *358 + - *359 - *105 responses: '204': @@ -88758,8 +88776,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *357 - *358 + - *359 - *105 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -88786,9 +88804,9 @@ paths: application/json: schema: type: array - items: *491 + items: *492 examples: - default: *563 + default: *564 headers: Link: *71 '404': *6 @@ -88809,8 +88827,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *357 - *358 + - *359 - *105 requestBody: required: true @@ -88843,16 +88861,16 @@ paths: description: Reaction exists content: application/json: - schema: *491 + schema: *492 examples: - default: *492 + default: *493 '201': description: Reaction created content: application/json: - schema: *491 + schema: *492 examples: - default: *492 + default: *493 '422': *15 x-github: githubCloudOnly: false @@ -88874,10 +88892,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *357 - *358 + - *359 - *105 - - *564 + - *565 responses: '204': description: Response @@ -88897,8 +88915,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -88908,7 +88926,7 @@ paths: application/json: schema: type: array - items: &570 + items: &571 title: Issue Event description: Issue Event type: object @@ -88951,8 +88969,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *565 - required: *566 + properties: *566 + required: *567 nullable: true label: title: Issue Event Label @@ -89061,7 +89079,7 @@ paths: required: - from - to - issue_type: &567 + issue_type: &568 title: Issue Type description: The type of issue. type: object @@ -89089,14 +89107,14 @@ paths: required: - id - name - prev_issue_type: *567 + prev_issue_type: *568 sub_issue: title: Issue Reference description: A minimal reference to an issue linked from a timeline event (e.g. sub-issue, parent-issue, or dependency events). type: object nullable: true - properties: &568 + properties: &569 number: type: integer description: The number of the referenced issue. @@ -89134,7 +89152,7 @@ paths: - id - node_id - name - required: &569 + required: &570 - number - title - state @@ -89146,24 +89164,24 @@ paths: event (e.g. sub-issue, parent-issue, or dependency events). type: object nullable: true - properties: *568 - required: *569 + properties: *569 + required: *570 blocked_by: title: Issue Reference description: A minimal reference to an issue linked from a timeline event (e.g. sub-issue, parent-issue, or dependency events). type: object nullable: true - properties: *568 - required: *569 + properties: *569 + required: *570 blocking: title: Issue Reference description: A minimal reference to an issue linked from a timeline event (e.g. sub-issue, parent-issue, or dependency events). type: object nullable: true - properties: *568 - required: *569 + properties: *569 + required: *570 intent: title: Issue Event Intent description: The intent behind an agent's action on an issue, @@ -89174,7 +89192,7 @@ paths: is disabled or the event type does not support intent. type: object nullable: true - properties: &575 + properties: &576 rationale: type: string description: The reasoning the agent provided for the change. @@ -89387,8 +89405,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *357 - *358 + - *359 - name: event_id in: path required: true @@ -89399,7 +89417,7 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: default: value: @@ -89626,9 +89644,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *357 - *358 - - &572 + - *359 + - &573 name: issue_number description: The number that identifies the issue. in: path @@ -89644,7 +89662,7 @@ paths: examples: default: summary: Issue - value: *571 + value: *572 pinned_comment: summary: Issue with pinned comment value: @@ -89843,7 +89861,7 @@ paths: site_admin: false author_association: COLLABORATOR state_reason: completed - '301': *361 + '301': *362 '404': *6 '410': *33 '304': *38 @@ -89870,9 +89888,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 requestBody: required: false content: @@ -90224,11 +90242,11 @@ paths: - already_applied - issue_already_closed examples: - default: *571 + default: *572 '422': *15 '503': *123 '403': *29 - '301': *361 + '301': *362 '404': *6 '410': *33 x-github: @@ -90248,9 +90266,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 requestBody: required: false content: @@ -90300,7 +90318,7 @@ paths: application/json: schema: *89 examples: - default: *571 + default: *572 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90316,9 +90334,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 requestBody: content: application/json: @@ -90345,7 +90363,7 @@ paths: application/json: schema: *89 examples: - default: *571 + default: *572 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90367,9 +90385,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 - name: assignee in: path required: true @@ -90409,9 +90427,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *357 - *358 - - *572 + - *359 + - *573 - *96 - *17 - *19 @@ -90422,9 +90440,9 @@ paths: application/json: schema: type: array - items: *561 + items: *562 examples: - default: *573 + default: *574 headers: Link: *71 '404': *6 @@ -90457,9 +90475,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *357 - *358 - - *572 + - *359 + - *573 requestBody: required: true content: @@ -90481,9 +90499,9 @@ paths: description: Response content: application/json: - schema: *561 + schema: *562 examples: - default: *562 + default: *563 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 @@ -90518,9 +90536,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: - - *357 - *358 - - *572 + - *359 + - *573 - *17 - *19 responses: @@ -90532,10 +90550,10 @@ paths: type: array items: *89 examples: - default: *574 + default: *575 headers: Link: *71 - '301': *361 + '301': *362 '404': *6 '410': *33 x-github: @@ -90565,9 +90583,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: - - *357 - *358 - - *572 + - *359 + - *573 requestBody: required: true content: @@ -90591,13 +90609,13 @@ paths: application/json: schema: *89 examples: - default: *571 + default: *572 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *361 + '301': *362 '403': *29 '410': *33 '422': *15 @@ -90630,9 +90648,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: - - *357 - *358 - - *572 + - *359 + - *573 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -90646,8 +90664,8 @@ paths: application/json: schema: *89 examples: - default: *571 - '301': *361 + default: *572 + '301': *362 '400': *14 '401': *25 '403': *29 @@ -90678,9 +90696,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *357 - *358 - - *572 + - *359 + - *573 - *17 - *19 responses: @@ -90692,10 +90710,10 @@ paths: type: array items: *89 examples: - default: *574 + default: *575 headers: Link: *71 - '301': *361 + '301': *362 '404': *6 '410': *33 x-github: @@ -90714,9 +90732,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *357 - *358 - - *572 + - *359 + - *573 - *17 - *19 responses: @@ -90730,7 +90748,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &581 + - &582 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -90783,7 +90801,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *575 + properties: *576 required: - label - id @@ -90795,7 +90813,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &582 + - &583 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -90848,7 +90866,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *575 + properties: *576 required: - label - id @@ -90894,7 +90912,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *575 + properties: *576 required: - id - node_id @@ -90953,7 +90971,7 @@ paths: - performed_via_github_app - assignee - assigner - - &583 + - &584 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -91004,7 +91022,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &584 + - &585 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -91055,7 +91073,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &585 + - &586 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -91109,7 +91127,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &586 + - &587 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -91156,7 +91174,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &587 + - &588 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -91203,7 +91221,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &588 + - &589 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -91263,7 +91281,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &589 + - &590 title: Locked Issue Event description: Locked Issue Event type: object @@ -91311,7 +91329,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &590 + - &591 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -91377,7 +91395,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &591 + - &592 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -91443,7 +91461,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &592 + - &593 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -91509,7 +91527,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &593 + - &594 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -91565,7 +91583,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &598 + - &599 title: Issue Type Added Issue Event description: Issue Type Added Issue Event type: object @@ -91598,7 +91616,7 @@ paths: nullable: true properties: *84 required: *85 - issue_type: *567 + issue_type: *568 intent: title: Issue Event Intent description: The intent behind an agent's action on an issue, @@ -91609,7 +91627,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *575 + properties: *576 required: - issue_type - id @@ -91621,7 +91639,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &599 + - &600 title: Issue Type Removed Issue Event description: Issue Type Removed Issue Event type: object @@ -91654,7 +91672,7 @@ paths: nullable: true properties: *84 required: *85 - prev_issue_type: *567 + prev_issue_type: *568 intent: title: Issue Event Intent description: The intent behind an agent's action on an issue, @@ -91665,7 +91683,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *575 + properties: *576 required: - prev_issue_type - id @@ -91677,7 +91695,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &600 + - &601 title: Issue Type Changed Issue Event description: Issue Type Changed Issue Event type: object @@ -91710,8 +91728,8 @@ paths: nullable: true properties: *84 required: *85 - issue_type: *567 - prev_issue_type: *567 + issue_type: *568 + prev_issue_type: *568 intent: title: Issue Event Intent description: The intent behind an agent's action on an issue, @@ -91722,7 +91740,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *575 + properties: *576 required: - issue_type - prev_issue_type @@ -91735,7 +91753,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &601 + - &602 title: Sub-issue Added Issue Event description: Sub-issue Added Issue Event type: object @@ -91775,8 +91793,8 @@ paths: events). type: object nullable: true - properties: *568 - required: *569 + properties: *569 + required: *570 required: - sub_issue - id @@ -91788,7 +91806,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &602 + - &603 title: Sub-issue Removed Issue Event description: Sub-issue Removed Issue Event type: object @@ -91828,8 +91846,8 @@ paths: events). type: object nullable: true - properties: *568 - required: *569 + properties: *569 + required: *570 required: - sub_issue - id @@ -91841,7 +91859,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &603 + - &604 title: Parent-issue Added Issue Event description: Parent-issue Added Issue Event type: object @@ -91881,8 +91899,8 @@ paths: events). type: object nullable: true - properties: *568 - required: *569 + properties: *569 + required: *570 required: - parent_issue - id @@ -91894,7 +91912,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &604 + - &605 title: Parent-issue Removed Issue Event description: Parent-issue Removed Issue Event type: object @@ -91934,8 +91952,8 @@ paths: events). type: object nullable: true - properties: *568 - required: *569 + properties: *569 + required: *570 required: - parent_issue - id @@ -91947,7 +91965,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &605 + - &606 title: Blocked-by Added Issue Event description: Blocked-by Added Issue Event type: object @@ -91987,8 +92005,8 @@ paths: events). type: object nullable: true - properties: *568 - required: *569 + properties: *569 + required: *570 required: - blocked_by - id @@ -92000,7 +92018,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &606 + - &607 title: Blocked-by Removed Issue Event description: Blocked-by Removed Issue Event type: object @@ -92040,8 +92058,8 @@ paths: events). type: object nullable: true - properties: *568 - required: *569 + properties: *569 + required: *570 required: - blocked_by - id @@ -92053,7 +92071,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &607 + - &608 title: Blocking Added Issue Event description: Blocking Added Issue Event type: object @@ -92093,8 +92111,8 @@ paths: events). type: object nullable: true - properties: *568 - required: *569 + properties: *569 + required: *570 required: - blocking - id @@ -92106,7 +92124,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &608 + - &609 title: Blocking Removed Issue Event description: Blocking Removed Issue Event type: object @@ -92146,8 +92164,8 @@ paths: events). type: object nullable: true - properties: *568 - required: *569 + properties: *569 + required: *570 required: - blocking - id @@ -92211,9 +92229,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#list-issue-field-values-for-an-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 - *17 - *19 responses: @@ -92223,9 +92241,9 @@ paths: application/json: schema: type: array - items: *576 + items: *577 examples: - default: &577 + default: &578 value: - issue_field_id: 1 issue_field_name: DRI @@ -92265,7 +92283,7 @@ paths: color: green headers: Link: *71 - '301': *361 + '301': *362 '404': *6 '410': *33 x-github: @@ -92296,9 +92314,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 requestBody: required: true content: @@ -92368,9 +92386,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *576 + items: *577 examples: - default: *577 + default: *578 '400': *14 '403': *29 '404': *6 @@ -92406,9 +92424,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 requestBody: required: true content: @@ -92473,9 +92491,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *576 + items: *577 examples: - default: *577 + default: *578 '400': *14 '403': *29 '404': *6 @@ -92506,10 +92524,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - - *357 - *358 - - *572 - - *257 + - *359 + - *573 + - *258 responses: '204': description: Issue field value deleted successfully @@ -92534,9 +92552,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 - *17 - *19 responses: @@ -92548,7 +92566,7 @@ paths: type: array items: *88 examples: - default: &578 + default: &579 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -92566,7 +92584,7 @@ paths: default: false headers: Link: *71 - '301': *361 + '301': *362 '404': *6 '410': *33 x-github: @@ -92584,9 +92602,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 requestBody: required: false content: @@ -92666,8 +92684,8 @@ paths: type: array items: *88 examples: - default: *578 - '301': *361 + default: *579 + '301': *362 '404': *6 '410': *33 '422': *15 @@ -92686,9 +92704,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 requestBody: required: false content: @@ -92750,8 +92768,8 @@ paths: type: array items: *88 examples: - default: *578 - '301': *361 + default: *579 + '301': *362 '404': *6 '410': *33 '422': *15 @@ -92770,13 +92788,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 responses: '204': description: Response - '301': *361 + '301': *362 '404': *6 '410': *33 x-github: @@ -92797,9 +92815,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 - name: name in: path required: true @@ -92823,7 +92841,7 @@ paths: description: Something isn't working color: f29513 default: true - '301': *361 + '301': *362 '404': *6 '410': *33 x-github: @@ -92845,9 +92863,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 requestBody: required: false content: @@ -92893,9 +92911,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 responses: '204': description: Response @@ -92925,9 +92943,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#get-parent-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 responses: '200': description: Response @@ -92935,8 +92953,8 @@ paths: application/json: schema: *89 examples: - default: *571 - '301': *361 + default: *572 + '301': *362 '404': *6 '410': *33 x-github: @@ -92955,9 +92973,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -92983,9 +93001,9 @@ paths: application/json: schema: type: array - items: *491 + items: *492 examples: - default: *563 + default: *564 headers: Link: *71 '404': *6 @@ -93007,9 +93025,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 requestBody: required: true content: @@ -93041,16 +93059,16 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: *492 + default: *493 '201': description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: *492 + default: *493 '422': *15 x-github: githubCloudOnly: false @@ -93072,10 +93090,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *357 - *358 - - *572 - - *564 + - *359 + - *573 + - *565 responses: '204': description: Response @@ -93104,9 +93122,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 requestBody: required: true content: @@ -93130,7 +93148,7 @@ paths: application/json: schema: *89 examples: - default: *571 + default: *572 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -93163,9 +93181,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *357 - *358 - - *572 + - *359 + - *573 - *17 - *19 responses: @@ -93177,7 +93195,7 @@ paths: type: array items: *89 examples: - default: *574 + default: *575 headers: Link: *71 '404': *6 @@ -93209,9 +93227,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 requestBody: required: true content: @@ -93240,7 +93258,7 @@ paths: application/json: schema: *89 examples: - default: *571 + default: *572 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 @@ -93267,9 +93285,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 requestBody: required: true content: @@ -93302,7 +93320,7 @@ paths: application/json: schema: *89 examples: - default: *571 + default: *572 '403': *29 '404': *6 '422': *7 @@ -93331,9 +93349,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-issue-suggestions parameters: - - *357 - *358 - - *572 + - *359 + - *573 - name: state in: query required: false @@ -93370,7 +93388,7 @@ paths: application/json: schema: type: array - items: &579 + items: &580 title: Issue Suggestion description: An agent-proposed change to an issue that a maintainer can approve or dismiss. @@ -93522,9 +93540,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#approve-an-issue-suggestion parameters: - - *357 - *358 - - *572 + - *359 + - *573 - name: suggestion_id in: path required: true @@ -93536,9 +93554,9 @@ paths: description: Response content: application/json: - schema: *579 + schema: *580 examples: - default: &580 + default: &581 value: id: 12 issue_id: 4567 @@ -93576,9 +93594,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#dismiss-an-issue-suggestion parameters: - - *357 - *358 - - *572 + - *359 + - *573 - name: suggestion_id in: path required: true @@ -93590,9 +93608,9 @@ paths: description: Response content: application/json: - schema: *579 + schema: *580 examples: - default: *580 + default: *581 '403': *29 '404': *6 '422': *15 @@ -93612,9 +93630,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 - *17 - *19 - name: exclude @@ -93635,7 +93653,6 @@ paths: description: Timeline Event type: object anyOf: - - *581 - *582 - *583 - *584 @@ -93648,6 +93665,7 @@ paths: - *591 - *592 - *593 + - *594 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -93708,15 +93726,15 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *594 - required: *595 + properties: *595 + required: *596 nullable: true minimized: title: Minimized Issue Comment description: Details about why an issue comment was minimized. type: object - properties: *596 - required: *597 + properties: *597 + required: *598 nullable: true required: - event @@ -93971,7 +93989,7 @@ paths: type: string comments: type: array - items: &629 + items: &630 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -94186,7 +94204,7 @@ paths: type: string comments: type: array - items: *490 + items: *491 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -94230,7 +94248,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *575 + properties: *576 required: - id - node_id @@ -94331,7 +94349,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *575 + properties: *576 required: - id - node_id @@ -94342,7 +94360,6 @@ paths: - commit_url - created_at - performed_via_github_app - - *598 - *599 - *600 - *601 @@ -94353,6 +94370,7 @@ paths: - *606 - *607 - *608 + - *609 examples: default: value: @@ -94526,8 +94544,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -94537,7 +94555,7 @@ paths: application/json: schema: type: array - items: &609 + items: &610 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -94603,8 +94621,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -94640,9 +94658,9 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: - default: &610 + default: &611 value: id: 1 key: ssh-rsa AAA... @@ -94676,9 +94694,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *357 - *358 - - &611 + - *359 + - &612 name: key_id description: The unique identifier of the key. in: path @@ -94690,9 +94708,9 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: - default: *610 + default: *611 '404': *6 x-github: githubCloudOnly: false @@ -94710,9 +94728,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *357 - *358 - - *611 + - *359 + - *612 responses: '204': description: Response @@ -94732,8 +94750,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -94745,7 +94763,7 @@ paths: type: array items: *88 examples: - default: *578 + default: *579 headers: Link: *71 '404': *6 @@ -94766,8 +94784,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -94805,7 +94823,7 @@ paths: application/json: schema: *88 examples: - default: &612 + default: &613 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -94837,8 +94855,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *357 - *358 + - *359 - name: name in: path required: true @@ -94851,7 +94869,7 @@ paths: application/json: schema: *88 examples: - default: *612 + default: *613 '404': *6 x-github: githubCloudOnly: false @@ -94868,8 +94886,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *357 - *358 + - *359 - name: name in: path required: true @@ -94934,8 +94952,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *357 - *358 + - *359 - name: name in: path required: true @@ -94961,8 +94979,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -95001,9 +95019,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *357 - *358 - - *463 + - *359 + - *464 responses: '200': description: Response @@ -95148,8 +95166,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -95214,8 +95232,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -95249,9 +95267,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *493 + schema: *494 examples: - default: *613 + default: *614 '204': description: Response when already merged '404': @@ -95276,8 +95294,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *357 - *358 + - *359 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -95318,12 +95336,12 @@ paths: application/json: schema: type: array - items: &614 + items: &615 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *295 - required: *296 + properties: *296 + required: *297 examples: default: value: @@ -95379,8 +95397,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -95420,9 +95438,9 @@ paths: description: Response content: application/json: - schema: *614 + schema: *615 examples: - default: &615 + default: &616 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -95481,9 +95499,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *357 - *358 - - &616 + - *359 + - &617 name: milestone_number description: The number that identifies the milestone. in: path @@ -95495,9 +95513,9 @@ paths: description: Response content: application/json: - schema: *614 + schema: *615 examples: - default: *615 + default: *616 '404': *6 x-github: githubCloudOnly: false @@ -95514,9 +95532,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *357 - *358 - - *616 + - *359 + - *617 requestBody: required: false content: @@ -95554,9 +95572,9 @@ paths: description: Response content: application/json: - schema: *614 + schema: *615 examples: - default: *615 + default: *616 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95572,9 +95590,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *357 - *358 - - *616 + - *359 + - *617 responses: '204': description: Response @@ -95595,9 +95613,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *357 - *358 - - *616 + - *359 + - *617 - *17 - *19 responses: @@ -95609,7 +95627,7 @@ paths: type: array items: *88 examples: - default: *578 + default: *579 headers: Link: *71 x-github: @@ -95628,12 +95646,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *357 - *358 - - *617 + - *359 - *618 - - *96 - *619 + - *96 + - *620 - *17 - *19 responses: @@ -95645,7 +95663,7 @@ paths: type: array items: *116 examples: - default: *620 + default: *621 headers: Link: *71 x-github: @@ -95669,8 +95687,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *357 - *358 + - *359 requestBody: required: false content: @@ -95728,14 +95746,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *357 - *358 + - *359 responses: '200': description: Response content: application/json: - schema: &621 + schema: &622 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -95860,7 +95878,7 @@ paths: - custom_404 - public examples: - default: &622 + default: &623 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -95901,8 +95919,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -95956,9 +95974,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *622 examples: - default: *622 + default: *623 '422': *15 '409': *55 x-github: @@ -95981,8 +95999,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -96081,8 +96099,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *357 - *358 + - *359 responses: '204': description: Response @@ -96108,8 +96126,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -96119,7 +96137,7 @@ paths: application/json: schema: type: array - items: &623 + items: &624 title: Page Build description: Page Build type: object @@ -96213,8 +96231,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *357 - *358 + - *359 responses: '201': description: Response @@ -96259,16 +96277,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *357 - *358 + - *359 responses: '200': description: Response content: application/json: - schema: *623 + schema: *624 examples: - default: &624 + default: &625 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -96316,8 +96334,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *357 - *358 + - *359 - name: build_id in: path required: true @@ -96328,9 +96346,9 @@ paths: description: Response content: application/json: - schema: *623 + schema: *624 examples: - default: *624 + default: *625 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96350,8 +96368,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -96456,9 +96474,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *357 - *358 - - &625 + - *359 + - &626 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -96516,9 +96534,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *357 - *358 - - *625 + - *359 + - *626 responses: '204': *60 '404': *6 @@ -96545,8 +96563,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -96804,8 +96822,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-private-vulnerability-reporting-is-enabled-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Private vulnerability reporting status @@ -96842,8 +96860,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *357 - *358 + - *359 responses: '204': *60 '422': *14 @@ -96864,8 +96882,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *357 - *358 + - *359 responses: '204': *60 '422': *14 @@ -96887,8 +96905,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -96896,7 +96914,7 @@ paths: application/json: schema: type: array - items: *310 + items: *311 examples: default: value: @@ -96927,8 +96945,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -96940,7 +96958,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *310 + items: *311 required: - properties examples: @@ -96990,8 +97008,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *357 - *358 + - *359 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -97051,9 +97069,9 @@ paths: application/json: schema: type: array - items: *455 + items: *456 examples: - default: *626 + default: *627 headers: Link: *71 '304': *38 @@ -97085,8 +97103,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -97151,7 +97169,7 @@ paths: description: Response content: application/json: - schema: &631 + schema: &632 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -97262,8 +97280,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *295 - required: *296 + properties: *296 + required: *297 nullable: true active_lock_reason: type: string @@ -97306,7 +97324,7 @@ paths: items: *4 requested_teams: type: array - items: *349 + items: *350 head: type: object properties: @@ -97344,14 +97362,14 @@ paths: _links: type: object properties: - comments: *297 - commits: *297 - statuses: *297 - html: *297 - issue: *297 - review_comments: *297 - review_comment: *297 - self: *297 + comments: *298 + commits: *298 + statuses: *298 + html: *298 + issue: *298 + review_comments: *298 + review_comment: *298 + self: *298 required: - comments - commits @@ -97362,8 +97380,8 @@ paths: - review_comment - self author_association: *86 - auto_merge: *627 - stack: *628 + auto_merge: *628 + stack: *629 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -97455,7 +97473,7 @@ paths: - merged_by - review_comments examples: - default: &632 + default: &633 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -97982,8 +98000,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *357 - *358 + - *359 - name: sort in: query required: false @@ -98012,9 +98030,9 @@ paths: application/json: schema: type: array - items: *629 + items: *630 examples: - default: &634 + default: &635 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -98091,17 +98109,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *357 - *358 + - *359 - *105 responses: '200': description: Response content: application/json: - schema: *629 + schema: *630 examples: - default: &630 + default: &631 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -98176,8 +98194,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *357 - *358 + - *359 - *105 requestBody: required: true @@ -98200,9 +98218,9 @@ paths: description: Response content: application/json: - schema: *629 + schema: *630 examples: - default: *630 + default: *631 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98218,8 +98236,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *357 - *358 + - *359 - *105 responses: '204': @@ -98241,8 +98259,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *357 - *358 + - *359 - *105 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -98269,9 +98287,9 @@ paths: application/json: schema: type: array - items: *491 + items: *492 examples: - default: *563 + default: *564 headers: Link: *71 '404': *6 @@ -98292,8 +98310,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *357 - *358 + - *359 - *105 requestBody: required: true @@ -98326,16 +98344,16 @@ paths: description: Reaction exists content: application/json: - schema: *491 + schema: *492 examples: - default: *492 + default: *493 '201': description: Reaction created content: application/json: - schema: *491 + schema: *492 examples: - default: *492 + default: *493 '422': *15 x-github: githubCloudOnly: false @@ -98357,10 +98375,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *357 - *358 + - *359 - *105 - - *564 + - *565 responses: '204': description: Response @@ -98403,9 +98421,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *357 - *358 - - &633 + - *359 + - &634 name: pull_number description: The number that identifies the pull request. in: path @@ -98418,9 +98436,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *631 + schema: *632 examples: - default: *632 + default: *633 '304': *38 '404': *6 '406': @@ -98455,9 +98473,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *357 - *358 - - *633 + - *359 + - *634 requestBody: required: false content: @@ -98499,9 +98517,9 @@ paths: description: Response content: application/json: - schema: *631 + schema: *632 examples: - default: *632 + default: *633 '422': *15 '403': *29 x-github: @@ -98523,9 +98541,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *357 - *358 - - *633 + - *359 + - *634 requestBody: required: true content: @@ -98585,17 +98603,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *263 + schema: *264 examples: - default: *480 + default: *481 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *263 + schema: *264 examples: - default: *480 + default: *481 '401': *25 '403': *29 '404': *6 @@ -98625,9 +98643,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *357 - *358 - - *633 + - *359 + - *634 - *113 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -98648,9 +98666,9 @@ paths: application/json: schema: type: array - items: *629 + items: *630 examples: - default: *634 + default: *635 headers: Link: *71 x-github: @@ -98683,9 +98701,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *357 - *358 - - *633 + - *359 + - *634 requestBody: required: true content: @@ -98790,7 +98808,7 @@ paths: description: Response content: application/json: - schema: *629 + schema: *630 examples: example-for-a-multi-line-comment: value: @@ -98878,9 +98896,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *357 - *358 - - *633 + - *359 + - *634 - *105 requestBody: required: true @@ -98903,7 +98921,7 @@ paths: description: Response content: application/json: - schema: *629 + schema: *630 examples: default: value: @@ -98989,9 +99007,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *357 - *358 - - *633 + - *359 + - *634 - *17 - *19 responses: @@ -99001,9 +99019,9 @@ paths: application/json: schema: type: array - items: *493 + items: *494 examples: - default: *635 + default: *636 headers: Link: *71 x-github: @@ -99033,9 +99051,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *357 - *358 - - *633 + - *359 + - *634 - *17 - *19 responses: @@ -99045,7 +99063,7 @@ paths: application/json: schema: type: array - items: *505 + items: *506 examples: default: value: @@ -99083,9 +99101,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *357 - *358 - - *633 + - *359 + - *634 responses: '204': description: Response if pull request has been merged @@ -99108,9 +99126,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *357 - *358 - - *633 + - *359 + - *634 requestBody: required: false content: @@ -99232,9 +99250,9 @@ paths: category: pulls subcategory: pulls parameters: - - *357 - *358 - - *633 + - *359 + - *634 requestBody: required: false content: @@ -99286,7 +99304,7 @@ paths: description: if the merge request was accepted and will run in the background content: application/json: - schema: &636 + schema: &637 title: Pull Request Merge Async Result description: Pull Request Merge Async Result type: object @@ -99371,7 +99389,7 @@ paths: merge queue content: application/json: - schema: *636 + schema: *637 examples: response-if-pull-request-was-already-merged: summary: Already merged @@ -99391,7 +99409,7 @@ paths: this pull request content: application/json: - schema: *636 + schema: *637 examples: response-if-a-merge-request-already-exists: value: @@ -99407,7 +99425,7 @@ paths: it is closed content: application/json: - schema: *636 + schema: *637 examples: response-if-pull-request-is-not-ready-to-be-merged: value: @@ -99439,9 +99457,9 @@ paths: category: pulls subcategory: pulls parameters: - - *357 - *358 - - *633 + - *359 + - *634 - name: uuid description: The UUID of the asynchronous merge request, as returned when the merge was requested. @@ -99454,7 +99472,7 @@ paths: description: the current result of the asynchronous merge request content: application/json: - schema: *636 + schema: *637 examples: response-if-the-merge-is-still-queued: summary: Still queued @@ -99502,9 +99520,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *357 - *358 - - *633 + - *359 + - *634 responses: '200': description: Response @@ -99579,9 +99597,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *357 - *358 - - *633 + - *359 + - *634 requestBody: required: false content: @@ -99618,7 +99636,7 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: default: value: @@ -100154,9 +100172,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *357 - *358 - - *633 + - *359 + - *634 requestBody: required: true content: @@ -100190,7 +100208,7 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: default: value: @@ -100695,9 +100713,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *357 - *358 - - *633 + - *359 + - *634 - *17 - *19 responses: @@ -100707,7 +100725,7 @@ paths: application/json: schema: type: array - items: &637 + items: &638 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -100858,9 +100876,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *357 - *358 - - *633 + - *359 + - *634 requestBody: required: false content: @@ -100946,9 +100964,9 @@ paths: description: Response content: application/json: - schema: *637 + schema: *638 examples: - default: &639 + default: &640 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -101011,10 +101029,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *357 - *358 - - *633 - - &638 + - *359 + - *634 + - &639 name: review_id description: The unique identifier of the review. in: path @@ -101026,9 +101044,9 @@ paths: description: Response content: application/json: - schema: *637 + schema: *638 examples: - default: &640 + default: &641 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -101087,10 +101105,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *357 - *358 - - *633 - - *638 + - *359 + - *634 + - *639 requestBody: required: true content: @@ -101113,7 +101131,7 @@ paths: description: Response content: application/json: - schema: *637 + schema: *638 examples: default: value: @@ -101175,18 +101193,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *357 - *358 - - *633 - - *638 + - *359 + - *634 + - *639 responses: '200': description: Response content: application/json: - schema: *637 + schema: *638 examples: - default: *639 + default: *640 '422': *7 '404': *6 x-github: @@ -101213,10 +101231,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *357 - *358 - - *633 - - *638 + - *359 + - *634 + - *639 - *17 - *19 responses: @@ -101299,9 +101317,9 @@ paths: _links: type: object properties: - self: *297 - html: *297 - pull_request: *297 + self: *298 + html: *298 + pull_request: *298 required: - self - html @@ -101451,10 +101469,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *357 - *358 - - *633 - - *638 + - *359 + - *634 + - *639 requestBody: required: true content: @@ -101482,7 +101500,7 @@ paths: description: Response content: application/json: - schema: *637 + schema: *638 examples: default: value: @@ -101545,10 +101563,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *357 - *358 - - *633 - - *638 + - *359 + - *634 + - *639 requestBody: required: true content: @@ -101583,9 +101601,9 @@ paths: description: Response content: application/json: - schema: *637 + schema: *638 examples: - default: *640 + default: *641 '404': *6 '422': *7 '403': *29 @@ -101607,9 +101625,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *357 - *358 - - *633 + - *359 + - *634 requestBody: required: false content: @@ -101672,8 +101690,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *357 - *358 + - *359 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -101686,9 +101704,9 @@ paths: description: Response content: application/json: - schema: *641 + schema: *642 examples: - default: &642 + default: &643 value: type: file encoding: base64 @@ -101730,8 +101748,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *357 - *358 + - *359 - name: dir description: The alternate path to look for a README file in: path @@ -101751,9 +101769,9 @@ paths: description: Response content: application/json: - schema: *641 + schema: *642 examples: - default: *642 + default: *643 '404': *6 '422': *15 x-github: @@ -101775,8 +101793,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -101786,7 +101804,7 @@ paths: application/json: schema: type: array - items: *643 + items: *644 examples: default: value: @@ -101885,8 +101903,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -101962,9 +101980,9 @@ paths: description: Response content: application/json: - schema: *643 + schema: *644 examples: - default: &647 + default: &648 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -102069,9 +102087,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *357 - *358 - - &645 + - *359 + - &646 name: asset_id description: The unique identifier of the asset. in: path @@ -102083,9 +102101,9 @@ paths: description: Response content: application/json: - schema: *644 + schema: *645 examples: - default: &646 + default: &647 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -102120,7 +102138,7 @@ paths: type: User site_admin: false '404': *6 - '302': *509 + '302': *510 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102136,9 +102154,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *357 - *358 - - *645 + - *359 + - *646 requestBody: required: false content: @@ -102166,9 +102184,9 @@ paths: description: Response content: application/json: - schema: *644 + schema: *645 examples: - default: *646 + default: *647 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102184,9 +102202,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *357 - *358 - - *645 + - *359 + - *646 responses: '204': description: Response @@ -102211,8 +102229,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -102297,16 +102315,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *357 - *358 + - *359 responses: '200': description: Response content: application/json: - schema: *643 + schema: *644 examples: - default: *647 + default: *648 '404': *6 x-github: githubCloudOnly: false @@ -102324,8 +102342,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *357 - *358 + - *359 - name: tag description: tag parameter in: path @@ -102338,9 +102356,9 @@ paths: description: Response content: application/json: - schema: *643 + schema: *644 examples: - default: *647 + default: *648 '404': *6 x-github: githubCloudOnly: false @@ -102362,9 +102380,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *357 - *358 - - &648 + - *359 + - &649 name: release_id description: The unique identifier of the release. in: path @@ -102378,9 +102396,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *643 + schema: *644 examples: - default: *647 + default: *648 '401': description: Unauthorized x-github: @@ -102404,9 +102422,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *357 - *358 - - *648 + - *359 + - *649 requestBody: required: false content: @@ -102470,9 +102488,9 @@ paths: description: Response content: application/json: - schema: *643 + schema: *644 examples: - default: *647 + default: *648 '404': description: Not Found if the discussion category name is invalid content: @@ -102493,9 +102511,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *357 - *358 - - *648 + - *359 + - *649 responses: '204': description: Response @@ -102516,9 +102534,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *357 - *358 - - *648 + - *359 + - *649 - *17 - *19 responses: @@ -102528,7 +102546,7 @@ paths: application/json: schema: type: array - items: *644 + items: *645 examples: default: value: @@ -102609,9 +102627,9 @@ paths: description: The URL origin (protocol + host name + port) is included in `upload_url` returned in the response of the "Create a release" endpoint parameters: - - *357 - *358 - - *648 + - *359 + - *649 - name: name in: query required: true @@ -102637,7 +102655,7 @@ paths: description: Response for successful upload content: application/json: - schema: *644 + schema: *645 examples: response-for-successful-upload: value: @@ -102692,9 +102710,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *357 - *358 - - *648 + - *359 + - *649 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -102718,9 +102736,9 @@ paths: application/json: schema: type: array - items: *491 + items: *492 examples: - default: *563 + default: *564 headers: Link: *71 '404': *6 @@ -102741,9 +102759,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *357 - *358 - - *648 + - *359 + - *649 requestBody: required: true content: @@ -102773,16 +102791,16 @@ paths: description: Reaction exists content: application/json: - schema: *491 + schema: *492 examples: - default: *492 + default: *493 '201': description: Reaction created content: application/json: - schema: *491 + schema: *492 examples: - default: *492 + default: *493 '422': *15 x-github: githubCloudOnly: false @@ -102804,10 +102822,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *357 - *358 - - *648 - - *564 + - *359 + - *649 + - *565 responses: '204': description: Response @@ -102831,9 +102849,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *357 - *358 - - *423 + - *359 + - *424 - *17 - *19 responses: @@ -102849,8 +102867,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *319 - - &649 + - *320 + - &650 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -102869,72 +102887,72 @@ paths: ruleset_id: type: integer description: The ID of the ruleset that includes this rule. - - allOf: - - *320 - - *649 - allOf: - *321 - - *649 + - *650 - allOf: - *322 - - *649 - - allOf: - *650 - - *649 - allOf: - *323 - - *649 + - *650 + - allOf: + - *651 + - *650 - allOf: - *324 - - *649 + - *650 - allOf: - *325 - - *649 + - *650 - allOf: - *326 - - *649 + - *650 - allOf: - *327 - - *649 + - *650 - allOf: - *328 - - *649 + - *650 - allOf: - *329 - - *649 + - *650 - allOf: - *330 - - *649 + - *650 - allOf: - *331 - - *649 + - *650 - allOf: - *332 - - *649 + - *650 - allOf: - - *337 - - *649 + - *333 + - *650 - allOf: - *338 - - *649 + - *650 - allOf: - *339 - - *649 + - *650 - allOf: - - *651 - - *649 + - *340 + - *650 - allOf: - - *333 - - *649 + - *652 + - *650 - allOf: - *334 - - *649 + - *650 - allOf: - *335 - - *649 + - *650 - allOf: - *336 - - *649 + - *650 + - allOf: + - *337 + - *650 examples: default: value: @@ -102973,8 +102991,8 @@ paths: category: repos subcategory: rules parameters: - - *357 - *358 + - *359 - *17 - *19 - name: includes_parents @@ -102985,7 +103003,7 @@ paths: schema: type: boolean default: true - - *652 + - *653 responses: '200': description: Response @@ -102993,7 +103011,7 @@ paths: application/json: schema: type: array - items: *340 + items: *341 examples: default: value: @@ -103040,8 +103058,8 @@ paths: category: repos subcategory: rules parameters: - - *357 - *358 + - *359 requestBody: description: Request body required: true @@ -103061,16 +103079,16 @@ paths: - tag - push default: branch - enforcement: *316 + enforcement: *317 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *317 - conditions: *314 + items: *318 + conditions: *315 rules: type: array description: An array of rules within the ruleset. - items: *653 + items: *654 required: - name - enforcement @@ -103101,9 +103119,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: &664 + default: &665 value: id: 42 name: super cool ruleset @@ -103151,13 +103169,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *357 - *358 - - *654 + - *359 - *655 - *656 - *657 - *658 + - *659 - *17 - *19 responses: @@ -103165,9 +103183,9 @@ paths: description: Response content: application/json: - schema: *659 + schema: *660 examples: - default: *660 + default: *661 '404': *6 '500': *56 x-github: @@ -103188,17 +103206,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *357 - *358 - - *661 + - *359 + - *662 responses: '200': description: Response content: application/json: - schema: *662 + schema: *663 examples: - default: *663 + default: *664 '404': *6 '500': *56 x-github: @@ -103226,8 +103244,8 @@ paths: category: repos subcategory: rules parameters: - - *357 - *358 + - *359 - name: ruleset_id description: The ID of the ruleset. in: path @@ -103247,9 +103265,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *664 + default: *665 '404': *6 '500': *56 put: @@ -103267,8 +103285,8 @@ paths: category: repos subcategory: rules parameters: - - *357 - *358 + - *359 - name: ruleset_id description: The ID of the ruleset. in: path @@ -103293,16 +103311,16 @@ paths: - branch - tag - push - enforcement: *316 + enforcement: *317 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *317 - conditions: *314 + items: *318 + conditions: *315 rules: description: An array of rules within the ruleset. type: array - items: *653 + items: *654 examples: default: value: @@ -103330,9 +103348,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *664 + default: *665 '404': *6 '422': *15 '500': *56 @@ -103351,8 +103369,8 @@ paths: category: repos subcategory: rules parameters: - - *357 - *358 + - *359 - name: ruleset_id description: The ID of the ruleset. in: path @@ -103375,8 +103393,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-history parameters: - - *357 - *358 + - *359 - *17 - *19 - name: ruleset_id @@ -103392,9 +103410,9 @@ paths: application/json: schema: type: array - items: *343 + items: *344 examples: - default: *665 + default: *666 '404': *6 '500': *56 x-github: @@ -103413,8 +103431,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-version parameters: - - *357 - *358 + - *359 - name: ruleset_id description: The ID of the ruleset. in: path @@ -103432,7 +103450,7 @@ paths: description: Response content: application/json: - schema: *666 + schema: *667 examples: default: value: @@ -103487,9 +103505,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *357 - *358 - - *667 + - *359 - *668 - *669 - *670 @@ -103497,10 +103514,10 @@ paths: - *672 - *673 - *674 + - *675 - *63 - *19 - *17 - - *675 - *676 - *677 - *678 @@ -103509,6 +103526,7 @@ paths: - *681 - *682 - *683 + - *684 responses: '200': description: Response @@ -103535,8 +103553,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *684 - resolution: *685 + state: *685 + resolution: *686 resolved_at: type: string format: date-time @@ -103642,7 +103660,7 @@ paths: pull request. ' - oneOf: *686 + oneOf: *687 nullable: true has_more_locations: type: boolean @@ -103806,16 +103824,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *357 - *358 - - *457 - - *680 + - *359 + - *458 + - *681 responses: '200': description: Response content: application/json: - schema: &687 + schema: &688 type: object properties: number: *189 @@ -103833,8 +103851,8 @@ paths: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *684 - resolution: *685 + state: *685 + resolution: *686 resolved_at: type: string format: date-time @@ -103940,7 +103958,7 @@ paths: pull request. ' - oneOf: *686 + oneOf: *687 nullable: true has_more_locations: type: boolean @@ -103968,7 +103986,7 @@ paths: properties: *20 required: *21 nullable: true - metadata: &860 + metadata: &861 type: array description: A list of metadata key/value pairs associated with the secret scanning alert. @@ -104041,9 +104059,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *357 - *358 - - *457 + - *359 + - *458 requestBody: required: true content: @@ -104051,8 +104069,8 @@ paths: schema: type: object properties: - state: *684 - resolution: *685 + state: *685 + resolution: *686 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -104096,7 +104114,7 @@ paths: description: Response content: application/json: - schema: *687 + schema: *688 examples: default: value: @@ -104198,9 +104216,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *357 - *358 - - *457 + - *359 + - *458 - *19 - *17 responses: @@ -104211,7 +104229,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &862 + items: &863 type: object properties: type: @@ -104237,7 +104255,6 @@ paths: example: commit details: oneOf: - - *688 - *689 - *690 - *691 @@ -104250,6 +104267,7 @@ paths: - *698 - *699 - *700 + - *701 examples: default: value: @@ -104338,11 +104356,11 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *357 - *358 - - *701 + - *359 - *702 - *703 + - *704 - *63 - *19 - *17 @@ -104353,9 +104371,9 @@ paths: application/json: schema: type: array - items: *344 + items: *345 examples: - default: *704 + default: *705 headers: Link: *71 '403': *29 @@ -104378,8 +104396,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -104392,9 +104410,9 @@ paths: patterns: type: array description: The list of custom patterns to create. - items: *705 + items: *706 examples: - default: *706 + default: *707 responses: '201': description: All patterns created successfully. @@ -104406,9 +104424,9 @@ paths: created_patterns: type: array description: The list of successfully created custom patterns. - items: *344 + items: *345 examples: - default: *707 + default: *708 '400': *14 '403': *29 '404': *6 @@ -104432,7 +104450,7 @@ paths: errors: type: array description: List of validation errors for this pattern. - items: *708 + items: *709 delete: summary: Bulk delete repository custom patterns description: |- @@ -104451,8 +104469,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -104466,7 +104484,7 @@ paths: type: array description: The list of custom patterns to delete. maxItems: 500 - items: *709 + items: *710 post_delete_action: type: string description: |- @@ -104479,14 +104497,14 @@ paths: - resolve_alerts default: delete_alerts examples: - default: *710 + default: *711 responses: '204': description: All patterns deleted successfully. '400': *14 '403': *29 '404': *6 - '412': *346 + '412': *347 "/repos/{owner}/{repo}/secret-scanning/custom-patterns/{pattern_id}": patch: summary: Update a repository custom pattern @@ -104506,8 +104524,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *357 - *358 + - *359 - name: pattern_id in: path required: true @@ -104518,21 +104536,21 @@ paths: required: true content: application/json: - schema: *711 + schema: *712 examples: - default: *712 + default: *713 responses: '200': description: Pattern updated successfully. content: application/json: - schema: *344 + schema: *345 examples: - default: *713 + default: *714 '400': *14 '403': *29 '404': *6 - '412': *346 + '412': *347 '422': *15 "/repos/{owner}/{repo}/secret-scanning/push-protection-bypasses": post: @@ -104550,8 +104568,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -104559,14 +104577,14 @@ paths: schema: type: object properties: - reason: &715 + reason: &716 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *714 + placeholder_id: *715 required: - reason - placeholder_id @@ -104583,7 +104601,7 @@ paths: schema: type: object properties: - reason: *715 + reason: *716 expire_at: type: string format: date-time @@ -104629,8 +104647,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *357 - *358 + - *359 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -104645,7 +104663,7 @@ paths: properties: incremental_scans: type: array - items: &716 + items: &717 description: Information on a single scan performed by secret scanning on the repository type: object @@ -104676,15 +104694,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *716 + items: *717 backfill_scans: type: array - items: *716 + items: *717 custom_pattern_backfill_scans: type: array items: allOf: - - *716 + - *717 - type: object properties: pattern_name: @@ -104697,7 +104715,7 @@ paths: one of "repository", "organization", or "enterprise" generic_secrets_backfill_scans: type: array - items: *716 + items: *717 examples: default: value: @@ -104762,8 +104780,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *357 - *358 + - *359 - *63 - name: sort description: The property to sort the results by. @@ -104807,9 +104825,9 @@ paths: application/json: schema: type: array - items: *717 + items: *718 examples: - default: *718 + default: *719 '400': *14 '404': *6 x-github: @@ -104832,8 +104850,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -104906,7 +104924,7 @@ paths: login: type: string description: The username of the user credited. - type: *348 + type: *349 required: - login - type @@ -104993,9 +105011,9 @@ paths: description: Response content: application/json: - schema: *717 + schema: *718 examples: - default: &720 + default: &721 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -105228,8 +105246,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -105333,7 +105351,7 @@ paths: description: Response content: application/json: - schema: *717 + schema: *718 examples: default: value: @@ -105480,17 +105498,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *357 - *358 - - *719 + - *359 + - *720 responses: '200': description: Response content: application/json: - schema: *717 + schema: *718 examples: - default: *720 + default: *721 '403': *29 '404': *6 x-github: @@ -105514,9 +105532,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *357 - *358 - - *719 + - *359 + - *720 requestBody: required: true content: @@ -105589,7 +105607,7 @@ paths: login: type: string description: The username of the user credited. - type: *348 + type: *349 required: - login - type @@ -105675,10 +105693,10 @@ paths: description: Response content: application/json: - schema: *717 + schema: *718 examples: - default: *720 - add_credit: *720 + default: *721 + add_credit: *721 '403': *29 '404': *6 '422': @@ -105716,9 +105734,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *357 - *358 - - *719 + - *359 + - *720 responses: '202': *40 '400': *14 @@ -105745,17 +105763,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *357 - *358 - - *719 + - *359 + - *720 responses: '202': description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *362 + default: *363 '400': *14 '422': *15 '403': *29 @@ -105776,8 +105794,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/stacks#list-pull-request-stacks parameters: - - *357 - *358 + - *359 - name: pull_request description: Filter to the stack containing this repository pull request number. in: query @@ -105909,8 +105927,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/stacks#create-a-pull-request-stack parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -105977,7 +105995,7 @@ paths: format: date-time pull_requests: type: array - items: &721 + items: &722 title: Pull Request Stack Pull Request type: object allOf: @@ -106203,8 +106221,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/stacks#get-a-pull-request-stack parameters: - - *357 - *358 + - *359 - name: stack_number description: The number that identifies the pull request stack. in: path @@ -106253,7 +106271,7 @@ paths: format: date-time pull_requests: type: array - items: *721 + items: *722 examples: default: value: @@ -106373,8 +106391,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/stacks#add-pull-requests-to-a-pull-request-stack parameters: - - *357 - *358 + - *359 - name: stack_number description: The number that identifies the pull request stack. in: path @@ -106446,7 +106464,7 @@ paths: format: date-time pull_requests: type: array - items: *721 + items: *722 examples: default: value: @@ -106650,8 +106668,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/stacks#remove-pull-requests-from-a-pull-request-stack parameters: - - *357 - *358 + - *359 - name: stack_number description: The number that identifies the pull request stack. in: path @@ -106700,7 +106718,7 @@ paths: format: date-time pull_requests: type: array - items: *721 + items: *722 examples: default: value: @@ -106806,8 +106824,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -106906,8 +106924,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *357 - *358 + - *359 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -106916,7 +106934,7 @@ paths: application/json: schema: type: array - items: &722 + items: &723 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -106949,8 +106967,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -107026,8 +107044,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -107123,8 +107141,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *357 - *358 + - *359 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -107278,8 +107296,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *357 - *358 + - *359 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -107289,7 +107307,7 @@ paths: application/json: schema: type: array - items: *722 + items: *723 examples: default: value: @@ -107322,8 +107340,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *357 - *358 + - *359 - name: sha in: path required: true @@ -107377,7 +107395,7 @@ paths: description: Response content: application/json: - schema: *723 + schema: *724 examples: default: value: @@ -107431,8 +107449,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -107464,14 +107482,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *357 - *358 + - *359 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &724 + schema: &725 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -107539,8 +107557,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *357 - *358 + - *359 requestBody: required: false content: @@ -107566,7 +107584,7 @@ paths: description: Response content: application/json: - schema: *724 + schema: *725 examples: default: value: @@ -107593,8 +107611,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *357 - *358 + - *359 responses: '204': description: Response @@ -107614,8 +107632,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -107694,8 +107712,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *357 - *358 + - *359 - name: ref in: path required: true @@ -107731,8 +107749,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -107744,7 +107762,7 @@ paths: type: array items: *211 examples: - default: *275 + default: *276 headers: Link: *71 '404': *6 @@ -107764,8 +107782,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *357 - *358 + - *359 - *19 - *17 responses: @@ -107773,7 +107791,7 @@ paths: description: Response content: application/json: - schema: &725 + schema: &726 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -107785,7 +107803,7 @@ paths: required: - names examples: - default: &726 + default: &727 value: names: - octocat @@ -107808,8 +107826,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -107840,9 +107858,9 @@ paths: description: Response content: application/json: - schema: *725 + schema: *726 examples: - default: *726 + default: *727 '404': *6 '422': *7 x-github: @@ -107863,9 +107881,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *357 - *358 - - &727 + - *359 + - &728 name: per description: The time frame to display results for. in: query @@ -107894,7 +107912,7 @@ paths: example: 128 clones: type: array - items: &728 + items: &729 title: Traffic type: object properties: @@ -107981,8 +107999,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -108072,8 +108090,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -108133,9 +108151,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *357 - *358 - - *727 + - *359 + - *728 responses: '200': description: Response @@ -108154,7 +108172,7 @@ paths: example: 3782 views: type: array - items: *728 + items: *729 required: - uniques - count @@ -108231,8 +108249,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -108506,8 +108524,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *357 - *358 + - *359 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -108530,8 +108548,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *357 - *358 + - *359 responses: '204': description: Response @@ -108553,8 +108571,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *357 - *358 + - *359 responses: '204': description: Response @@ -108580,8 +108598,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *357 - *358 + - *359 - name: ref in: path required: true @@ -108673,9 +108691,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *362 + default: *363 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -108926,7 +108944,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &729 + text_matches: &730 title: Search Result Text Matches type: array items: @@ -109088,7 +109106,7 @@ paths: enum: - author-date - committer-date - - &730 + - &731 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 @@ -109159,7 +109177,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *421 + properties: *422 nullable: true comment_count: type: integer @@ -109179,7 +109197,7 @@ paths: url: type: string format: uri - verification: *545 + verification: *546 required: - author - committer @@ -109198,7 +109216,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *421 + properties: *422 nullable: true parents: type: array @@ -109216,7 +109234,7 @@ paths: type: number node_id: type: string - text_matches: *729 + text_matches: *730 required: - sha - node_id @@ -109408,7 +109426,7 @@ paths: - interactions - created - updated - - *730 + - *731 - *17 - *19 - name: advanced_search @@ -109522,11 +109540,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 issue_field_values: type: array - items: *576 + items: *577 state: type: string state_reason: @@ -109543,8 +109561,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *295 - required: *296 + properties: *296 + required: *297 nullable: true comments: type: integer @@ -109558,7 +109576,7 @@ paths: type: string format: date-time nullable: true - text_matches: *729 + text_matches: *730 pull_request: type: object properties: @@ -109602,7 +109620,7 @@ paths: timeline_url: type: string format: uri - type: *258 + type: *259 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -109840,7 +109858,7 @@ paths: enum: - created - updated - - *730 + - *731 - *17 - *19 responses: @@ -109884,7 +109902,7 @@ paths: nullable: true score: type: number - text_matches: *729 + text_matches: *730 required: - id - node_id @@ -109969,7 +109987,7 @@ paths: - forks - help-wanted-issues - updated - - *730 + - *731 - *17 - *19 responses: @@ -110217,7 +110235,7 @@ paths: - admin - pull - push - text_matches: *729 + text_matches: *730 temp_clone_token: type: string allow_merge_commit: @@ -110517,7 +110535,7 @@ paths: type: string format: uri nullable: true - text_matches: *729 + text_matches: *730 related: type: array nullable: true @@ -110708,7 +110726,7 @@ paths: - followers - repositories - joined - - *730 + - *731 - *17 - *19 responses: @@ -110812,7 +110830,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *729 + text_matches: *730 blog: type: string nullable: true @@ -110891,7 +110909,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &733 + - &734 name: team_id description: The unique identifier of the team. in: path @@ -110903,9 +110921,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '404': *6 x-github: githubCloudOnly: false @@ -110932,7 +110950,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *733 + - *734 requestBody: required: true content: @@ -111000,16 +111018,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '201': description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '404': *6 '422': *15 '403': *29 @@ -111037,7 +111055,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *733 + - *734 responses: '204': description: Response @@ -111066,7 +111084,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *733 + - *734 - *17 - *19 responses: @@ -111076,9 +111094,9 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: *253 + default: *254 headers: Link: *71 x-github: @@ -111106,7 +111124,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *733 + - *734 - name: role description: Filters members returned by their role in the team. in: query @@ -111127,9 +111145,9 @@ paths: application/json: schema: type: array - items: *734 + items: *735 examples: - default: *735 + default: *736 headers: Link: *71 '404': *6 @@ -111157,7 +111175,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *733 + - *734 - *75 responses: '204': @@ -111194,7 +111212,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *733 + - *734 - *75 responses: '204': @@ -111234,7 +111252,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *733 + - *734 - *75 responses: '204': @@ -111271,16 +111289,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *733 + - *734 - *75 responses: '200': description: Response content: application/json: - schema: *356 + schema: *357 examples: - response-if-user-is-a-team-maintainer: *736 + response-if-user-is-a-team-maintainer: *737 '404': *6 x-github: githubCloudOnly: false @@ -111313,7 +111331,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *733 + - *734 - *75 requestBody: required: false @@ -111339,9 +111357,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *357 examples: - response-if-users-membership-with-team-is-now-pending: *737 + response-if-users-membership-with-team-is-now-pending: *738 '403': description: Forbidden if team synchronization is set up '422': @@ -111375,7 +111393,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *733 + - *734 - *75 responses: '204': @@ -111403,7 +111421,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *733 + - *734 - *17 - *19 responses: @@ -111415,7 +111433,7 @@ paths: type: array items: *164 examples: - default: *282 + default: *283 headers: Link: *71 '404': *6 @@ -111445,15 +111463,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *733 - - *357 + - *734 - *358 + - *359 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *738 + schema: *739 examples: alternative-response-with-extra-repository-information: value: @@ -111604,9 +111622,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *733 - - *357 + - *734 - *358 + - *359 requestBody: required: false content: @@ -111656,9 +111674,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *733 - - *357 + - *734 - *358 + - *359 responses: '204': description: Response @@ -111683,7 +111701,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *733 + - *734 - *17 - *19 responses: @@ -111695,7 +111713,7 @@ paths: type: array items: *211 examples: - response-if-child-teams-exist: *739 + response-if-child-teams-exist: *740 headers: Link: *71 '404': *6 @@ -111728,7 +111746,7 @@ paths: application/json: schema: oneOf: - - &741 + - &742 title: Private User description: Private User type: object @@ -111931,7 +111949,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *740 + - *741 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -112084,7 +112102,7 @@ paths: description: Response content: application/json: - schema: *741 + schema: *742 examples: default: value: @@ -112287,9 +112305,9 @@ paths: type: integer codespaces: type: array - items: *263 + items: *264 examples: - default: *264 + default: *265 '304': *38 '500': *56 '401': *25 @@ -112428,17 +112446,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *263 + schema: *264 examples: - default: *480 + default: *481 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *263 + schema: *264 examples: - default: *480 + default: *481 '401': *25 '403': *29 '404': *6 @@ -112482,7 +112500,7 @@ paths: type: integer secrets: type: array - items: &742 + items: &743 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -112522,7 +112540,7 @@ paths: - visibility - selected_repositories_url examples: - default: *483 + default: *484 headers: Link: *71 x-github: @@ -112598,7 +112616,7 @@ paths: description: Response content: application/json: - schema: *742 + schema: *743 examples: default: value: @@ -112888,15 +112906,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *265 + - *266 responses: '200': description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: *480 + default: *481 '304': *38 '500': *56 '401': *25 @@ -112922,7 +112940,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *265 + - *266 requestBody: required: false content: @@ -112952,9 +112970,9 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: *480 + default: *481 '401': *25 '403': *29 '404': *6 @@ -112976,7 +112994,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *265 + - *266 responses: '202': *40 '304': *38 @@ -113005,13 +113023,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *265 + - *266 responses: '202': description: Response content: application/json: - schema: &743 + schema: &744 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -113052,7 +113070,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &744 + default: &745 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -113084,7 +113102,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *265 + - *266 - name: export_id in: path required: true @@ -113097,9 +113115,9 @@ paths: description: Response content: application/json: - schema: *743 + schema: *744 examples: - default: *744 + default: *745 '404': *6 x-github: githubCloudOnly: false @@ -113120,7 +113138,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *265 + - *266 responses: '200': description: Response @@ -113136,9 +113154,9 @@ paths: type: integer machines: type: array - items: *745 + items: *746 examples: - default: *746 + default: *747 '304': *38 '500': *56 '401': *25 @@ -113167,7 +113185,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *265 + - *266 requestBody: required: true content: @@ -113217,13 +113235,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *360 + repository: *361 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *481 - required: *482 + properties: *482 + required: *483 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -113997,15 +114015,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *265 + - *266 responses: '200': description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: *480 + default: *481 '304': *38 '500': *56 '400': *14 @@ -114037,15 +114055,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *265 + - *266 responses: '200': description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: *480 + default: *481 '500': *56 '401': *25 '403': *29 @@ -114075,9 +114093,9 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: &758 + default: &759 value: - id: 197 name: hello_docker @@ -114178,7 +114196,7 @@ paths: application/json: schema: type: array - items: &747 + items: &748 title: Email description: Email type: object @@ -114243,9 +114261,9 @@ paths: application/json: schema: type: array - items: *747 + items: *748 examples: - default: &760 + default: &761 value: - email: octocat@github.com verified: true @@ -114320,7 +114338,7 @@ paths: application/json: schema: type: array - items: *747 + items: *748 examples: default: value: @@ -114576,7 +114594,7 @@ paths: application/json: schema: type: array - items: &748 + items: &749 title: GPG Key description: A unique encryption key type: object @@ -114707,7 +114725,7 @@ paths: - subkeys - revoked examples: - default: &777 + default: &778 value: - id: 3 name: Octocat's GPG Key @@ -114792,9 +114810,9 @@ paths: description: Response content: application/json: - schema: *748 + schema: *749 examples: - default: &749 + default: &750 value: id: 3 name: Octocat's GPG Key @@ -114851,7 +114869,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &750 + - &751 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -114863,9 +114881,9 @@ paths: description: Response content: application/json: - schema: *748 + schema: *749 examples: - default: *749 + default: *750 '404': *6 '304': *38 '403': *29 @@ -114888,7 +114906,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *750 + - *751 responses: '204': description: Response @@ -115176,12 +115194,12 @@ paths: application/json: schema: anyOf: - - *250 + - *251 - type: object properties: {} additionalProperties: false examples: - default: *251 + default: *252 '204': description: Response when there are no restrictions x-github: @@ -115205,7 +115223,7 @@ paths: required: true content: application/json: - schema: *556 + schema: *557 examples: default: value: @@ -115216,7 +115234,7 @@ paths: description: Response content: application/json: - schema: *250 + schema: *251 examples: default: value: @@ -115297,7 +115315,7 @@ paths: - closed - all default: open - - *261 + - *262 - name: sort description: What to sort results by. in: query @@ -115322,7 +115340,7 @@ paths: type: array items: *89 examples: - default: *262 + default: *263 headers: Link: *71 '404': *6 @@ -115355,7 +115373,7 @@ paths: application/json: schema: type: array - items: &751 + items: &752 title: Key description: Key type: object @@ -115456,9 +115474,9 @@ paths: description: Response content: application/json: - schema: *751 + schema: *752 examples: - default: &752 + default: &753 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -115491,15 +115509,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *611 + - *612 responses: '200': description: Response content: application/json: - schema: *751 + schema: *752 examples: - default: *752 + default: *753 '404': *6 '304': *38 '403': *29 @@ -115522,7 +115540,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *611 + - *612 responses: '204': description: Response @@ -115555,7 +115573,7 @@ paths: application/json: schema: type: array - items: &753 + items: &754 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -115623,7 +115641,7 @@ paths: - account - plan examples: - default: &754 + default: &755 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -115685,9 +115703,9 @@ paths: application/json: schema: type: array - items: *753 + items: *754 examples: - default: *754 + default: *755 headers: Link: *71 '304': *38 @@ -115727,7 +115745,7 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: default: value: @@ -115841,7 +115859,7 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: default: value: @@ -115928,9 +115946,9 @@ paths: description: The user's organization invitation was accepted synchronously. content: application/json: - schema: *267 + schema: *268 examples: - default: &755 + default: &756 value: url: https://api.github.com/orgs/octocat/memberships/defunkt state: active @@ -115977,9 +115995,9 @@ paths: processed asynchronously. content: application/json: - schema: *267 + schema: *268 examples: - default: *755 + default: *756 '403': *29 '404': *6 '422': *15 @@ -116008,7 +116026,7 @@ paths: application/json: schema: type: array - items: *269 + items: *270 examples: default: value: @@ -116261,7 +116279,7 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: default: value: @@ -116441,7 +116459,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *270 + - *271 - name: exclude in: query required: false @@ -116454,7 +116472,7 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: default: value: @@ -116648,7 +116666,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *270 + - *271 responses: '302': description: Response @@ -116674,7 +116692,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *270 + - *271 responses: '204': description: Response @@ -116703,8 +116721,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *270 - - *756 + - *271 + - *757 responses: '204': description: Response @@ -116728,7 +116746,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *270 + - *271 - *17 - *19 responses: @@ -116740,7 +116758,7 @@ paths: type: array items: *164 examples: - default: *282 + default: *283 headers: Link: *71 '404': *6 @@ -116819,7 +116837,7 @@ paths: - docker - nuget - container - - *757 + - *758 - *19 - *17 responses: @@ -116829,10 +116847,10 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *758 - '400': *759 + default: *759 + '400': *760 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -116852,16 +116870,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *278 - *279 + - *280 responses: '200': description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: &778 + default: &779 value: id: 40201 name: octo-name @@ -116974,8 +116992,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *278 - *279 + - *280 responses: '204': description: Response @@ -117005,8 +117023,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *278 - *279 + - *280 - name: token description: package token schema: @@ -117038,8 +117056,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *278 - *279 + - *280 - *19 - *17 - name: state @@ -117059,7 +117077,7 @@ paths: application/json: schema: type: array - items: *280 + items: *281 examples: default: value: @@ -117108,15 +117126,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *278 - *279 - - *281 + - *280 + - *282 responses: '200': description: Response content: application/json: - schema: *280 + schema: *281 examples: default: value: @@ -117152,9 +117170,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *278 - *279 - - *281 + - *280 + - *282 responses: '204': description: Response @@ -117184,9 +117202,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *278 - *279 - - *281 + - *280 + - *282 responses: '204': description: Response @@ -117223,9 +117241,9 @@ paths: application/json: schema: type: array - items: *747 + items: *748 examples: - default: *760 + default: *761 headers: Link: *71 '304': *38 @@ -117338,7 +117356,7 @@ paths: type: array items: *83 examples: - default: &767 + default: &768 summary: Default response value: - id: 1296269 @@ -117642,9 +117660,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *362 + default: *363 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -117682,9 +117700,9 @@ paths: application/json: schema: type: array - items: *559 + items: *560 examples: - default: *761 + default: *762 headers: Link: *71 '304': *38 @@ -117707,7 +117725,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *254 + - *255 responses: '204': description: Response @@ -117730,7 +117748,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *254 + - *255 responses: '204': description: Response @@ -117763,7 +117781,7 @@ paths: application/json: schema: type: array - items: &762 + items: &763 title: Social account description: Social media account type: object @@ -117778,7 +117796,7 @@ paths: - provider - url examples: - default: &763 + default: &764 value: - provider: twitter url: https://twitter.com/github @@ -117840,9 +117858,9 @@ paths: application/json: schema: type: array - items: *762 + items: *763 examples: - default: *763 + default: *764 '422': *15 '304': *38 '404': *6 @@ -117929,7 +117947,7 @@ paths: application/json: schema: type: array - items: &764 + items: &765 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -117949,7 +117967,7 @@ paths: - title - created_at examples: - default: &795 + default: &796 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -118013,9 +118031,9 @@ paths: description: Response content: application/json: - schema: *764 + schema: *765 examples: - default: &765 + default: &766 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -118045,7 +118063,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: - - &766 + - &767 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -118057,9 +118075,9 @@ paths: description: Response content: application/json: - schema: *764 + schema: *765 examples: - default: *765 + default: *766 '404': *6 '304': *38 '403': *29 @@ -118082,7 +118100,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: - - *766 + - *767 responses: '204': description: Response @@ -118111,7 +118129,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &796 + - &797 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 @@ -118136,11 +118154,11 @@ paths: type: array items: *83 examples: - default-response: *767 + default-response: *768 application/vnd.github.v3.star+json: schema: type: array - items: &797 + items: &798 title: Starred Repository description: Starred Repository type: object @@ -118296,8 +118314,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *357 - *358 + - *359 responses: '204': description: Response if this repository is starred by you @@ -118325,8 +118343,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *357 - *358 + - *359 responses: '204': description: Response @@ -118350,8 +118368,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *357 - *358 + - *359 responses: '204': description: Response @@ -118386,7 +118404,7 @@ paths: type: array items: *164 examples: - default: *282 + default: *283 headers: Link: *71 '304': *38 @@ -118423,7 +118441,7 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: default: value: @@ -118509,10 +118527,10 @@ paths: application/json: schema: oneOf: + - *742 - *741 - - *740 examples: - default-response: &771 + default-response: &772 summary: Default response value: login: octocat @@ -118547,7 +118565,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &772 + response-with-git-hub-plan-information: &773 summary: Response with GitHub plan information value: login: octocat @@ -118604,14 +118622,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &769 + - &770 name: user_id description: The unique identifier of the user. in: path required: true schema: type: string - - *294 + - *295 requestBody: required: true description: Details of the draft item to create in the project. @@ -118645,9 +118663,9 @@ paths: description: Response content: application/json: - schema: *300 + schema: *301 examples: - draft_issue: *301 + draft_issue: *302 '304': *38 '403': *29 '401': *25 @@ -118670,7 +118688,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *768 + - *769 - *17 responses: '200': @@ -118705,8 +118723,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *769 - - *294 + - *770 + - *295 requestBody: required: true content: @@ -118777,17 +118795,17 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *770 + schema: *771 examples: table_view: summary: Response for creating a table view - value: *305 + value: *306 board_view: summary: Response for creating a board view with filter - value: *305 + value: *306 roadmap_view: summary: Response for creating a roadmap view - value: *305 + value: *306 '304': *38 '403': *29 '401': *25 @@ -118829,11 +118847,11 @@ paths: application/json: schema: oneOf: + - *742 - *741 - - *740 examples: - default-response: *771 - response-with-git-hub-plan-information: *772 + default-response: *772 + response-with-git-hub-plan-information: *773 '404': *6 x-github: githubCloudOnly: false @@ -118883,8 +118901,8 @@ paths: required: - subject_digests examples: - default: *773 - withPredicateType: *774 + default: *774 + withPredicateType: *775 responses: '200': description: Response @@ -118937,7 +118955,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *775 + default: *776 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -119142,7 +119160,7 @@ paths: initiator: type: string examples: - default: *417 + default: *418 '201': description: Response content: @@ -119423,7 +119441,7 @@ paths: application/json: schema: *205 examples: - default: &776 + default: &777 summary: Example response for a user copilot space value: id: 42 @@ -119524,7 +119542,7 @@ paths: application/json: schema: *205 examples: - default: *776 + default: *777 '403': *29 '404': *6 x-github: @@ -119647,7 +119665,7 @@ paths: application/json: schema: *205 examples: - default: *776 + default: *777 '403': *29 '404': *6 '422': *15 @@ -120413,9 +120431,9 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *758 + default: *759 '403': *29 '401': *25 x-github: @@ -120799,9 +120817,9 @@ paths: application/json: schema: type: array - items: *748 + items: *749 examples: - default: *777 + default: *778 headers: Link: *71 x-github: @@ -120905,7 +120923,7 @@ paths: application/json: schema: *22 examples: - default: *555 + default: *556 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -121029,7 +121047,7 @@ paths: - docker - nuget - container - - *757 + - *758 - *75 - *19 - *17 @@ -121040,12 +121058,12 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *758 + default: *759 '403': *29 '401': *25 - '400': *759 + '400': *760 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -121065,17 +121083,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *278 - *279 + - *280 - *75 responses: '200': description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *778 + default: *779 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -121096,8 +121114,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *278 - *279 + - *280 - *75 responses: '204': @@ -121130,8 +121148,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *278 - *279 + - *280 - *75 - name: token description: package token @@ -121164,8 +121182,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *278 - *279 + - *280 - *75 responses: '200': @@ -121174,7 +121192,7 @@ paths: application/json: schema: type: array - items: *280 + items: *281 examples: default: value: @@ -121232,16 +121250,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *278 - *279 - - *281 + - *280 + - *282 - *75 responses: '200': description: Response content: application/json: - schema: *280 + schema: *281 examples: default: value: @@ -121276,10 +121294,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *278 - *279 + - *280 - *75 - - *281 + - *282 responses: '204': description: Response @@ -121311,10 +121329,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *278 - *279 + - *280 - *75 - - *281 + - *282 responses: '204': description: Response @@ -121355,9 +121373,9 @@ paths: application/json: schema: type: array - items: *292 + items: *293 examples: - default: *293 + default: *294 headers: Link: *71 '304': *38 @@ -121379,16 +121397,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-project-for-user parameters: - - *294 + - *295 - *75 responses: '200': description: Response content: application/json: - schema: *292 + schema: *293 examples: - default: *293 + default: *294 headers: Link: *71 '304': *38 @@ -121410,7 +121428,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#list-project-fields-for-user parameters: - - *294 + - *295 - *75 - *17 - *48 @@ -121422,9 +121440,9 @@ paths: application/json: schema: type: array - items: *298 + items: *299 examples: - default: *779 + default: *780 headers: Link: *71 '304': *38 @@ -121446,7 +121464,7 @@ paths: url: https://docs.github.com/rest/projects/fields#add-field-to-user-owned-project parameters: - *75 - - *294 + - *295 requestBody: required: true content: @@ -121484,7 +121502,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *780 + items: *781 required: - name - data_type @@ -121500,7 +121518,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *781 + iteration_configuration: *782 required: - name - data_type @@ -121522,20 +121540,20 @@ paths: value: name: Due date data_type: date - single_select_field: *782 - iteration_field: *783 + single_select_field: *783 + iteration_field: *784 responses: '201': description: Response content: application/json: - schema: *298 + schema: *299 examples: - text_field: *784 - number_field: *785 - date_field: *786 - single_select_field: *787 - iteration_field: *788 + text_field: *785 + number_field: *786 + date_field: *787 + single_select_field: *788 + iteration_field: *789 '304': *38 '403': *29 '401': *25 @@ -121556,17 +121574,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - - *294 - - *789 + - *295 + - *790 - *75 responses: '200': description: Response content: application/json: - schema: *298 + schema: *299 examples: - default: *790 + default: *791 headers: Link: *71 '304': *38 @@ -121589,7 +121607,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-a-user-owned-project parameters: - - *294 + - *295 - *75 - *48 - *49 @@ -121622,9 +121640,9 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: - default: *303 + default: *304 headers: Link: *71 '304': *38 @@ -121646,7 +121664,7 @@ paths: url: https://docs.github.com/rest/projects/items#add-item-to-user-owned-project parameters: - *75 - - *294 + - *295 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -121716,22 +121734,22 @@ paths: description: Response content: application/json: - schema: *300 + schema: *301 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *301 + value: *302 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *301 + value: *302 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *301 + value: *302 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *301 + value: *302 '304': *38 '403': *29 '401': *25 @@ -121751,9 +121769,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#get-an-item-for-a-user-owned-project parameters: - - *294 + - *295 - *75 - - *304 + - *305 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -121773,9 +121791,9 @@ paths: description: Response content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 headers: Link: *71 '304': *38 @@ -121796,9 +121814,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#update-project-item-for-user parameters: - - *294 + - *295 - *75 - - *304 + - *305 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -121868,13 +121886,13 @@ paths: description: Response content: application/json: - schema: *302 + schema: *303 examples: - text_field: *303 - number_field: *303 - date_field: *303 - single_select_field: *303 - iteration_field: *303 + text_field: *304 + number_field: *304 + date_field: *304 + single_select_field: *304 + iteration_field: *304 '401': *25 '403': *29 '404': *6 @@ -121894,9 +121912,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#delete-project-item-for-user parameters: - - *294 + - *295 - *75 - - *304 + - *305 responses: '204': description: Response @@ -121918,9 +121936,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-a-user-project-view parameters: - - *294 + - *295 - *75 - - *791 + - *792 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -121946,9 +121964,9 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: - default: *303 + default: *304 headers: Link: *71 '304': *38 @@ -122169,7 +122187,7 @@ paths: type: array items: *164 examples: - default: *282 + default: *283 headers: Link: *71 x-github: @@ -122459,7 +122477,7 @@ paths: parameters: - *75 - *125 - - *792 + - *793 - *127 responses: '200': @@ -122558,9 +122576,9 @@ paths: - *125 - *126 - *127 - - *793 - - *130 - *794 + - *130 + - *795 responses: '200': description: Response when getting a billing usage summary @@ -122694,9 +122712,9 @@ paths: application/json: schema: type: array - items: *762 + items: *763 examples: - default: *763 + default: *764 headers: Link: *71 x-github: @@ -122726,9 +122744,9 @@ paths: application/json: schema: type: array - items: *764 + items: *765 examples: - default: *795 + default: *796 headers: Link: *71 x-github: @@ -122753,7 +122771,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *75 - - *796 + - *797 - *63 - *17 - *19 @@ -122765,11 +122783,11 @@ paths: schema: anyOf: - type: array - items: *797 + items: *798 - type: array items: *83 examples: - default-response: *767 + default-response: *768 headers: Link: *71 x-github: @@ -122800,7 +122818,7 @@ paths: type: array items: *164 examples: - default: *282 + default: *283 headers: Link: *71 x-github: @@ -122928,7 +122946,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &798 + enterprise: &799 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -122986,7 +123004,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &799 + installation: &800 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -123005,7 +123023,7 @@ x-webhooks: required: - id - node_id - organization: &800 + organization: &801 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -123065,13 +123083,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &801 + repository: &802 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &833 + properties: &834 id: description: Unique identifier of the repository example: 42 @@ -123766,7 +123784,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &834 + required: &835 - archive_url - assignees_url - blobs_url @@ -123917,10 +123935,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -123996,11 +124014,11 @@ x-webhooks: type: string enum: - created - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 - rule: &802 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 + rule: &803 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) @@ -124223,11 +124241,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 - rule: *802 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 + rule: *803 sender: *4 required: - action @@ -124410,11 +124428,11 @@ x-webhooks: - everyone required: - from - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 - rule: *802 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 + rule: *803 sender: *4 required: - action @@ -124498,7 +124516,7 @@ x-webhooks: type: string enum: - completed - check_run: &804 + check_run: &805 title: CheckRun description: A check performed on the code of a given code change type: object @@ -124589,7 +124607,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *803 + deployment: *804 details_url: example: https://example.com type: string @@ -124674,10 +124692,10 @@ x-webhooks: - output - app - pull_requests - installation: *799 - enterprise: *798 - organization: *800 - repository: *801 + installation: *800 + enterprise: *799 + organization: *801 + repository: *802 sender: *4 required: - check_run @@ -125068,11 +125086,11 @@ x-webhooks: type: string enum: - created - check_run: *804 - installation: *799 - enterprise: *798 - organization: *800 - repository: *801 + check_run: *805 + installation: *800 + enterprise: *799 + organization: *801 + repository: *802 sender: *4 required: - check_run @@ -125466,11 +125484,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *804 - installation: *799 - enterprise: *798 - organization: *800 - repository: *801 + check_run: *805 + installation: *800 + enterprise: *799 + organization: *801 + repository: *802 requested_action: description: The action requested by the user. type: object @@ -125873,11 +125891,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *804 - installation: *799 - enterprise: *798 - organization: *800 - repository: *801 + check_run: *805 + installation: *800 + enterprise: *799 + organization: *801 + repository: *802 sender: *4 required: - check_run @@ -126847,10 +126865,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -127549,10 +127567,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -128245,10 +128263,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -128414,7 +128432,7 @@ x-webhooks: required: - login - id - dismissed_comment: *451 + dismissed_comment: *452 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -128559,20 +128577,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &805 + commit_oid: &806 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: *798 - installation: *799 - organization: *800 - ref: &806 + enterprise: *799 + installation: *800 + organization: *801 + ref: &807 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: *801 + repository: *802 sender: *4 required: - action @@ -128737,7 +128755,7 @@ x-webhooks: required: - login - id - dismissed_comment: *451 + dismissed_comment: *452 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -128967,12 +128985,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *805 - enterprise: *798 - installation: *799 - organization: *800 - ref: *806 - repository: *801 + commit_oid: *806 + enterprise: *799 + installation: *800 + organization: *801 + ref: *807 + repository: *802 sender: *4 required: - action @@ -129067,7 +129085,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *451 + dismissed_comment: *452 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -129238,12 +129256,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *805 - enterprise: *798 - installation: *799 - organization: *800 - ref: *806 - repository: *801 + commit_oid: *806 + enterprise: *799 + installation: *800 + organization: *801 + ref: *807 + repository: *802 sender: *4 required: - action @@ -129409,7 +129427,7 @@ x-webhooks: required: - login - id - dismissed_comment: *451 + dismissed_comment: *452 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -129575,12 +129593,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *805 - enterprise: *798 - installation: *799 - organization: *800 - ref: *806 - repository: *801 + commit_oid: *806 + enterprise: *799 + installation: *800 + organization: *801 + ref: *807 + repository: *802 sender: *4 required: - action @@ -129679,7 +129697,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *451 + dismissed_comment: *452 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -129854,16 +129872,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *801 + repository: *802 sender: *4 required: - action @@ -129960,7 +129978,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *451 + dismissed_comment: *452 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -130100,12 +130118,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *805 - enterprise: *798 - installation: *799 - organization: *800 - ref: *806 - repository: *801 + commit_oid: *806 + enterprise: *799 + installation: *800 + organization: *801 + ref: *807 + repository: *802 sender: *4 required: - action @@ -130271,7 +130289,7 @@ x-webhooks: required: - login - id - dismissed_comment: *451 + dismissed_comment: *452 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -130416,10 +130434,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -130674,10 +130692,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -130757,18 +130775,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *800 - pusher_type: &807 + organization: *801 + pusher_type: &808 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &808 + ref: &809 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -130778,7 +130796,7 @@ x-webhooks: enum: - tag - branch - repository: *801 + repository: *802 sender: *4 required: - ref @@ -130860,10 +130878,10 @@ x-webhooks: type: string enum: - created - definition: *306 - enterprise: *798 - installation: *799 - organization: *800 + definition: *307 + enterprise: *799 + installation: *800 + organization: *801 sender: *4 required: - action @@ -130948,9 +130966,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 sender: *4 required: - action @@ -131027,10 +131045,10 @@ x-webhooks: type: string enum: - promote_to_enterprise - definition: *306 - enterprise: *798 - installation: *799 - organization: *800 + definition: *307 + enterprise: *799 + installation: *800 + organization: *801 sender: *4 required: - action @@ -131107,10 +131125,10 @@ x-webhooks: type: string enum: - updated - definition: *306 - enterprise: *798 - installation: *799 - organization: *800 + definition: *307 + enterprise: *799 + installation: *800 + organization: *801 sender: *4 required: - action @@ -131187,19 +131205,19 @@ x-webhooks: type: string enum: - updated - enterprise: *798 - installation: *799 - repository: *801 - organization: *800 + enterprise: *799 + installation: *800 + repository: *802 + organization: *801 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *310 + items: *311 old_property_values: type: array description: The old custom property values for the repository. - items: *310 + items: *311 required: - action - repository @@ -131275,18 +131293,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *798 - installation: *799 - organization: *800 - pusher_type: *807 - ref: *808 + enterprise: *799 + installation: *800 + organization: *801 + pusher_type: *808 + ref: *809 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *801 + repository: *802 sender: *4 required: - ref @@ -131366,11 +131384,11 @@ x-webhooks: type: string enum: - assignees_changed - alert: *515 - installation: *799 - organization: *800 - enterprise: *798 - repository: *801 + alert: *516 + installation: *800 + organization: *801 + enterprise: *799 + repository: *802 sender: *4 required: - action @@ -131450,11 +131468,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *515 - installation: *799 - organization: *800 - enterprise: *798 - repository: *801 + alert: *516 + installation: *800 + organization: *801 + enterprise: *799 + repository: *802 sender: *4 required: - action @@ -131535,11 +131553,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *515 - installation: *799 - organization: *800 - enterprise: *798 - repository: *801 + alert: *516 + installation: *800 + organization: *801 + enterprise: *799 + repository: *802 sender: *4 required: - action @@ -131620,11 +131638,11 @@ x-webhooks: type: string enum: - created - alert: *515 - installation: *799 - organization: *800 - enterprise: *798 - repository: *801 + alert: *516 + installation: *800 + organization: *801 + enterprise: *799 + repository: *802 sender: *4 required: - action @@ -131703,11 +131721,11 @@ x-webhooks: type: string enum: - dismissed - alert: *515 - installation: *799 - organization: *800 - enterprise: *798 - repository: *801 + alert: *516 + installation: *800 + organization: *801 + enterprise: *799 + repository: *802 sender: *4 required: - action @@ -131786,11 +131804,11 @@ x-webhooks: type: string enum: - fixed - alert: *515 - installation: *799 - organization: *800 - enterprise: *798 - repository: *801 + alert: *516 + installation: *800 + organization: *801 + enterprise: *799 + repository: *802 sender: *4 required: - action @@ -131870,11 +131888,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *515 - installation: *799 - organization: *800 - enterprise: *798 - repository: *801 + alert: *516 + installation: *800 + organization: *801 + enterprise: *799 + repository: *802 sender: *4 required: - action @@ -131953,11 +131971,11 @@ x-webhooks: type: string enum: - reopened - alert: *515 - installation: *799 - organization: *800 - enterprise: *798 - repository: *801 + alert: *516 + installation: *800 + organization: *801 + enterprise: *799 + repository: *802 sender: *4 required: - action @@ -132034,9 +132052,9 @@ x-webhooks: type: string enum: - created - enterprise: *798 - installation: *799 - key: &809 + enterprise: *799 + installation: *800 + key: &810 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -132072,8 +132090,8 @@ x-webhooks: - verified - created_at - read_only - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -132150,11 +132168,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *798 - installation: *799 - key: *809 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + key: *810 + organization: *801 + repository: *802 sender: *4 required: - action @@ -132710,12 +132728,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 - workflow: &815 + workflow: &816 title: Workflow type: object nullable: true @@ -133456,15 +133474,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *810 - required: *811 + properties: *811 + required: *812 nullable: true pull_requests: type: array - items: *631 - repository: *801 - organization: *800 - installation: *799 + items: *632 + repository: *802 + organization: *801 + installation: *800 sender: *4 responses: '200': @@ -133535,7 +133553,7 @@ x-webhooks: type: string enum: - approved - approver: &812 + approver: &813 type: object properties: avatar_url: @@ -133578,11 +133596,11 @@ x-webhooks: type: string comment: type: string - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 - reviewers: &813 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 + reviewers: &814 type: array items: type: object @@ -133661,7 +133679,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &814 + workflow_job_run: &815 type: object properties: conclusion: @@ -134392,18 +134410,18 @@ x-webhooks: type: string enum: - rejected - approver: *812 + approver: *813 comment: type: string - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 - reviewers: *813 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 + reviewers: *814 sender: *4 since: type: string - workflow_job_run: *814 + workflow_job_run: *815 workflow_job_runs: type: array items: @@ -135107,13 +135125,13 @@ x-webhooks: type: string enum: - requested - enterprise: *798 + enterprise: *799 environment: type: string - installation: *799 - organization: *800 - repository: *801 - requestor: &820 + installation: *800 + organization: *801 + repository: *802 + requestor: &821 title: User type: object nullable: true @@ -137002,12 +137020,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 - workflow: *815 + workflow: *816 workflow_run: title: Deployment Workflow Run type: object @@ -137687,7 +137705,7 @@ x-webhooks: type: string enum: - answered - answer: &818 + answer: &819 type: object properties: author_association: @@ -137844,11 +137862,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *816 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + discussion: *817 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -137975,11 +137993,11 @@ x-webhooks: - from required: - category - discussion: *816 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + discussion: *817 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -138062,11 +138080,11 @@ x-webhooks: type: string enum: - closed - discussion: *816 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + discussion: *817 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -138148,7 +138166,7 @@ x-webhooks: type: string enum: - created - comment: &817 + comment: &818 type: object properties: author_association: @@ -138305,11 +138323,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *816 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + discussion: *817 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -138392,12 +138410,12 @@ x-webhooks: type: string enum: - deleted - comment: *817 - discussion: *816 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + comment: *818 + discussion: *817 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -138492,12 +138510,12 @@ x-webhooks: - from required: - body - comment: *817 - discussion: *816 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + comment: *818 + discussion: *817 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -138581,11 +138599,11 @@ x-webhooks: type: string enum: - created - discussion: *816 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + discussion: *817 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -138667,11 +138685,11 @@ x-webhooks: type: string enum: - deleted - discussion: *816 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + discussion: *817 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -138771,11 +138789,11 @@ x-webhooks: type: string required: - from - discussion: *816 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + discussion: *817 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -138857,10 +138875,10 @@ x-webhooks: type: string enum: - labeled - discussion: *816 - enterprise: *798 - installation: *799 - label: &819 + discussion: *817 + enterprise: *799 + installation: *800 + label: &820 title: Label type: object properties: @@ -138892,8 +138910,8 @@ x-webhooks: - color - default - description - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -138976,11 +138994,11 @@ x-webhooks: type: string enum: - locked - discussion: *816 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + discussion: *817 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -139062,11 +139080,11 @@ x-webhooks: type: string enum: - pinned - discussion: *816 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + discussion: *817 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -139148,11 +139166,11 @@ x-webhooks: type: string enum: - reopened - discussion: *816 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + discussion: *817 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -139237,16 +139255,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *816 - new_repository: *801 + new_discussion: *817 + new_repository: *802 required: - new_discussion - new_repository - discussion: *816 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + discussion: *817 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -139329,10 +139347,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *816 - old_answer: *818 - organization: *800 - repository: *801 + discussion: *817 + old_answer: *819 + organization: *801 + repository: *802 sender: *4 required: - action @@ -139414,12 +139432,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *816 - enterprise: *798 - installation: *799 - label: *819 - organization: *800 - repository: *801 + discussion: *817 + enterprise: *799 + installation: *800 + label: *820 + organization: *801 + repository: *802 sender: *4 required: - action @@ -139502,11 +139520,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *816 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + discussion: *817 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -139588,11 +139606,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *816 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + discussion: *817 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -139665,7 +139683,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *798 + enterprise: *799 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -140325,9 +140343,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *799 - organization: *800 - repository: *801 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - forkee @@ -140473,9 +140491,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 pages: description: The pages that were updated. type: array @@ -140512,7 +140530,7 @@ x-webhooks: - action - sha - html_url - repository: *801 + repository: *802 sender: *4 required: - pages @@ -140588,10 +140606,10 @@ x-webhooks: type: string enum: - created - enterprise: *798 + enterprise: *799 installation: *22 - organization: *800 - repositories: &821 + organization: *801 + repositories: &822 description: An array of repository objects that the installation can access. type: array @@ -140617,8 +140635,8 @@ x-webhooks: - name - full_name - private - repository: *801 - requester: *820 + repository: *802 + requester: *821 sender: *4 required: - action @@ -140693,11 +140711,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *798 + enterprise: *799 installation: *22 - organization: *800 - repositories: *821 - repository: *801 + organization: *801 + repositories: *822 + repository: *802 requester: nullable: true sender: *4 @@ -140773,11 +140791,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *798 + enterprise: *799 installation: *22 - organization: *800 - repositories: *821 - repository: *801 + organization: *801 + repositories: *822 + repository: *802 requester: nullable: true sender: *4 @@ -140853,10 +140871,10 @@ x-webhooks: type: string enum: - added - enterprise: *798 + enterprise: *799 installation: *22 - organization: *800 - repositories_added: &822 + organization: *801 + repositories_added: &823 description: An array of repository objects, which were added to the installation. type: array @@ -140902,15 +140920,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *801 - repository_selection: &823 + repository: *802 + repository_selection: &824 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *820 + requester: *821 sender: *4 required: - action @@ -140989,10 +141007,10 @@ x-webhooks: type: string enum: - removed - enterprise: *798 + enterprise: *799 installation: *22 - organization: *800 - repositories_added: *822 + organization: *801 + repositories_added: *823 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -141019,9 +141037,9 @@ x-webhooks: - name - full_name - private - repository: *801 - repository_selection: *823 - requester: *820 + repository: *802 + repository_selection: *824 + requester: *821 sender: *4 required: - action @@ -141100,11 +141118,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *798 + enterprise: *799 installation: *22 - organization: *800 - repositories: *821 - repository: *801 + organization: *801 + repositories: *822 + repository: *802 requester: nullable: true sender: *4 @@ -141282,10 +141300,10 @@ x-webhooks: type: string required: - from - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 target_type: type: string @@ -141364,11 +141382,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *798 + enterprise: *799 installation: *22 - organization: *800 - repositories: *821 - repository: *801 + organization: *801 + repositories: *822 + repository: *802 requester: nullable: true sender: *4 @@ -141542,15 +141560,15 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *594 - required: *595 + properties: *595 + required: *596 nullable: true minimized: title: Minimized Issue Comment description: Details about why an issue comment was minimized. type: object - properties: *596 - required: *597 + properties: *597 + required: *598 nullable: true user: title: User @@ -141635,8 +141653,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -142425,8 +142443,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142442,7 +142460,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -142775,8 +142793,8 @@ x-webhooks: - state - locked - assignee - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -142856,7 +142874,7 @@ x-webhooks: type: string enum: - deleted - comment: &824 + comment: &825 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -143013,15 +143031,15 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *594 - required: *595 + properties: *595 + required: *596 nullable: true minimized: title: Minimized Issue Comment description: Details about why an issue comment was minimized. type: object - properties: *596 - required: *597 + properties: *597 + required: *598 nullable: true required: - url @@ -143036,8 +143054,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -143822,8 +143840,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143839,7 +143857,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -144174,8 +144192,8 @@ x-webhooks: - state - locked - assignee - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -144255,7 +144273,7 @@ x-webhooks: type: string enum: - edited - changes: &853 + changes: &854 description: The changes to the comment. type: object properties: @@ -144267,9 +144285,9 @@ x-webhooks: type: string required: - from - comment: *824 - enterprise: *798 - installation: *799 + comment: *825 + enterprise: *799 + installation: *800 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -145057,8 +145075,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145074,7 +145092,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -145407,8 +145425,8 @@ x-webhooks: - state - locked - assignee - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -145489,9 +145507,9 @@ x-webhooks: type: string enum: - pinned - comment: *824 - enterprise: *798 - installation: *799 + comment: *825 + enterprise: *799 + installation: *800 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -146281,8 +146299,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146298,7 +146316,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -146633,8 +146651,8 @@ x-webhooks: - state - locked - assignee - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -146714,9 +146732,9 @@ x-webhooks: type: string enum: - unpinned - comment: *824 - enterprise: *798 - installation: *799 + comment: *825 + enterprise: *799 + installation: *800 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -147506,8 +147524,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147523,7 +147541,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -147858,8 +147876,8 @@ x-webhooks: - state - locked - assignee - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -147948,9 +147966,9 @@ x-webhooks: type: number blocking_issue: *89 blocking_issue_repo: *83 - installation: *799 - organization: *800 - repository: *801 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -148039,9 +148057,9 @@ x-webhooks: type: number blocking_issue: *89 blocking_issue_repo: *83 - installation: *799 - organization: *800 - repository: *801 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -148129,9 +148147,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *89 - installation: *799 - organization: *800 - repository: *801 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -148220,9 +148238,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *89 - installation: *799 - organization: *800 - repository: *801 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -148302,10 +148320,10 @@ x-webhooks: type: string enum: - assigned - assignee: *820 - enterprise: *798 - installation: *799 - issue: &825 + assignee: *821 + enterprise: *799 + installation: *800 + issue: &826 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -149097,11 +149115,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 issue_field_values: type: array - items: *576 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149117,7 +149135,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -149218,8 +149236,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -149299,8 +149317,8 @@ x-webhooks: type: string enum: - closed - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -150097,11 +150115,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 issue_field_values: type: array - items: *576 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150117,7 +150135,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -150353,8 +150371,8 @@ x-webhooks: required: - state - closed_at - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -150433,8 +150451,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -151222,11 +151240,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 issue_field_values: type: array - items: *576 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151242,7 +151260,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -151342,8 +151360,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -151422,8 +151440,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -152233,11 +152251,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 issue_field_values: type: array - items: *576 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152253,7 +152271,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -152332,7 +152350,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &826 + milestone: &827 title: Milestone description: A collection of related issues and pull requests. type: object @@ -152470,8 +152488,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -152570,8 +152588,8 @@ x-webhooks: type: string required: - from - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -153363,11 +153381,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 issue_field_values: type: array - items: *576 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153380,7 +153398,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *258 + type: *259 title: description: Title of the issue type: string @@ -153484,9 +153502,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *819 - organization: *800 - repository: *801 + label: *820 + organization: *801 + repository: *802 sender: *4 required: - action @@ -153566,9 +153584,9 @@ x-webhooks: type: string enum: - field_added - enterprise: *798 - installation: *799 - issue: *825 + enterprise: *799 + installation: *800 + issue: *826 issue_field: type: object description: The issue field whose value was set or updated on the @@ -153722,8 +153740,8 @@ x-webhooks: - id required: - from - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -153803,9 +153821,9 @@ x-webhooks: type: string enum: - field_removed - enterprise: *798 - installation: *799 - issue: *825 + enterprise: *799 + installation: *800 + issue: *826 issue_field: type: object description: The issue field whose value was cleared from the issue. @@ -153886,8 +153904,8 @@ x-webhooks: nullable: true required: - id - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -153967,8 +153985,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -154759,11 +154777,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 issue_field_values: type: array - items: *576 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154776,7 +154794,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *258 + type: *259 title: description: Title of the issue type: string @@ -154880,9 +154898,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *819 - organization: *800 - repository: *801 + label: *820 + organization: *801 + repository: *802 sender: *4 required: - action @@ -154962,8 +154980,8 @@ x-webhooks: type: string enum: - locked - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -155778,11 +155796,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 issue_field_values: type: array - items: *576 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155795,7 +155813,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *258 + type: *259 title: description: Title of the issue type: string @@ -155876,8 +155894,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -155956,8 +155974,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -156766,11 +156784,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 issue_field_values: type: array - items: *576 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156786,7 +156804,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -156864,9 +156882,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *826 - organization: *800 - repository: *801 + milestone: *827 + organization: *801 + repository: *802 sender: *4 required: - action @@ -157729,11 +157747,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 issue_field_values: type: array - items: *576 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157834,7 +157852,7 @@ x-webhooks: required: - login - id - type: *258 + type: *259 required: - id - number @@ -158314,8 +158332,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -159099,11 +159117,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 issue_field_values: type: array - items: *576 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159119,7 +159137,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -159227,8 +159245,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -159308,9 +159326,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *798 - installation: *799 - issue: &827 + enterprise: *799 + installation: *800 + issue: &828 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -160096,11 +160114,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 issue_field_values: type: array - items: *576 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160116,7 +160134,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -160216,8 +160234,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -160296,8 +160314,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -161110,11 +161128,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 issue_field_values: type: array - items: *576 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161208,9 +161226,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *258 - organization: *800 - repository: *801 + type: *259 + organization: *801 + repository: *802 sender: *4 required: - action @@ -162079,11 +162097,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 issue_field_values: type: array - items: *576 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162099,7 +162117,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -162678,11 +162696,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *798 - installation: *799 - issue: *827 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + issue: *828 + organization: *801 + repository: *802 sender: *4 required: - action @@ -162762,12 +162780,12 @@ x-webhooks: type: string enum: - typed - enterprise: *798 - installation: *799 - issue: *825 - type: *258 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + issue: *826 + type: *259 + organization: *801 + repository: *802 sender: *4 required: - action @@ -162848,7 +162866,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &856 + assignee: &857 title: User type: object nullable: true @@ -162918,11 +162936,11 @@ x-webhooks: required: - login - id - enterprise: *798 - installation: *799 - issue: *825 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + issue: *826 + organization: *801 + repository: *802 sender: *4 required: - action @@ -163001,12 +163019,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *798 - installation: *799 - issue: *825 - label: *819 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + issue: *826 + label: *820 + organization: *801 + repository: *802 sender: *4 required: - action @@ -163086,8 +163104,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -163900,11 +163918,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 issue_field_values: type: array - items: *576 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -163920,7 +163938,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -163998,8 +164016,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -164079,11 +164097,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *798 - installation: *799 - issue: *827 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + issue: *828 + organization: *801 + repository: *802 sender: *4 required: - action @@ -164162,12 +164180,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *798 - installation: *799 - issue: *825 - type: *258 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + issue: *826 + type: *259 + organization: *801 + repository: *802 sender: *4 required: - action @@ -164247,11 +164265,11 @@ x-webhooks: type: string enum: - created - enterprise: *798 - installation: *799 - label: *819 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + label: *820 + organization: *801 + repository: *802 sender: *4 required: - action @@ -164329,11 +164347,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *798 - installation: *799 - label: *819 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + label: *820 + organization: *801 + repository: *802 sender: *4 required: - action @@ -164443,11 +164461,11 @@ x-webhooks: type: string required: - from - enterprise: *798 - installation: *799 - label: *819 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + label: *820 + organization: *801 + repository: *802 sender: *4 required: - action @@ -164529,9 +164547,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *798 - installation: *799 - marketplace_purchase: &828 + enterprise: *799 + installation: *800 + marketplace_purchase: &829 title: Marketplace Purchase type: object required: @@ -164614,8 +164632,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *800 - previous_marketplace_purchase: &829 + organization: *801 + previous_marketplace_purchase: &830 title: Marketplace Purchase type: object properties: @@ -164695,7 +164713,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *801 + repository: *802 sender: *4 required: - action @@ -164775,10 +164793,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *798 - installation: *799 - marketplace_purchase: *828 - organization: *800 + enterprise: *799 + installation: *800 + marketplace_purchase: *829 + organization: *801 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -164861,7 +164879,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *801 + repository: *802 sender: *4 required: - action @@ -164943,10 +164961,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *798 - installation: *799 - marketplace_purchase: *828 - organization: *800 + enterprise: *799 + installation: *800 + marketplace_purchase: *829 + organization: *801 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -165028,7 +165046,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *801 + repository: *802 sender: *4 required: - action @@ -165109,8 +165127,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 marketplace_purchase: title: Marketplace Purchase type: object @@ -165192,9 +165210,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *800 - previous_marketplace_purchase: *829 - repository: *801 + organization: *801 + previous_marketplace_purchase: *830 + repository: *802 sender: *4 required: - action @@ -165274,12 +165292,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *798 - installation: *799 - marketplace_purchase: *828 - organization: *800 - previous_marketplace_purchase: *829 - repository: *801 + enterprise: *799 + installation: *800 + marketplace_purchase: *829 + organization: *801 + previous_marketplace_purchase: *830 + repository: *802 sender: *4 required: - action @@ -165381,11 +165399,11 @@ x-webhooks: type: string required: - to - enterprise: *798 - installation: *799 - member: *820 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + member: *821 + organization: *801 + repository: *802 sender: *4 required: - action @@ -165485,11 +165503,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *798 - installation: *799 - member: *820 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + member: *821 + organization: *801 + repository: *802 sender: *4 required: - action @@ -165568,11 +165586,11 @@ x-webhooks: type: string enum: - removed - enterprise: *798 - installation: *799 - member: *820 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + member: *821 + organization: *801 + repository: *802 sender: *4 required: - action @@ -165650,11 +165668,11 @@ x-webhooks: type: string enum: - added - enterprise: *798 - installation: *799 - member: *820 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + member: *821 + organization: *801 + repository: *802 scope: description: The scope of the membership. Currently, can only be `team`. @@ -165730,7 +165748,7 @@ x-webhooks: required: - login - id - team: &830 + team: &831 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -165953,11 +165971,11 @@ x-webhooks: type: string enum: - removed - enterprise: *798 - installation: *799 - member: *820 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + member: *821 + organization: *801 + repository: *802 scope: description: The scope of the membership. Currently, can only be `team`. @@ -166034,7 +166052,7 @@ x-webhooks: required: - login - id - team: *830 + team: *831 required: - action - scope @@ -166116,8 +166134,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *799 - merge_group: &832 + installation: *800 + merge_group: &833 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -166136,15 +166154,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *831 + head_commit: *832 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -166230,10 +166248,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *799 - merge_group: *832 - organization: *800 - repository: *801 + installation: *800 + merge_group: *833 + organization: *801 + repository: *802 sender: *4 required: - action @@ -166306,7 +166324,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *798 + enterprise: *799 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -166415,16 +166433,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *799 - organization: *800 + installation: *800 + organization: *801 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *833 - required: *834 + properties: *834 + required: *835 nullable: true sender: *4 required: @@ -166505,11 +166523,11 @@ x-webhooks: type: string enum: - closed - enterprise: *798 - installation: *799 - milestone: *826 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + milestone: *827 + organization: *801 + repository: *802 sender: *4 required: - action @@ -166588,9 +166606,9 @@ x-webhooks: type: string enum: - created - enterprise: *798 - installation: *799 - milestone: &835 + enterprise: *799 + installation: *800 + milestone: &836 title: Milestone description: A collection of related issues and pull requests. type: object @@ -166727,8 +166745,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -166807,11 +166825,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *798 - installation: *799 - milestone: *826 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + milestone: *827 + organization: *801 + repository: *802 sender: *4 required: - action @@ -166921,11 +166939,11 @@ x-webhooks: type: string required: - from - enterprise: *798 - installation: *799 - milestone: *826 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + milestone: *827 + organization: *801 + repository: *802 sender: *4 required: - action @@ -167005,11 +167023,11 @@ x-webhooks: type: string enum: - opened - enterprise: *798 - installation: *799 - milestone: *835 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + milestone: *836 + organization: *801 + repository: *802 sender: *4 required: - action @@ -167088,11 +167106,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *820 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + blocked_user: *821 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -167171,11 +167189,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *820 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + blocked_user: *821 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -167254,9 +167272,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *798 - installation: *799 - membership: &836 + enterprise: *799 + installation: *800 + membership: &837 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -167363,8 +167381,8 @@ x-webhooks: - role - organization_url - user - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -167442,11 +167460,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *798 - installation: *799 - membership: *836 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + membership: *837 + organization: *801 + repository: *802 sender: *4 required: - action @@ -167525,8 +167543,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -167642,10 +167660,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 - user: *820 + user: *821 required: - action - invitation @@ -167723,11 +167741,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *798 - installation: *799 - membership: *836 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + membership: *837 + organization: *801 + repository: *802 sender: *4 required: - action @@ -167814,11 +167832,11 @@ x-webhooks: properties: from: type: string - enterprise: *798 - installation: *799 - membership: *836 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + membership: *837 + organization: *801 + repository: *802 sender: *4 required: - action @@ -167895,9 +167913,9 @@ x-webhooks: type: string enum: - published - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 package: description: Information about the package. type: object @@ -168396,7 +168414,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &837 + items: &838 title: Ruby Gems metadata type: object properties: @@ -168491,7 +168509,7 @@ x-webhooks: - owner - package_version - registry - repository: *801 + repository: *802 sender: *4 required: - action @@ -168567,9 +168585,9 @@ x-webhooks: type: string enum: - updated - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 package: description: Information about the package. type: object @@ -168922,7 +168940,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *837 + items: *838 source_url: type: string format: uri @@ -168992,7 +169010,7 @@ x-webhooks: - owner - package_version - registry - repository: *801 + repository: *802 sender: *4 required: - action @@ -169168,12 +169186,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *798 + enterprise: *799 id: type: integer - installation: *799 - organization: *800 - repository: *801 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - id @@ -169250,7 +169268,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &838 + personal_access_token_request: &839 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -169396,10 +169414,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *798 - organization: *800 + enterprise: *799 + organization: *801 sender: *4 - installation: *799 + installation: *800 required: - action - personal_access_token_request @@ -169476,11 +169494,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *838 - enterprise: *798 - organization: *800 + personal_access_token_request: *839 + enterprise: *799 + organization: *801 sender: *4 - installation: *799 + installation: *800 required: - action - personal_access_token_request @@ -169556,11 +169574,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *838 - enterprise: *798 - organization: *800 + personal_access_token_request: *839 + enterprise: *799 + organization: *801 sender: *4 - installation: *799 + installation: *800 required: - action - personal_access_token_request @@ -169635,11 +169653,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *838 - organization: *800 - enterprise: *798 + personal_access_token_request: *839 + organization: *801 + enterprise: *799 sender: *4 - installation: *799 + installation: *800 required: - action - personal_access_token_request @@ -169744,7 +169762,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *839 + last_response: *840 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -169776,8 +169794,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 zen: description: Random string of GitHub zen. @@ -170022,10 +170040,10 @@ x-webhooks: - from required: - note - enterprise: *798 - installation: *799 - organization: *800 - project_card: &840 + enterprise: *799 + installation: *800 + organization: *801 + project_card: &841 title: Project Card type: object properties: @@ -170144,7 +170162,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *801 + repository: *802 sender: *4 required: - action @@ -170225,11 +170243,11 @@ x-webhooks: type: string enum: - created - enterprise: *798 - installation: *799 - organization: *800 - project_card: *840 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + project_card: *841 + repository: *802 sender: *4 required: - action @@ -170309,9 +170327,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 project_card: title: Project Card type: object @@ -170439,8 +170457,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *833 - required: *834 + properties: *834 + required: *835 nullable: true sender: *4 required: @@ -170534,11 +170552,11 @@ x-webhooks: - from required: - note - enterprise: *798 - installation: *799 - organization: *800 - project_card: *840 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + project_card: *841 + repository: *802 sender: *4 required: - action @@ -170632,9 +170650,9 @@ x-webhooks: - from required: - column_id - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 project_card: allOf: - title: Project Card @@ -170824,7 +170842,7 @@ x-webhooks: type: string required: - after_id - repository: *801 + repository: *802 sender: *4 required: - action @@ -170904,10 +170922,10 @@ x-webhooks: type: string enum: - closed - enterprise: *798 - installation: *799 - organization: *800 - project: &842 + enterprise: *799 + installation: *800 + organization: *801 + project: &843 title: Project type: object properties: @@ -171031,7 +171049,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *801 + repository: *802 sender: *4 required: - action @@ -171111,10 +171129,10 @@ x-webhooks: type: string enum: - created - enterprise: *798 - installation: *799 - organization: *800 - project_column: &841 + enterprise: *799 + installation: *800 + organization: *801 + project_column: &842 title: Project Column type: object properties: @@ -171153,7 +171171,7 @@ x-webhooks: - name - created_at - updated_at - repository: *801 + repository: *802 sender: *4 required: - action @@ -171232,18 +171250,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *798 - installation: *799 - organization: *800 - project_column: *841 + enterprise: *799 + installation: *800 + organization: *801 + project_column: *842 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *833 - required: *834 + properties: *834 + required: *835 nullable: true sender: *4 required: @@ -171333,11 +171351,11 @@ x-webhooks: type: string required: - from - enterprise: *798 - installation: *799 - organization: *800 - project_column: *841 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + project_column: *842 + repository: *802 sender: *4 required: - action @@ -171417,11 +171435,11 @@ x-webhooks: type: string enum: - moved - enterprise: *798 - installation: *799 - organization: *800 - project_column: *841 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + project_column: *842 + repository: *802 sender: *4 required: - action @@ -171501,11 +171519,11 @@ x-webhooks: type: string enum: - created - enterprise: *798 - installation: *799 - organization: *800 - project: *842 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + project: *843 + repository: *802 sender: *4 required: - action @@ -171585,18 +171603,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *798 - installation: *799 - organization: *800 - project: *842 + enterprise: *799 + installation: *800 + organization: *801 + project: *843 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *833 - required: *834 + properties: *834 + required: *835 nullable: true sender: *4 required: @@ -171698,11 +171716,11 @@ x-webhooks: type: string required: - from - enterprise: *798 - installation: *799 - organization: *800 - project: *842 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + project: *843 + repository: *802 sender: *4 required: - action @@ -171781,11 +171799,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *798 - installation: *799 - organization: *800 - project: *842 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + project: *843 + repository: *802 sender: *4 required: - action @@ -171866,9 +171884,9 @@ x-webhooks: type: string enum: - closed - installation: *799 - organization: *800 - projects_v2: *292 + installation: *800 + organization: *801 + projects_v2: *293 sender: *4 required: - action @@ -171949,9 +171967,9 @@ x-webhooks: type: string enum: - created - installation: *799 - organization: *800 - projects_v2: *292 + installation: *800 + organization: *801 + projects_v2: *293 sender: *4 required: - action @@ -172032,9 +172050,9 @@ x-webhooks: type: string enum: - deleted - installation: *799 - organization: *800 - projects_v2: *292 + installation: *800 + organization: *801 + projects_v2: *293 sender: *4 required: - action @@ -172151,9 +172169,9 @@ x-webhooks: type: string to: type: string - installation: *799 - organization: *800 - projects_v2: *292 + installation: *800 + organization: *801 + projects_v2: *293 sender: *4 required: - action @@ -172236,7 +172254,7 @@ x-webhooks: type: string enum: - archived - changes: &846 + changes: &847 type: object properties: archived_at: @@ -172250,9 +172268,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *799 - organization: *800 - projects_v2_item: &843 + installation: *800 + organization: *801 + projects_v2_item: &844 title: Projects v2 Item description: An item belonging to a project type: object @@ -172270,7 +172288,7 @@ x-webhooks: type: string description: The node ID of the content represented by this item. - content_type: *299 + content_type: *300 creator: *4 created_at: type: string @@ -172387,9 +172405,9 @@ x-webhooks: nullable: true to: type: string - installation: *799 - organization: *800 - projects_v2_item: *843 + installation: *800 + organization: *801 + projects_v2_item: *844 sender: *4 required: - action @@ -172471,9 +172489,9 @@ x-webhooks: type: string enum: - created - installation: *799 - organization: *800 - projects_v2_item: *843 + installation: *800 + organization: *801 + projects_v2_item: *844 sender: *4 required: - action @@ -172554,9 +172572,9 @@ x-webhooks: type: string enum: - deleted - installation: *799 - organization: *800 - projects_v2_item: *843 + installation: *800 + organization: *801 + projects_v2_item: *844 sender: *4 required: - action @@ -172662,7 +172680,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &844 + - &845 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -172684,7 +172702,7 @@ x-webhooks: required: - id - name - - &845 + - &846 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -172718,8 +172736,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *844 - *845 + - *846 required: - field_value - type: object @@ -172735,9 +172753,9 @@ x-webhooks: nullable: true required: - body - installation: *799 - organization: *800 - projects_v2_item: *843 + installation: *800 + organization: *801 + projects_v2_item: *844 sender: *4 required: - action @@ -172832,9 +172850,9 @@ x-webhooks: to: type: string nullable: true - installation: *799 - organization: *800 - projects_v2_item: *843 + installation: *800 + organization: *801 + projects_v2_item: *844 sender: *4 required: - action @@ -172917,10 +172935,10 @@ x-webhooks: type: string enum: - restored - changes: *846 - installation: *799 - organization: *800 - projects_v2_item: *843 + changes: *847 + installation: *800 + organization: *801 + projects_v2_item: *844 sender: *4 required: - action @@ -173002,9 +173020,9 @@ x-webhooks: type: string enum: - reopened - installation: *799 - organization: *800 - projects_v2: *292 + installation: *800 + organization: *801 + projects_v2: *293 sender: *4 required: - action @@ -173085,14 +173103,14 @@ x-webhooks: type: string enum: - created - installation: *799 - organization: *800 - projects_v2_status_update: &849 + installation: *800 + organization: *801 + projects_v2_status_update: &850 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *847 - required: *848 + properties: *848 + required: *849 sender: *4 required: - action @@ -173173,9 +173191,9 @@ x-webhooks: type: string enum: - deleted - installation: *799 - organization: *800 - projects_v2_status_update: *849 + installation: *800 + organization: *801 + projects_v2_status_update: *850 sender: *4 required: - action @@ -173311,9 +173329,9 @@ x-webhooks: type: string format: date nullable: true - installation: *799 - organization: *800 - projects_v2_status_update: *849 + installation: *800 + organization: *801 + projects_v2_status_update: *850 sender: *4 required: - action @@ -173384,10 +173402,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - repository @@ -173464,13 +173482,13 @@ x-webhooks: type: string enum: - assigned - assignee: *820 - enterprise: *798 - installation: *799 - number: &850 + assignee: *821 + enterprise: *799 + installation: *800 + number: &851 description: The pull request number. type: integer - organization: *800 + organization: *801 pull_request: title: Pull Request type: object @@ -175649,7 +175667,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -175776,7 +175794,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *801 + repository: *802 sender: *4 required: - action @@ -175858,11 +175876,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 number: type: integer - organization: *800 + organization: *801 pull_request: title: Pull Request type: object @@ -178034,7 +178052,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -178163,7 +178181,7 @@ x-webhooks: - draft reason: type: string - repository: *801 + repository: *802 sender: *4 required: - action @@ -178245,11 +178263,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 number: type: integer - organization: *800 + organization: *801 pull_request: title: Pull Request type: object @@ -180421,7 +180439,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -180550,7 +180568,7 @@ x-webhooks: - draft reason: type: string - repository: *801 + repository: *802 sender: *4 required: - action @@ -180632,13 +180650,13 @@ x-webhooks: type: string enum: - closed - enterprise: *798 - installation: *799 - number: *850 - organization: *800 - pull_request: &851 + enterprise: *799 + installation: *800 + number: *851 + organization: *801 + pull_request: &852 allOf: - - *631 + - *632 - type: object properties: allow_auto_merge: @@ -180700,7 +180718,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *801 + repository: *802 sender: *4 required: - action @@ -180781,12 +180799,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *798 - installation: *799 - number: *850 - organization: *800 - pull_request: *851 - repository: *801 + enterprise: *799 + installation: *800 + number: *851 + organization: *801 + pull_request: *852 + repository: *802 sender: *4 required: - action @@ -180866,11 +180884,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *798 - milestone: *614 - number: *850 - organization: *800 - pull_request: &852 + enterprise: *799 + milestone: *615 + number: *851 + organization: *801 + pull_request: &853 title: Pull Request type: object properties: @@ -183029,7 +183047,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -183156,7 +183174,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *801 + repository: *802 sender: *4 required: - action @@ -183235,11 +183253,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 number: type: integer - organization: *800 + organization: *801 pull_request: title: Pull Request type: object @@ -185402,7 +185420,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -185544,7 +185562,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *801 + repository: *802 sender: *4 required: - action @@ -185668,12 +185686,12 @@ x-webhooks: type: string required: - from - enterprise: *798 - installation: *799 - number: *850 - organization: *800 - pull_request: *851 - repository: *801 + enterprise: *799 + installation: *800 + number: *851 + organization: *801 + pull_request: *852 + repository: *802 sender: *4 required: - action @@ -185753,11 +185771,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 number: type: integer - organization: *800 + organization: *801 pull_request: title: Pull Request type: object @@ -187920,7 +187938,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -188047,7 +188065,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *801 + repository: *802 sender: *4 required: - action @@ -188127,11 +188145,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *798 - installation: *799 - label: *819 - number: *850 - organization: *800 + enterprise: *799 + installation: *800 + label: *820 + number: *851 + organization: *801 pull_request: title: Pull Request type: object @@ -190309,7 +190327,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -190436,7 +190454,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *801 + repository: *802 sender: *4 required: - action @@ -190517,10 +190535,10 @@ x-webhooks: type: string enum: - locked - enterprise: *798 - installation: *799 - number: *850 - organization: *800 + enterprise: *799 + installation: *800 + number: *851 + organization: *801 pull_request: title: Pull Request type: object @@ -192696,7 +192714,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -192823,7 +192841,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *801 + repository: *802 sender: *4 required: - action @@ -192903,12 +192921,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *798 - milestone: *614 - number: *850 - organization: *800 - pull_request: *852 - repository: *801 + enterprise: *799 + milestone: *615 + number: *851 + organization: *801 + pull_request: *853 + repository: *802 sender: *4 required: - action @@ -192987,12 +193005,12 @@ x-webhooks: type: string enum: - opened - enterprise: *798 - installation: *799 - number: *850 - organization: *800 - pull_request: *851 - repository: *801 + enterprise: *799 + installation: *800 + number: *851 + organization: *801 + pull_request: *852 + repository: *802 sender: *4 required: - action @@ -193073,12 +193091,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *798 - installation: *799 - number: *850 - organization: *800 - pull_request: *851 - repository: *801 + enterprise: *799 + installation: *800 + number: *851 + organization: *801 + pull_request: *852 + repository: *802 sender: *4 required: - action @@ -193158,12 +193176,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *798 - installation: *799 - number: *850 - organization: *800 - pull_request: *851 - repository: *801 + enterprise: *799 + installation: *800 + number: *851 + organization: *801 + pull_request: *852 + repository: *802 sender: *4 required: - action @@ -193529,9 +193547,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 pull_request: type: object properties: @@ -195602,7 +195620,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: type: string enum: @@ -195724,7 +195742,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *801 + repository: *802 sender: *4 required: - action @@ -195804,7 +195822,7 @@ x-webhooks: type: string enum: - deleted - comment: &854 + comment: &855 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -196089,9 +196107,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 pull_request: type: object properties: @@ -198150,7 +198168,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: type: string enum: @@ -198272,7 +198290,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *801 + repository: *802 sender: *4 required: - action @@ -198352,11 +198370,11 @@ x-webhooks: type: string enum: - edited - changes: *853 - comment: *854 - enterprise: *798 - installation: *799 - organization: *800 + changes: *854 + comment: *855 + enterprise: *799 + installation: *800 + organization: *801 pull_request: type: object properties: @@ -200418,7 +200436,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: type: string enum: @@ -200540,7 +200558,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *801 + repository: *802 sender: *4 required: - action @@ -200621,9 +200639,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 pull_request: title: Simple Pull Request type: object @@ -202695,7 +202713,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: type: string enum: @@ -202819,7 +202837,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *801 + repository: *802 review: description: The review that was affected. type: object @@ -203066,9 +203084,9 @@ x-webhooks: type: string required: - from - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 pull_request: title: Simple Pull Request type: object @@ -205122,8 +205140,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *801 - review: &855 + repository: *802 + review: &856 description: The review that was affected. type: object properties: @@ -205356,12 +205374,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 number: description: The pull request number. type: integer - organization: *800 + organization: *801 pull_request: title: Pull Request type: object @@ -207540,7 +207558,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. @@ -207667,7 +207685,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *801 + repository: *802 requested_reviewer: title: User type: object @@ -207751,12 +207769,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 number: description: The pull request number. type: integer - organization: *800 + organization: *801 pull_request: title: Pull Request type: object @@ -209942,7 +209960,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. @@ -210069,7 +210087,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *801 + repository: *802 requested_team: title: Team description: Groups of organization members that gives permissions @@ -210261,12 +210279,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 number: description: The pull request number. type: integer - organization: *800 + organization: *801 pull_request: title: Pull Request type: object @@ -212446,7 +212464,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. @@ -212574,7 +212592,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *801 + repository: *802 requested_reviewer: title: User type: object @@ -212659,12 +212677,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 number: description: The pull request number. type: integer - organization: *800 + organization: *801 pull_request: title: Pull Request type: object @@ -214835,7 +214853,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. @@ -214963,7 +214981,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *801 + repository: *802 requested_team: title: Team description: Groups of organization members that gives permissions @@ -215144,9 +215162,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 pull_request: title: Simple Pull Request type: object @@ -217220,7 +217238,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: type: string enum: @@ -217344,8 +217362,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *801 - review: *855 + repository: *802 + review: *856 sender: *4 required: - action @@ -217425,9 +217443,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 pull_request: title: Simple Pull Request type: object @@ -219396,7 +219414,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: type: string enum: @@ -219520,7 +219538,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *801 + repository: *802 sender: *4 thread: type: object @@ -219907,9 +219925,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 pull_request: title: Simple Pull Request type: object @@ -221865,7 +221883,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: type: string enum: @@ -221988,7 +222006,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *801 + repository: *802 sender: *4 thread: type: object @@ -222372,11 +222390,11 @@ x-webhooks: type: string enum: - stacked - enterprise: *798 - installation: *799 - stack: *628 - number: *850 - organization: *800 + enterprise: *799 + installation: *800 + stack: *629 + number: *851 + organization: *801 pull_request: title: Pull Request type: object @@ -224554,7 +224572,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -224681,7 +224699,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *801 + repository: *802 sender: *4 required: - action @@ -224767,10 +224785,10 @@ x-webhooks: type: string before: type: string - enterprise: *798 - installation: *799 - number: *850 - organization: *800 + enterprise: *799 + installation: *800 + number: *851 + organization: *801 pull_request: title: Pull Request type: object @@ -226937,7 +226955,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -227064,7 +227082,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *801 + repository: *802 sender: *4 required: - action @@ -227146,11 +227164,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *856 - enterprise: *798 - installation: *799 - number: *850 - organization: *800 + assignee: *857 + enterprise: *799 + installation: *800 + number: *851 + organization: *801 pull_request: title: Pull Request type: object @@ -229329,7 +229347,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -229456,7 +229474,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *801 + repository: *802 sender: *4 required: - action @@ -229535,11 +229553,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *798 - installation: *799 - label: *819 - number: *850 - organization: *800 + enterprise: *799 + installation: *800 + label: *820 + number: *851 + organization: *801 pull_request: title: Pull Request type: object @@ -231708,7 +231726,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -231835,7 +231853,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *801 + repository: *802 sender: *4 required: - action @@ -231916,10 +231934,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *798 - installation: *799 - number: *850 - organization: *800 + enterprise: *799 + installation: *800 + number: *851 + organization: *801 pull_request: title: Pull Request type: object @@ -234081,7 +234099,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -234207,7 +234225,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *801 + repository: *802 sender: *4 required: - action @@ -234407,7 +234425,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *798 + enterprise: *799 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -234499,8 +234517,8 @@ x-webhooks: - url - author - committer - installation: *799 - organization: *800 + installation: *800 + organization: *801 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -235086,9 +235104,9 @@ x-webhooks: type: string enum: - published - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 registry_package: type: object properties: @@ -235534,7 +235552,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *837 + items: *838 summary: type: string tag_name: @@ -235588,7 +235606,7 @@ x-webhooks: - owner - package_version - registry - repository: *801 + repository: *802 sender: *4 required: - action @@ -235666,9 +235684,9 @@ x-webhooks: type: string enum: - updated - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 registry_package: type: object properties: @@ -235976,7 +235994,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *837 + items: *838 summary: type: string tag_name: @@ -236025,7 +236043,7 @@ x-webhooks: - owner - package_version - registry - repository: *801 + repository: *802 sender: *4 required: - action @@ -236102,10 +236120,10 @@ x-webhooks: type: string enum: - created - enterprise: *798 - installation: *799 - organization: *800 - release: &857 + enterprise: *799 + installation: *800 + organization: *801 + release: &858 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -236423,7 +236441,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *801 + repository: *802 sender: *4 required: - action @@ -236500,11 +236518,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *798 - installation: *799 - organization: *800 - release: *857 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + release: *858 + repository: *802 sender: *4 required: - action @@ -236621,11 +236639,11 @@ x-webhooks: type: boolean required: - to - enterprise: *798 - installation: *799 - organization: *800 - release: *857 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + release: *858 + repository: *802 sender: *4 required: - action @@ -236703,9 +236721,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -237027,7 +237045,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *801 + repository: *802 sender: *4 required: - action @@ -237103,10 +237121,10 @@ x-webhooks: type: string enum: - published - enterprise: *798 - installation: *799 - organization: *800 - release: &858 + enterprise: *799 + installation: *800 + organization: *801 + release: &859 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -237425,7 +237443,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *801 + repository: *802 sender: *4 required: - action @@ -237501,11 +237519,11 @@ x-webhooks: type: string enum: - released - enterprise: *798 - installation: *799 - organization: *800 - release: *857 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + release: *858 + repository: *802 sender: *4 required: - action @@ -237581,11 +237599,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *798 - installation: *799 - organization: *800 - release: *858 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + release: *859 + repository: *802 sender: *4 required: - action @@ -237661,11 +237679,11 @@ x-webhooks: type: string enum: - published - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 - repository_advisory: *717 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 + repository_advisory: *718 sender: *4 required: - action @@ -237741,11 +237759,11 @@ x-webhooks: type: string enum: - reported - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 - repository_advisory: *717 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 + repository_advisory: *718 sender: *4 required: - action @@ -237821,10 +237839,10 @@ x-webhooks: type: string enum: - archived - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -237901,10 +237919,10 @@ x-webhooks: type: string enum: - created - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -237982,10 +238000,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -238069,10 +238087,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -238184,10 +238202,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -238259,10 +238277,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 status: type: string @@ -238343,10 +238361,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -238423,10 +238441,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -238520,10 +238538,10 @@ x-webhooks: - name required: - repository - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -238603,11 +238621,11 @@ x-webhooks: type: string enum: - created - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 - repository_ruleset: *340 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 + repository_ruleset: *341 sender: *4 required: - action @@ -238685,11 +238703,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 - repository_ruleset: *340 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 + repository_ruleset: *341 sender: *4 required: - action @@ -238767,11 +238785,11 @@ x-webhooks: type: string enum: - edited - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 - repository_ruleset: *340 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 + repository_ruleset: *341 changes: type: object properties: @@ -238790,16 +238808,16 @@ x-webhooks: properties: added: type: array - items: *314 + items: *315 deleted: type: array - items: *314 + items: *315 updated: type: array items: type: object properties: - condition: *314 + condition: *315 changes: type: object properties: @@ -238832,16 +238850,16 @@ x-webhooks: properties: added: type: array - items: *653 + items: *654 deleted: type: array - items: *653 + items: *654 updated: type: array items: type: object properties: - rule: *653 + rule: *654 changes: type: object properties: @@ -239075,10 +239093,10 @@ x-webhooks: - from required: - owner - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -239156,10 +239174,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -239237,7 +239255,7 @@ x-webhooks: type: string enum: - create - alert: &859 + alert: &860 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -239359,10 +239377,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -239568,10 +239586,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -239649,11 +239667,11 @@ x-webhooks: type: string enum: - reopen - alert: *859 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + alert: *860 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -239852,10 +239870,10 @@ x-webhooks: enum: - fixed - open - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -239933,7 +239951,7 @@ x-webhooks: type: string enum: - assigned - alert: &861 + alert: &862 type: object properties: number: *189 @@ -240083,12 +240101,12 @@ x-webhooks: properties: *20 required: *21 nullable: true - metadata: *860 + metadata: *861 assignee: *4 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -240166,11 +240184,11 @@ x-webhooks: type: string enum: - created - alert: *861 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + alert: *862 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -240251,11 +240269,11 @@ x-webhooks: type: string enum: - created - alert: *861 - installation: *799 - location: *862 - organization: *800 - repository: *801 + alert: *862 + installation: *800 + location: *863 + organization: *801 + repository: *802 sender: *4 required: - location @@ -240493,11 +240511,11 @@ x-webhooks: type: string enum: - metadata_created - alert: *861 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + alert: *862 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -240574,11 +240592,11 @@ x-webhooks: type: string enum: - metadata_removed - alert: *861 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + alert: *862 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -240655,11 +240673,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *861 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + alert: *862 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -240737,11 +240755,11 @@ x-webhooks: type: string enum: - reopened - alert: *861 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + alert: *862 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -240819,11 +240837,11 @@ x-webhooks: type: string enum: - resolved - alert: *861 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + alert: *862 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -240901,12 +240919,12 @@ x-webhooks: type: string enum: - unassigned - alert: *861 + alert: *862 assignee: *4 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -240984,11 +241002,11 @@ x-webhooks: type: string enum: - validated - alert: *861 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + alert: *862 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -241114,10 +241132,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *801 - enterprise: *798 - installation: *799 - organization: *800 + repository: *802 + enterprise: *799 + installation: *800 + organization: *801 sender: *4 required: - action @@ -241195,11 +241213,11 @@ x-webhooks: type: string enum: - published - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 - security_advisory: &863 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 + security_advisory: &864 description: The details of the security advisory, including summary, description, and severity. type: object @@ -241382,11 +241400,11 @@ x-webhooks: type: string enum: - updated - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 - security_advisory: *863 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 + security_advisory: *864 sender: *4 required: - action @@ -241459,10 +241477,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -241646,11 +241664,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *313 - enterprise: *798 - installation: *799 - organization: *800 - repository: *360 + security_and_analysis: *314 + enterprise: *799 + installation: *800 + organization: *801 + repository: *361 sender: *4 required: - changes @@ -241728,12 +241746,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 - sponsorship: &864 + sponsorship: &865 type: object properties: created_at: @@ -242034,12 +242052,12 @@ x-webhooks: type: string enum: - created - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 - sponsorship: *864 + sponsorship: *865 required: - action - sponsorship @@ -242127,12 +242145,12 @@ x-webhooks: type: string required: - from - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 - sponsorship: *864 + sponsorship: *865 required: - action - changes @@ -242209,17 +242227,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &865 + effective_date: &866 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: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 - sponsorship: *864 + sponsorship: *865 required: - action - sponsorship @@ -242293,7 +242311,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &866 + changes: &867 type: object properties: tier: @@ -242337,13 +242355,13 @@ x-webhooks: - from required: - tier - effective_date: *865 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + effective_date: *866 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 - sponsorship: *864 + sponsorship: *865 required: - action - changes @@ -242420,13 +242438,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *866 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + changes: *867 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 - sponsorship: *864 + sponsorship: *865 required: - action - changes @@ -242500,10 +242518,10 @@ x-webhooks: type: string enum: - created - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -242586,10 +242604,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -243009,15 +243027,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *798 + enterprise: *799 id: description: The unique identifier of the status. type: integer - installation: *799 + installation: *800 name: type: string - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 sha: description: The Commit SHA. @@ -243132,9 +243150,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *89 - installation: *799 - organization: *800 - repository: *801 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -243223,9 +243241,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *89 - installation: *799 - organization: *800 - repository: *801 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -243314,9 +243332,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *89 - installation: *799 - organization: *800 - repository: *801 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -243405,9 +243423,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *89 - installation: *799 - organization: *800 - repository: *801 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -243483,12 +243501,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 - team: &867 + team: &868 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -243711,9 +243729,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 repository: title: Repository description: A git repository @@ -244171,7 +244189,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *867 + team: *868 required: - action - team @@ -244247,9 +244265,9 @@ x-webhooks: type: string enum: - created - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 repository: title: Repository description: A git repository @@ -244707,7 +244725,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *867 + team: *868 required: - action - team @@ -244784,9 +244802,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 repository: title: Repository description: A git repository @@ -245244,7 +245262,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *867 + team: *868 required: - action - team @@ -245388,9 +245406,9 @@ x-webhooks: - from required: - permissions - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 repository: title: Repository description: A git repository @@ -245848,7 +245866,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *867 + team: *868 required: - action - changes @@ -245926,9 +245944,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 repository: title: Repository description: A git repository @@ -246386,7 +246404,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *867 + team: *868 required: - action - team @@ -246462,10 +246480,10 @@ x-webhooks: type: string enum: - started - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -246538,16 +246556,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *798 + enterprise: *799 inputs: type: object nullable: true additionalProperties: true - installation: *799 - organization: *800 + installation: *800 + organization: *801 ref: type: string - repository: *801 + repository: *802 sender: *4 workflow: type: string @@ -246629,10 +246647,10 @@ x-webhooks: type: string enum: - completed - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 workflow_job: allOf: @@ -246869,7 +246887,7 @@ x-webhooks: type: string required: - conclusion - deployment: *522 + deployment: *523 required: - action - repository @@ -246948,10 +246966,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 workflow_job: allOf: @@ -247211,7 +247229,7 @@ x-webhooks: required: - status - steps - deployment: *522 + deployment: *523 required: - action - repository @@ -247290,10 +247308,10 @@ x-webhooks: type: string enum: - queued - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 workflow_job: type: object @@ -247428,7 +247446,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *522 + deployment: *523 required: - action - repository @@ -247507,10 +247525,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 workflow_job: type: object @@ -247646,7 +247664,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *522 + deployment: *523 required: - action - repository @@ -247726,12 +247744,12 @@ x-webhooks: type: string enum: - completed - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 - workflow: *815 + workflow: *816 workflow_run: title: Workflow Run type: object @@ -248730,12 +248748,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 - workflow: *815 + workflow: *816 workflow_run: title: Workflow Run type: object @@ -249719,12 +249737,12 @@ x-webhooks: type: string enum: - requested - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 - workflow: *815 + workflow: *816 workflow_run: title: Workflow Run type: object diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json index b9026df26b..1adcbb5ef2 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json @@ -26911,6 +26911,14 @@ ] } }, + { + "name": "relationship", + "in": "query", + "description": "A comma-separated list of relationships of the vulnerable dependency to your project. If specified, only alerts with these relationships will be returned.\n\n> [!NOTE]\n> We are rolling out support for dependency relationship across ecosystems. This value will be \"unknown\" for all dependencies in unsupported ecosystems.", + "schema": { + "type": "string" + } + }, { "name": "sort", "in": "query", @@ -28241,7 +28249,8 @@ "name": "django" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-rf4j-j272-fj86", @@ -28466,7 +28475,8 @@ "name": "ansible" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-8f4m-hccc-8qph", @@ -125798,6 +125808,14 @@ ] } }, + { + "name": "relationship", + "in": "query", + "description": "A comma-separated list of relationships of the vulnerable dependency to your project. If specified, only alerts with these relationships will be returned.\n\n> [!NOTE]\n> We are rolling out support for dependency relationship across ecosystems. This value will be \"unknown\" for all dependencies in unsupported ecosystems.", + "schema": { + "type": "string" + } + }, { "name": "sort", "in": "query", @@ -127128,7 +127146,8 @@ "name": "django" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-rf4j-j272-fj86", @@ -127353,7 +127372,8 @@ "name": "ansible" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-8f4m-hccc-8qph", @@ -348632,6 +348652,14 @@ ] } }, + { + "name": "relationship", + "in": "query", + "description": "A comma-separated list of relationships of the vulnerable dependency to your project. If specified, only alerts with these relationships will be returned.\n\n> [!NOTE]\n> We are rolling out support for dependency relationship across ecosystems. This value will be \"unknown\" for all dependencies in unsupported ecosystems.", + "schema": { + "type": "string" + } + }, { "name": "sort", "in": "query", @@ -349542,7 +349570,8 @@ "name": "django" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-rf4j-j272-fj86", @@ -349700,7 +349729,8 @@ "name": "ansible" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-8f4m-hccc-8qph", @@ -350864,7 +350894,8 @@ "name": "ansible" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-8f4m-hccc-8qph", @@ -352044,7 +352075,8 @@ "name": "django" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-rf4j-j272-fj86", diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml index 248f0ddf86..a30adff0da 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml @@ -836,7 +836,7 @@ paths: - subscriptions_url - type - url - type: &348 + type: &349 type: string description: The type of credit the user is receiving. enum: @@ -1001,7 +1001,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &719 + - &720 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -4221,7 +4221,7 @@ paths: schema: type: integer default: 30 - - &232 + - &233 name: cursor description: 'Used for pagination: the starting delivery from which the page of deliveries is fetched. Refer to the `link` header for the next and previous @@ -4230,7 +4230,7 @@ paths: required: false schema: type: string - - &233 + - &234 name: status description: Returns webhook deliveries filtered by delivery outcome classification based on `status_code` range. A `status` of `success` returns deliveries @@ -4250,7 +4250,7 @@ paths: application/json: schema: type: array - items: &234 + items: &235 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -4330,7 +4330,7 @@ paths: - installation_id - repository_id examples: - default: &235 + default: &236 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -4458,7 +4458,7 @@ paths: description: Response content: application/json: - schema: &236 + schema: &237 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -4572,7 +4572,7 @@ paths: - request - response examples: - default: &237 + default: &238 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -5561,7 +5561,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &311 + properties: &312 id: description: Unique identifier of the repository example: 42 @@ -5997,7 +5997,7 @@ paths: type: boolean lexical_commit_sha: type: string - required: &312 + required: &313 - archive_url - assignees_url - blobs_url @@ -12185,7 +12185,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &511 + - &512 name: has in: query description: |- @@ -12219,6 +12219,16 @@ paths: - development - runtime - &221 + name: relationship + in: query + description: |- + A comma-separated list of relationships of the vulnerable dependency to your project. If specified, only alerts with these relationships will be returned. + + > [!NOTE] + > We are rolling out support for dependency relationship across ecosystems. This value will be "unknown" for all dependencies in unsupported ecosystems. + schema: + type: string + - &222 name: sort in: query description: |- @@ -12244,7 +12254,7 @@ paths: application/json: schema: type: array - items: &222 + items: &223 type: object description: A Dependabot alert. properties: @@ -12311,7 +12321,7 @@ paths: - direct - transitive - inconclusive - security_advisory: &512 + security_advisory: &513 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -12558,14 +12568,14 @@ paths: format: date-time readOnly: true nullable: true - auto_dismissed_at: &513 + auto_dismissed_at: &514 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissal_request: &514 + dismissal_request: &515 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -12627,7 +12637,7 @@ paths: - repository additionalProperties: false examples: - default: &223 + default: &224 value: - number: 2 state: dismissed @@ -12637,6 +12647,7 @@ paths: name: django manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-rf4j-j272-fj86 cve_id: CVE-2018-6188 @@ -12823,6 +12834,7 @@ paths: name: ansible manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-8f4m-hccc-8qph cve_id: CVE-2021-20191 @@ -13012,7 +13024,7 @@ paths: description: Response content: application/json: - schema: &224 + schema: &225 title: Dependabot Repository Access Details description: Information about repositories that Dependabot is able to access in an organization @@ -13038,7 +13050,7 @@ paths: nullable: true additionalProperties: false examples: - default: &225 + default: &226 value: default_level: public accessible_repositories: @@ -14253,7 +14265,7 @@ paths: properties: action: type: string - discussion: &816 + discussion: &817 title: Discussion description: A Discussion in a repository. type: object @@ -14620,7 +14632,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &565 + properties: &566 id: type: integer format: int64 @@ -14726,7 +14738,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &295 + properties: &296 url: type: string format: uri @@ -14796,7 +14808,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &296 + required: &297 - closed_issues - creator - description @@ -14875,7 +14887,7 @@ paths: timeline_url: type: string format: uri - type: &258 + type: &259 title: Issue Type description: The type assigned to the issue. This is only present for issues in repositories where @@ -14991,7 +15003,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &731 + sub_issues_summary: &732 title: Sub-issues Summary type: object properties: @@ -15078,7 +15090,7 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: &594 + properties: &595 pinned_at: type: string format: date-time @@ -15090,7 +15102,7 @@ paths: properties: *20 required: *21 nullable: true - required: &595 + required: &596 - pinned_at - pinned_by nullable: true @@ -15099,13 +15111,13 @@ paths: description: Details about why an issue comment was minimized. type: object - properties: &596 + properties: &597 reason: description: The reason the comment was minimized. type: string nullable: true example: low-quality - required: &597 + required: &598 - reason nullable: true required: &91 @@ -15118,7 +15130,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &732 + issue_dependencies_summary: &733 title: Issue Dependencies Summary type: object properties: @@ -15137,7 +15149,7 @@ paths: - total_blocking issue_field_values: type: array - items: &576 + items: &577 title: Issue Field Value description: A value assigned to an issue field type: object @@ -15229,7 +15241,7 @@ paths: - node_id - data_type - value - required: &566 + required: &567 - closed_at - comments - comments_url @@ -15266,7 +15278,7 @@ paths: action: type: string issue: *89 - comment: &561 + comment: &562 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -15930,7 +15942,7 @@ paths: type: string release: allOf: - - &643 + - &644 title: Release description: A release. type: object @@ -16001,7 +16013,7 @@ paths: author: *4 assets: type: array - items: &644 + items: &645 title: Release Asset description: Data related to a release. type: object @@ -18243,7 +18255,7 @@ paths: - closed - all default: open - - &261 + - &262 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -18294,7 +18306,7 @@ paths: type: array items: *89 examples: - default: &262 + default: &263 value: - id: 1 node_id: MDU6SXNzdWUx @@ -19693,14 +19705,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &357 + - &358 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &358 + - &359 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -19762,7 +19774,7 @@ paths: '404': *6 '403': *29 '304': *38 - '301': &361 + '301': &362 description: Moved permanently content: application/json: @@ -19784,7 +19796,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &617 + - &618 name: all description: If `true`, show notifications marked as read. in: query @@ -19792,7 +19804,7 @@ paths: schema: type: boolean default: false - - &618 + - &619 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -19802,7 +19814,7 @@ paths: type: boolean default: false - *96 - - &619 + - &620 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -19838,7 +19850,7 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: &227 + properties: &228 id: type: integer format: int64 @@ -20122,7 +20134,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &313 + security_and_analysis: &314 nullable: true type: object properties: @@ -20242,7 +20254,7 @@ paths: the repository. The keys are the custom property names, and the values are the corresponding custom property values. additionalProperties: true - required: &228 + required: &229 - archive_url - assignees_url - blobs_url @@ -20330,7 +20342,7 @@ paths: - url - subscription_url examples: - default: &620 + default: &621 value: - id: '1' repository: @@ -22244,7 +22256,7 @@ paths: parameters: - *79 - *125 - - &792 + - &793 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 @@ -22356,7 +22368,7 @@ paths: - *125 - *126 - *127 - - &793 + - &794 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -22364,7 +22376,7 @@ paths: schema: type: string - *130 - - &794 + - &795 name: sku description: The SKU to query for usage. in: query @@ -23257,7 +23269,7 @@ paths: type: integer repository_cache_usages: type: array - items: &368 + items: &369 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -24599,7 +24611,7 @@ paths: - all - local_only - selected - selected_actions_url: &373 + selected_actions_url: &374 type: string description: The API URL to use to get or set the actions and reusable workflows that are allowed to run, when `allowed_actions` @@ -24682,7 +24694,7 @@ paths: description: Response content: application/json: - schema: &377 + schema: &378 type: object properties: days: @@ -24724,7 +24736,7 @@ paths: required: true content: application/json: - schema: &378 + schema: &379 type: object properties: days: @@ -24781,7 +24793,7 @@ paths: required: - approval_policy examples: - default: &379 + default: &380 value: approval_policy: first_time_contributors '404': *6 @@ -24840,7 +24852,7 @@ paths: description: Response content: application/json: - schema: &380 + schema: &381 type: object required: - run_workflows_from_fork_pull_requests @@ -24894,7 +24906,7 @@ paths: required: true content: application/json: - schema: &381 + schema: &382 type: object required: - run_workflows_from_fork_pull_requests @@ -25529,7 +25541,7 @@ paths: description: Response content: application/json: - schema: &382 + schema: &383 type: object properties: default_workflow_permissions: &157 @@ -25580,7 +25592,7 @@ paths: required: false content: application/json: - schema: &383 + schema: &384 type: object properties: default_workflow_permissions: *157 @@ -26720,7 +26732,7 @@ paths: application/json: schema: type: array - items: &384 + items: &385 title: Runner Application description: Runner Application type: object @@ -26745,7 +26757,7 @@ paths: - download_url - filename examples: - default: &385 + default: &386 value: - os: osx architecture: x64 @@ -26831,7 +26843,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &386 + '201': &387 description: Response content: application/json: @@ -26942,7 +26954,7 @@ paths: - token - expires_at examples: - default: &387 + default: &388 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -26981,7 +26993,7 @@ paths: application/json: schema: *168 examples: - default: &388 + default: &389 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -27015,7 +27027,7 @@ paths: application/json: schema: *166 examples: - default: &389 + default: &390 value: id: 23 name: MBP @@ -27242,7 +27254,7 @@ paths: - *79 - *165 responses: - '200': &390 + '200': &391 description: Response content: application/json: @@ -27299,7 +27311,7 @@ paths: parameters: - *79 - *165 - - &391 + - &392 name: name description: The name of a self-hosted runner's custom label. in: path @@ -30234,12 +30246,12 @@ paths: required: - subject_digests examples: - default: &773 + default: &774 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &774 + withPredicateType: &775 value: subject_digests: - sha256:abc123 @@ -30283,7 +30295,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &775 + default: &776 value: attestations_subject_digests: - sha256:abc: @@ -30616,7 +30628,7 @@ paths: initiator: type: string examples: - default: &417 + default: &418 value: attestations: - repository_id: 1 @@ -30896,7 +30908,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &273 + properties: &274 id: description: Unique identifier of the team type: integer @@ -30968,7 +30980,7 @@ paths: description: Unique identifier of the enterprise to which this team belongs example: 42 - required: &274 + required: &275 - id - node_id - url @@ -31474,7 +31486,7 @@ paths: url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *79 - - &444 + - &445 name: tool_name description: The name of a code scanning tool. Only results by this tool will be listed. You can specify the tool by using either `tool_name` or `tool_guid`, @@ -31484,7 +31496,7 @@ paths: schema: &196 type: string description: The name of the tool used to generate the code scanning analysis. - - &445 + - &446 name: tool_guid description: The GUID of a code scanning tool. Only results by this tool will be listed. Note that some code scanning tools may not include a GUID in @@ -31507,7 +31519,7 @@ paths: be returned. in: query required: false - schema: &447 + schema: &448 type: string description: State of a code scanning alert. enum: @@ -31530,7 +31542,7 @@ paths: be returned. in: query required: false - schema: &448 + schema: &449 type: string description: Severity of a code scanning alert. enum: @@ -31564,7 +31576,7 @@ paths: updated_at: *191 url: *192 html_url: *193 - instances_url: &449 + instances_url: &450 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -31587,7 +31599,7 @@ paths: required: *21 nullable: true dismissed_at: *195 - dismissed_reason: &450 + dismissed_reason: &451 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -31596,13 +31608,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &451 + dismissed_comment: &452 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &452 + rule: &453 type: object properties: id: @@ -31655,7 +31667,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &453 + tool: &454 type: object properties: name: *196 @@ -31665,26 +31677,26 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *197 - most_recent_instance: &454 + most_recent_instance: &455 type: object properties: - ref: &446 + ref: &447 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &465 + analysis_key: &466 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions this includes the workflow filename and job name. - environment: &466 + environment: &467 type: string description: Identifies the variable values associated with the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &467 + category: &468 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -31704,7 +31716,7 @@ paths: with placeholder links for related locations replaced by links to the relevant code. Only populated when related locations are available for the alert instance. - location: &468 + location: &469 type: object description: Describe a region within a file for the alert. properties: @@ -31725,7 +31737,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: &469 + items: &470 type: string description: A classification of the file. For example to identify it as generated. @@ -33026,7 +33038,7 @@ paths: type: integer codespaces: type: array - items: &263 + items: &264 type: object title: Codespace description: A codespace. @@ -33056,7 +33068,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &481 + properties: &482 name: type: string description: The name of the machine. @@ -33098,7 +33110,7 @@ paths: - ready - in_progress nullable: true - required: &482 + required: &483 - name - display_name - operating_system @@ -33303,7 +33315,7 @@ paths: - pulls_url - recent_folders examples: - default: &264 + default: &265 value: total_count: 3 codespaces: @@ -33966,7 +33978,7 @@ paths: - updated_at - visibility examples: - default: &483 + default: &484 value: total_count: 2 secrets: @@ -34004,7 +34016,7 @@ paths: description: Response content: application/json: - schema: &484 + schema: &485 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -34033,7 +34045,7 @@ paths: - key_id - key examples: - default: &485 + default: &486 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -34065,7 +34077,7 @@ paths: application/json: schema: *204 examples: - default: &487 + default: &488 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -36129,7 +36141,7 @@ paths: currently being billed. seats: type: array - items: &266 + items: &267 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -37337,6 +37349,7 @@ paths: type: string - *220 - *221 + - *222 - *63 - *48 - *49 @@ -37348,9 +37361,9 @@ paths: application/json: schema: type: array - items: *222 + items: *223 examples: - default: *223 + default: *224 '304': *38 '400': *14 '403': *29 @@ -37399,9 +37412,9 @@ paths: description: Response content: application/json: - schema: *224 + schema: *225 examples: - default: *225 + default: *226 '403': *29 '404': *6 x-github: @@ -37564,7 +37577,7 @@ paths: type: integer secrets: type: array - items: &226 + items: &227 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -37641,7 +37654,7 @@ paths: description: Response content: application/json: - schema: &517 + schema: &518 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -37658,7 +37671,7 @@ paths: - key_id - key examples: - default: &518 + default: &519 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -37688,7 +37701,7 @@ paths: description: Response content: application/json: - schema: *226 + schema: *227 examples: default: value: @@ -37985,7 +37998,7 @@ paths: application/json: schema: type: array - items: &276 + items: &277 title: Package description: A software package type: object @@ -38035,8 +38048,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *227 - required: *228 + properties: *228 + required: *229 nullable: true created_at: type: string @@ -38055,7 +38068,7 @@ paths: - created_at - updated_at examples: - default: &277 + default: &278 value: - id: 197 name: hello_docker @@ -38225,7 +38238,7 @@ paths: application/json: schema: type: array - items: &252 + items: &253 title: Organization Invitation description: Organization Invitation type: object @@ -38272,7 +38285,7 @@ paths: - invitation_teams_url - node_id examples: - default: &253 + default: &254 value: - id: 1 login: monalisa @@ -38339,7 +38352,7 @@ paths: application/json: schema: type: array - items: &229 + items: &230 title: Org Hook description: Org Hook type: object @@ -38510,9 +38523,9 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: - default: &230 + default: &231 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -38560,7 +38573,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - *79 - - &231 + - &232 name: hook_id description: The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery. @@ -38573,9 +38586,9 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: - default: *230 + default: *231 '404': *6 x-github: githubCloudOnly: false @@ -38603,7 +38616,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - *79 - - *231 + - *232 requestBody: required: false content: @@ -38648,7 +38661,7 @@ paths: description: Response content: application/json: - schema: *229 + schema: *230 examples: default: value: @@ -38690,7 +38703,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - *79 - - *231 + - *232 responses: '204': description: Response @@ -38718,7 +38731,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *79 - - *231 + - *232 responses: '200': description: Response @@ -38749,7 +38762,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *79 - - *231 + - *232 requestBody: required: false content: @@ -38800,10 +38813,10 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *79 - - *231 - - *17 - *232 + - *17 - *233 + - *234 responses: '200': description: Response @@ -38811,9 +38824,9 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: *235 + default: *236 '400': *14 '422': *15 x-github: @@ -38839,16 +38852,16 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *79 - - *231 + - *232 - *16 responses: '200': description: Response content: application/json: - schema: *236 + schema: *237 examples: - default: *237 + default: *238 '400': *14 '422': *15 x-github: @@ -38874,7 +38887,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *79 - - *231 + - *232 - *16 responses: '202': *40 @@ -38904,7 +38917,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - *79 - - *231 + - *232 responses: '204': description: Response @@ -38929,7 +38942,7 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - *79 - - &242 + - &243 name: actor_type in: path description: The type of the actor @@ -38942,14 +38955,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &243 + - &244 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &238 + - &239 name: min_timestamp description: 'The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -38957,7 +38970,7 @@ paths: required: true schema: type: string - - &239 + - &240 name: max_timestamp description: 'The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -39053,12 +39066,12 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - *79 - - *238 - *239 + - *240 - *19 - *17 - *63 - - &248 + - &249 name: sort description: The property to sort the results by. in: query @@ -39138,14 +39151,14 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - *79 - - *238 - *239 + - *240 responses: '200': description: Response content: application/json: - schema: &240 + schema: &241 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -39161,7 +39174,7 @@ paths: type: integer format: int64 examples: - default: &241 + default: &242 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -39184,23 +39197,23 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - *79 - - &244 + - &245 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *238 - *239 + - *240 responses: '200': description: Response content: application/json: - schema: *240 + schema: *241 examples: - default: *241 + default: *242 x-github: enabledForGitHubApps: true category: orgs @@ -39220,18 +39233,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *79 - - *238 - *239 - - *242 + - *240 - *243 + - *244 responses: '200': description: Response content: application/json: - schema: *240 + schema: *241 examples: - default: *241 + default: *242 x-github: enabledForGitHubApps: true category: orgs @@ -39251,9 +39264,9 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - *79 - - *238 - *239 - - &245 + - *240 + - &246 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -39266,7 +39279,7 @@ paths: description: Response content: application/json: - schema: &246 + schema: &247 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -39282,7 +39295,7 @@ paths: type: integer format: int64 examples: - default: &247 + default: &248 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -39321,18 +39334,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - *79 - - *244 - - *238 - - *239 - *245 + - *239 + - *240 + - *246 responses: '200': description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *247 + default: *248 x-github: enabledForGitHubApps: true category: orgs @@ -39352,19 +39365,19 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - *79 - - *242 - *243 - - *238 + - *244 - *239 - - *245 + - *240 + - *246 responses: '200': description: Response content: application/json: - schema: *246 + schema: *247 examples: - default: *247 + default: *248 x-github: enabledForGitHubApps: true category: orgs @@ -39384,13 +39397,13 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - *79 - - *244 - - *238 + - *245 - *239 + - *240 - *19 - *17 - *63 - - *248 + - *249 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -39471,7 +39484,7 @@ paths: application/json: schema: *22 examples: - default: &555 + default: &556 value: id: 1 account: @@ -39637,12 +39650,12 @@ paths: application/json: schema: anyOf: - - &250 + - &251 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &249 + limit: &250 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -39667,7 +39680,7 @@ paths: properties: {} additionalProperties: false examples: - default: &251 + default: &252 value: limit: collaborators_only origin: organization @@ -39696,13 +39709,13 @@ paths: required: true content: application/json: - schema: &556 + schema: &557 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *249 + limit: *250 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -39726,9 +39739,9 @@ paths: description: Response content: application/json: - schema: *250 + schema: *251 examples: - default: *251 + default: *252 '422': *15 x-github: githubCloudOnly: false @@ -39938,9 +39951,9 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: *253 + default: *254 headers: Link: *71 '404': *6 @@ -40017,7 +40030,7 @@ paths: description: Response content: application/json: - schema: *252 + schema: *253 examples: default: value: @@ -40072,7 +40085,7 @@ paths: url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - *79 - - &254 + - &255 name: invitation_id description: The unique identifier of the invitation. in: path @@ -40103,7 +40116,7 @@ paths: url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - *79 - - *254 + - *255 - *17 - *19 responses: @@ -40115,7 +40128,7 @@ paths: type: array items: *211 examples: - default: &275 + default: &276 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -40158,7 +40171,7 @@ paths: application/json: schema: type: array - items: &255 + items: &256 title: Issue Field description: A custom attribute defined at the organization level for attaching structured data to issues. @@ -40411,9 +40424,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *256 examples: - default: &256 + default: &257 value: id: 512 node_id: IF_kwDNAd3NAZr @@ -40469,7 +40482,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-fields#update-issue-field-for-an-organization parameters: - *79 - - &257 + - &258 name: issue_field_id description: The unique identifier of the issue field. in: path @@ -40577,9 +40590,9 @@ paths: description: Response content: application/json: - schema: *255 + schema: *256 examples: - default: *256 + default: *257 '404': *6 '422': *7 x-github: @@ -40604,7 +40617,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-fields#delete-issue-field-for-an-organization parameters: - *79 - - *257 + - *258 responses: '204': *60 '404': *6 @@ -40634,9 +40647,9 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: &560 + default: &561 value: - id: 410 node_id: IT_kwDNAd3NAZo @@ -40719,9 +40732,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: &259 + default: &260 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -40754,7 +40767,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *79 - - &260 + - &261 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -40807,9 +40820,9 @@ paths: description: Response content: application/json: - schema: *258 + schema: *259 examples: - default: *259 + default: *260 '404': *6 '422': *7 x-github: @@ -40834,7 +40847,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *79 - - *260 + - *261 responses: '204': description: Response @@ -40897,7 +40910,7 @@ paths: - closed - all default: open - - *261 + - *262 - name: type description: Can be the name of an issue type. in: query @@ -40928,7 +40941,7 @@ paths: type: array items: *89 examples: - default: *262 + default: *263 headers: Link: *71 '404': *6 @@ -41088,9 +41101,9 @@ paths: type: integer codespaces: type: array - items: *263 + items: *264 examples: - default: *264 + default: *265 '304': *38 '500': *56 '401': *25 @@ -41117,7 +41130,7 @@ paths: parameters: - *79 - *75 - - &265 + - &266 name: codespace_name in: path required: true @@ -41152,15 +41165,15 @@ paths: parameters: - *79 - *75 - - *265 + - *266 responses: '200': description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: &480 + default: &481 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -41340,7 +41353,7 @@ paths: description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *266 + schema: *267 examples: default: value: @@ -41416,7 +41429,7 @@ paths: description: Response content: application/json: - schema: &267 + schema: &268 title: Org Membership description: Org Membership type: object @@ -41483,7 +41496,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &268 + response-if-user-has-an-active-admin-membership-with-organization: &269 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -41584,9 +41597,9 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: - response-if-user-already-had-membership-with-organization: *268 + response-if-user-already-had-membership-with-organization: *269 '422': *15 '403': *29 '451': *15 @@ -41658,7 +41671,7 @@ paths: application/json: schema: type: array - items: &269 + items: &270 title: Migration description: A migration. type: object @@ -41987,7 +42000,7 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: default: value: @@ -42166,7 +42179,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - *79 - - &270 + - &271 name: migration_id description: The unique identifier of the migration. in: path @@ -42193,7 +42206,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *269 + schema: *270 examples: default: value: @@ -42363,7 +42376,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - *79 - - *270 + - *271 responses: '302': description: Response @@ -42385,7 +42398,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *79 - - *270 + - *271 responses: '204': description: Response @@ -42409,8 +42422,8 @@ paths: url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - *79 - - *270 - - &755 + - *271 + - &756 name: repo_name description: repo_name parameter in: path @@ -42438,7 +42451,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *79 - - *270 + - *271 - *17 - *19 responses: @@ -42492,7 +42505,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &272 + items: &273 title: Organization Role description: Organization roles type: object @@ -42667,7 +42680,7 @@ paths: parameters: - *79 - *81 - - &271 + - &272 name: role_id description: The unique identifier of the role. in: path @@ -42704,7 +42717,7 @@ paths: parameters: - *79 - *81 - - *271 + - *272 responses: '204': description: Response @@ -42757,7 +42770,7 @@ paths: parameters: - *79 - *75 - - *271 + - *272 responses: '204': description: Response @@ -42789,7 +42802,7 @@ paths: parameters: - *79 - *75 - - *271 + - *272 responses: '204': description: Response @@ -42818,13 +42831,13 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - *79 - - *271 + - *272 responses: '200': description: Response content: application/json: - schema: *272 + schema: *273 examples: default: value: @@ -42875,7 +42888,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - *79 - - *271 + - *272 - *17 - *19 responses: @@ -42953,8 +42966,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *273 - required: *274 + properties: *274 + required: *275 nullable: true type: description: The ownership type of the team @@ -42986,7 +42999,7 @@ paths: - type - parent examples: - default: *275 + default: *276 headers: Link: *71 '404': @@ -43016,7 +43029,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - *79 - - *271 + - *272 - *17 - *19 responses: @@ -43044,13 +43057,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &349 + items: &350 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *273 - required: *274 + properties: *274 + required: *275 name: nullable: true type: string @@ -43338,7 +43351,7 @@ paths: - nuget - container - *79 - - &756 + - &757 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -43374,12 +43387,12 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *277 + default: *278 '403': *29 '401': *25 - '400': &758 + '400': &759 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -43401,7 +43414,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &278 + - &279 name: package_type description: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry @@ -43419,7 +43432,7 @@ paths: - docker - nuget - container - - &279 + - &280 name: package_name description: The name of the package. in: path @@ -43432,7 +43445,7 @@ paths: description: Response content: application/json: - schema: *276 + schema: *277 examples: default: value: @@ -43484,8 +43497,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *278 - *279 + - *280 - *79 responses: '204': @@ -43518,8 +43531,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *278 - *279 + - *280 - *79 - name: token description: package token @@ -43552,8 +43565,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *278 - *279 + - *280 - *79 - *19 - *17 @@ -43574,7 +43587,7 @@ paths: application/json: schema: type: array - items: &280 + items: &281 title: Package Version description: A version of a software package type: object @@ -43699,10 +43712,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *278 - *279 + - *280 - *79 - - &281 + - &282 name: package_version_id description: Unique identifier of the package version. in: path @@ -43714,7 +43727,7 @@ paths: description: Response content: application/json: - schema: *280 + schema: *281 examples: default: value: @@ -43750,10 +43763,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *278 - *279 + - *280 - *79 - - *281 + - *282 responses: '204': description: Response @@ -43785,10 +43798,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *278 - *279 + - *280 - *79 - - *281 + - *282 responses: '204': description: Response @@ -43818,7 +43831,7 @@ paths: - *79 - *17 - *19 - - &282 + - &283 name: sort description: The property by which to sort the results. in: query @@ -43829,7 +43842,7 @@ paths: - created_at default: created_at - *63 - - &283 + - &284 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -43840,7 +43853,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &284 + - &285 name: repository description: The name of the repository to use to filter the results. in: query @@ -43848,7 +43861,7 @@ paths: schema: type: string example: Hello-World - - &285 + - &286 name: permission description: The permission to use to filter the results. in: query @@ -43856,7 +43869,7 @@ paths: schema: type: string example: issues_read - - &286 + - &287 name: last_used_before description: 'Only show fine-grained personal access tokens used before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -43866,7 +43879,7 @@ paths: schema: type: string format: date-time - - &287 + - &288 name: last_used_after description: 'Only show fine-grained personal access tokens used after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -43876,7 +43889,7 @@ paths: schema: type: string format: date-time - - &288 + - &289 name: token_id description: The ID of the token in: query @@ -44189,7 +44202,7 @@ paths: type: array items: *164 examples: - default: &289 + default: &290 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -44326,14 +44339,14 @@ paths: - *79 - *17 - *19 - - *282 - - *63 - *283 + - *63 - *284 - *285 - *286 - *287 - *288 + - *289 responses: '500': *56 '422': *15 @@ -44615,7 +44628,7 @@ paths: type: array items: *164 examples: - default: *289 + default: *290 headers: Link: *71 x-github: @@ -44657,7 +44670,7 @@ paths: type: integer configurations: type: array - items: &290 + items: &291 title: Organization private registry description: Private registry configuration for an organization type: object @@ -45168,7 +45181,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &291 + org-private-registry-with-selected-visibility: &292 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -45264,9 +45277,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *290 + schema: *291 examples: - default: *291 + default: *292 '404': *6 x-github: githubCloudOnly: false @@ -45517,7 +45530,7 @@ paths: application/json: schema: type: array - items: &292 + items: &293 title: Projects v2 Project description: A projects v2 project type: object @@ -45587,7 +45600,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &847 + properties: &848 id: type: number description: The unique identifier of the status update. @@ -45635,7 +45648,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &848 + required: &849 - id - node_id - created_at @@ -45660,7 +45673,7 @@ paths: - deleted_at - deleted_by examples: - default: &293 + default: &294 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -45763,7 +45776,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-project-for-organization parameters: - - &294 + - &295 name: project_number description: The project's number. in: path @@ -45776,9 +45789,9 @@ paths: description: Response content: application/json: - schema: *292 + schema: *293 examples: - default: *293 + default: *294 headers: Link: *71 '304': *38 @@ -45801,7 +45814,7 @@ paths: url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - *79 - - *294 + - *295 requestBody: required: true description: Details of the draft item to create in the project. @@ -45835,7 +45848,7 @@ paths: description: Response content: application/json: - schema: &300 + schema: &301 title: Projects v2 Item description: An item belonging to a project type: object @@ -45849,7 +45862,7 @@ paths: content: oneOf: - *89 - - &455 + - &456 title: Pull Request Simple description: Pull Request Simple type: object @@ -45955,8 +45968,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *295 - required: *296 + properties: *296 + required: *297 nullable: true active_lock_reason: type: string @@ -46038,7 +46051,7 @@ paths: _links: type: object properties: - comments: &297 + comments: &298 title: Link description: Hypermedia Link type: object @@ -46047,13 +46060,13 @@ paths: type: string required: - href - commits: *297 - statuses: *297 - html: *297 - issue: *297 - review_comments: *297 - review_comment: *297 - self: *297 + commits: *298 + statuses: *298 + html: *298 + issue: *298 + review_comments: *298 + review_comment: *298 + self: *298 required: - comments - commits @@ -46064,7 +46077,7 @@ paths: - review_comment - self author_association: *86 - auto_merge: &627 + auto_merge: &628 title: Auto merge description: The status of auto merging a pull request. type: object @@ -46089,7 +46102,7 @@ paths: - commit_title - commit_message nullable: true - stack: &628 + stack: &629 title: Pull Request Stack description: The stack information associated with a pull request. @@ -46203,7 +46216,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: &299 + content_type: &300 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -46243,7 +46256,7 @@ paths: - updated_at - archived_at examples: - draft_issue: &301 + draft_issue: &302 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -46317,7 +46330,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#list-project-fields-for-organization parameters: - - *294 + - *295 - *79 - *17 - *48 @@ -46329,7 +46342,7 @@ paths: application/json: schema: type: array - items: &298 + items: &299 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -46479,7 +46492,7 @@ paths: - updated_at - project_url examples: - default: &779 + default: &780 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -46609,7 +46622,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#add-a-field-to-an-organization-owned-project parameters: - - *294 + - *295 - *79 requestBody: required: true @@ -46656,7 +46669,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &780 + items: &781 type: object properties: name: @@ -46693,7 +46706,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &781 + iteration_configuration: &782 type: object description: The configuration for iteration fields. properties: @@ -46743,7 +46756,7 @@ paths: value: name: Due date data_type: date - single_select_field: &782 + single_select_field: &783 summary: Create a single select field value: name: Priority @@ -46770,7 +46783,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &783 + iteration_field: &784 summary: Create an iteration field value: name: Sprint @@ -46794,9 +46807,9 @@ paths: description: Response for adding a field to an organization-owned project. content: application/json: - schema: *298 + schema: *299 examples: - text_field: &784 + text_field: &785 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -46805,7 +46818,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: &785 + number_field: &786 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -46814,7 +46827,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: &786 + date_field: &787 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -46823,7 +46836,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: &787 + single_select_field: &788 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -46857,7 +46870,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &788 + iteration_field: &789 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -46902,8 +46915,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - - *294 - - &789 + - *295 + - &790 name: field_id description: The unique identifier of the field. in: path @@ -46916,9 +46929,9 @@ paths: description: Response content: application/json: - schema: *298 + schema: *299 examples: - default: &790 + default: &791 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -46974,7 +46987,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-owned-project parameters: - - *294 + - *295 - *79 - name: q description: Search query to filter items, see [Filtering projects](https://docs.github.com/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects) @@ -47007,7 +47020,7 @@ paths: application/json: schema: type: array - items: &302 + items: &303 title: Projects v2 Item description: An item belonging to a project type: object @@ -47023,7 +47036,7 @@ paths: format: uri example: https://api.github.com/users/monalisa/2/projectsV2/3 description: The API URL of the project that contains this item. - content_type: *299 + content_type: *300 content: type: object additionalProperties: true @@ -47066,7 +47079,7 @@ paths: - updated_at - archived_at examples: - default: &303 + default: &304 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -47764,7 +47777,7 @@ paths: url: https://docs.github.com/rest/projects/items#add-item-to-organization-owned-project parameters: - *79 - - *294 + - *295 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -47834,22 +47847,22 @@ paths: description: Response content: application/json: - schema: *300 + schema: *301 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *301 + value: *302 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *301 + value: *302 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *301 + value: *302 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *301 + value: *302 '304': *38 '403': *29 '401': *25 @@ -47869,9 +47882,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#get-an-item-for-an-organization-owned-project parameters: - - *294 + - *295 - *79 - - &304 + - &305 name: item_id description: The unique identifier of the project item. in: path @@ -47897,9 +47910,9 @@ paths: description: Response content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 headers: Link: *71 '304': *38 @@ -47920,9 +47933,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#update-project-item-for-organization parameters: - - *294 + - *295 - *79 - - *304 + - *305 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -47992,13 +48005,13 @@ paths: description: Response content: application/json: - schema: *302 + schema: *303 examples: - text_field: *303 - number_field: *303 - date_field: *303 - single_select_field: *303 - iteration_field: *303 + text_field: *304 + number_field: *304 + date_field: *304 + single_select_field: *304 + iteration_field: *304 '401': *25 '403': *29 '404': *6 @@ -48018,9 +48031,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#delete-project-item-for-organization parameters: - - *294 + - *295 - *79 - - *304 + - *305 responses: '204': description: Response @@ -48044,7 +48057,7 @@ paths: url: https://docs.github.com/rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - *79 - - *294 + - *295 requestBody: required: true content: @@ -48115,7 +48128,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &770 + schema: &771 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -48213,7 +48226,7 @@ paths: examples: table_view: summary: Response for creating a table view - value: &305 + value: &306 value: id: 1 number: 1 @@ -48259,10 +48272,10 @@ paths: - 456 board_view: summary: Response for creating a board view with filter - value: *305 + value: *306 roadmap_view: summary: Response for creating a roadmap view - value: *305 + value: *306 '304': *38 '403': *29 '401': *25 @@ -48290,9 +48303,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-project-view parameters: - - *294 + - *295 - *79 - - &791 + - &792 name: view_number description: The number that identifies the project view. in: path @@ -48324,9 +48337,9 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: - default: *303 + default: *304 headers: Link: *71 '304': *38 @@ -48359,7 +48372,7 @@ paths: application/json: schema: type: array - items: &306 + items: &307 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -48427,7 +48440,7 @@ paths: - property_name - value_type examples: - default: &307 + default: &308 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -48487,7 +48500,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *306 + items: *307 minItems: 1 maxItems: 100 required: @@ -48517,9 +48530,9 @@ paths: application/json: schema: type: array - items: *306 + items: *307 examples: - default: *307 + default: *308 '403': *29 '404': *6 x-github: @@ -48541,7 +48554,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - *79 - - &308 + - &309 name: custom_property_name description: The custom property name in: path @@ -48553,9 +48566,9 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: - default: &309 + default: &310 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -48590,7 +48603,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - *79 - - *308 + - *309 requestBody: required: true content: @@ -48661,9 +48674,9 @@ paths: description: Response content: application/json: - schema: *306 + schema: *307 examples: - default: *309 + default: *310 '403': *29 '404': *6 x-github: @@ -48687,7 +48700,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - *79 - - *308 + - *309 responses: '204': *60 '403': *29 @@ -48748,7 +48761,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &310 + items: &311 title: Custom Property Value description: Custom property name and associated value type: object @@ -48835,7 +48848,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *310 + items: *311 required: - repository_names - properties @@ -49027,7 +49040,7 @@ paths: type: array items: *164 examples: - default: *289 + default: *290 headers: Link: *71 x-github: @@ -49229,7 +49242,7 @@ paths: description: Response content: application/json: - schema: &360 + schema: &361 title: Full Repository description: Full Repository type: object @@ -49514,8 +49527,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *311 - required: *312 + properties: *312 + required: *313 nullable: true temp_clone_token: type: string @@ -49627,7 +49640,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &501 + properties: &502 url: type: string format: uri @@ -49643,12 +49656,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &502 + required: &503 - url - key - name - html_url - security_and_analysis: *313 + security_and_analysis: *314 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -49732,7 +49745,7 @@ paths: - network_count - subscribers_count examples: - default: &362 + default: &363 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -50253,7 +50266,7 @@ paths: - *79 - *17 - *19 - - &652 + - &653 name: targets description: | A comma-separated list of rule targets to filter by. @@ -50271,7 +50284,7 @@ paths: application/json: schema: type: array - items: &340 + items: &341 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -50306,7 +50319,7 @@ paths: source: type: string description: The name of the source - enforcement: &316 + enforcement: &317 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -50319,7 +50332,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &317 + items: &318 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -50390,7 +50403,7 @@ paths: conditions: nullable: true anyOf: - - &314 + - &315 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -50414,7 +50427,7 @@ paths: match. items: type: string - - &318 + - &319 title: Organization ruleset conditions type: object description: |- @@ -50428,7 +50441,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *314 + - *315 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -50462,7 +50475,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *314 + - *315 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -50484,7 +50497,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *314 + - *315 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -50497,7 +50510,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &315 + items: &316 title: Repository ruleset property targeting definition type: object @@ -50530,17 +50543,17 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *315 + items: *316 required: - repository_property rules: type: array - items: &653 + items: &654 title: Repository Rule type: object description: A repository rule. oneOf: - - &319 + - &320 title: creation description: Only allow users with bypass permission to create matching refs. @@ -50552,7 +50565,7 @@ paths: type: string enum: - creation - - &320 + - &321 title: update description: Only allow users with bypass permission to update matching refs. @@ -50573,7 +50586,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &321 + - &322 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -50585,7 +50598,7 @@ paths: type: string enum: - deletion - - &322 + - &323 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -50597,7 +50610,7 @@ paths: type: string enum: - required_linear_history - - &650 + - &651 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -50675,7 +50688,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &323 + - &324 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -50699,7 +50712,7 @@ paths: type: string required: - required_deployment_environments - - &324 + - &325 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -50711,7 +50724,7 @@ paths: type: string enum: - required_signatures - - &325 + - &326 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -50854,7 +50867,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &326 + - &327 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -50902,7 +50915,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &327 + - &328 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -50914,7 +50927,7 @@ paths: type: string enum: - non_fast_forward - - &328 + - &329 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -50951,7 +50964,7 @@ paths: required: - operator - pattern - - &329 + - &330 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -50988,7 +51001,7 @@ paths: required: - operator - pattern - - &330 + - &331 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -51025,7 +51038,7 @@ paths: required: - operator - pattern - - &331 + - &332 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -51062,7 +51075,7 @@ paths: required: - operator - pattern - - &332 + - &333 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -51099,7 +51112,7 @@ paths: required: - operator - pattern - - &337 + - &338 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -51149,7 +51162,7 @@ paths: - repository_id required: - workflows - - &338 + - &339 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -51210,7 +51223,7 @@ paths: - tool required: - code_scanning_tools - - &339 + - &340 title: copilot_code_review description: Request Copilot code review for new pull requests automatically if the author has access to Copilot code @@ -51236,7 +51249,7 @@ paths: type: boolean description: Copilot automatically reviews each new push to the pull request. - - &651 + - &652 title: license_compliance_scanning description: Enforce any added or changed dependencies to comply with the organization's license policy. @@ -51248,7 +51261,7 @@ paths: type: string enum: - license_compliance_scanning - - &333 + - &334 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit @@ -51273,7 +51286,7 @@ paths: type: string required: - restricted_file_paths - - &334 + - &335 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed @@ -51297,7 +51310,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &335 + - &336 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -51320,7 +51333,7 @@ paths: type: string required: - restricted_file_extensions - - &336 + - &337 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit @@ -51418,21 +51431,20 @@ paths: - push - repository default: branch - enforcement: *316 + enforcement: *317 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *317 - conditions: *318 + items: *318 + conditions: *319 rules: type: array description: An array of rules within the ruleset. - items: &342 + items: &343 title: Repository Rule type: object description: A repository rule. oneOf: - - *319 - *320 - *321 - *322 @@ -51453,6 +51465,7 @@ paths: - *337 - *338 - *339 + - *340 required: - name - enforcement @@ -51490,9 +51503,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: &341 + default: &342 value: id: 21 name: super cool ruleset @@ -51548,7 +51561,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *79 - - &654 + - &655 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -51563,7 +51576,7 @@ paths: in: query schema: type: string - - &655 + - &656 name: time_period description: |- The time period to filter by. @@ -51579,14 +51592,14 @@ paths: - week - month default: day - - &656 + - &657 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &657 + - &658 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -51599,7 +51612,7 @@ paths: - bypass - all default: all - - &658 + - &659 name: evaluate_status description: |- The evaluate status to filter on. When specified, only rule suites resulting from rulesets with the specified evaluate status will be returned. @@ -51622,7 +51635,7 @@ paths: description: Response content: application/json: - schema: &659 + schema: &660 title: Rule Suites description: Response type: array @@ -51677,7 +51690,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &660 + default: &661 value: - id: 21 actor_id: 12 @@ -51721,7 +51734,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *79 - - &661 + - &662 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -51737,7 +51750,7 @@ paths: description: Response content: application/json: - schema: &662 + schema: &663 title: Rule Suite description: Response type: object @@ -51836,7 +51849,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &663 + default: &664 value: id: 21 actor_id: 12 @@ -51909,9 +51922,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '404': *6 '500': *56 put: @@ -51955,16 +51968,16 @@ paths: - tag - push - repository - enforcement: *316 + enforcement: *317 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *317 - conditions: *318 + items: *318 + conditions: *319 rules: description: An array of rules within the ruleset. type: array - items: *342 + items: *343 examples: default: value: @@ -51999,9 +52012,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *341 + default: *342 '404': *6 '422': *15 '500': *56 @@ -52059,7 +52072,7 @@ paths: application/json: schema: type: array - items: &343 + items: &344 title: Ruleset version type: object description: The historical version of a ruleset @@ -52083,7 +52096,7 @@ paths: type: string format: date-time examples: - default: &665 + default: &666 value: - version_id: 3 actor: @@ -52136,9 +52149,9 @@ paths: description: Response content: application/json: - schema: &666 + schema: &667 allOf: - - *343 + - *344 - type: object required: - state @@ -52208,7 +52221,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *79 - - &667 + - &668 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -52219,7 +52232,7 @@ paths: enum: - open - resolved - - &668 + - &669 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -52229,7 +52242,7 @@ paths: required: false schema: type: string - - &669 + - &670 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -52240,7 +52253,7 @@ paths: required: false schema: type: string - - &670 + - &671 name: exclude_providers in: query description: |- @@ -52251,7 +52264,7 @@ paths: required: false schema: type: string - - &671 + - &672 name: providers in: query description: |- @@ -52262,7 +52275,7 @@ paths: required: false schema: type: string - - &672 + - &673 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -52271,7 +52284,7 @@ paths: required: false schema: type: string - - &673 + - &674 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -52290,7 +52303,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &674 + - &675 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. @@ -52305,7 +52318,7 @@ paths: - *63 - *19 - *17 - - &675 + - &676 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 @@ -52315,7 +52328,7 @@ paths: required: false schema: type: string - - &676 + - &677 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 @@ -52325,7 +52338,7 @@ paths: required: false schema: type: string - - &677 + - &678 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -52334,7 +52347,7 @@ paths: required: false schema: type: string - - &678 + - &679 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -52343,7 +52356,7 @@ paths: schema: type: boolean default: false - - &679 + - &680 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -52352,7 +52365,7 @@ paths: schema: type: boolean default: false - - &680 + - &681 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -52361,7 +52374,7 @@ paths: schema: type: boolean default: false - - &681 + - &682 name: is_bypassed in: query description: A boolean value (`true` or `false`) indicating whether to filter @@ -52372,7 +52385,7 @@ paths: required: false schema: type: boolean - - &682 + - &683 name: included_metadata in: query description: |- @@ -52383,7 +52396,7 @@ paths: required: false schema: type: string - - &683 + - &684 name: owner_email_hash in: query description: |- @@ -52421,14 +52434,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &684 + state: &685 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: &685 + resolution: &686 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -52545,8 +52558,8 @@ paths: pull request. ' - oneOf: &686 - - &688 + oneOf: &687 + - &689 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -52604,7 +52617,7 @@ paths: - blob_url - commit_sha - commit_url - - &689 + - &690 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. @@ -52659,7 +52672,7 @@ paths: - page_url - commit_sha - commit_url - - &690 + - &691 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -52679,7 +52692,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &691 + - &692 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -52699,7 +52712,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &692 + - &693 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -52719,7 +52732,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &693 + - &694 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -52733,7 +52746,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &694 + - &695 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -52747,7 +52760,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &695 + - &696 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -52761,7 +52774,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &696 + - &697 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. @@ -52781,7 +52794,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &697 + - &698 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. @@ -52801,7 +52814,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &698 + - &699 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. @@ -52821,7 +52834,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &699 + - &700 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. @@ -52841,7 +52854,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &700 + - &701 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request. @@ -53093,7 +53106,7 @@ paths: subcategory: custom-patterns parameters: - *79 - - &701 + - &702 name: state description: Filter custom patterns by state. When absent, returns patterns in all states. @@ -53104,7 +53117,7 @@ paths: enum: - published - unpublished - - &702 + - &703 name: push_protection description: Filter custom patterns by whether push protection is enabled. When absent, returns patterns regardless of push protection status. @@ -53115,7 +53128,7 @@ paths: enum: - enabled - disabled - - &703 + - &704 name: sort description: The property to sort the results by. in: query @@ -53137,7 +53150,7 @@ paths: application/json: schema: type: array - items: &344 + items: &345 title: Secret Scanning Custom Pattern description: A custom pattern for secret scanning. type: object @@ -53185,7 +53198,7 @@ paths: nullable: true items: type: string - custom_pattern_version: &345 + custom_pattern_version: &346 type: string description: The version of the entity. This is used to confirm you're updating the current version of the entity and mitigate @@ -53209,7 +53222,7 @@ paths: - state - push_protection_enabled examples: - default: &704 + default: &705 value: - id: 1 name: Example Custom Pattern @@ -53272,7 +53285,7 @@ paths: patterns: type: array description: The list of custom patterns to create. - items: &705 + items: &706 title: Secret Scanning Custom Pattern To Create description: A custom pattern to create in a bulk operation. type: object @@ -53309,7 +53322,7 @@ paths: items: type: string examples: - default: &706 + default: &707 value: patterns: - name: Example Custom Pattern @@ -53333,9 +53346,9 @@ paths: created_patterns: type: array description: The list of successfully created custom patterns. - items: *344 + items: *345 examples: - default: &707 + default: &708 value: created_patterns: - id: 1 @@ -53387,7 +53400,7 @@ paths: errors: type: array description: List of validation errors for this pattern. - items: &708 + items: &709 title: Secret Scanning Custom Pattern Validation Error description: A validation error for a custom pattern in a batch operation. @@ -53441,7 +53454,7 @@ paths: type: array description: The list of custom patterns to delete. maxItems: 500 - items: &709 + items: &710 title: Secret Scanning Custom Pattern To Delete description: A custom pattern to delete in a bulk operation. type: object @@ -53451,7 +53464,7 @@ paths: pattern_id: type: integer description: The ID of the custom pattern to delete. - custom_pattern_version: *345 + custom_pattern_version: *346 post_delete_action: type: string description: |- @@ -53464,7 +53477,7 @@ paths: - resolve_alerts default: delete_alerts examples: - default: &710 + default: &711 value: patterns: - pattern_id: 2 @@ -53475,7 +53488,7 @@ paths: '400': *14 '403': *29 '404': *6 - '412': &346 + '412': &347 description: Precondition Failed content: application/json: @@ -53510,7 +53523,7 @@ paths: required: true content: application/json: - schema: &711 + schema: &712 title: Secret Scanning Custom Pattern To Update description: Fields to update on a custom pattern. At least one updatable field (`pattern`, `start_delimiter`, `end_delimiter`, `must_match`, @@ -53549,9 +53562,9 @@ paths: description: Updated list of regexes that the secret must not match. items: type: string - custom_pattern_version: *345 + custom_pattern_version: *346 examples: - default: &712 + default: &713 value: pattern: updated_secret_[0-9A-Z]{16} start_delimiter: "[^0-9A-Za-z]" @@ -53566,9 +53579,9 @@ paths: description: Pattern updated successfully. content: application/json: - schema: *344 + schema: *345 examples: - default: &713 + default: &714 value: id: 1 name: Example Custom Pattern @@ -53588,7 +53601,7 @@ paths: '400': *14 '403': *29 '404': *6 - '412': *346 + '412': *347 '422': *15 "/orgs/{org}/secret-scanning/pattern-configurations": get: @@ -53621,11 +53634,11 @@ paths: related to push protection. type: object properties: - pattern_config_version: *345 + pattern_config_version: *346 provider_pattern_overrides: type: array description: Overrides for partner patterns. - items: &347 + items: &348 type: object properties: token_type: @@ -53691,7 +53704,7 @@ paths: custom_pattern_overrides: type: array description: Overrides for custom patterns defined by the organization. - items: *347 + items: *348 examples: default: value: @@ -53748,7 +53761,7 @@ paths: schema: type: object properties: - pattern_config_version: *345 + pattern_config_version: *346 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -53774,7 +53787,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *345 + custom_pattern_version: *346 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -53872,7 +53885,7 @@ paths: application/json: schema: type: array - items: &717 + items: &718 description: A repository security advisory. type: object properties: @@ -54074,7 +54087,7 @@ paths: login: type: string description: The username of the user credited. - type: *348 + type: *349 credits_detailed: type: array nullable: true @@ -54084,7 +54097,7 @@ paths: type: object properties: user: *4 - type: *348 + type: *349 state: type: string description: The state of the user's acceptance of the @@ -54144,7 +54157,7 @@ paths: - private_fork additionalProperties: false examples: - default: &718 + default: &719 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -54531,7 +54544,7 @@ paths: application/json: schema: type: array - items: *349 + items: *350 examples: default: value: @@ -54884,7 +54897,7 @@ paths: type: integer network_configurations: type: array - items: &350 + items: &351 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -55030,9 +55043,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: &351 + default: &352 value: id: 123456789ABCDEF name: My network configuration @@ -55061,7 +55074,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - *79 - - &352 + - &353 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -55073,9 +55086,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 headers: Link: *71 x-github: @@ -55097,7 +55110,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - *79 - - *352 + - *353 requestBody: required: true content: @@ -55150,9 +55163,9 @@ paths: description: Response content: application/json: - schema: *350 + schema: *351 examples: - default: *351 + default: *352 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55172,7 +55185,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - *79 - - *352 + - *353 responses: '204': description: Response @@ -55291,7 +55304,7 @@ paths: type: array items: *211 examples: - default: *275 + default: *276 headers: Link: *71 '403': *29 @@ -55381,7 +55394,7 @@ paths: description: Response content: application/json: - schema: &353 + schema: &354 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -55444,8 +55457,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *273 - required: *274 + properties: *274 + required: *275 nullable: true members_count: type: integer @@ -55708,7 +55721,7 @@ paths: - repos_count - organization examples: - default: &354 + default: &355 value: id: 1 node_id: MDQ6VGVhbTE= @@ -55785,9 +55798,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '404': *6 x-github: githubCloudOnly: false @@ -55876,16 +55889,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '201': description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '404': *6 '422': *15 '403': *29 @@ -55915,7 +55928,7 @@ paths: responses: '204': description: Response - '422': &355 + '422': &356 description: Unprocessable entity if you attempt to modify an enterprise team at the organization level. x-github: @@ -55949,12 +55962,12 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: *253 + default: *254 headers: Link: *71 - '422': *355 + '422': *356 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -55998,7 +56011,7 @@ paths: application/json: schema: type: array - items: &734 + items: &735 title: Team Member description: A user that is a member of a team, including their role on the team and whether the membership is inherited from @@ -56117,7 +56130,7 @@ paths: - type - url examples: - default: &735 + default: &736 value: - login: octocat id: 1 @@ -56176,7 +56189,7 @@ paths: description: Response content: application/json: - schema: &356 + schema: &357 title: Team Membership description: Team Membership type: object @@ -56203,7 +56216,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &736 + response-if-user-is-a-team-maintainer: &737 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -56266,9 +56279,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *357 examples: - response-if-users-membership-with-team-is-now-pending: &737 + response-if-users-membership-with-team-is-now-pending: &738 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -56346,7 +56359,7 @@ paths: type: array items: *164 examples: - default: *289 + default: *290 headers: Link: *71 x-github: @@ -56377,14 +56390,14 @@ paths: parameters: - *79 - *81 - - *357 - *358 + - *359 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &738 + schema: &739 title: Team Repository description: A team's access to a repository. type: object @@ -56948,8 +56961,8 @@ paths: parameters: - *79 - *81 - - *357 - *358 + - *359 requestBody: required: false content: @@ -56996,8 +57009,8 @@ paths: parameters: - *79 - *81 - - *357 - *358 + - *359 responses: '204': description: Response @@ -57034,7 +57047,7 @@ paths: type: array items: *211 examples: - response-if-child-teams-exist: &739 + response-if-child-teams-exist: &740 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -57187,7 +57200,7 @@ paths: resources: type: object properties: - core: &359 + core: &360 title: Rate Limit type: object properties: @@ -57204,17 +57217,17 @@ paths: - remaining - reset - used - graphql: *359 - search: *359 - code_search: *359 - source_import: *359 - integration_manifest: *359 - actions_runner_registration: *359 - scim: *359 - dependency_snapshots: *359 - dependency_sbom: *359 - code_scanning_autofix: *359 - copilot_usage_records: *359 + graphql: *360 + search: *360 + code_search: *360 + source_import: *360 + integration_manifest: *360 + actions_runner_registration: *360 + scim: *360 + dependency_snapshots: *360 + dependency_sbom: *360 + code_scanning_autofix: *360 + copilot_usage_records: *360 required: - core - search @@ -57311,14 +57324,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response content: application/json: - schema: *360 + schema: *361 examples: default-response: summary: Default response @@ -57822,7 +57835,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *361 + '301': *362 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -57840,8 +57853,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *357 - *358 + - *359 requestBody: required: false content: @@ -58151,10 +58164,10 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *362 - '307': &363 + default: *363 + '307': &364 description: Temporary Redirect content: application/json: @@ -58183,8 +58196,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *357 - *358 + - *359 responses: '204': description: Response @@ -58206,7 +58219,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *363 + '307': *364 '404': *6 '409': *55 x-github: @@ -58230,11 +58243,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *357 - *358 + - *359 - *17 - *19 - - &395 + - &396 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -58257,7 +58270,7 @@ paths: type: integer artifacts: type: array - items: &364 + items: &365 title: Artifact description: An artifact type: object @@ -58335,7 +58348,7 @@ paths: - expires_at - updated_at examples: - default: &396 + default: &397 value: total_count: 2 artifacts: @@ -58396,9 +58409,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *357 - *358 - - &365 + - *359 + - &366 name: artifact_id description: The unique identifier of the artifact. in: path @@ -58410,7 +58423,7 @@ paths: description: Response content: application/json: - schema: *364 + schema: *365 examples: default: value: @@ -58448,9 +58461,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *357 - *358 - - *365 + - *359 + - *366 responses: '204': description: Response @@ -58474,9 +58487,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *357 - *358 - - *365 + - *359 + - *366 - name: archive_format in: path required: true @@ -58486,7 +58499,7 @@ paths: '302': description: Response headers: - Location: &520 + Location: &521 example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string @@ -58511,14 +58524,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-retention-limit-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response content: application/json: - schema: &366 + schema: &367 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -58551,13 +58564,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-retention-limit-for-a-repository parameters: - - *357 - *358 + - *359 requestBody: required: true content: application/json: - schema: *366 + schema: *367 examples: selected_actions: *43 responses: @@ -58586,14 +58599,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-storage-limit-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response content: application/json: - schema: &367 + schema: &368 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -58626,13 +58639,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-storage-limit-for-a-repository parameters: - - *357 - *358 + - *359 requestBody: required: true content: application/json: - schema: *367 + schema: *368 examples: selected_actions: *45 responses: @@ -58663,14 +58676,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response content: application/json: - schema: *368 + schema: *369 examples: default: value: @@ -58696,11 +58709,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *357 - *358 + - *359 - *17 - *19 - - &369 + - &370 name: ref description: The full Git reference for narrowing down the cache. The `ref` for a branch should be formatted as `refs/heads/`. To reference @@ -58734,7 +58747,7 @@ paths: description: Response content: application/json: - schema: &370 + schema: &371 title: Repository actions caches description: Repository actions caches type: object @@ -58776,7 +58789,7 @@ paths: - total_count - actions_caches examples: - default: &371 + default: &372 value: total_count: 1 actions_caches: @@ -58808,23 +58821,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *357 - *358 + - *359 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *369 + - *370 responses: '200': description: Response content: application/json: - schema: *370 + schema: *371 examples: - default: *371 + default: *372 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58844,8 +58857,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *357 - *358 + - *359 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -58874,8 +58887,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/concurrency-groups#list-concurrency-groups-for-a-repository parameters: - - *357 - *358 + - *359 - *17 - *49 responses: @@ -58957,8 +58970,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/concurrency-groups#get-a-concurrency-group-for-a-repository parameters: - - *357 - *358 + - *359 - name: concurrency_group_name description: The name of the concurrency group. in: path @@ -59110,9 +59123,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *357 - *358 - - &372 + - *359 + - &373 name: job_id description: The unique identifier of the job. in: path @@ -59124,7 +59137,7 @@ paths: description: Response content: application/json: - schema: &399 + schema: &400 title: Job description: Information of a job execution in a workflow run type: object @@ -59431,9 +59444,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *357 - *358 - - *372 + - *359 + - *373 responses: '302': description: Response @@ -59461,9 +59474,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *357 - *358 - - *372 + - *359 + - *373 requestBody: required: false content: @@ -59513,8 +59526,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Status response @@ -59573,8 +59586,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -59642,8 +59655,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -59661,7 +59674,7 @@ paths: type: integer secrets: type: array - items: &401 + items: &402 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -59681,7 +59694,7 @@ paths: - created_at - updated_at examples: - default: &402 + default: &403 value: total_count: 2 secrets: @@ -59714,8 +59727,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *357 - *358 + - *359 - *181 - *19 responses: @@ -59733,7 +59746,7 @@ paths: type: integer variables: type: array - items: &403 + items: &404 title: Actions Variable type: object properties: @@ -59763,7 +59776,7 @@ paths: - created_at - updated_at examples: - default: &404 + default: &405 value: total_count: 2 variables: @@ -59796,8 +59809,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -59806,11 +59819,11 @@ paths: schema: type: object properties: - enabled: &374 + enabled: &375 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *149 - selected_actions_url: *373 + selected_actions_url: *374 sha_pinning_required: *150 required: - enabled @@ -59839,8 +59852,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *357 - *358 + - *359 responses: '204': description: Response @@ -59851,7 +59864,7 @@ paths: schema: type: object properties: - enabled: *374 + enabled: *375 allowed_actions: *149 sha_pinning_required: *150 required: @@ -59883,14 +59896,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response content: application/json: - schema: &375 + schema: &376 type: object properties: access_level: @@ -59907,7 +59920,7 @@ paths: required: - access_level examples: - default: &376 + default: &377 value: access_level: organization x-github: @@ -59931,15 +59944,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *357 - *358 + - *359 requestBody: required: true content: application/json: - schema: *375 + schema: *376 examples: - default: *376 + default: *377 responses: '204': description: Response @@ -59963,14 +59976,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response content: application/json: - schema: *377 + schema: *378 examples: default: value: @@ -59994,8 +60007,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: - - *357 - *358 + - *359 responses: '204': description: Empty response for successful settings update @@ -60005,7 +60018,7 @@ paths: required: true content: application/json: - schema: *378 + schema: *379 examples: default: summary: Set retention days @@ -60029,8 +60042,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -60038,7 +60051,7 @@ paths: application/json: schema: *151 examples: - default: *379 + default: *380 '404': *6 x-github: enabledForGitHubApps: true @@ -60057,8 +60070,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *357 - *358 + - *359 responses: '204': description: Response @@ -60092,14 +60105,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response content: application/json: - schema: *380 + schema: *381 examples: default: *152 '403': *29 @@ -60121,13 +60134,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *357 - *358 + - *359 requestBody: required: true content: application/json: - schema: *381 + schema: *382 examples: default: *152 responses: @@ -60153,8 +60166,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -60181,8 +60194,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *357 - *358 + - *359 responses: '204': description: Response @@ -60214,14 +60227,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response content: application/json: - schema: *382 + schema: *383 examples: default: *159 x-github: @@ -60244,8 +60257,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *357 - *358 + - *359 responses: '204': description: Success response @@ -60256,7 +60269,7 @@ paths: required: true content: application/json: - schema: *383 + schema: *384 examples: default: *159 x-github: @@ -60285,8 +60298,8 @@ paths: in: query schema: type: string - - *357 - *358 + - *359 - *17 - *19 responses: @@ -60330,8 +60343,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -60339,9 +60352,9 @@ paths: application/json: schema: type: array - items: *384 + items: *385 examples: - default: *385 + default: *386 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60363,8 +60376,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -60407,7 +60420,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *386 + '201': *387 '404': *6 '422': *7 '409': *55 @@ -60438,8 +60451,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *357 - *358 + - *359 responses: '201': description: Response @@ -60447,7 +60460,7 @@ paths: application/json: schema: *168 examples: - default: *387 + default: *388 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60475,8 +60488,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *357 - *358 + - *359 responses: '201': description: Response @@ -60484,7 +60497,7 @@ paths: application/json: schema: *168 examples: - default: *388 + default: *389 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60506,8 +60519,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *357 - *358 + - *359 - *165 responses: '200': @@ -60516,7 +60529,7 @@ paths: application/json: schema: *166 examples: - default: *389 + default: *390 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -60537,8 +60550,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *357 - *358 + - *359 - *165 responses: '204': @@ -60565,8 +60578,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *357 - *358 + - *359 - *165 responses: '200': *170 @@ -60591,8 +60604,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *357 - *358 + - *359 - *165 requestBody: required: true @@ -60641,8 +60654,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *357 - *358 + - *359 - *165 requestBody: required: true @@ -60692,11 +60705,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *357 - *358 + - *359 - *165 responses: - '200': *390 + '200': *391 '404': *6 x-github: githubCloudOnly: false @@ -60723,10 +60736,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *357 - *358 + - *359 - *165 - - *391 + - *392 responses: '200': *170 '404': *6 @@ -60754,9 +60767,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *357 - *358 - - &407 + - *359 + - &408 name: actor description: Returns someone's workflow runs. Use the login for the user who created the `push` associated with the check suite or workflow run. @@ -60764,7 +60777,7 @@ paths: required: false schema: type: string - - &408 + - &409 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -60772,7 +60785,7 @@ paths: required: false schema: type: string - - &409 + - &410 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -60781,7 +60794,7 @@ paths: required: false schema: type: string - - &410 + - &411 name: status description: Returns workflow runs with the check run `status` or `conclusion` that you specify. For example, a conclusion can be `success` or a status @@ -60808,7 +60821,7 @@ paths: - pending - *17 - *19 - - &411 + - &412 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -60817,7 +60830,7 @@ paths: schema: type: string format: date-time - - &392 + - &393 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -60826,13 +60839,13 @@ paths: schema: type: boolean default: false - - &412 + - &413 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &413 + - &414 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -60855,7 +60868,7 @@ paths: type: integer workflow_runs: type: array - items: &393 + items: &394 title: Workflow Run description: An invocation of a workflow type: object @@ -61003,7 +61016,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &437 + properties: &438 id: type: string description: SHA for the commit @@ -61054,7 +61067,7 @@ paths: - name - email nullable: true - required: &438 + required: &439 - id - tree_id - message @@ -61101,7 +61114,7 @@ paths: - workflow_url - pull_requests examples: - default: &414 + default: &415 value: total_count: 1 workflow_runs: @@ -61337,24 +61350,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *357 - *358 - - &394 + - *359 + - &395 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *392 + - *393 responses: '200': description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: &397 + default: &398 value: id: 30433642 name: Build @@ -61595,9 +61608,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *357 - *358 - - *394 + - *359 + - *395 responses: '204': description: Response @@ -61620,9 +61633,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *357 - *358 - - *394 + - *359 + - *395 responses: '200': description: Response @@ -61741,9 +61754,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *357 - *358 - - *394 + - *359 + - *395 responses: '201': description: Response @@ -61776,12 +61789,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *357 - *358 - - *394 + - *359 + - *395 - *17 - *19 - - *395 + - *396 - *63 responses: '200': @@ -61798,9 +61811,9 @@ paths: type: integer artifacts: type: array - items: *364 + items: *365 examples: - default: *396 + default: *397 headers: Link: *71 x-github: @@ -61824,25 +61837,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *357 - *358 - - *394 - - &398 + - *359 + - *395 + - &399 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *392 + - *393 responses: '200': description: Response content: application/json: - schema: *393 + schema: *394 examples: - default: *397 + default: *398 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61865,10 +61878,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *357 - *358 - - *394 - - *398 + - *359 + - *395 + - *399 - *17 - *19 responses: @@ -61886,9 +61899,9 @@ paths: type: integer jobs: type: array - items: *399 + items: *400 examples: - default: &400 + default: &401 value: total_count: 1 jobs: @@ -62001,10 +62014,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *357 - *358 - - *394 - - *398 + - *359 + - *395 + - *399 responses: '302': description: Response @@ -62032,9 +62045,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *357 - *358 - - *394 + - *359 + - *395 responses: '202': description: Response @@ -62080,9 +62093,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/concurrency-groups#list-concurrency-groups-for-a-workflow-run parameters: - - *357 - *358 - - *394 + - *359 + - *395 - *17 - *48 - *49 @@ -62253,9 +62266,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *357 - *358 - - *394 + - *359 + - *395 requestBody: required: true content: @@ -62322,9 +62335,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *357 - *358 - - *394 + - *359 + - *395 responses: '202': description: Response @@ -62357,9 +62370,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *357 - *358 - - *394 + - *359 + - *395 - name: filter description: Filters jobs by their `completed_at` timestamp. `latest` returns jobs from the most recent execution of the workflow run. `all` returns all @@ -62389,9 +62402,9 @@ paths: type: integer jobs: type: array - items: *399 + items: *400 examples: - default: *400 + default: *401 headers: Link: *71 x-github: @@ -62416,9 +62429,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *357 - *358 - - *394 + - *359 + - *395 responses: '302': description: Response @@ -62445,9 +62458,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *357 - *358 - - *394 + - *359 + - *395 responses: '204': description: Response @@ -62474,9 +62487,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *357 - *358 - - *394 + - *359 + - *395 responses: '200': description: Response @@ -62536,7 +62549,7 @@ paths: items: type: object properties: - type: &527 + type: &528 type: string description: The type of reviewer. enum: @@ -62621,9 +62634,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *357 - *358 - - *394 + - *359 + - *395 requestBody: required: true content: @@ -62670,12 +62683,12 @@ paths: application/json: schema: type: array - items: &522 + items: &523 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &810 + properties: &811 url: type: string format: uri @@ -62760,7 +62773,7 @@ paths: nullable: true properties: *84 required: *85 - required: &811 + required: &812 - id - node_id - sha @@ -62776,7 +62789,7 @@ paths: - created_at - updated_at examples: - default: &523 + default: &524 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -62832,9 +62845,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *357 - *358 - - *394 + - *359 + - *395 requestBody: required: false content: @@ -62878,9 +62891,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *357 - *358 - - *394 + - *359 + - *395 requestBody: required: false content: @@ -62933,9 +62946,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *357 - *358 - - *394 + - *359 + - *395 responses: '200': description: Response @@ -63072,8 +63085,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -63091,9 +63104,9 @@ paths: type: integer secrets: type: array - items: *401 + items: *402 examples: - default: *402 + default: *403 headers: Link: *71 x-github: @@ -63118,8 +63131,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -63149,17 +63162,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *357 - *358 + - *359 - *172 responses: '200': description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: &415 + default: &416 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -63185,8 +63198,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *357 - *358 + - *359 - *172 requestBody: required: true @@ -63244,8 +63257,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *357 - *358 + - *359 - *172 responses: '204': @@ -63271,8 +63284,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *357 - *358 + - *359 - *181 - *19 responses: @@ -63290,9 +63303,9 @@ paths: type: integer variables: type: array - items: *403 + items: *404 examples: - default: *404 + default: *405 headers: Link: *71 x-github: @@ -63315,8 +63328,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -63368,17 +63381,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *357 - *358 + - *359 - *175 responses: '200': description: Response content: application/json: - schema: *403 + schema: *404 examples: - default: &416 + default: &417 value: name: USERNAME value: octocat @@ -63404,8 +63417,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *357 - *358 + - *359 - *175 requestBody: required: true @@ -63448,8 +63461,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *357 - *358 + - *359 - *175 responses: '204': @@ -63475,8 +63488,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -63494,7 +63507,7 @@ paths: type: integer workflows: type: array - items: &405 + items: &406 title: Workflow description: A GitHub Actions workflow type: object @@ -63601,9 +63614,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *357 - *358 - - &406 + - *359 + - &407 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -63618,7 +63631,7 @@ paths: description: Response content: application/json: - schema: *405 + schema: *406 examples: default: value: @@ -63651,9 +63664,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *357 - *358 - - *406 + - *359 + - *407 responses: '204': description: Response @@ -63678,9 +63691,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *357 - *358 - - *406 + - *359 + - *407 responses: '200': description: Response including the workflow run ID and URLs. @@ -63760,9 +63773,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *357 - *358 - - *406 + - *359 + - *407 responses: '204': description: Response @@ -63789,19 +63802,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *357 - *358 - - *406 + - *359 - *407 - *408 - *409 - *410 + - *411 - *17 - *19 - - *411 - - *392 - *412 + - *393 - *413 + - *414 responses: '200': description: Response @@ -63817,9 +63830,9 @@ paths: type: integer workflow_runs: type: array - items: *393 + items: *394 examples: - default: *414 + default: *415 headers: Link: *71 x-github: @@ -63851,9 +63864,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *357 - *358 - - *406 + - *359 + - *407 responses: '200': description: Response @@ -63914,8 +63927,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *357 - *358 + - *359 - *63 - *17 - *48 @@ -64084,8 +64097,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#list-repository-organization-secrets parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -64103,9 +64116,9 @@ paths: type: integer secrets: type: array - items: *401 + items: *402 examples: - default: *402 + default: *403 headers: Link: *71 x-github: @@ -64129,8 +64142,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#list-repository-organization-variables parameters: - - *357 - *358 + - *359 - *181 - *19 responses: @@ -64148,9 +64161,9 @@ paths: type: integer variables: type: array - items: *403 + items: *404 examples: - default: *404 + default: *405 headers: Link: *71 x-github: @@ -64175,8 +64188,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#list-repository-secrets parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -64194,9 +64207,9 @@ paths: type: integer secrets: type: array - items: *401 + items: *402 examples: - default: *402 + default: *403 headers: Link: *71 x-github: @@ -64221,8 +64234,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#get-a-repository-public-key parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -64252,17 +64265,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#get-a-repository-secret parameters: - - *357 - *358 + - *359 - *172 responses: '200': description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: *415 + default: *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64284,8 +64297,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#create-or-update-a-repository-secret parameters: - - *357 - *358 + - *359 - *172 requestBody: required: true @@ -64343,8 +64356,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#delete-a-repository-secret parameters: - - *357 - *358 + - *359 - *172 responses: '204': @@ -64370,8 +64383,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#list-repository-variables parameters: - - *357 - *358 + - *359 - *181 - *19 responses: @@ -64389,9 +64402,9 @@ paths: type: integer variables: type: array - items: *403 + items: *404 examples: - default: *404 + default: *405 headers: Link: *71 x-github: @@ -64414,8 +64427,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#create-a-repository-variable parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -64467,17 +64480,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#get-a-repository-variable parameters: - - *357 - *358 + - *359 - *175 responses: '200': description: Response content: application/json: - schema: *403 + schema: *404 examples: - default: *416 + default: *417 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64498,8 +64511,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#update-a-repository-variable parameters: - - *357 - *358 + - *359 - *175 requestBody: required: true @@ -64542,8 +64555,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#delete-a-repository-variable parameters: - - *357 - *358 + - *359 - *175 responses: '204': @@ -64565,8 +64578,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -64603,8 +64616,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *357 - *358 + - *359 - name: assignee in: path required: true @@ -64640,8 +64653,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/attestations#create-an-attestation parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -64751,8 +64764,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/attestations#list-attestations parameters: - - *357 - *358 + - *359 - *17 - *48 - *49 @@ -64793,7 +64806,7 @@ paths: initiator: type: string examples: - default: *417 + default: *418 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -64813,8 +64826,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -64822,7 +64835,7 @@ paths: application/json: schema: type: array - items: &418 + items: &419 title: Autolink reference description: An autolink reference. type: object @@ -64876,8 +64889,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -64916,9 +64929,9 @@ paths: description: response content: application/json: - schema: *418 + schema: *419 examples: - default: &419 + default: &420 value: id: 1 key_prefix: TICKET- @@ -64949,9 +64962,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *357 - *358 - - &420 + - *359 + - &421 name: autolink_id description: The unique identifier of the autolink. in: path @@ -64963,9 +64976,9 @@ paths: description: Response content: application/json: - schema: *418 + schema: *419 examples: - default: *419 + default: *420 '404': *6 x-github: githubCloudOnly: false @@ -64985,9 +64998,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *357 - *358 - - *420 + - *359 + - *421 responses: '204': description: Response @@ -65011,8 +65024,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response if Dependabot is enabled @@ -65060,8 +65073,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *357 - *358 + - *359 responses: '204': description: Response @@ -65082,8 +65095,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *357 - *358 + - *359 responses: '204': description: Response @@ -65103,8 +65116,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *357 - *358 + - *359 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -65142,7 +65155,7 @@ paths: - url protected: type: boolean - protection: &422 + protection: &423 title: Branch Protection description: Branch Protection type: object @@ -65184,7 +65197,7 @@ paths: required: - contexts - checks - enforce_admins: &425 + enforce_admins: &426 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -65199,7 +65212,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &427 + required_pull_request_reviews: &428 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -65275,7 +65288,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &424 + restrictions: &425 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -65552,9 +65565,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *357 - *358 - - &423 + - *359 + - &424 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/graphql). @@ -65568,14 +65581,14 @@ paths: description: Response content: application/json: - schema: &433 + schema: &434 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &493 + commit: &494 title: Commit description: Commit type: object @@ -65609,7 +65622,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &421 + properties: &422 name: type: string example: '"Chris Wanstrath"' @@ -65625,7 +65638,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *421 + properties: *422 nullable: true message: type: string @@ -65646,7 +65659,7 @@ paths: required: - sha - url - verification: &545 + verification: &546 title: Verification type: object properties: @@ -65716,7 +65729,7 @@ paths: type: integer files: type: array - items: &505 + items: &506 title: Diff Entry description: Diff Entry type: object @@ -65800,7 +65813,7 @@ paths: - self protected: type: boolean - protection: *422 + protection: *423 protection_url: type: string format: uri @@ -65907,7 +65920,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *361 + '301': *362 '404': *6 x-github: githubCloudOnly: false @@ -65929,15 +65942,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *357 - *358 - - *423 + - *359 + - *424 responses: '200': description: Response content: application/json: - schema: *422 + schema: *423 examples: default: value: @@ -66131,9 +66144,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *357 - *358 - - *423 + - *359 + - *424 requestBody: required: true content: @@ -66388,7 +66401,7 @@ paths: url: type: string format: uri - required_status_checks: &430 + required_status_checks: &431 title: Status Check Policy description: Status Check Policy type: object @@ -66540,7 +66553,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *424 + restrictions: *425 required_conversation_resolution: type: object properties: @@ -66652,9 +66665,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *357 - *358 - - *423 + - *359 + - *424 responses: '204': description: Response @@ -66679,17 +66692,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *357 - *358 - - *423 + - *359 + - *424 responses: '200': description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: &426 + default: &427 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -66711,17 +66724,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *357 - *358 - - *423 + - *359 + - *424 responses: '200': description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: *426 + default: *427 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -66740,9 +66753,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *357 - *358 - - *423 + - *359 + - *424 responses: '204': description: Response @@ -66767,17 +66780,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *357 - *358 - - *423 + - *359 + - *424 responses: '200': description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: &428 + default: &429 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -66873,9 +66886,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *357 - *358 - - *423 + - *359 + - *424 requestBody: required: false content: @@ -66973,9 +66986,9 @@ paths: description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: *428 + default: *429 '422': *15 x-github: githubCloudOnly: false @@ -66996,9 +67009,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *357 - *358 - - *423 + - *359 + - *424 responses: '204': description: Response @@ -67025,17 +67038,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *357 - *358 - - *423 + - *359 + - *424 responses: '200': description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: &429 + default: &430 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -67058,17 +67071,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *357 - *358 - - *423 + - *359 + - *424 responses: '200': description: Response content: application/json: - schema: *425 + schema: *426 examples: - default: *429 + default: *430 '404': *6 x-github: githubCloudOnly: false @@ -67088,9 +67101,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *357 - *358 - - *423 + - *359 + - *424 responses: '204': description: Response @@ -67115,17 +67128,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *357 - *358 - - *423 + - *359 + - *424 responses: '200': description: Response content: application/json: - schema: *430 + schema: *431 examples: - default: &431 + default: &432 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -67151,9 +67164,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *357 - *358 - - *423 + - *359 + - *424 requestBody: required: false content: @@ -67205,9 +67218,9 @@ paths: description: Response content: application/json: - schema: *430 + schema: *431 examples: - default: *431 + default: *432 '404': *6 '422': *15 x-github: @@ -67229,9 +67242,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *357 - *358 - - *423 + - *359 + - *424 responses: '204': description: Response @@ -67255,9 +67268,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *357 - *358 - - *423 + - *359 + - *424 responses: '200': description: Response @@ -67291,9 +67304,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *357 - *358 - - *423 + - *359 + - *424 requestBody: required: false content: @@ -67360,9 +67373,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *357 - *358 - - *423 + - *359 + - *424 requestBody: required: false content: @@ -67426,9 +67439,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *357 - *358 - - *423 + - *359 + - *424 requestBody: content: application/json: @@ -67494,15 +67507,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *357 - *358 - - *423 + - *359 + - *424 responses: '200': description: Response content: application/json: - schema: *424 + schema: *425 examples: default: value: @@ -67593,9 +67606,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *357 - *358 - - *423 + - *359 + - *424 responses: '204': description: Response @@ -67618,9 +67631,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *357 - *358 - - *423 + - *359 + - *424 responses: '200': description: Response @@ -67630,7 +67643,7 @@ paths: type: array items: *5 examples: - default: &432 + default: &433 value: - id: 1 slug: octoapp @@ -67687,9 +67700,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *357 - *358 - - *423 + - *359 + - *424 requestBody: required: true content: @@ -67723,7 +67736,7 @@ paths: type: array items: *5 examples: - default: *432 + default: *433 '422': *15 x-github: githubCloudOnly: false @@ -67744,9 +67757,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *357 - *358 - - *423 + - *359 + - *424 requestBody: required: true content: @@ -67780,7 +67793,7 @@ paths: type: array items: *5 examples: - default: *432 + default: *433 '422': *15 x-github: githubCloudOnly: false @@ -67801,9 +67814,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *357 - *358 - - *423 + - *359 + - *424 requestBody: required: true content: @@ -67837,7 +67850,7 @@ paths: type: array items: *5 examples: - default: *432 + default: *433 '422': *15 x-github: githubCloudOnly: false @@ -67859,9 +67872,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *357 - *358 - - *423 + - *359 + - *424 responses: '200': description: Response @@ -67871,7 +67884,7 @@ paths: type: array items: *211 examples: - default: *275 + default: *276 '404': *6 x-github: githubCloudOnly: false @@ -67891,9 +67904,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *357 - *358 - - *423 + - *359 + - *424 requestBody: required: false content: @@ -67931,7 +67944,7 @@ paths: type: array items: *211 examples: - default: *275 + default: *276 '422': *15 x-github: githubCloudOnly: false @@ -67952,9 +67965,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *357 - *358 - - *423 + - *359 + - *424 requestBody: required: false content: @@ -67992,7 +68005,7 @@ paths: type: array items: *211 examples: - default: *275 + default: *276 '422': *15 x-github: githubCloudOnly: false @@ -68013,9 +68026,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *357 - *358 - - *423 + - *359 + - *424 requestBody: content: application/json: @@ -68052,7 +68065,7 @@ paths: type: array items: *211 examples: - default: *275 + default: *276 '422': *15 x-github: githubCloudOnly: false @@ -68074,9 +68087,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *357 - *358 - - *423 + - *359 + - *424 responses: '200': description: Response @@ -68110,9 +68123,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *357 - *358 - - *423 + - *359 + - *424 requestBody: required: true content: @@ -68170,9 +68183,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *357 - *358 - - *423 + - *359 + - *424 requestBody: required: true content: @@ -68230,9 +68243,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *357 - *358 - - *423 + - *359 + - *424 requestBody: required: true content: @@ -68292,9 +68305,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *357 - *358 - - *423 + - *359 + - *424 requestBody: required: true content: @@ -68316,7 +68329,7 @@ paths: description: Response content: application/json: - schema: *433 + schema: *434 examples: default: value: @@ -68432,8 +68445,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -68712,7 +68725,7 @@ paths: description: Response content: application/json: - schema: &434 + schema: &435 title: CheckRun description: A check performed on the code of a given code change type: object @@ -68832,7 +68845,7 @@ paths: check. type: array items: *94 - deployment: &803 + deployment: &804 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -69112,9 +69125,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *357 - *358 - - &435 + - *359 + - &436 name: check_run_id description: The unique identifier of the check run. in: path @@ -69126,9 +69139,9 @@ paths: description: Response content: application/json: - schema: *434 + schema: *435 examples: - default: &436 + default: &437 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -69228,9 +69241,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *357 - *358 - - *435 + - *359 + - *436 requestBody: required: true content: @@ -69470,9 +69483,9 @@ paths: description: Response content: application/json: - schema: *434 + schema: *435 examples: - default: *436 + default: *437 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -69492,9 +69505,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *357 - *358 - - *435 + - *359 + - *436 - *17 - *19 responses: @@ -69589,9 +69602,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *357 - *358 - - *435 + - *359 + - *436 responses: '201': description: Response @@ -69635,8 +69648,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -69658,7 +69671,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &439 + schema: &440 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -69744,12 +69757,12 @@ paths: type: string format: date-time nullable: true - head_commit: &831 + head_commit: &832 title: Simple Commit description: A commit. type: object - properties: *437 - required: *438 + properties: *438 + required: *439 latest_check_runs_count: type: integer check_runs_url: @@ -69777,7 +69790,7 @@ paths: - check_runs_url - pull_requests examples: - default: &440 + default: &441 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -70068,9 +70081,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *439 + schema: *440 examples: - default: *440 + default: *441 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70089,8 +70102,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -70399,9 +70412,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *357 - *358 - - &441 + - *359 + - &442 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -70413,9 +70426,9 @@ paths: description: Response content: application/json: - schema: *439 + schema: *440 examples: - default: *440 + default: *441 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70438,17 +70451,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *357 - *358 - - *441 - - &498 + - *359 + - *442 + - &499 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &499 + - &500 name: status description: Returns check runs with the specified `status`. in: query @@ -70487,9 +70500,9 @@ paths: type: integer check_runs: type: array - items: *434 + items: *435 examples: - default: &500 + default: &501 value: total_count: 1 check_runs: @@ -70591,9 +70604,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *357 - *358 - - *441 + - *359 + - *442 responses: '201': description: Response @@ -70622,8 +70635,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-quality/code-quality#list-code-quality-findings-for-a-repository parameters: - - *357 - *358 + - *359 - *17 - *63 - *48 @@ -70645,7 +70658,7 @@ paths: application/json: schema: type: array - items: &442 + items: &443 description: Code quality finding type: object properties: @@ -70775,7 +70788,7 @@ paths: markdown: This check is useless. [o](java/UselessNullCheck.java#L9C4-L9C18) cannot be null at this check, since it is guarded by [...instanceof...](java/UselessNullCheck.java#L7C13-L7C25). created_at: '2026-01-23T12:34:56Z' - '403': &443 + '403': &444 description: Response if the user is not authorized to access Code quality for this repository. content: @@ -70802,8 +70815,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-quality/code-quality#get-a-code-quality-finding parameters: - - *357 - *358 + - *359 - name: finding_number in: path description: The number that identifies a finding. @@ -70815,7 +70828,7 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: default: value: @@ -70844,7 +70857,7 @@ paths: markdown: This check is useless. [o](java/UselessNullCheck.java#L9C4-L9C18) cannot be null at this check, since it is guarded by [...instanceof...](java/UselessNullCheck.java#L7C13-L7C25). created_at: '2026-01-23T12:34:56Z' - '403': *443 + '403': *444 '404': *6 '503': *123 x-github: @@ -70866,8 +70879,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-quality/code-quality#get-a-code-quality-setup-configuration parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -70939,7 +70952,7 @@ paths: updated_at: '2023-01-01T00:00:00Z' schedule: weekly ai_findings_option: on_push - '403': *443 + '403': *444 '404': *6 '503': *123 x-github: @@ -70960,8 +70973,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-quality/code-quality#update-a-code-quality-setup-configuration parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -71097,21 +71110,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *357 - *358 - - *444 + - *359 - *445 + - *446 - *19 - *17 - - &463 + - &464 name: ref description: The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. in: query required: false - schema: *446 - - &464 + schema: *447 + - &465 name: pr description: The number of the pull request for the results you want to list. in: query @@ -71136,13 +71149,13 @@ paths: be returned. in: query required: false - schema: *447 + schema: *448 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *448 + schema: *449 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -71166,7 +71179,7 @@ paths: updated_at: *191 url: *192 html_url: *193 - instances_url: *449 + instances_url: *450 state: *198 fixed_at: *194 dismissed_by: @@ -71177,11 +71190,11 @@ paths: required: *21 nullable: true dismissed_at: *195 - dismissed_reason: *450 - dismissed_comment: *451 - rule: *452 - tool: *453 - most_recent_instance: *454 + dismissed_reason: *451 + dismissed_comment: *452 + rule: *453 + tool: *454 + most_recent_instance: *455 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -71307,7 +71320,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *38 - '403': &456 + '403': &457 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -71334,9 +71347,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *357 - *358 - - &457 + - *359 + - &458 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -71350,7 +71363,7 @@ paths: description: Response content: application/json: - schema: &458 + schema: &459 type: object properties: number: *189 @@ -71358,7 +71371,7 @@ paths: updated_at: *191 url: *192 html_url: *193 - instances_url: *449 + instances_url: *450 state: *198 fixed_at: *194 dismissed_by: @@ -71369,8 +71382,8 @@ paths: required: *21 nullable: true dismissed_at: *195 - dismissed_reason: *450 - dismissed_comment: *451 + dismissed_reason: *451 + dismissed_comment: *452 rule: type: object properties: @@ -71424,8 +71437,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *453 - most_recent_instance: *454 + tool: *454 + most_recent_instance: *455 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -71439,7 +71452,7 @@ paths: linked_pull_requests: description: Pull requests linked to this alert. type: array - items: *455 + items: *456 required: - number - created_at @@ -71528,7 +71541,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *38 - '403': *456 + '403': *457 '404': *6 '503': *123 x-github: @@ -71548,9 +71561,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *357 - *358 - - *457 + - *359 + - *458 requestBody: required: true content: @@ -71565,8 +71578,8 @@ paths: enum: - open - dismissed - dismissed_reason: *450 - dismissed_comment: *451 + dismissed_reason: *451 + dismissed_comment: *452 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -71594,7 +71607,7 @@ paths: description: Response content: application/json: - schema: *458 + schema: *459 examples: default: value: @@ -71670,7 +71683,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &462 + '403': &463 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -71697,15 +71710,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert parameters: - - *357 - *358 - - *457 + - *359 + - *458 responses: '200': description: Response content: application/json: - schema: &459 + schema: &460 type: object properties: status: @@ -71731,13 +71744,13 @@ paths: - description - started_at examples: - default: &460 + default: &461 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &461 + '400': &462 description: Bad Request content: application/json: @@ -71748,7 +71761,7 @@ paths: message: The alert_number is not valid documentation_url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert status: '400' - '403': *456 + '403': *457 '404': *6 '500': *56 x-github: @@ -71773,29 +71786,29 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-an-autofix-for-a-code-scanning-alert parameters: - - *357 - *358 - - *457 + - *359 + - *458 responses: '200': description: OK content: application/json: - schema: *459 + schema: *460 examples: - default: *460 + default: *461 '202': description: Accepted content: application/json: - schema: *459 + schema: *460 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *461 + '400': *462 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -71827,9 +71840,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#commit-an-autofix-for-a-code-scanning-alert parameters: - - *357 - *358 - - *457 + - *359 + - *458 requestBody: required: false content: @@ -71874,8 +71887,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *461 - '403': *462 + '400': *462 + '403': *463 '404': *6 '422': description: Unprocessable Entity @@ -71899,13 +71912,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *357 - *358 - - *457 + - *359 + - *458 - *19 - *17 - - *463 - *464 + - *465 responses: '200': description: Response @@ -71916,10 +71929,10 @@ paths: items: type: object properties: - ref: *446 - analysis_key: *465 - environment: *466 - category: *467 + ref: *447 + analysis_key: *466 + environment: *467 + category: *468 state: type: string description: State of a code scanning alert instance. @@ -71934,7 +71947,7 @@ paths: properties: text: type: string - location: *468 + location: *469 html_url: type: string classifications: @@ -71942,7 +71955,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: *469 + items: *470 examples: default: value: @@ -71979,7 +71992,7 @@ paths: end_column: 50 classifications: - source - '403': *456 + '403': *457 '404': *6 '503': *123 x-github: @@ -72013,25 +72026,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *357 - *358 - - *444 + - *359 - *445 + - *446 - *19 - *17 - - *464 + - *465 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *446 + schema: *447 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &470 + schema: &471 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -72052,23 +72065,23 @@ paths: application/json: schema: type: array - items: &471 + items: &472 type: object properties: - ref: *446 - commit_sha: &479 + ref: *447 + commit_sha: &480 description: The SHA of the commit to which the analysis you are uploading relates. type: string minLength: 40 maxLength: 64 pattern: "^([0-9a-fA-F]{40}(?:[0-9a-fA-F]{24})?)$" - analysis_key: *465 + analysis_key: *466 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *467 + category: *468 error: type: string example: error reading field xyz @@ -72092,8 +72105,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *470 - tool: *453 + sarif_id: *471 + tool: *454 deletable: type: boolean warning: @@ -72154,7 +72167,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *456 + '403': *457 '404': *6 '503': *123 x-github: @@ -72190,8 +72203,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *357 - *358 + - *359 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -72204,7 +72217,7 @@ paths: description: Response content: application/json: - schema: *471 + schema: *472 examples: response: summary: application/json response @@ -72258,7 +72271,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *456 + '403': *457 '404': *6 '422': description: Response if analysis could not be processed @@ -72345,8 +72358,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *357 - *358 + - *359 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -72399,7 +72412,7 @@ paths: next_analysis_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41 confirm_delete_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41?confirm_delete '400': *14 - '403': *462 + '403': *463 '404': *6 '503': *123 x-github: @@ -72421,8 +72434,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -72430,7 +72443,7 @@ paths: application/json: schema: type: array - items: &472 + items: &473 title: CodeQL Database description: A CodeQL database. type: object @@ -72541,7 +72554,7 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '403': *456 + '403': *457 '404': *6 '503': *123 x-github: @@ -72570,8 +72583,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *357 - *358 + - *359 - name: language in: path description: The language of the CodeQL database. @@ -72583,7 +72596,7 @@ paths: description: Response content: application/json: - schema: *472 + schema: *473 examples: default: value: @@ -72615,9 +72628,9 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &509 + '302': &510 description: Found - '403': *456 + '403': *457 '404': *6 '503': *123 x-github: @@ -72639,8 +72652,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *357 - *358 + - *359 - name: language in: path description: The language of the CodeQL database. @@ -72650,7 +72663,7 @@ paths: responses: '204': description: Response - '403': *462 + '403': *463 '404': *6 '503': *123 x-github: @@ -72678,8 +72691,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -72688,7 +72701,7 @@ paths: type: object additionalProperties: false properties: - language: &473 + language: &474 type: string description: The language targeted by the CodeQL query enum: @@ -72768,7 +72781,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &477 + schema: &478 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -72778,7 +72791,7 @@ paths: description: The ID of the variant analysis. controller_repo: *68 actor: *4 - query_language: *473 + query_language: *474 query_pack_url: type: string description: The download url for the query pack. @@ -72825,7 +72838,7 @@ paths: items: type: object properties: - repository: &474 + repository: &475 title: Repository Identifier description: Repository Identifier type: object @@ -72861,7 +72874,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &478 + analysis_status: &479 type: string description: The new status of the CodeQL variant analysis repository task. @@ -72893,7 +72906,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &475 + access_mismatch_repos: &476 type: object properties: repository_count: @@ -72907,7 +72920,7 @@ paths: This list may not include all repositories that were skipped. This is only available when the repository was found and the user has access to it. - items: *474 + items: *475 required: - repository_count - repositories @@ -72929,8 +72942,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *475 - over_limit_repos: *475 + no_codeql_db_repos: *476 + over_limit_repos: *476 required: - access_mismatch_repos - not_found_repos @@ -72946,7 +72959,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &476 + value: &477 summary: Default response value: id: 1 @@ -73092,10 +73105,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *476 + value: *477 repository_lists: summary: Response for a successful variant analysis submission - value: *476 + value: *477 '404': *6 '422': description: Unable to process variant analysis submission @@ -73123,8 +73136,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-summary-of-a-codeql-variant-analysis parameters: - - *357 - *358 + - *359 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -73136,9 +73149,9 @@ paths: description: Response content: application/json: - schema: *477 + schema: *478 examples: - default: *476 + default: *477 '404': *6 '503': *123 x-github: @@ -73161,7 +73174,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-analysis-status-of-a-repository-in-a-codeql-variant-analysis parameters: - - *357 + - *358 - name: repo in: path description: The name of the controller repository. @@ -73196,7 +73209,7 @@ paths: type: object properties: repository: *68 - analysis_status: *478 + analysis_status: *479 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -73321,8 +73334,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -73405,7 +73418,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *456 + '403': *457 '404': *6 '503': *123 x-github: @@ -73426,8 +73439,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -73519,7 +73532,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *462 + '403': *463 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -73590,8 +73603,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -73599,7 +73612,7 @@ paths: schema: type: object properties: - commit_sha: *479 + commit_sha: *480 ref: type: string description: |- @@ -73657,7 +73670,7 @@ paths: schema: type: object properties: - id: *470 + id: *471 url: type: string description: The REST API URL for checking the status of the upload. @@ -73671,7 +73684,7 @@ paths: url: https://api.github.com/repos/octocat/hello-world/code-scanning/sarifs/47177e22-5596-11eb-80a1-c1e54ef945c6 '400': description: Bad Request if the sarif field is invalid - '403': *462 + '403': *463 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -73694,8 +73707,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *357 - *358 + - *359 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -73741,7 +73754,7 @@ paths: value: processing_status: complete analyses_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses?sarif_id=47177e22-5596-11eb-80a1-c1e54ef945c6 - '403': *456 + '403': *457 '404': description: Not Found if the sarif id does not match any upload '503': *123 @@ -73766,8 +73779,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -73848,8 +73861,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *357 - *358 + - *359 - name: ref description: 'A branch, tag or commit name used to determine which version of the CODEOWNERS file to use. Default: the repository''s default branch @@ -73969,8 +73982,8 @@ paths: parameters: - *17 - *19 - - *357 - *358 + - *359 responses: '200': description: Response @@ -73986,7 +73999,7 @@ paths: type: integer codespaces: type: array - items: *263 + items: *264 examples: default: value: @@ -74284,8 +74297,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -74348,17 +74361,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *263 + schema: *264 examples: - default: *480 + default: *481 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *263 + schema: *264 examples: - default: *480 + default: *481 '400': *14 '401': *25 '403': *29 @@ -74387,8 +74400,8 @@ paths: parameters: - *17 - *19 - - *357 - *358 + - *359 responses: '200': description: Response @@ -74452,8 +74465,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *357 - *358 + - *359 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -74488,14 +74501,14 @@ paths: type: integer machines: type: array - items: &744 + items: &745 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *481 - required: *482 + properties: *482 + required: *483 examples: - default: &745 + default: &746 value: total_count: 2 machines: @@ -74535,8 +74548,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *357 - *358 + - *359 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -74620,8 +74633,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user parameters: - - *357 - *358 + - *359 - name: ref description: The git reference that points to the location of the devcontainer configuration to use for the permission check. The value of `ref` will typically @@ -74687,8 +74700,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -74706,7 +74719,7 @@ paths: type: integer secrets: type: array - items: &486 + items: &487 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -74726,7 +74739,7 @@ paths: - created_at - updated_at examples: - default: *483 + default: *484 headers: Link: *71 x-github: @@ -74749,16 +74762,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *357 - *358 + - *359 responses: '200': description: Response content: application/json: - schema: *484 + schema: *485 examples: - default: *485 + default: *486 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -74778,17 +74791,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *357 - *358 + - *359 - *172 responses: '200': description: Response content: application/json: - schema: *486 + schema: *487 examples: - default: *487 + default: *488 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -74808,8 +74821,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *357 - *358 + - *359 - *172 requestBody: required: true @@ -74862,8 +74875,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *357 - *358 + - *359 - *172 responses: '204': @@ -74892,8 +74905,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *357 - *358 + - *359 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -74935,7 +74948,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &488 + properties: &489 login: type: string example: octocat @@ -75028,7 +75041,7 @@ paths: user_view_type: type: string example: public - required: &489 + required: &490 - avatar_url - events_url - followers_url @@ -75102,8 +75115,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *357 - *358 + - *359 - *75 responses: '204': @@ -75150,8 +75163,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *357 - *358 + - *359 - *75 requestBody: required: false @@ -75178,7 +75191,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &559 + schema: &560 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -75407,8 +75420,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *357 - *358 + - *359 - *75 responses: '204': @@ -75440,8 +75453,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *357 - *358 + - *359 - *75 responses: '200': @@ -75462,8 +75475,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *488 - required: *489 + properties: *489 + required: *490 nullable: true required: - permission @@ -75518,8 +75531,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -75529,7 +75542,7 @@ paths: application/json: schema: type: array - items: &490 + items: &491 title: Commit Comment description: Commit Comment type: object @@ -75587,7 +75600,7 @@ paths: - created_at - updated_at examples: - default: &495 + default: &496 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -75646,17 +75659,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *357 - *358 + - *359 - *105 responses: '200': description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: &496 + default: &497 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -75713,8 +75726,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *357 - *358 + - *359 - *105 requestBody: required: true @@ -75737,7 +75750,7 @@ paths: description: Response content: application/json: - schema: *490 + schema: *491 examples: default: value: @@ -75788,8 +75801,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *357 - *358 + - *359 - *105 responses: '204': @@ -75811,8 +75824,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *357 - *358 + - *359 - *105 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -75839,7 +75852,7 @@ paths: application/json: schema: type: array - items: &491 + items: &492 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -75882,7 +75895,7 @@ paths: - content - created_at examples: - default: &563 + default: &564 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -75927,8 +75940,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *357 - *358 + - *359 - *105 requestBody: required: true @@ -75961,9 +75974,9 @@ paths: description: Reaction exists content: application/json: - schema: *491 + schema: *492 examples: - default: &492 + default: &493 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -75992,9 +76005,9 @@ paths: description: Reaction created content: application/json: - schema: *491 + schema: *492 examples: - default: *492 + default: *493 '422': *15 x-github: githubCloudOnly: false @@ -76016,10 +76029,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *357 - *358 + - *359 - *105 - - &564 + - &565 name: reaction_id description: The unique identifier of the reaction. in: path @@ -76074,8 +76087,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *357 - *358 + - *359 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -76131,9 +76144,9 @@ paths: application/json: schema: type: array - items: *493 + items: *494 examples: - default: &635 + default: &636 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -76227,9 +76240,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *357 - *358 - - &494 + - *359 + - &495 name: commit_sha description: The SHA of the commit. in: path @@ -76301,9 +76314,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *357 - *358 - - *494 + - *359 + - *495 - *17 - *19 responses: @@ -76313,9 +76326,9 @@ paths: application/json: schema: type: array - items: *490 + items: *491 examples: - default: *495 + default: *496 headers: Link: *71 x-github: @@ -76343,9 +76356,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *357 - *358 - - *494 + - *359 + - *495 requestBody: required: true content: @@ -76380,9 +76393,9 @@ paths: description: Response content: application/json: - schema: *490 + schema: *491 examples: - default: *496 + default: *497 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -76410,9 +76423,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *357 - *358 - - *494 + - *359 + - *495 - *17 - *19 responses: @@ -76422,9 +76435,9 @@ paths: application/json: schema: type: array - items: *455 + items: *456 examples: - default: &626 + default: &627 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -76961,11 +76974,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *357 - *358 + - *359 - *19 - *17 - - &497 + - &498 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), or tag name (`tags/TAG_NAME`). For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" @@ -76980,9 +76993,9 @@ paths: description: Response content: application/json: - schema: *493 + schema: *494 examples: - default: &613 + default: &614 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -77070,7 +77083,7 @@ paths: schema: type: string examples: - default: &506 + default: &507 value: | diff --git a/testfile b/testfile index 9bdeaeb..912c7ef 100644 @@ -77083,7 +77096,7 @@ paths: schema: type: string examples: - default: &507 + default: &508 value: | From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001 From: Mona Lisa <87831417+monalisa@users.noreply.github.com> @@ -77136,11 +77149,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *357 - *358 - - *497 + - *359 - *498 - *499 + - *500 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -77174,9 +77187,9 @@ paths: type: integer check_runs: type: array - items: *434 + items: *435 examples: - default: *500 + default: *501 headers: Link: *71 x-github: @@ -77201,9 +77214,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *357 - *358 - - *497 + - *359 + - *498 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -77211,7 +77224,7 @@ paths: schema: type: integer example: 1 - - *498 + - *499 - *17 - *19 responses: @@ -77229,7 +77242,7 @@ paths: type: integer check_suites: type: array - items: *439 + items: *440 examples: default: value: @@ -77429,9 +77442,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *357 - *358 - - *497 + - *359 + - *498 - *17 - *19 responses: @@ -77629,9 +77642,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *357 - *358 - - *497 + - *359 + - *498 - *17 - *19 responses: @@ -77641,7 +77654,7 @@ paths: application/json: schema: type: array - items: &723 + items: &724 title: Status description: The status of a commit. type: object @@ -77722,7 +77735,7 @@ paths: site_admin: false headers: Link: *71 - '301': *361 + '301': *362 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -77750,8 +77763,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -77780,20 +77793,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *501 - required: *502 + properties: *502 + required: *503 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &503 + properties: &504 url: type: string format: uri html_url: type: string format: uri - required: &504 + required: &505 - url - html_url nullable: true @@ -77807,26 +77820,26 @@ paths: contributing: title: Community Health File type: object - properties: *503 - required: *504 + properties: *504 + required: *505 nullable: true readme: title: Community Health File type: object - properties: *503 - required: *504 + properties: *504 + required: *505 nullable: true issue_template: title: Community Health File type: object - properties: *503 - required: *504 + properties: *504 + required: *505 nullable: true pull_request_template: title: Community Health File type: object - properties: *503 - required: *504 + properties: *504 + required: *505 nullable: true required: - code_of_conduct @@ -77953,8 +77966,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *357 - *358 + - *359 - *19 - *17 - name: basehead @@ -77997,8 +78010,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *493 - merge_base_commit: *493 + base_commit: *494 + merge_base_commit: *494 status: type: string enum: @@ -78018,10 +78031,10 @@ paths: example: 6 commits: type: array - items: *493 + items: *494 files: type: array - items: *505 + items: *506 required: - url - html_url @@ -78267,12 +78280,12 @@ paths: schema: type: string examples: - default: *506 + default: *507 application/vnd.github.patch: schema: type: string examples: - default: *507 + default: *508 '404': *6 '500': *56 '503': *123 @@ -78317,8 +78330,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *357 - *358 + - *359 - name: path description: path parameter in: path @@ -78478,7 +78491,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &508 + response-if-content-is-a-file-github-object: &509 summary: Response if content is a file value: type: file @@ -78610,7 +78623,7 @@ paths: - size - type - url - - &641 + - &642 title: Content File description: Content File type: object @@ -78811,7 +78824,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *508 + response-if-content-is-a-file: *509 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -78880,7 +78893,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *509 + '302': *510 '304': *38 x-github: githubCloudOnly: false @@ -78903,8 +78916,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *357 - *358 + - *359 - name: path description: path parameter in: path @@ -78997,7 +79010,7 @@ paths: description: Response content: application/json: - schema: &510 + schema: &511 title: File Commit description: File Commit type: object @@ -79149,7 +79162,7 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: example-for-creating-a-file: value: @@ -79203,7 +79216,7 @@ paths: schema: oneOf: - *3 - - &540 + - &541 description: Repository rule violation was detected type: object properties: @@ -79224,7 +79237,7 @@ paths: items: type: object properties: - placeholder_id: &714 + placeholder_id: &715 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -79256,8 +79269,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *357 - *358 + - *359 - name: path description: path parameter in: path @@ -79318,7 +79331,7 @@ paths: description: Response content: application/json: - schema: *510 + schema: *511 examples: default: value: @@ -79373,8 +79386,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *357 - *358 + - *359 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -79503,8 +79516,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-cloud-agent-management#get-copilot-cloud-agent-configuration-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -79655,8 +79668,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *357 - *358 + - *359 - *213 - *214 - *215 @@ -79669,10 +79682,11 @@ paths: schema: type: string - *218 - - *511 + - *512 - *219 - *220 - *221 + - *222 - *63 - *48 - *49 @@ -79684,7 +79698,7 @@ paths: application/json: schema: type: array - items: &515 + items: &516 type: object description: A Dependabot alert. properties: @@ -79731,7 +79745,7 @@ paths: - direct - transitive - inconclusive - security_advisory: *512 + security_advisory: *513 security_vulnerability: *67 url: *192 html_url: *193 @@ -79762,8 +79776,8 @@ paths: nullable: true maxLength: 280 fixed_at: *194 - auto_dismissed_at: *513 - dismissal_request: *514 + auto_dismissed_at: *514 + dismissal_request: *515 assignees: type: array description: The users assigned to this alert. @@ -79796,6 +79810,7 @@ paths: name: django manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-rf4j-j272-fj86 cve_id: CVE-2018-6188 @@ -79917,6 +79932,7 @@ paths: name: ansible manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-8f4m-hccc-8qph cve_id: CVE-2021-20191 @@ -80018,9 +80034,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *357 - *358 - - &516 + - *359 + - &517 name: alert_number in: path description: |- @@ -80035,7 +80051,7 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: default: value: @@ -80047,6 +80063,7 @@ paths: name: ansible manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-8f4m-hccc-8qph cve_id: CVE-2021-20191 @@ -80167,9 +80184,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *357 - *358 - - *516 + - *359 + - *517 requestBody: required: true content: @@ -80242,7 +80259,7 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: default: value: @@ -80254,6 +80271,7 @@ paths: name: django manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-rf4j-j272-fj86 cve_id: CVE-2018-6188 @@ -80372,8 +80390,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -80391,7 +80409,7 @@ paths: type: integer secrets: type: array - items: &519 + items: &520 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -80444,16 +80462,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *357 - *358 + - *359 responses: '200': description: Response content: application/json: - schema: *517 + schema: *518 examples: - default: *518 + default: *519 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -80473,15 +80491,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *357 - *358 + - *359 - *172 responses: '200': description: Response content: application/json: - schema: *519 + schema: *520 examples: default: value: @@ -80507,8 +80525,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *357 - *358 + - *359 - *172 requestBody: required: true @@ -80561,8 +80579,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *357 - *358 + - *359 - *172 responses: '204': @@ -80585,8 +80603,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *357 - *358 + - *359 - name: basehead description: The base and head Git revisions to compare. The Git revisions will be resolved to commit SHAs. Named revisions will be resolved to their @@ -80749,8 +80767,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -80988,8 +81006,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/sboms#fetch-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *357 - *358 + - *359 - name: sbom_uuid in: path required: true @@ -81000,7 +81018,7 @@ paths: '302': description: Redirects to a temporary download URL for the completed SBOM. headers: - Location: *520 + Location: *521 '202': description: SBOM is still being processed, no content is returned. '404': *6 @@ -81021,8 +81039,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/sboms#request-generation-of-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *357 - *358 + - *359 responses: '201': description: Response @@ -81060,8 +81078,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -81136,7 +81154,7 @@ paths: - version - url additionalProperties: false - metadata: &521 + metadata: &522 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -81169,7 +81187,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *521 + metadata: *522 resolved: type: object description: A collection of resolved package dependencies. @@ -81182,7 +81200,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *521 + metadata: *522 relationship: type: string description: A notation of whether a dependency is requested @@ -81311,8 +81329,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *357 - *358 + - *359 - name: sha description: The SHA recorded at creation time. in: query @@ -81352,9 +81370,9 @@ paths: application/json: schema: type: array - items: *522 + items: *523 examples: - default: *523 + default: *524 headers: Link: *71 x-github: @@ -81420,8 +81438,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -81502,7 +81520,7 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: simple-example: summary: Simple example @@ -81575,9 +81593,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *357 - *358 - - &524 + - *359 + - &525 name: deployment_id description: deployment_id parameter in: path @@ -81589,7 +81607,7 @@ paths: description: Response content: application/json: - schema: *522 + schema: *523 examples: default: value: @@ -81654,9 +81672,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *357 - *358 - - *524 + - *359 + - *525 responses: '204': description: Response @@ -81678,9 +81696,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *357 - *358 - - *524 + - *359 + - *525 - *17 - *19 responses: @@ -81690,7 +81708,7 @@ paths: application/json: schema: type: array - items: &525 + items: &526 title: Deployment Status description: The status of a deployment. type: object @@ -81851,9 +81869,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *357 - *358 - - *524 + - *359 + - *525 requestBody: required: true content: @@ -81928,9 +81946,9 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: &526 + default: &527 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -81986,9 +82004,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *357 - *358 - - *524 + - *359 + - *525 - name: status_id in: path required: true @@ -81999,9 +82017,9 @@ paths: description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: *526 + default: *527 '404': *6 x-github: githubCloudOnly: false @@ -82026,8 +82044,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -82084,8 +82102,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -82102,7 +82120,7 @@ paths: type: integer environments: type: array - items: &528 + items: &529 title: Environment description: Details of a deployment environment type: object @@ -82154,7 +82172,7 @@ paths: type: type: string example: wait_timer - wait_timer: &530 + wait_timer: &531 type: integer example: 30 description: The amount of time to delay a job after @@ -82191,7 +82209,7 @@ paths: items: type: object properties: - type: *527 + type: *528 reviewer: anyOf: - *4 @@ -82215,7 +82233,7 @@ paths: - id - node_id - type - deployment_branch_policy: &531 + deployment_branch_policy: &532 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -82331,9 +82349,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *357 - *358 - - &529 + - *359 + - &530 name: environment_name in: path required: true @@ -82346,9 +82364,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: &532 + default: &533 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -82432,9 +82450,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *357 - *358 - - *529 + - *359 + - *530 requestBody: required: false content: @@ -82443,7 +82461,7 @@ paths: type: object nullable: true properties: - wait_timer: *530 + wait_timer: *531 prevent_self_review: type: boolean example: false @@ -82460,13 +82478,13 @@ paths: items: type: object properties: - type: *527 + type: *528 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *531 + deployment_branch_policy: *532 additionalProperties: false examples: default: @@ -82486,9 +82504,9 @@ paths: description: Response content: application/json: - schema: *528 + schema: *529 examples: - default: *532 + default: *533 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -82512,9 +82530,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *357 - *358 - - *529 + - *359 + - *530 responses: '204': description: Default response @@ -82539,9 +82557,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *357 - *358 - - *529 + - *359 + - *530 - *17 - *19 responses: @@ -82559,7 +82577,7 @@ paths: example: 2 branch_policies: type: array - items: &533 + items: &534 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -82616,9 +82634,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *357 - *358 - - *529 + - *359 + - *530 requestBody: required: true content: @@ -82664,9 +82682,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - example-wildcard: &534 + example-wildcard: &535 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -82708,10 +82726,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *357 - *358 - - *529 - - &535 + - *359 + - *530 + - &536 name: branch_policy_id in: path required: true @@ -82723,9 +82741,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *534 + default: *535 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82744,10 +82762,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *357 - *358 - - *529 - - *535 + - *359 + - *530 + - *536 requestBody: required: true content: @@ -82775,9 +82793,9 @@ paths: description: Response content: application/json: - schema: *533 + schema: *534 examples: - default: *534 + default: *535 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -82796,10 +82814,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *357 - *358 - - *529 - - *535 + - *359 + - *530 + - *536 responses: '204': description: Response @@ -82824,9 +82842,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *529 + - *530 + - *359 - *358 - - *357 responses: '200': description: List of deployment protection rules @@ -82842,7 +82860,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &536 + items: &537 title: Deployment protection rule description: Deployment protection rule type: object @@ -82861,7 +82879,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &537 + app: &538 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -82960,9 +82978,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *529 + - *530 + - *359 - *358 - - *357 requestBody: content: application/json: @@ -82983,9 +83001,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *536 + schema: *537 examples: - default: &538 + default: &539 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -83020,9 +83038,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *529 + - *530 + - *359 - *358 - - *357 - *19 - *17 responses: @@ -83041,7 +83059,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *537 + items: *538 examples: default: value: @@ -83076,10 +83094,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *357 - *358 - - *529 - - &539 + - *359 + - *530 + - &540 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -83091,9 +83109,9 @@ paths: description: Response content: application/json: - schema: *536 + schema: *537 examples: - default: *538 + default: *539 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83114,10 +83132,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *529 + - *530 + - *359 - *358 - - *357 - - *539 + - *540 responses: '204': description: Response @@ -83143,9 +83161,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *357 - *358 - - *529 + - *359 + - *530 - *17 - *19 responses: @@ -83163,9 +83181,9 @@ paths: type: integer secrets: type: array - items: *401 + items: *402 examples: - default: *402 + default: *403 headers: Link: *71 x-github: @@ -83190,9 +83208,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *357 - *358 - - *529 + - *359 + - *530 responses: '200': description: Response @@ -83222,18 +83240,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *357 - *358 - - *529 + - *359 + - *530 - *172 responses: '200': description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: *415 + default: *416 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83255,9 +83273,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *357 - *358 - - *529 + - *359 + - *530 - *172 requestBody: required: true @@ -83315,9 +83333,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *357 - *358 - - *529 + - *359 + - *530 - *172 responses: '204': @@ -83343,9 +83361,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *357 - *358 - - *529 + - *359 + - *530 - *181 - *19 responses: @@ -83363,9 +83381,9 @@ paths: type: integer variables: type: array - items: *403 + items: *404 examples: - default: *404 + default: *405 headers: Link: *71 x-github: @@ -83388,9 +83406,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *357 - *358 - - *529 + - *359 + - *530 requestBody: required: true content: @@ -83442,18 +83460,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *357 - *358 - - *529 + - *359 + - *530 - *175 responses: '200': description: Response content: application/json: - schema: *403 + schema: *404 examples: - default: *416 + default: *417 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83474,10 +83492,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *357 - *358 + - *359 - *175 - - *529 + - *530 requestBody: required: true content: @@ -83519,10 +83537,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *357 - *358 + - *359 - *175 - - *529 + - *530 responses: '204': description: Response @@ -83544,8 +83562,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -83613,8 +83631,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *357 - *358 + - *359 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -83773,8 +83791,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *357 - *358 + - *359 requestBody: required: false content: @@ -83806,9 +83824,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *362 + default: *363 '400': *14 '422': *15 '403': *29 @@ -83829,8 +83847,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -83890,7 +83908,7 @@ paths: schema: oneOf: - *133 - - *540 + - *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83915,8 +83933,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *357 - *358 + - *359 - name: file_sha in: path required: true @@ -84015,8 +84033,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -84125,7 +84143,7 @@ paths: description: Response content: application/json: - schema: &541 + schema: &542 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -84339,15 +84357,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *357 - *358 - - *494 + - *359 + - *495 responses: '200': description: Response content: application/json: - schema: *541 + schema: *542 examples: default: value: @@ -84403,9 +84421,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *357 - *358 - - &542 + - *359 + - &543 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -84422,7 +84440,7 @@ paths: application/json: schema: type: array - items: &543 + items: &544 title: Git Reference description: Git references within a repository type: object @@ -84497,17 +84515,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *357 - *358 - - *542 + - *359 + - *543 responses: '200': description: Response content: application/json: - schema: *543 + schema: *544 examples: - default: &544 + default: &545 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -84536,8 +84554,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -84566,9 +84584,9 @@ paths: description: Response content: application/json: - schema: *543 + schema: *544 examples: - default: *544 + default: *545 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -84594,9 +84612,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *357 - *358 - - *542 + - *359 + - *543 requestBody: required: true content: @@ -84625,9 +84643,9 @@ paths: description: Response content: application/json: - schema: *543 + schema: *544 examples: - default: *544 + default: *545 '422': *15 '409': *55 x-github: @@ -84645,9 +84663,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *357 - *358 - - *542 + - *359 + - *543 responses: '204': description: Response @@ -84702,8 +84720,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -84770,7 +84788,7 @@ paths: description: Response content: application/json: - schema: &546 + schema: &547 title: Git Tag description: Metadata for a Git tag type: object @@ -84821,7 +84839,7 @@ paths: - sha - type - url - verification: *545 + verification: *546 required: - sha - url @@ -84831,7 +84849,7 @@ paths: - tag - message examples: - default: &547 + default: &548 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -84904,8 +84922,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *357 - *358 + - *359 - name: tag_sha in: path required: true @@ -84916,9 +84934,9 @@ paths: description: Response content: application/json: - schema: *546 + schema: *547 examples: - default: *547 + default: *548 '404': *6 '409': *55 x-github: @@ -84942,8 +84960,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -85016,7 +85034,7 @@ paths: description: Response content: application/json: - schema: &548 + schema: &549 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -85112,8 +85130,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *357 - *358 + - *359 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -85136,7 +85154,7 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: default-response: summary: Default response @@ -85194,8 +85212,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-the-hash-algorithm-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -85238,8 +85256,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -85249,7 +85267,7 @@ paths: application/json: schema: type: array - items: &549 + items: &550 title: Webhook description: Webhooks for repositories. type: object @@ -85303,7 +85321,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &839 + last_response: &840 title: Hook Response type: object properties: @@ -85377,8 +85395,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *357 - *358 + - *359 requestBody: required: false content: @@ -85430,9 +85448,9 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: - default: &550 + default: &551 value: type: Repository id: 12345678 @@ -85480,17 +85498,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *357 - *358 - - *231 + - *359 + - *232 responses: '200': description: Response content: application/json: - schema: *549 + schema: *550 examples: - default: *550 + default: *551 '404': *6 x-github: githubCloudOnly: false @@ -85510,9 +85528,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *357 - *358 - - *231 + - *359 + - *232 requestBody: required: true content: @@ -85557,9 +85575,9 @@ paths: description: Response content: application/json: - schema: *549 + schema: *550 examples: - default: *550 + default: *551 '422': *15 '404': *6 x-github: @@ -85580,9 +85598,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *357 - *358 - - *231 + - *359 + - *232 responses: '204': description: Response @@ -85606,9 +85624,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *357 - *358 - - *231 + - *359 + - *232 responses: '200': description: Response @@ -85635,9 +85653,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *357 - *358 - - *231 + - *359 + - *232 requestBody: required: false content: @@ -85681,12 +85699,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *357 - *358 - - *231 - - *17 + - *359 - *232 + - *17 - *233 + - *234 responses: '200': description: Response @@ -85694,9 +85712,9 @@ paths: application/json: schema: type: array - items: *234 + items: *235 examples: - default: *235 + default: *236 '400': *14 '422': *15 x-github: @@ -85715,18 +85733,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *357 - *358 - - *231 + - *359 + - *232 - *16 responses: '200': description: Response content: application/json: - schema: *236 + schema: *237 examples: - default: *237 + default: *238 '400': *14 '422': *15 x-github: @@ -85745,9 +85763,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *357 - *358 - - *231 + - *359 + - *232 - *16 responses: '202': *40 @@ -85770,9 +85788,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *357 - *358 - - *231 + - *359 + - *232 responses: '204': description: Response @@ -85797,9 +85815,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *357 - *358 - - *231 + - *359 + - *232 responses: '204': description: Response @@ -85822,8 +85840,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-immutable-releases-are-enabled-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response if immutable releases are enabled @@ -85869,8 +85887,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-immutable-releases parameters: - - *357 - *358 + - *359 responses: '204': *60 '409': *55 @@ -85890,8 +85908,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-immutable-releases parameters: - - *357 - *358 + - *359 responses: '204': *60 '409': *55 @@ -85948,14 +85966,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *357 - *358 + - *359 responses: '200': description: Response content: application/json: - schema: &551 + schema: &552 title: Import description: A repository import from an external source. type: object @@ -86054,7 +86072,7 @@ paths: - html_url - authors_url examples: - default: &554 + default: &555 value: vcs: subversion use_lfs: true @@ -86070,7 +86088,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *6 - '503': &552 + '503': &553 description: Unavailable due to service under maintenance. content: application/json: @@ -86099,8 +86117,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -86148,7 +86166,7 @@ paths: description: Response content: application/json: - schema: *551 + schema: *552 examples: default: value: @@ -86173,7 +86191,7 @@ paths: type: string '422': *15 '404': *6 - '503': *552 + '503': *553 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86201,8 +86219,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *357 - *358 + - *359 requestBody: required: false content: @@ -86251,7 +86269,7 @@ paths: description: Response content: application/json: - schema: *551 + schema: *552 examples: example-1: summary: Example 1 @@ -86299,7 +86317,7 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '503': *552 + '503': *553 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86322,12 +86340,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *357 - *358 + - *359 responses: '204': description: Response - '503': *552 + '503': *553 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86353,9 +86371,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *357 - *358 - - &768 + - *359 + - &769 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -86369,7 +86387,7 @@ paths: application/json: schema: type: array - items: &553 + items: &554 title: Porter Author description: Porter Author type: object @@ -86423,7 +86441,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *6 - '503': *552 + '503': *553 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86448,8 +86466,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *357 - *358 + - *359 - name: author_id in: path required: true @@ -86479,7 +86497,7 @@ paths: description: Response content: application/json: - schema: *553 + schema: *554 examples: default: value: @@ -86492,7 +86510,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *552 + '503': *553 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86516,8 +86534,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -86558,7 +86576,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *552 + '503': *553 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86586,8 +86604,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -86614,11 +86632,11 @@ paths: description: Response content: application/json: - schema: *551 + schema: *552 examples: - default: *554 + default: *555 '422': *15 - '503': *552 + '503': *553 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -86641,8 +86659,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -86650,8 +86668,8 @@ paths: application/json: schema: *22 examples: - default: *555 - '301': *361 + default: *556 + '301': *362 '404': *6 x-github: githubCloudOnly: false @@ -86671,8 +86689,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -86680,12 +86698,12 @@ paths: application/json: schema: anyOf: - - *250 + - *251 - type: object properties: {} additionalProperties: false examples: - default: &557 + default: &558 value: limit: collaborators_only origin: repository @@ -86710,13 +86728,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *357 - *358 + - *359 requestBody: required: true content: application/json: - schema: *556 + schema: *557 examples: default: summary: Example request body @@ -86728,9 +86746,9 @@ paths: description: Response content: application/json: - schema: *250 + schema: *251 examples: - default: *557 + default: *558 '409': description: Response x-github: @@ -86752,8 +86770,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *357 - *358 + - *359 responses: '204': description: Response @@ -86780,8 +86798,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-pull-request-creation-cap-bypass-list-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -86835,13 +86853,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#add-users-to-the-pull-request-creation-cap-bypass-list-for-a-repository parameters: - - *357 - *358 + - *359 requestBody: required: true content: application/json: - schema: &558 + schema: &559 title: Interaction Limits Pull Request Bypass List description: A list of user logins to add or remove from the pull request creation cap bypass list. @@ -86891,13 +86909,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-users-from-the-pull-request-creation-cap-bypass-list-for-a-repository parameters: - - *357 - *358 + - *359 requestBody: required: true content: application/json: - schema: *558 + schema: *559 examples: default: summary: Example request body @@ -86930,8 +86948,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-pull-request-creation-cap-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -86984,8 +87002,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#update-pull-request-creation-cap-for-a-repository parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -87061,8 +87079,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -87072,9 +87090,9 @@ paths: application/json: schema: type: array - items: *559 + items: *560 examples: - default: &760 + default: &761 value: - id: 1 repository: @@ -87205,9 +87223,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *357 - *358 - - *254 + - *359 + - *255 requestBody: required: false content: @@ -87236,7 +87254,7 @@ paths: description: Response content: application/json: - schema: *559 + schema: *560 examples: default: value: @@ -87367,9 +87385,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *357 - *358 - - *254 + - *359 + - *255 responses: '204': description: Response @@ -87392,8 +87410,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/issue-types#list-issue-types-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -87401,9 +87419,9 @@ paths: application/json: schema: type: array - items: *258 + items: *259 examples: - default: *560 + default: *561 '404': *6 x-github: githubCloudOnly: false @@ -87432,8 +87450,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *357 - *358 + - *359 - name: milestone description: If an `integer` is passed, it should refer to a milestone by its `number` field. If the string `*` is passed, issues with any milestone @@ -87495,7 +87513,7 @@ paths: required: false schema: type: string - - *261 + - *262 - name: sort description: What to sort results by. in: query @@ -87520,7 +87538,7 @@ paths: type: array items: *89 examples: - default: &574 + default: &575 value: - id: 1 node_id: MDU6SXNzdWUx @@ -87669,7 +87687,7 @@ paths: state_reason: completed headers: Link: *71 - '301': *361 + '301': *362 '422': *15 '404': *6 x-github: @@ -87698,8 +87716,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -87801,7 +87819,7 @@ paths: application/json: schema: *89 examples: - default: &571 + default: &572 value: id: 1 node_id: MDU6SXNzdWUx @@ -87967,8 +87985,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *357 - *358 + - *359 - *113 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -87989,9 +88007,9 @@ paths: application/json: schema: type: array - items: *561 + items: *562 examples: - default: &573 + default: &574 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -88050,17 +88068,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *357 - *358 + - *359 - *105 responses: '200': description: Response content: application/json: - schema: *561 + schema: *562 examples: - default: &562 + default: &563 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -88116,8 +88134,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *357 - *358 + - *359 - *105 requestBody: required: true @@ -88140,9 +88158,9 @@ paths: description: Response content: application/json: - schema: *561 + schema: *562 examples: - default: *562 + default: *563 '422': *15 x-github: githubCloudOnly: false @@ -88160,8 +88178,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *357 - *358 + - *359 - *105 responses: '204': @@ -88190,15 +88208,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#pin-an-issue-comment parameters: - - *357 - *358 + - *359 - *105 responses: '200': description: Response content: application/json: - schema: *561 + schema: *562 examples: default: value: @@ -88271,8 +88289,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#unpin-an-issue-comment parameters: - - *357 - *358 + - *359 - *105 responses: '204': @@ -88298,8 +88316,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *357 - *358 + - *359 - *105 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -88326,9 +88344,9 @@ paths: application/json: schema: type: array - items: *491 + items: *492 examples: - default: *563 + default: *564 headers: Link: *71 '404': *6 @@ -88349,8 +88367,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *357 - *358 + - *359 - *105 requestBody: required: true @@ -88383,16 +88401,16 @@ paths: description: Reaction exists content: application/json: - schema: *491 + schema: *492 examples: - default: *492 + default: *493 '201': description: Reaction created content: application/json: - schema: *491 + schema: *492 examples: - default: *492 + default: *493 '422': *15 x-github: githubCloudOnly: false @@ -88414,10 +88432,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *357 - *358 + - *359 - *105 - - *564 + - *565 responses: '204': description: Response @@ -88437,8 +88455,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -88448,7 +88466,7 @@ paths: application/json: schema: type: array - items: &570 + items: &571 title: Issue Event description: Issue Event type: object @@ -88491,8 +88509,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *565 - required: *566 + properties: *566 + required: *567 nullable: true label: title: Issue Event Label @@ -88601,7 +88619,7 @@ paths: required: - from - to - issue_type: &567 + issue_type: &568 title: Issue Type description: The type of issue. type: object @@ -88629,14 +88647,14 @@ paths: required: - id - name - prev_issue_type: *567 + prev_issue_type: *568 sub_issue: title: Issue Reference description: A minimal reference to an issue linked from a timeline event (e.g. sub-issue, parent-issue, or dependency events). type: object nullable: true - properties: &568 + properties: &569 number: type: integer description: The number of the referenced issue. @@ -88674,7 +88692,7 @@ paths: - id - node_id - name - required: &569 + required: &570 - number - title - state @@ -88686,24 +88704,24 @@ paths: event (e.g. sub-issue, parent-issue, or dependency events). type: object nullable: true - properties: *568 - required: *569 + properties: *569 + required: *570 blocked_by: title: Issue Reference description: A minimal reference to an issue linked from a timeline event (e.g. sub-issue, parent-issue, or dependency events). type: object nullable: true - properties: *568 - required: *569 + properties: *569 + required: *570 blocking: title: Issue Reference description: A minimal reference to an issue linked from a timeline event (e.g. sub-issue, parent-issue, or dependency events). type: object nullable: true - properties: *568 - required: *569 + properties: *569 + required: *570 intent: title: Issue Event Intent description: The intent behind an agent's action on an issue, @@ -88714,7 +88732,7 @@ paths: is disabled or the event type does not support intent. type: object nullable: true - properties: &575 + properties: &576 rationale: type: string description: The reasoning the agent provided for the change. @@ -88927,8 +88945,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *357 - *358 + - *359 - name: event_id in: path required: true @@ -88939,7 +88957,7 @@ paths: description: Response content: application/json: - schema: *570 + schema: *571 examples: default: value: @@ -89166,9 +89184,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *357 - *358 - - &572 + - *359 + - &573 name: issue_number description: The number that identifies the issue. in: path @@ -89184,7 +89202,7 @@ paths: examples: default: summary: Issue - value: *571 + value: *572 pinned_comment: summary: Issue with pinned comment value: @@ -89364,7 +89382,7 @@ paths: site_admin: false author_association: COLLABORATOR state_reason: completed - '301': *361 + '301': *362 '404': *6 '410': *33 '304': *38 @@ -89391,9 +89409,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 requestBody: required: false content: @@ -89740,11 +89758,11 @@ paths: - already_applied - issue_already_closed examples: - default: *571 + default: *572 '422': *15 '503': *123 '403': *29 - '301': *361 + '301': *362 '404': *6 '410': *33 x-github: @@ -89764,9 +89782,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 requestBody: required: false content: @@ -89816,7 +89834,7 @@ paths: application/json: schema: *89 examples: - default: *571 + default: *572 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89832,9 +89850,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 requestBody: content: application/json: @@ -89861,7 +89879,7 @@ paths: application/json: schema: *89 examples: - default: *571 + default: *572 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89883,9 +89901,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 - name: assignee in: path required: true @@ -89925,9 +89943,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *357 - *358 - - *572 + - *359 + - *573 - *96 - *17 - *19 @@ -89938,9 +89956,9 @@ paths: application/json: schema: type: array - items: *561 + items: *562 examples: - default: *573 + default: *574 headers: Link: *71 '404': *6 @@ -89973,9 +89991,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *357 - *358 - - *572 + - *359 + - *573 requestBody: required: true content: @@ -89997,9 +90015,9 @@ paths: description: Response content: application/json: - schema: *561 + schema: *562 examples: - default: *562 + default: *563 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 @@ -90034,9 +90052,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: - - *357 - *358 - - *572 + - *359 + - *573 - *17 - *19 responses: @@ -90048,10 +90066,10 @@ paths: type: array items: *89 examples: - default: *574 + default: *575 headers: Link: *71 - '301': *361 + '301': *362 '404': *6 '410': *33 x-github: @@ -90081,9 +90099,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: - - *357 - *358 - - *572 + - *359 + - *573 requestBody: required: true content: @@ -90107,13 +90125,13 @@ paths: application/json: schema: *89 examples: - default: *571 + default: *572 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *361 + '301': *362 '403': *29 '410': *33 '422': *15 @@ -90146,9 +90164,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: - - *357 - *358 - - *572 + - *359 + - *573 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -90162,8 +90180,8 @@ paths: application/json: schema: *89 examples: - default: *571 - '301': *361 + default: *572 + '301': *362 '400': *14 '401': *25 '403': *29 @@ -90194,9 +90212,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *357 - *358 - - *572 + - *359 + - *573 - *17 - *19 responses: @@ -90208,10 +90226,10 @@ paths: type: array items: *89 examples: - default: *574 + default: *575 headers: Link: *71 - '301': *361 + '301': *362 '404': *6 '410': *33 x-github: @@ -90230,9 +90248,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *357 - *358 - - *572 + - *359 + - *573 - *17 - *19 responses: @@ -90246,7 +90264,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &581 + - &582 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -90299,7 +90317,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *575 + properties: *576 required: - label - id @@ -90311,7 +90329,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &582 + - &583 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -90364,7 +90382,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *575 + properties: *576 required: - label - id @@ -90410,7 +90428,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *575 + properties: *576 required: - id - node_id @@ -90469,7 +90487,7 @@ paths: - performed_via_github_app - assignee - assigner - - &583 + - &584 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -90520,7 +90538,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &584 + - &585 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -90571,7 +90589,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &585 + - &586 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -90625,7 +90643,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &586 + - &587 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -90672,7 +90690,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &587 + - &588 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -90719,7 +90737,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &588 + - &589 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -90779,7 +90797,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &589 + - &590 title: Locked Issue Event description: Locked Issue Event type: object @@ -90827,7 +90845,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &590 + - &591 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -90893,7 +90911,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &591 + - &592 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -90959,7 +90977,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &592 + - &593 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -91025,7 +91043,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &593 + - &594 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -91081,7 +91099,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &598 + - &599 title: Issue Type Added Issue Event description: Issue Type Added Issue Event type: object @@ -91114,7 +91132,7 @@ paths: nullable: true properties: *84 required: *85 - issue_type: *567 + issue_type: *568 intent: title: Issue Event Intent description: The intent behind an agent's action on an issue, @@ -91125,7 +91143,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *575 + properties: *576 required: - issue_type - id @@ -91137,7 +91155,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &599 + - &600 title: Issue Type Removed Issue Event description: Issue Type Removed Issue Event type: object @@ -91170,7 +91188,7 @@ paths: nullable: true properties: *84 required: *85 - prev_issue_type: *567 + prev_issue_type: *568 intent: title: Issue Event Intent description: The intent behind an agent's action on an issue, @@ -91181,7 +91199,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *575 + properties: *576 required: - prev_issue_type - id @@ -91193,7 +91211,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &600 + - &601 title: Issue Type Changed Issue Event description: Issue Type Changed Issue Event type: object @@ -91226,8 +91244,8 @@ paths: nullable: true properties: *84 required: *85 - issue_type: *567 - prev_issue_type: *567 + issue_type: *568 + prev_issue_type: *568 intent: title: Issue Event Intent description: The intent behind an agent's action on an issue, @@ -91238,7 +91256,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *575 + properties: *576 required: - issue_type - prev_issue_type @@ -91251,7 +91269,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &601 + - &602 title: Sub-issue Added Issue Event description: Sub-issue Added Issue Event type: object @@ -91291,8 +91309,8 @@ paths: events). type: object nullable: true - properties: *568 - required: *569 + properties: *569 + required: *570 required: - sub_issue - id @@ -91304,7 +91322,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &602 + - &603 title: Sub-issue Removed Issue Event description: Sub-issue Removed Issue Event type: object @@ -91344,8 +91362,8 @@ paths: events). type: object nullable: true - properties: *568 - required: *569 + properties: *569 + required: *570 required: - sub_issue - id @@ -91357,7 +91375,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &603 + - &604 title: Parent-issue Added Issue Event description: Parent-issue Added Issue Event type: object @@ -91397,8 +91415,8 @@ paths: events). type: object nullable: true - properties: *568 - required: *569 + properties: *569 + required: *570 required: - parent_issue - id @@ -91410,7 +91428,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &604 + - &605 title: Parent-issue Removed Issue Event description: Parent-issue Removed Issue Event type: object @@ -91450,8 +91468,8 @@ paths: events). type: object nullable: true - properties: *568 - required: *569 + properties: *569 + required: *570 required: - parent_issue - id @@ -91463,7 +91481,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &605 + - &606 title: Blocked-by Added Issue Event description: Blocked-by Added Issue Event type: object @@ -91503,8 +91521,8 @@ paths: events). type: object nullable: true - properties: *568 - required: *569 + properties: *569 + required: *570 required: - blocked_by - id @@ -91516,7 +91534,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &606 + - &607 title: Blocked-by Removed Issue Event description: Blocked-by Removed Issue Event type: object @@ -91556,8 +91574,8 @@ paths: events). type: object nullable: true - properties: *568 - required: *569 + properties: *569 + required: *570 required: - blocked_by - id @@ -91569,7 +91587,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &607 + - &608 title: Blocking Added Issue Event description: Blocking Added Issue Event type: object @@ -91609,8 +91627,8 @@ paths: events). type: object nullable: true - properties: *568 - required: *569 + properties: *569 + required: *570 required: - blocking - id @@ -91622,7 +91640,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &608 + - &609 title: Blocking Removed Issue Event description: Blocking Removed Issue Event type: object @@ -91662,8 +91680,8 @@ paths: events). type: object nullable: true - properties: *568 - required: *569 + properties: *569 + required: *570 required: - blocking - id @@ -91727,9 +91745,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#list-issue-field-values-for-an-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 - *17 - *19 responses: @@ -91739,9 +91757,9 @@ paths: application/json: schema: type: array - items: *576 + items: *577 examples: - default: &577 + default: &578 value: - issue_field_id: 1 issue_field_name: DRI @@ -91781,7 +91799,7 @@ paths: color: green headers: Link: *71 - '301': *361 + '301': *362 '404': *6 '410': *33 x-github: @@ -91812,9 +91830,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 requestBody: required: true content: @@ -91884,9 +91902,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *576 + items: *577 examples: - default: *577 + default: *578 '400': *14 '403': *29 '404': *6 @@ -91922,9 +91940,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 requestBody: required: true content: @@ -91989,9 +92007,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *576 + items: *577 examples: - default: *577 + default: *578 '400': *14 '403': *29 '404': *6 @@ -92022,10 +92040,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - - *357 - *358 - - *572 - - *257 + - *359 + - *573 + - *258 responses: '204': description: Issue field value deleted successfully @@ -92050,9 +92068,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 - *17 - *19 responses: @@ -92064,7 +92082,7 @@ paths: type: array items: *88 examples: - default: &578 + default: &579 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -92082,7 +92100,7 @@ paths: default: false headers: Link: *71 - '301': *361 + '301': *362 '404': *6 '410': *33 x-github: @@ -92100,9 +92118,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 requestBody: required: false content: @@ -92182,8 +92200,8 @@ paths: type: array items: *88 examples: - default: *578 - '301': *361 + default: *579 + '301': *362 '404': *6 '410': *33 '422': *15 @@ -92202,9 +92220,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 requestBody: required: false content: @@ -92266,8 +92284,8 @@ paths: type: array items: *88 examples: - default: *578 - '301': *361 + default: *579 + '301': *362 '404': *6 '410': *33 '422': *15 @@ -92286,13 +92304,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 responses: '204': description: Response - '301': *361 + '301': *362 '404': *6 '410': *33 x-github: @@ -92313,9 +92331,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 - name: name in: path required: true @@ -92339,7 +92357,7 @@ paths: description: Something isn't working color: f29513 default: true - '301': *361 + '301': *362 '404': *6 '410': *33 x-github: @@ -92361,9 +92379,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 requestBody: required: false content: @@ -92409,9 +92427,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 responses: '204': description: Response @@ -92441,9 +92459,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#get-parent-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 responses: '200': description: Response @@ -92451,8 +92469,8 @@ paths: application/json: schema: *89 examples: - default: *571 - '301': *361 + default: *572 + '301': *362 '404': *6 '410': *33 x-github: @@ -92471,9 +92489,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -92499,9 +92517,9 @@ paths: application/json: schema: type: array - items: *491 + items: *492 examples: - default: *563 + default: *564 headers: Link: *71 '404': *6 @@ -92523,9 +92541,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 requestBody: required: true content: @@ -92557,16 +92575,16 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: *492 + default: *493 '201': description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: *492 + default: *493 '422': *15 x-github: githubCloudOnly: false @@ -92588,10 +92606,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *357 - *358 - - *572 - - *564 + - *359 + - *573 + - *565 responses: '204': description: Response @@ -92620,9 +92638,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 requestBody: required: true content: @@ -92646,7 +92664,7 @@ paths: application/json: schema: *89 examples: - default: *571 + default: *572 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -92679,9 +92697,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *357 - *358 - - *572 + - *359 + - *573 - *17 - *19 responses: @@ -92693,7 +92711,7 @@ paths: type: array items: *89 examples: - default: *574 + default: *575 headers: Link: *71 '404': *6 @@ -92725,9 +92743,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 requestBody: required: true content: @@ -92756,7 +92774,7 @@ paths: application/json: schema: *89 examples: - default: *571 + default: *572 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 @@ -92783,9 +92801,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 requestBody: required: true content: @@ -92818,7 +92836,7 @@ paths: application/json: schema: *89 examples: - default: *571 + default: *572 '403': *29 '404': *6 '422': *7 @@ -92847,9 +92865,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-issue-suggestions parameters: - - *357 - *358 - - *572 + - *359 + - *573 - name: state in: query required: false @@ -92886,7 +92904,7 @@ paths: application/json: schema: type: array - items: &579 + items: &580 title: Issue Suggestion description: An agent-proposed change to an issue that a maintainer can approve or dismiss. @@ -93038,9 +93056,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#approve-an-issue-suggestion parameters: - - *357 - *358 - - *572 + - *359 + - *573 - name: suggestion_id in: path required: true @@ -93052,9 +93070,9 @@ paths: description: Response content: application/json: - schema: *579 + schema: *580 examples: - default: &580 + default: &581 value: id: 12 issue_id: 4567 @@ -93092,9 +93110,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#dismiss-an-issue-suggestion parameters: - - *357 - *358 - - *572 + - *359 + - *573 - name: suggestion_id in: path required: true @@ -93106,9 +93124,9 @@ paths: description: Response content: application/json: - schema: *579 + schema: *580 examples: - default: *580 + default: *581 '403': *29 '404': *6 '422': *15 @@ -93128,9 +93146,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *357 - *358 - - *572 + - *359 + - *573 - *17 - *19 - name: exclude @@ -93151,7 +93169,6 @@ paths: description: Timeline Event type: object anyOf: - - *581 - *582 - *583 - *584 @@ -93164,6 +93181,7 @@ paths: - *591 - *592 - *593 + - *594 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -93224,15 +93242,15 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *594 - required: *595 + properties: *595 + required: *596 nullable: true minimized: title: Minimized Issue Comment description: Details about why an issue comment was minimized. type: object - properties: *596 - required: *597 + properties: *597 + required: *598 nullable: true required: - event @@ -93487,7 +93505,7 @@ paths: type: string comments: type: array - items: &629 + items: &630 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -93702,7 +93720,7 @@ paths: type: string comments: type: array - items: *490 + items: *491 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -93746,7 +93764,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *575 + properties: *576 required: - id - node_id @@ -93847,7 +93865,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *575 + properties: *576 required: - id - node_id @@ -93858,7 +93876,6 @@ paths: - commit_url - created_at - performed_via_github_app - - *598 - *599 - *600 - *601 @@ -93869,6 +93886,7 @@ paths: - *606 - *607 - *608 + - *609 examples: default: value: @@ -94042,8 +94060,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -94053,7 +94071,7 @@ paths: application/json: schema: type: array - items: &609 + items: &610 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -94119,8 +94137,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -94156,9 +94174,9 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: - default: &610 + default: &611 value: id: 1 key: ssh-rsa AAA... @@ -94192,9 +94210,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *357 - *358 - - &611 + - *359 + - &612 name: key_id description: The unique identifier of the key. in: path @@ -94206,9 +94224,9 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: - default: *610 + default: *611 '404': *6 x-github: githubCloudOnly: false @@ -94226,9 +94244,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *357 - *358 - - *611 + - *359 + - *612 responses: '204': description: Response @@ -94248,8 +94266,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -94261,7 +94279,7 @@ paths: type: array items: *88 examples: - default: *578 + default: *579 headers: Link: *71 '404': *6 @@ -94282,8 +94300,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -94321,7 +94339,7 @@ paths: application/json: schema: *88 examples: - default: &612 + default: &613 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -94353,8 +94371,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *357 - *358 + - *359 - name: name in: path required: true @@ -94367,7 +94385,7 @@ paths: application/json: schema: *88 examples: - default: *612 + default: *613 '404': *6 x-github: githubCloudOnly: false @@ -94384,8 +94402,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *357 - *358 + - *359 - name: name in: path required: true @@ -94450,8 +94468,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *357 - *358 + - *359 - name: name in: path required: true @@ -94477,8 +94495,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -94517,9 +94535,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *357 - *358 - - *463 + - *359 + - *464 responses: '200': description: Response @@ -94664,8 +94682,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -94730,8 +94748,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -94765,9 +94783,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *493 + schema: *494 examples: - default: *613 + default: *614 '204': description: Response when already merged '404': @@ -94792,8 +94810,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *357 - *358 + - *359 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -94834,12 +94852,12 @@ paths: application/json: schema: type: array - items: &614 + items: &615 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *295 - required: *296 + properties: *296 + required: *297 examples: default: value: @@ -94895,8 +94913,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -94936,9 +94954,9 @@ paths: description: Response content: application/json: - schema: *614 + schema: *615 examples: - default: &615 + default: &616 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -94997,9 +95015,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *357 - *358 - - &616 + - *359 + - &617 name: milestone_number description: The number that identifies the milestone. in: path @@ -95011,9 +95029,9 @@ paths: description: Response content: application/json: - schema: *614 + schema: *615 examples: - default: *615 + default: *616 '404': *6 x-github: githubCloudOnly: false @@ -95030,9 +95048,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *357 - *358 - - *616 + - *359 + - *617 requestBody: required: false content: @@ -95070,9 +95088,9 @@ paths: description: Response content: application/json: - schema: *614 + schema: *615 examples: - default: *615 + default: *616 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95088,9 +95106,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *357 - *358 - - *616 + - *359 + - *617 responses: '204': description: Response @@ -95111,9 +95129,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *357 - *358 - - *616 + - *359 + - *617 - *17 - *19 responses: @@ -95125,7 +95143,7 @@ paths: type: array items: *88 examples: - default: *578 + default: *579 headers: Link: *71 x-github: @@ -95144,12 +95162,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *357 - *358 - - *617 + - *359 - *618 - - *96 - *619 + - *96 + - *620 - *17 - *19 responses: @@ -95161,7 +95179,7 @@ paths: type: array items: *116 examples: - default: *620 + default: *621 headers: Link: *71 x-github: @@ -95185,8 +95203,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *357 - *358 + - *359 requestBody: required: false content: @@ -95244,14 +95262,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *357 - *358 + - *359 responses: '200': description: Response content: application/json: - schema: &621 + schema: &622 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -95376,7 +95394,7 @@ paths: - custom_404 - public examples: - default: &622 + default: &623 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -95417,8 +95435,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -95472,9 +95490,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *622 examples: - default: *622 + default: *623 '422': *15 '409': *55 x-github: @@ -95497,8 +95515,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -95597,8 +95615,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *357 - *358 + - *359 responses: '204': description: Response @@ -95624,8 +95642,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -95635,7 +95653,7 @@ paths: application/json: schema: type: array - items: &623 + items: &624 title: Page Build description: Page Build type: object @@ -95729,8 +95747,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *357 - *358 + - *359 responses: '201': description: Response @@ -95775,16 +95793,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *357 - *358 + - *359 responses: '200': description: Response content: application/json: - schema: *623 + schema: *624 examples: - default: &624 + default: &625 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -95832,8 +95850,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *357 - *358 + - *359 - name: build_id in: path required: true @@ -95844,9 +95862,9 @@ paths: description: Response content: application/json: - schema: *623 + schema: *624 examples: - default: *624 + default: *625 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95866,8 +95884,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -95972,9 +95990,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *357 - *358 - - &625 + - *359 + - &626 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -96032,9 +96050,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *357 - *358 - - *625 + - *359 + - *626 responses: '204': *60 '404': *6 @@ -96061,8 +96079,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -96320,8 +96338,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-private-vulnerability-reporting-is-enabled-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Private vulnerability reporting status @@ -96358,8 +96376,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *357 - *358 + - *359 responses: '204': *60 '422': *14 @@ -96380,8 +96398,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *357 - *358 + - *359 responses: '204': *60 '422': *14 @@ -96403,8 +96421,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -96412,7 +96430,7 @@ paths: application/json: schema: type: array - items: *310 + items: *311 examples: default: value: @@ -96443,8 +96461,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -96456,7 +96474,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *310 + items: *311 required: - properties examples: @@ -96506,8 +96524,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *357 - *358 + - *359 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -96567,9 +96585,9 @@ paths: application/json: schema: type: array - items: *455 + items: *456 examples: - default: *626 + default: *627 headers: Link: *71 '304': *38 @@ -96601,8 +96619,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -96667,7 +96685,7 @@ paths: description: Response content: application/json: - schema: &631 + schema: &632 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -96778,8 +96796,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *295 - required: *296 + properties: *296 + required: *297 nullable: true active_lock_reason: type: string @@ -96811,7 +96829,7 @@ paths: items: *4 requested_teams: type: array - items: *349 + items: *350 head: type: object properties: @@ -96849,14 +96867,14 @@ paths: _links: type: object properties: - comments: *297 - commits: *297 - statuses: *297 - html: *297 - issue: *297 - review_comments: *297 - review_comment: *297 - self: *297 + comments: *298 + commits: *298 + statuses: *298 + html: *298 + issue: *298 + review_comments: *298 + review_comment: *298 + self: *298 required: - comments - commits @@ -96867,8 +96885,8 @@ paths: - review_comment - self author_association: *86 - auto_merge: *627 - stack: *628 + auto_merge: *628 + stack: *629 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -96958,7 +96976,7 @@ paths: - merged_by - review_comments examples: - default: &632 + default: &633 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -97465,8 +97483,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *357 - *358 + - *359 - name: sort in: query required: false @@ -97495,9 +97513,9 @@ paths: application/json: schema: type: array - items: *629 + items: *630 examples: - default: &634 + default: &635 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -97574,17 +97592,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *357 - *358 + - *359 - *105 responses: '200': description: Response content: application/json: - schema: *629 + schema: *630 examples: - default: &630 + default: &631 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -97659,8 +97677,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *357 - *358 + - *359 - *105 requestBody: required: true @@ -97683,9 +97701,9 @@ paths: description: Response content: application/json: - schema: *629 + schema: *630 examples: - default: *630 + default: *631 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97701,8 +97719,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *357 - *358 + - *359 - *105 responses: '204': @@ -97724,8 +97742,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *357 - *358 + - *359 - *105 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -97752,9 +97770,9 @@ paths: application/json: schema: type: array - items: *491 + items: *492 examples: - default: *563 + default: *564 headers: Link: *71 '404': *6 @@ -97775,8 +97793,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *357 - *358 + - *359 - *105 requestBody: required: true @@ -97809,16 +97827,16 @@ paths: description: Reaction exists content: application/json: - schema: *491 + schema: *492 examples: - default: *492 + default: *493 '201': description: Reaction created content: application/json: - schema: *491 + schema: *492 examples: - default: *492 + default: *493 '422': *15 x-github: githubCloudOnly: false @@ -97840,10 +97858,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *357 - *358 + - *359 - *105 - - *564 + - *565 responses: '204': description: Response @@ -97886,9 +97904,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *357 - *358 - - &633 + - *359 + - &634 name: pull_number description: The number that identifies the pull request. in: path @@ -97901,9 +97919,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *631 + schema: *632 examples: - default: *632 + default: *633 '304': *38 '404': *6 '406': @@ -97938,9 +97956,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *357 - *358 - - *633 + - *359 + - *634 requestBody: required: false content: @@ -97982,9 +98000,9 @@ paths: description: Response content: application/json: - schema: *631 + schema: *632 examples: - default: *632 + default: *633 '422': *15 '403': *29 x-github: @@ -98006,9 +98024,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *357 - *358 - - *633 + - *359 + - *634 requestBody: required: true content: @@ -98068,17 +98086,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *263 + schema: *264 examples: - default: *480 + default: *481 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *263 + schema: *264 examples: - default: *480 + default: *481 '401': *25 '403': *29 '404': *6 @@ -98108,9 +98126,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *357 - *358 - - *633 + - *359 + - *634 - *113 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -98131,9 +98149,9 @@ paths: application/json: schema: type: array - items: *629 + items: *630 examples: - default: *634 + default: *635 headers: Link: *71 x-github: @@ -98166,9 +98184,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *357 - *358 - - *633 + - *359 + - *634 requestBody: required: true content: @@ -98273,7 +98291,7 @@ paths: description: Response content: application/json: - schema: *629 + schema: *630 examples: example-for-a-multi-line-comment: value: @@ -98361,9 +98379,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *357 - *358 - - *633 + - *359 + - *634 - *105 requestBody: required: true @@ -98386,7 +98404,7 @@ paths: description: Response content: application/json: - schema: *629 + schema: *630 examples: default: value: @@ -98472,9 +98490,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *357 - *358 - - *633 + - *359 + - *634 - *17 - *19 responses: @@ -98484,9 +98502,9 @@ paths: application/json: schema: type: array - items: *493 + items: *494 examples: - default: *635 + default: *636 headers: Link: *71 x-github: @@ -98516,9 +98534,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *357 - *358 - - *633 + - *359 + - *634 - *17 - *19 responses: @@ -98528,7 +98546,7 @@ paths: application/json: schema: type: array - items: *505 + items: *506 examples: default: value: @@ -98566,9 +98584,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *357 - *358 - - *633 + - *359 + - *634 responses: '204': description: Response if pull request has been merged @@ -98591,9 +98609,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *357 - *358 - - *633 + - *359 + - *634 requestBody: required: false content: @@ -98715,9 +98733,9 @@ paths: category: pulls subcategory: pulls parameters: - - *357 - *358 - - *633 + - *359 + - *634 requestBody: required: false content: @@ -98769,7 +98787,7 @@ paths: description: if the merge request was accepted and will run in the background content: application/json: - schema: &636 + schema: &637 title: Pull Request Merge Async Result description: Pull Request Merge Async Result type: object @@ -98854,7 +98872,7 @@ paths: merge queue content: application/json: - schema: *636 + schema: *637 examples: response-if-pull-request-was-already-merged: summary: Already merged @@ -98874,7 +98892,7 @@ paths: this pull request content: application/json: - schema: *636 + schema: *637 examples: response-if-a-merge-request-already-exists: value: @@ -98890,7 +98908,7 @@ paths: it is closed content: application/json: - schema: *636 + schema: *637 examples: response-if-pull-request-is-not-ready-to-be-merged: value: @@ -98922,9 +98940,9 @@ paths: category: pulls subcategory: pulls parameters: - - *357 - *358 - - *633 + - *359 + - *634 - name: uuid description: The UUID of the asynchronous merge request, as returned when the merge was requested. @@ -98937,7 +98955,7 @@ paths: description: the current result of the asynchronous merge request content: application/json: - schema: *636 + schema: *637 examples: response-if-the-merge-is-still-queued: summary: Still queued @@ -98985,9 +99003,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *357 - *358 - - *633 + - *359 + - *634 responses: '200': description: Response @@ -99062,9 +99080,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *357 - *358 - - *633 + - *359 + - *634 requestBody: required: false content: @@ -99101,7 +99119,7 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: default: value: @@ -99637,9 +99655,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *357 - *358 - - *633 + - *359 + - *634 requestBody: required: true content: @@ -99673,7 +99691,7 @@ paths: description: Response content: application/json: - schema: *455 + schema: *456 examples: default: value: @@ -100158,9 +100176,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *357 - *358 - - *633 + - *359 + - *634 - *17 - *19 responses: @@ -100170,7 +100188,7 @@ paths: application/json: schema: type: array - items: &637 + items: &638 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -100321,9 +100339,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *357 - *358 - - *633 + - *359 + - *634 requestBody: required: false content: @@ -100409,9 +100427,9 @@ paths: description: Response content: application/json: - schema: *637 + schema: *638 examples: - default: &639 + default: &640 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -100474,10 +100492,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *357 - *358 - - *633 - - &638 + - *359 + - *634 + - &639 name: review_id description: The unique identifier of the review. in: path @@ -100489,9 +100507,9 @@ paths: description: Response content: application/json: - schema: *637 + schema: *638 examples: - default: &640 + default: &641 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -100550,10 +100568,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *357 - *358 - - *633 - - *638 + - *359 + - *634 + - *639 requestBody: required: true content: @@ -100576,7 +100594,7 @@ paths: description: Response content: application/json: - schema: *637 + schema: *638 examples: default: value: @@ -100638,18 +100656,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *357 - *358 - - *633 - - *638 + - *359 + - *634 + - *639 responses: '200': description: Response content: application/json: - schema: *637 + schema: *638 examples: - default: *639 + default: *640 '422': *7 '404': *6 x-github: @@ -100676,10 +100694,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *357 - *358 - - *633 - - *638 + - *359 + - *634 + - *639 - *17 - *19 responses: @@ -100762,9 +100780,9 @@ paths: _links: type: object properties: - self: *297 - html: *297 - pull_request: *297 + self: *298 + html: *298 + pull_request: *298 required: - self - html @@ -100914,10 +100932,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *357 - *358 - - *633 - - *638 + - *359 + - *634 + - *639 requestBody: required: true content: @@ -100945,7 +100963,7 @@ paths: description: Response content: application/json: - schema: *637 + schema: *638 examples: default: value: @@ -101008,10 +101026,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *357 - *358 - - *633 - - *638 + - *359 + - *634 + - *639 requestBody: required: true content: @@ -101046,9 +101064,9 @@ paths: description: Response content: application/json: - schema: *637 + schema: *638 examples: - default: *640 + default: *641 '404': *6 '422': *7 '403': *29 @@ -101070,9 +101088,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *357 - *358 - - *633 + - *359 + - *634 requestBody: required: false content: @@ -101135,8 +101153,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *357 - *358 + - *359 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -101149,9 +101167,9 @@ paths: description: Response content: application/json: - schema: *641 + schema: *642 examples: - default: &642 + default: &643 value: type: file encoding: base64 @@ -101193,8 +101211,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *357 - *358 + - *359 - name: dir description: The alternate path to look for a README file in: path @@ -101214,9 +101232,9 @@ paths: description: Response content: application/json: - schema: *641 + schema: *642 examples: - default: *642 + default: *643 '404': *6 '422': *15 x-github: @@ -101238,8 +101256,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -101249,7 +101267,7 @@ paths: application/json: schema: type: array - items: *643 + items: *644 examples: default: value: @@ -101348,8 +101366,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -101425,9 +101443,9 @@ paths: description: Response content: application/json: - schema: *643 + schema: *644 examples: - default: &647 + default: &648 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -101532,9 +101550,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *357 - *358 - - &645 + - *359 + - &646 name: asset_id description: The unique identifier of the asset. in: path @@ -101546,9 +101564,9 @@ paths: description: Response content: application/json: - schema: *644 + schema: *645 examples: - default: &646 + default: &647 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -101583,7 +101601,7 @@ paths: type: User site_admin: false '404': *6 - '302': *509 + '302': *510 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101599,9 +101617,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *357 - *358 - - *645 + - *359 + - *646 requestBody: required: false content: @@ -101629,9 +101647,9 @@ paths: description: Response content: application/json: - schema: *644 + schema: *645 examples: - default: *646 + default: *647 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101647,9 +101665,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *357 - *358 - - *645 + - *359 + - *646 responses: '204': description: Response @@ -101674,8 +101692,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -101760,16 +101778,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *357 - *358 + - *359 responses: '200': description: Response content: application/json: - schema: *643 + schema: *644 examples: - default: *647 + default: *648 '404': *6 x-github: githubCloudOnly: false @@ -101787,8 +101805,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *357 - *358 + - *359 - name: tag description: tag parameter in: path @@ -101801,9 +101819,9 @@ paths: description: Response content: application/json: - schema: *643 + schema: *644 examples: - default: *647 + default: *648 '404': *6 x-github: githubCloudOnly: false @@ -101825,9 +101843,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *357 - *358 - - &648 + - *359 + - &649 name: release_id description: The unique identifier of the release. in: path @@ -101841,9 +101859,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *643 + schema: *644 examples: - default: *647 + default: *648 '401': description: Unauthorized x-github: @@ -101867,9 +101885,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *357 - *358 - - *648 + - *359 + - *649 requestBody: required: false content: @@ -101933,9 +101951,9 @@ paths: description: Response content: application/json: - schema: *643 + schema: *644 examples: - default: *647 + default: *648 '404': description: Not Found if the discussion category name is invalid content: @@ -101956,9 +101974,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *357 - *358 - - *648 + - *359 + - *649 responses: '204': description: Response @@ -101979,9 +101997,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *357 - *358 - - *648 + - *359 + - *649 - *17 - *19 responses: @@ -101991,7 +102009,7 @@ paths: application/json: schema: type: array - items: *644 + items: *645 examples: default: value: @@ -102072,9 +102090,9 @@ paths: description: The URL origin (protocol + host name + port) is included in `upload_url` returned in the response of the "Create a release" endpoint parameters: - - *357 - *358 - - *648 + - *359 + - *649 - name: name in: query required: true @@ -102100,7 +102118,7 @@ paths: description: Response for successful upload content: application/json: - schema: *644 + schema: *645 examples: response-for-successful-upload: value: @@ -102155,9 +102173,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *357 - *358 - - *648 + - *359 + - *649 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -102181,9 +102199,9 @@ paths: application/json: schema: type: array - items: *491 + items: *492 examples: - default: *563 + default: *564 headers: Link: *71 '404': *6 @@ -102204,9 +102222,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *357 - *358 - - *648 + - *359 + - *649 requestBody: required: true content: @@ -102236,16 +102254,16 @@ paths: description: Reaction exists content: application/json: - schema: *491 + schema: *492 examples: - default: *492 + default: *493 '201': description: Reaction created content: application/json: - schema: *491 + schema: *492 examples: - default: *492 + default: *493 '422': *15 x-github: githubCloudOnly: false @@ -102267,10 +102285,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *357 - *358 - - *648 - - *564 + - *359 + - *649 + - *565 responses: '204': description: Response @@ -102294,9 +102312,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *357 - *358 - - *423 + - *359 + - *424 - *17 - *19 responses: @@ -102312,8 +102330,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *319 - - &649 + - *320 + - &650 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -102332,72 +102350,72 @@ paths: ruleset_id: type: integer description: The ID of the ruleset that includes this rule. - - allOf: - - *320 - - *649 - allOf: - *321 - - *649 + - *650 - allOf: - *322 - - *649 - - allOf: - *650 - - *649 - allOf: - *323 - - *649 + - *650 + - allOf: + - *651 + - *650 - allOf: - *324 - - *649 + - *650 - allOf: - *325 - - *649 + - *650 - allOf: - *326 - - *649 + - *650 - allOf: - *327 - - *649 + - *650 - allOf: - *328 - - *649 + - *650 - allOf: - *329 - - *649 + - *650 - allOf: - *330 - - *649 + - *650 - allOf: - *331 - - *649 + - *650 - allOf: - *332 - - *649 + - *650 - allOf: - - *337 - - *649 + - *333 + - *650 - allOf: - *338 - - *649 + - *650 - allOf: - *339 - - *649 + - *650 - allOf: - - *651 - - *649 + - *340 + - *650 - allOf: - - *333 - - *649 + - *652 + - *650 - allOf: - *334 - - *649 + - *650 - allOf: - *335 - - *649 + - *650 - allOf: - *336 - - *649 + - *650 + - allOf: + - *337 + - *650 examples: default: value: @@ -102436,8 +102454,8 @@ paths: category: repos subcategory: rules parameters: - - *357 - *358 + - *359 - *17 - *19 - name: includes_parents @@ -102448,7 +102466,7 @@ paths: schema: type: boolean default: true - - *652 + - *653 responses: '200': description: Response @@ -102456,7 +102474,7 @@ paths: application/json: schema: type: array - items: *340 + items: *341 examples: default: value: @@ -102503,8 +102521,8 @@ paths: category: repos subcategory: rules parameters: - - *357 - *358 + - *359 requestBody: description: Request body required: true @@ -102524,16 +102542,16 @@ paths: - tag - push default: branch - enforcement: *316 + enforcement: *317 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *317 - conditions: *314 + items: *318 + conditions: *315 rules: type: array description: An array of rules within the ruleset. - items: *653 + items: *654 required: - name - enforcement @@ -102564,9 +102582,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: &664 + default: &665 value: id: 42 name: super cool ruleset @@ -102614,13 +102632,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *357 - *358 - - *654 + - *359 - *655 - *656 - *657 - *658 + - *659 - *17 - *19 responses: @@ -102628,9 +102646,9 @@ paths: description: Response content: application/json: - schema: *659 + schema: *660 examples: - default: *660 + default: *661 '404': *6 '500': *56 x-github: @@ -102651,17 +102669,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *357 - *358 - - *661 + - *359 + - *662 responses: '200': description: Response content: application/json: - schema: *662 + schema: *663 examples: - default: *663 + default: *664 '404': *6 '500': *56 x-github: @@ -102689,8 +102707,8 @@ paths: category: repos subcategory: rules parameters: - - *357 - *358 + - *359 - name: ruleset_id description: The ID of the ruleset. in: path @@ -102710,9 +102728,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *664 + default: *665 '404': *6 '500': *56 put: @@ -102730,8 +102748,8 @@ paths: category: repos subcategory: rules parameters: - - *357 - *358 + - *359 - name: ruleset_id description: The ID of the ruleset. in: path @@ -102756,16 +102774,16 @@ paths: - branch - tag - push - enforcement: *316 + enforcement: *317 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *317 - conditions: *314 + items: *318 + conditions: *315 rules: description: An array of rules within the ruleset. type: array - items: *653 + items: *654 examples: default: value: @@ -102793,9 +102811,9 @@ paths: description: Response content: application/json: - schema: *340 + schema: *341 examples: - default: *664 + default: *665 '404': *6 '422': *15 '500': *56 @@ -102814,8 +102832,8 @@ paths: category: repos subcategory: rules parameters: - - *357 - *358 + - *359 - name: ruleset_id description: The ID of the ruleset. in: path @@ -102838,8 +102856,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-history parameters: - - *357 - *358 + - *359 - *17 - *19 - name: ruleset_id @@ -102855,9 +102873,9 @@ paths: application/json: schema: type: array - items: *343 + items: *344 examples: - default: *665 + default: *666 '404': *6 '500': *56 x-github: @@ -102876,8 +102894,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-version parameters: - - *357 - *358 + - *359 - name: ruleset_id description: The ID of the ruleset. in: path @@ -102895,7 +102913,7 @@ paths: description: Response content: application/json: - schema: *666 + schema: *667 examples: default: value: @@ -102950,9 +102968,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *357 - *358 - - *667 + - *359 - *668 - *669 - *670 @@ -102960,10 +102977,10 @@ paths: - *672 - *673 - *674 + - *675 - *63 - *19 - *17 - - *675 - *676 - *677 - *678 @@ -102972,6 +102989,7 @@ paths: - *681 - *682 - *683 + - *684 responses: '200': description: Response @@ -102998,8 +103016,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *684 - resolution: *685 + state: *685 + resolution: *686 resolved_at: type: string format: date-time @@ -103105,7 +103123,7 @@ paths: pull request. ' - oneOf: *686 + oneOf: *687 nullable: true has_more_locations: type: boolean @@ -103269,16 +103287,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *357 - *358 - - *457 - - *680 + - *359 + - *458 + - *681 responses: '200': description: Response content: application/json: - schema: &687 + schema: &688 type: object properties: number: *189 @@ -103296,8 +103314,8 @@ paths: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *684 - resolution: *685 + state: *685 + resolution: *686 resolved_at: type: string format: date-time @@ -103403,7 +103421,7 @@ paths: pull request. ' - oneOf: *686 + oneOf: *687 nullable: true has_more_locations: type: boolean @@ -103431,7 +103449,7 @@ paths: properties: *20 required: *21 nullable: true - metadata: &860 + metadata: &861 type: array description: A list of metadata key/value pairs associated with the secret scanning alert. @@ -103504,9 +103522,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *357 - *358 - - *457 + - *359 + - *458 requestBody: required: true content: @@ -103514,8 +103532,8 @@ paths: schema: type: object properties: - state: *684 - resolution: *685 + state: *685 + resolution: *686 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -103559,7 +103577,7 @@ paths: description: Response content: application/json: - schema: *687 + schema: *688 examples: default: value: @@ -103661,9 +103679,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *357 - *358 - - *457 + - *359 + - *458 - *19 - *17 responses: @@ -103674,7 +103692,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &862 + items: &863 type: object properties: type: @@ -103700,7 +103718,6 @@ paths: example: commit details: oneOf: - - *688 - *689 - *690 - *691 @@ -103713,6 +103730,7 @@ paths: - *698 - *699 - *700 + - *701 examples: default: value: @@ -103801,11 +103819,11 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *357 - *358 - - *701 + - *359 - *702 - *703 + - *704 - *63 - *19 - *17 @@ -103816,9 +103834,9 @@ paths: application/json: schema: type: array - items: *344 + items: *345 examples: - default: *704 + default: *705 headers: Link: *71 '403': *29 @@ -103841,8 +103859,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -103855,9 +103873,9 @@ paths: patterns: type: array description: The list of custom patterns to create. - items: *705 + items: *706 examples: - default: *706 + default: *707 responses: '201': description: All patterns created successfully. @@ -103869,9 +103887,9 @@ paths: created_patterns: type: array description: The list of successfully created custom patterns. - items: *344 + items: *345 examples: - default: *707 + default: *708 '400': *14 '403': *29 '404': *6 @@ -103895,7 +103913,7 @@ paths: errors: type: array description: List of validation errors for this pattern. - items: *708 + items: *709 delete: summary: Bulk delete repository custom patterns description: |- @@ -103914,8 +103932,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -103929,7 +103947,7 @@ paths: type: array description: The list of custom patterns to delete. maxItems: 500 - items: *709 + items: *710 post_delete_action: type: string description: |- @@ -103942,14 +103960,14 @@ paths: - resolve_alerts default: delete_alerts examples: - default: *710 + default: *711 responses: '204': description: All patterns deleted successfully. '400': *14 '403': *29 '404': *6 - '412': *346 + '412': *347 "/repos/{owner}/{repo}/secret-scanning/custom-patterns/{pattern_id}": patch: summary: Update a repository custom pattern @@ -103969,8 +103987,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *357 - *358 + - *359 - name: pattern_id in: path required: true @@ -103981,21 +103999,21 @@ paths: required: true content: application/json: - schema: *711 + schema: *712 examples: - default: *712 + default: *713 responses: '200': description: Pattern updated successfully. content: application/json: - schema: *344 + schema: *345 examples: - default: *713 + default: *714 '400': *14 '403': *29 '404': *6 - '412': *346 + '412': *347 '422': *15 "/repos/{owner}/{repo}/secret-scanning/push-protection-bypasses": post: @@ -104013,8 +104031,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -104022,14 +104040,14 @@ paths: schema: type: object properties: - reason: &715 + reason: &716 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *714 + placeholder_id: *715 required: - reason - placeholder_id @@ -104046,7 +104064,7 @@ paths: schema: type: object properties: - reason: *715 + reason: *716 expire_at: type: string format: date-time @@ -104092,8 +104110,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *357 - *358 + - *359 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -104108,7 +104126,7 @@ paths: properties: incremental_scans: type: array - items: &716 + items: &717 description: Information on a single scan performed by secret scanning on the repository type: object @@ -104139,15 +104157,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *716 + items: *717 backfill_scans: type: array - items: *716 + items: *717 custom_pattern_backfill_scans: type: array items: allOf: - - *716 + - *717 - type: object properties: pattern_name: @@ -104160,7 +104178,7 @@ paths: one of "repository", "organization", or "enterprise" generic_secrets_backfill_scans: type: array - items: *716 + items: *717 examples: default: value: @@ -104225,8 +104243,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *357 - *358 + - *359 - *63 - name: sort description: The property to sort the results by. @@ -104270,9 +104288,9 @@ paths: application/json: schema: type: array - items: *717 + items: *718 examples: - default: *718 + default: *719 '400': *14 '404': *6 x-github: @@ -104295,8 +104313,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -104369,7 +104387,7 @@ paths: login: type: string description: The username of the user credited. - type: *348 + type: *349 required: - login - type @@ -104456,9 +104474,9 @@ paths: description: Response content: application/json: - schema: *717 + schema: *718 examples: - default: &720 + default: &721 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -104688,8 +104706,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -104793,7 +104811,7 @@ paths: description: Response content: application/json: - schema: *717 + schema: *718 examples: default: value: @@ -104939,17 +104957,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *357 - *358 - - *719 + - *359 + - *720 responses: '200': description: Response content: application/json: - schema: *717 + schema: *718 examples: - default: *720 + default: *721 '403': *29 '404': *6 x-github: @@ -104973,9 +104991,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *357 - *358 - - *719 + - *359 + - *720 requestBody: required: true content: @@ -105048,7 +105066,7 @@ paths: login: type: string description: The username of the user credited. - type: *348 + type: *349 required: - login - type @@ -105134,10 +105152,10 @@ paths: description: Response content: application/json: - schema: *717 + schema: *718 examples: - default: *720 - add_credit: *720 + default: *721 + add_credit: *721 '403': *29 '404': *6 '422': @@ -105175,9 +105193,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *357 - *358 - - *719 + - *359 + - *720 responses: '202': *40 '400': *14 @@ -105204,17 +105222,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *357 - *358 - - *719 + - *359 + - *720 responses: '202': description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *362 + default: *363 '400': *14 '422': *15 '403': *29 @@ -105235,8 +105253,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/stacks#list-pull-request-stacks parameters: - - *357 - *358 + - *359 - name: pull_request description: Filter to the stack containing this repository pull request number. in: query @@ -105368,8 +105386,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/stacks#create-a-pull-request-stack parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -105436,7 +105454,7 @@ paths: format: date-time pull_requests: type: array - items: &721 + items: &722 title: Pull Request Stack Pull Request type: object allOf: @@ -105662,8 +105680,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/stacks#get-a-pull-request-stack parameters: - - *357 - *358 + - *359 - name: stack_number description: The number that identifies the pull request stack. in: path @@ -105712,7 +105730,7 @@ paths: format: date-time pull_requests: type: array - items: *721 + items: *722 examples: default: value: @@ -105832,8 +105850,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/stacks#add-pull-requests-to-a-pull-request-stack parameters: - - *357 - *358 + - *359 - name: stack_number description: The number that identifies the pull request stack. in: path @@ -105905,7 +105923,7 @@ paths: format: date-time pull_requests: type: array - items: *721 + items: *722 examples: default: value: @@ -106109,8 +106127,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/stacks#remove-pull-requests-from-a-pull-request-stack parameters: - - *357 - *358 + - *359 - name: stack_number description: The number that identifies the pull request stack. in: path @@ -106159,7 +106177,7 @@ paths: format: date-time pull_requests: type: array - items: *721 + items: *722 examples: default: value: @@ -106265,8 +106283,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -106365,8 +106383,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *357 - *358 + - *359 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -106375,7 +106393,7 @@ paths: application/json: schema: type: array - items: &722 + items: &723 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -106408,8 +106426,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -106485,8 +106503,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -106582,8 +106600,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *357 - *358 + - *359 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -106737,8 +106755,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *357 - *358 + - *359 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -106748,7 +106766,7 @@ paths: application/json: schema: type: array - items: *722 + items: *723 examples: default: value: @@ -106781,8 +106799,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *357 - *358 + - *359 - name: sha in: path required: true @@ -106836,7 +106854,7 @@ paths: description: Response content: application/json: - schema: *723 + schema: *724 examples: default: value: @@ -106890,8 +106908,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -106923,14 +106941,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *357 - *358 + - *359 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &724 + schema: &725 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -106998,8 +107016,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *357 - *358 + - *359 requestBody: required: false content: @@ -107025,7 +107043,7 @@ paths: description: Response content: application/json: - schema: *724 + schema: *725 examples: default: value: @@ -107052,8 +107070,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *357 - *358 + - *359 responses: '204': description: Response @@ -107073,8 +107091,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -107153,8 +107171,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *357 - *358 + - *359 - name: ref in: path required: true @@ -107190,8 +107208,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *357 - *358 + - *359 - *17 - *19 responses: @@ -107203,7 +107221,7 @@ paths: type: array items: *211 examples: - default: *275 + default: *276 headers: Link: *71 '404': *6 @@ -107223,8 +107241,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *357 - *358 + - *359 - *19 - *17 responses: @@ -107232,7 +107250,7 @@ paths: description: Response content: application/json: - schema: &725 + schema: &726 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -107244,7 +107262,7 @@ paths: required: - names examples: - default: &726 + default: &727 value: names: - octocat @@ -107267,8 +107285,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -107299,9 +107317,9 @@ paths: description: Response content: application/json: - schema: *725 + schema: *726 examples: - default: *726 + default: *727 '404': *6 '422': *7 x-github: @@ -107322,9 +107340,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *357 - *358 - - &727 + - *359 + - &728 name: per description: The time frame to display results for. in: query @@ -107353,7 +107371,7 @@ paths: example: 128 clones: type: array - items: &728 + items: &729 title: Traffic type: object properties: @@ -107440,8 +107458,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -107531,8 +107549,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *357 - *358 + - *359 responses: '200': description: Response @@ -107592,9 +107610,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *357 - *358 - - *727 + - *359 + - *728 responses: '200': description: Response @@ -107613,7 +107631,7 @@ paths: example: 3782 views: type: array - items: *728 + items: *729 required: - uniques - count @@ -107690,8 +107708,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *357 - *358 + - *359 requestBody: required: true content: @@ -107964,8 +107982,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *357 - *358 + - *359 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -107988,8 +108006,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *357 - *358 + - *359 responses: '204': description: Response @@ -108011,8 +108029,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *357 - *358 + - *359 responses: '204': description: Response @@ -108038,8 +108056,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *357 - *358 + - *359 - name: ref in: path required: true @@ -108131,9 +108149,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *362 + default: *363 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -108384,7 +108402,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &729 + text_matches: &730 title: Search Result Text Matches type: array items: @@ -108546,7 +108564,7 @@ paths: enum: - author-date - committer-date - - &730 + - &731 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 @@ -108617,7 +108635,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *421 + properties: *422 nullable: true comment_count: type: integer @@ -108637,7 +108655,7 @@ paths: url: type: string format: uri - verification: *545 + verification: *546 required: - author - committer @@ -108656,7 +108674,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *421 + properties: *422 nullable: true parents: type: array @@ -108674,7 +108692,7 @@ paths: type: number node_id: type: string - text_matches: *729 + text_matches: *730 required: - sha - node_id @@ -108866,7 +108884,7 @@ paths: - interactions - created - updated - - *730 + - *731 - *17 - *19 - name: advanced_search @@ -108980,11 +108998,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 issue_field_values: type: array - items: *576 + items: *577 state: type: string state_reason: @@ -108994,8 +109012,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *295 - required: *296 + properties: *296 + required: *297 nullable: true comments: type: integer @@ -109009,7 +109027,7 @@ paths: type: string format: date-time nullable: true - text_matches: *729 + text_matches: *730 pull_request: type: object properties: @@ -109053,7 +109071,7 @@ paths: timeline_url: type: string format: uri - type: *258 + type: *259 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -109289,7 +109307,7 @@ paths: enum: - created - updated - - *730 + - *731 - *17 - *19 responses: @@ -109333,7 +109351,7 @@ paths: nullable: true score: type: number - text_matches: *729 + text_matches: *730 required: - id - node_id @@ -109418,7 +109436,7 @@ paths: - forks - help-wanted-issues - updated - - *730 + - *731 - *17 - *19 responses: @@ -109666,7 +109684,7 @@ paths: - admin - pull - push - text_matches: *729 + text_matches: *730 temp_clone_token: type: string allow_merge_commit: @@ -109966,7 +109984,7 @@ paths: type: string format: uri nullable: true - text_matches: *729 + text_matches: *730 related: type: array nullable: true @@ -110157,7 +110175,7 @@ paths: - followers - repositories - joined - - *730 + - *731 - *17 - *19 responses: @@ -110261,7 +110279,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *729 + text_matches: *730 blog: type: string nullable: true @@ -110340,7 +110358,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &733 + - &734 name: team_id description: The unique identifier of the team. in: path @@ -110352,9 +110370,9 @@ paths: description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '404': *6 x-github: githubCloudOnly: false @@ -110381,7 +110399,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *733 + - *734 requestBody: required: true content: @@ -110449,16 +110467,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '201': description: Response content: application/json: - schema: *353 + schema: *354 examples: - default: *354 + default: *355 '404': *6 '422': *15 '403': *29 @@ -110486,7 +110504,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *733 + - *734 responses: '204': description: Response @@ -110515,7 +110533,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *733 + - *734 - *17 - *19 responses: @@ -110525,9 +110543,9 @@ paths: application/json: schema: type: array - items: *252 + items: *253 examples: - default: *253 + default: *254 headers: Link: *71 x-github: @@ -110555,7 +110573,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *733 + - *734 - name: role description: Filters members returned by their role in the team. in: query @@ -110576,9 +110594,9 @@ paths: application/json: schema: type: array - items: *734 + items: *735 examples: - default: *735 + default: *736 headers: Link: *71 '404': *6 @@ -110606,7 +110624,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *733 + - *734 - *75 responses: '204': @@ -110643,7 +110661,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *733 + - *734 - *75 responses: '204': @@ -110683,7 +110701,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *733 + - *734 - *75 responses: '204': @@ -110720,16 +110738,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *733 + - *734 - *75 responses: '200': description: Response content: application/json: - schema: *356 + schema: *357 examples: - response-if-user-is-a-team-maintainer: *736 + response-if-user-is-a-team-maintainer: *737 '404': *6 x-github: githubCloudOnly: false @@ -110762,7 +110780,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *733 + - *734 - *75 requestBody: required: false @@ -110788,9 +110806,9 @@ paths: description: Response content: application/json: - schema: *356 + schema: *357 examples: - response-if-users-membership-with-team-is-now-pending: *737 + response-if-users-membership-with-team-is-now-pending: *738 '403': description: Forbidden if team synchronization is set up '422': @@ -110824,7 +110842,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *733 + - *734 - *75 responses: '204': @@ -110852,7 +110870,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *733 + - *734 - *17 - *19 responses: @@ -110864,7 +110882,7 @@ paths: type: array items: *164 examples: - default: *289 + default: *290 headers: Link: *71 '404': *6 @@ -110894,15 +110912,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *733 - - *357 + - *734 - *358 + - *359 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *738 + schema: *739 examples: alternative-response-with-extra-repository-information: value: @@ -111052,9 +111070,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *733 - - *357 + - *734 - *358 + - *359 requestBody: required: false content: @@ -111104,9 +111122,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *733 - - *357 + - *734 - *358 + - *359 responses: '204': description: Response @@ -111131,7 +111149,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *733 + - *734 - *17 - *19 responses: @@ -111143,7 +111161,7 @@ paths: type: array items: *211 examples: - response-if-child-teams-exist: *739 + response-if-child-teams-exist: *740 headers: Link: *71 '404': *6 @@ -111176,7 +111194,7 @@ paths: application/json: schema: oneOf: - - &740 + - &741 title: Private User description: Private User type: object @@ -111379,7 +111397,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - &767 + - &768 title: Public User description: Public User type: object @@ -111691,7 +111709,7 @@ paths: description: Response content: application/json: - schema: *740 + schema: *741 examples: default: value: @@ -111894,9 +111912,9 @@ paths: type: integer codespaces: type: array - items: *263 + items: *264 examples: - default: *264 + default: *265 '304': *38 '500': *56 '401': *25 @@ -112035,17 +112053,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *263 + schema: *264 examples: - default: *480 + default: *481 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *263 + schema: *264 examples: - default: *480 + default: *481 '401': *25 '403': *29 '404': *6 @@ -112089,7 +112107,7 @@ paths: type: integer secrets: type: array - items: &741 + items: &742 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -112129,7 +112147,7 @@ paths: - visibility - selected_repositories_url examples: - default: *483 + default: *484 headers: Link: *71 x-github: @@ -112205,7 +112223,7 @@ paths: description: Response content: application/json: - schema: *741 + schema: *742 examples: default: value: @@ -112495,15 +112513,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *265 + - *266 responses: '200': description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: *480 + default: *481 '304': *38 '500': *56 '401': *25 @@ -112529,7 +112547,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *265 + - *266 requestBody: required: false content: @@ -112559,9 +112577,9 @@ paths: description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: *480 + default: *481 '401': *25 '403': *29 '404': *6 @@ -112583,7 +112601,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *265 + - *266 responses: '202': *40 '304': *38 @@ -112612,13 +112630,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *265 + - *266 responses: '202': description: Response content: application/json: - schema: &742 + schema: &743 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -112659,7 +112677,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &743 + default: &744 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -112691,7 +112709,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *265 + - *266 - name: export_id in: path required: true @@ -112704,9 +112722,9 @@ paths: description: Response content: application/json: - schema: *742 + schema: *743 examples: - default: *743 + default: *744 '404': *6 x-github: githubCloudOnly: false @@ -112727,7 +112745,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *265 + - *266 responses: '200': description: Response @@ -112743,9 +112761,9 @@ paths: type: integer machines: type: array - items: *744 + items: *745 examples: - default: *745 + default: *746 '304': *38 '500': *56 '401': *25 @@ -112774,7 +112792,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *265 + - *266 requestBody: required: true content: @@ -112824,13 +112842,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *360 + repository: *361 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *481 - required: *482 + properties: *482 + required: *483 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -113604,15 +113622,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *265 + - *266 responses: '200': description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: *480 + default: *481 '304': *38 '500': *56 '400': *14 @@ -113644,15 +113662,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *265 + - *266 responses: '200': description: Response content: application/json: - schema: *263 + schema: *264 examples: - default: *480 + default: *481 '500': *56 '401': *25 '403': *29 @@ -113682,9 +113700,9 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: &757 + default: &758 value: - id: 197 name: hello_docker @@ -113785,7 +113803,7 @@ paths: application/json: schema: type: array - items: &746 + items: &747 title: Email description: Email type: object @@ -113850,9 +113868,9 @@ paths: application/json: schema: type: array - items: *746 + items: *747 examples: - default: &759 + default: &760 value: - email: octocat@github.com verified: true @@ -113927,7 +113945,7 @@ paths: application/json: schema: type: array - items: *746 + items: *747 examples: default: value: @@ -114183,7 +114201,7 @@ paths: application/json: schema: type: array - items: &747 + items: &748 title: GPG Key description: A unique encryption key type: object @@ -114314,7 +114332,7 @@ paths: - subkeys - revoked examples: - default: &777 + default: &778 value: - id: 3 name: Octocat's GPG Key @@ -114399,9 +114417,9 @@ paths: description: Response content: application/json: - schema: *747 + schema: *748 examples: - default: &748 + default: &749 value: id: 3 name: Octocat's GPG Key @@ -114458,7 +114476,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &749 + - &750 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -114470,9 +114488,9 @@ paths: description: Response content: application/json: - schema: *747 + schema: *748 examples: - default: *748 + default: *749 '404': *6 '304': *38 '403': *29 @@ -114495,7 +114513,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *749 + - *750 responses: '204': description: Response @@ -114783,12 +114801,12 @@ paths: application/json: schema: anyOf: - - *250 + - *251 - type: object properties: {} additionalProperties: false examples: - default: *251 + default: *252 '204': description: Response when there are no restrictions x-github: @@ -114812,7 +114830,7 @@ paths: required: true content: application/json: - schema: *556 + schema: *557 examples: default: value: @@ -114823,7 +114841,7 @@ paths: description: Response content: application/json: - schema: *250 + schema: *251 examples: default: value: @@ -114904,7 +114922,7 @@ paths: - closed - all default: open - - *261 + - *262 - name: sort description: What to sort results by. in: query @@ -114929,7 +114947,7 @@ paths: type: array items: *89 examples: - default: *262 + default: *263 headers: Link: *71 '404': *6 @@ -114962,7 +114980,7 @@ paths: application/json: schema: type: array - items: &750 + items: &751 title: Key description: Key type: object @@ -115063,9 +115081,9 @@ paths: description: Response content: application/json: - schema: *750 + schema: *751 examples: - default: &751 + default: &752 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -115098,15 +115116,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *611 + - *612 responses: '200': description: Response content: application/json: - schema: *750 + schema: *751 examples: - default: *751 + default: *752 '404': *6 '304': *38 '403': *29 @@ -115129,7 +115147,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *611 + - *612 responses: '204': description: Response @@ -115162,7 +115180,7 @@ paths: application/json: schema: type: array - items: &752 + items: &753 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -115230,7 +115248,7 @@ paths: - account - plan examples: - default: &753 + default: &754 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -115292,9 +115310,9 @@ paths: application/json: schema: type: array - items: *752 + items: *753 examples: - default: *753 + default: *754 headers: Link: *71 '304': *38 @@ -115334,7 +115352,7 @@ paths: application/json: schema: type: array - items: *267 + items: *268 examples: default: value: @@ -115448,7 +115466,7 @@ paths: description: Response content: application/json: - schema: *267 + schema: *268 examples: default: value: @@ -115535,9 +115553,9 @@ paths: description: The user's organization invitation was accepted synchronously. content: application/json: - schema: *267 + schema: *268 examples: - default: &754 + default: &755 value: url: https://api.github.com/orgs/octocat/memberships/defunkt state: active @@ -115584,9 +115602,9 @@ paths: processed asynchronously. content: application/json: - schema: *267 + schema: *268 examples: - default: *754 + default: *755 '403': *29 '404': *6 '422': *15 @@ -115615,7 +115633,7 @@ paths: application/json: schema: type: array - items: *269 + items: *270 examples: default: value: @@ -115868,7 +115886,7 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: default: value: @@ -116048,7 +116066,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *270 + - *271 - name: exclude in: query required: false @@ -116061,7 +116079,7 @@ paths: description: Response content: application/json: - schema: *269 + schema: *270 examples: default: value: @@ -116255,7 +116273,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *270 + - *271 responses: '302': description: Response @@ -116281,7 +116299,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *270 + - *271 responses: '204': description: Response @@ -116310,8 +116328,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *270 - - *755 + - *271 + - *756 responses: '204': description: Response @@ -116335,7 +116353,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *270 + - *271 - *17 - *19 responses: @@ -116424,7 +116442,7 @@ paths: - docker - nuget - container - - *756 + - *757 - *19 - *17 responses: @@ -116434,10 +116452,10 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *757 - '400': *758 + default: *758 + '400': *759 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -116457,16 +116475,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *278 - *279 + - *280 responses: '200': description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: &778 + default: &779 value: id: 40201 name: octo-name @@ -116579,8 +116597,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *278 - *279 + - *280 responses: '204': description: Response @@ -116610,8 +116628,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *278 - *279 + - *280 - name: token description: package token schema: @@ -116643,8 +116661,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *278 - *279 + - *280 - *19 - *17 - name: state @@ -116664,7 +116682,7 @@ paths: application/json: schema: type: array - items: *280 + items: *281 examples: default: value: @@ -116713,15 +116731,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *278 - *279 - - *281 + - *280 + - *282 responses: '200': description: Response content: application/json: - schema: *280 + schema: *281 examples: default: value: @@ -116757,9 +116775,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *278 - *279 - - *281 + - *280 + - *282 responses: '204': description: Response @@ -116789,9 +116807,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *278 - *279 - - *281 + - *280 + - *282 responses: '204': description: Response @@ -116828,9 +116846,9 @@ paths: application/json: schema: type: array - items: *746 + items: *747 examples: - default: *759 + default: *760 headers: Link: *71 '304': *38 @@ -116943,7 +116961,7 @@ paths: type: array items: *83 examples: - default: &766 + default: &767 summary: Default response value: - id: 1296269 @@ -117247,9 +117265,9 @@ paths: description: Response content: application/json: - schema: *360 + schema: *361 examples: - default: *362 + default: *363 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -117288,9 +117306,9 @@ paths: application/json: schema: type: array - items: *559 + items: *560 examples: - default: *760 + default: *761 headers: Link: *71 '304': *38 @@ -117313,7 +117331,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *254 + - *255 responses: '204': description: Response @@ -117337,7 +117355,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *254 + - *255 responses: '204': description: Response @@ -117370,7 +117388,7 @@ paths: application/json: schema: type: array - items: &761 + items: &762 title: Social account description: Social media account type: object @@ -117385,7 +117403,7 @@ paths: - provider - url examples: - default: &762 + default: &763 value: - provider: twitter url: https://twitter.com/github @@ -117447,9 +117465,9 @@ paths: application/json: schema: type: array - items: *761 + items: *762 examples: - default: *762 + default: *763 '422': *15 '304': *38 '404': *6 @@ -117536,7 +117554,7 @@ paths: application/json: schema: type: array - items: &763 + items: &764 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -117556,7 +117574,7 @@ paths: - title - created_at examples: - default: &795 + default: &796 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -117620,9 +117638,9 @@ paths: description: Response content: application/json: - schema: *763 + schema: *764 examples: - default: &764 + default: &765 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -117652,7 +117670,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: - - &765 + - &766 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -117664,9 +117682,9 @@ paths: description: Response content: application/json: - schema: *763 + schema: *764 examples: - default: *764 + default: *765 '404': *6 '304': *38 '403': *29 @@ -117689,7 +117707,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: - - *765 + - *766 responses: '204': description: Response @@ -117718,7 +117736,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &796 + - &797 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 @@ -117743,11 +117761,11 @@ paths: type: array items: *83 examples: - default-response: *766 + default-response: *767 application/vnd.github.v3.star+json: schema: type: array - items: &797 + items: &798 title: Starred Repository description: Starred Repository type: object @@ -117903,8 +117921,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *357 - *358 + - *359 responses: '204': description: Response if this repository is starred by you @@ -117932,8 +117950,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *357 - *358 + - *359 responses: '204': description: Response @@ -117957,8 +117975,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *357 - *358 + - *359 responses: '204': description: Response @@ -117993,7 +118011,7 @@ paths: type: array items: *164 examples: - default: *289 + default: *290 headers: Link: *71 '304': *38 @@ -118030,7 +118048,7 @@ paths: application/json: schema: type: array - items: *353 + items: *354 examples: default: value: @@ -118116,10 +118134,10 @@ paths: application/json: schema: oneOf: - - *740 - - *767 + - *741 + - *768 examples: - default-response: &771 + default-response: &772 summary: Default response value: login: octocat @@ -118154,7 +118172,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &772 + response-with-git-hub-plan-information: &773 summary: Response with GitHub plan information value: login: octocat @@ -118211,14 +118229,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &769 + - &770 name: user_id description: The unique identifier of the user. in: path required: true schema: type: string - - *294 + - *295 requestBody: required: true description: Details of the draft item to create in the project. @@ -118252,9 +118270,9 @@ paths: description: Response content: application/json: - schema: *300 + schema: *301 examples: - draft_issue: *301 + draft_issue: *302 '304': *38 '403': *29 '401': *25 @@ -118277,7 +118295,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *768 + - *769 - *17 responses: '200': @@ -118312,8 +118330,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *769 - - *294 + - *770 + - *295 requestBody: required: true content: @@ -118384,17 +118402,17 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *770 + schema: *771 examples: table_view: summary: Response for creating a table view - value: *305 + value: *306 board_view: summary: Response for creating a board view with filter - value: *305 + value: *306 roadmap_view: summary: Response for creating a roadmap view - value: *305 + value: *306 '304': *38 '403': *29 '401': *25 @@ -118436,11 +118454,11 @@ paths: application/json: schema: oneOf: - - *740 - - *767 + - *741 + - *768 examples: - default-response: *771 - response-with-git-hub-plan-information: *772 + default-response: *772 + response-with-git-hub-plan-information: *773 '404': *6 x-github: githubCloudOnly: false @@ -118490,8 +118508,8 @@ paths: required: - subject_digests examples: - default: *773 - withPredicateType: *774 + default: *774 + withPredicateType: *775 responses: '200': description: Response @@ -118530,7 +118548,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *775 + default: *776 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -118719,7 +118737,7 @@ paths: initiator: type: string examples: - default: *417 + default: *418 '201': description: Response content: @@ -119000,7 +119018,7 @@ paths: application/json: schema: *205 examples: - default: &776 + default: &777 summary: Example response for a user copilot space value: id: 42 @@ -119101,7 +119119,7 @@ paths: application/json: schema: *205 examples: - default: *776 + default: *777 '403': *29 '404': *6 x-github: @@ -119224,7 +119242,7 @@ paths: application/json: schema: *205 examples: - default: *776 + default: *777 '403': *29 '404': *6 '422': *15 @@ -119990,9 +120008,9 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *757 + default: *758 '403': *29 '401': *25 x-github: @@ -120376,9 +120394,9 @@ paths: application/json: schema: type: array - items: *747 + items: *748 examples: - default: *777 + default: *778 headers: Link: *71 x-github: @@ -120482,7 +120500,7 @@ paths: application/json: schema: *22 examples: - default: *555 + default: *556 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -120606,7 +120624,7 @@ paths: - docker - nuget - container - - *756 + - *757 - *75 - *19 - *17 @@ -120617,12 +120635,12 @@ paths: application/json: schema: type: array - items: *276 + items: *277 examples: - default: *757 + default: *758 '403': *29 '401': *25 - '400': *758 + '400': *759 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -120642,17 +120660,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *278 - *279 + - *280 - *75 responses: '200': description: Response content: application/json: - schema: *276 + schema: *277 examples: - default: *778 + default: *779 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -120673,8 +120691,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *278 - *279 + - *280 - *75 responses: '204': @@ -120707,8 +120725,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *278 - *279 + - *280 - *75 - name: token description: package token @@ -120741,8 +120759,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *278 - *279 + - *280 - *75 responses: '200': @@ -120751,7 +120769,7 @@ paths: application/json: schema: type: array - items: *280 + items: *281 examples: default: value: @@ -120809,16 +120827,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *278 - *279 - - *281 + - *280 + - *282 - *75 responses: '200': description: Response content: application/json: - schema: *280 + schema: *281 examples: default: value: @@ -120853,10 +120871,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *278 - *279 + - *280 - *75 - - *281 + - *282 responses: '204': description: Response @@ -120888,10 +120906,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *278 - *279 + - *280 - *75 - - *281 + - *282 responses: '204': description: Response @@ -120932,9 +120950,9 @@ paths: application/json: schema: type: array - items: *292 + items: *293 examples: - default: *293 + default: *294 headers: Link: *71 '304': *38 @@ -120956,16 +120974,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-project-for-user parameters: - - *294 + - *295 - *75 responses: '200': description: Response content: application/json: - schema: *292 + schema: *293 examples: - default: *293 + default: *294 headers: Link: *71 '304': *38 @@ -120987,7 +121005,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#list-project-fields-for-user parameters: - - *294 + - *295 - *75 - *17 - *48 @@ -120999,9 +121017,9 @@ paths: application/json: schema: type: array - items: *298 + items: *299 examples: - default: *779 + default: *780 headers: Link: *71 '304': *38 @@ -121023,7 +121041,7 @@ paths: url: https://docs.github.com/rest/projects/fields#add-field-to-user-owned-project parameters: - *75 - - *294 + - *295 requestBody: required: true content: @@ -121061,7 +121079,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *780 + items: *781 required: - name - data_type @@ -121077,7 +121095,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *781 + iteration_configuration: *782 required: - name - data_type @@ -121099,20 +121117,20 @@ paths: value: name: Due date data_type: date - single_select_field: *782 - iteration_field: *783 + single_select_field: *783 + iteration_field: *784 responses: '201': description: Response content: application/json: - schema: *298 + schema: *299 examples: - text_field: *784 - number_field: *785 - date_field: *786 - single_select_field: *787 - iteration_field: *788 + text_field: *785 + number_field: *786 + date_field: *787 + single_select_field: *788 + iteration_field: *789 '304': *38 '403': *29 '401': *25 @@ -121133,17 +121151,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - - *294 - - *789 + - *295 + - *790 - *75 responses: '200': description: Response content: application/json: - schema: *298 + schema: *299 examples: - default: *790 + default: *791 headers: Link: *71 '304': *38 @@ -121166,7 +121184,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-a-user-owned-project parameters: - - *294 + - *295 - *75 - *48 - *49 @@ -121199,9 +121217,9 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: - default: *303 + default: *304 headers: Link: *71 '304': *38 @@ -121223,7 +121241,7 @@ paths: url: https://docs.github.com/rest/projects/items#add-item-to-user-owned-project parameters: - *75 - - *294 + - *295 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -121293,22 +121311,22 @@ paths: description: Response content: application/json: - schema: *300 + schema: *301 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *301 + value: *302 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *301 + value: *302 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *301 + value: *302 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *301 + value: *302 '304': *38 '403': *29 '401': *25 @@ -121328,9 +121346,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#get-an-item-for-a-user-owned-project parameters: - - *294 + - *295 - *75 - - *304 + - *305 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -121350,9 +121368,9 @@ paths: description: Response content: application/json: - schema: *302 + schema: *303 examples: - default: *303 + default: *304 headers: Link: *71 '304': *38 @@ -121373,9 +121391,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#update-project-item-for-user parameters: - - *294 + - *295 - *75 - - *304 + - *305 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -121445,13 +121463,13 @@ paths: description: Response content: application/json: - schema: *302 + schema: *303 examples: - text_field: *303 - number_field: *303 - date_field: *303 - single_select_field: *303 - iteration_field: *303 + text_field: *304 + number_field: *304 + date_field: *304 + single_select_field: *304 + iteration_field: *304 '401': *25 '403': *29 '404': *6 @@ -121471,9 +121489,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#delete-project-item-for-user parameters: - - *294 + - *295 - *75 - - *304 + - *305 responses: '204': description: Response @@ -121495,9 +121513,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-a-user-project-view parameters: - - *294 + - *295 - *75 - - *791 + - *792 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -121523,9 +121541,9 @@ paths: application/json: schema: type: array - items: *302 + items: *303 examples: - default: *303 + default: *304 headers: Link: *71 '304': *38 @@ -121746,7 +121764,7 @@ paths: type: array items: *164 examples: - default: *289 + default: *290 headers: Link: *71 x-github: @@ -122036,7 +122054,7 @@ paths: parameters: - *75 - *125 - - *792 + - *793 - *127 responses: '200': @@ -122135,9 +122153,9 @@ paths: - *125 - *126 - *127 - - *793 - - *130 - *794 + - *130 + - *795 responses: '200': description: Response when getting a billing usage summary @@ -122271,9 +122289,9 @@ paths: application/json: schema: type: array - items: *761 + items: *762 examples: - default: *762 + default: *763 headers: Link: *71 x-github: @@ -122303,9 +122321,9 @@ paths: application/json: schema: type: array - items: *763 + items: *764 examples: - default: *795 + default: *796 headers: Link: *71 x-github: @@ -122330,7 +122348,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *75 - - *796 + - *797 - *63 - *17 - *19 @@ -122342,11 +122360,11 @@ paths: schema: anyOf: - type: array - items: *797 + items: *798 - type: array items: *83 examples: - default-response: *766 + default-response: *767 headers: Link: *71 x-github: @@ -122377,7 +122395,7 @@ paths: type: array items: *164 examples: - default: *289 + default: *290 headers: Link: *71 x-github: @@ -122505,7 +122523,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &798 + enterprise: &799 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -122563,7 +122581,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &799 + installation: &800 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -122582,7 +122600,7 @@ x-webhooks: required: - id - node_id - organization: &800 + organization: &801 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -122642,13 +122660,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &801 + repository: &802 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &833 + properties: &834 id: description: Unique identifier of the repository example: 42 @@ -123332,7 +123350,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &834 + required: &835 - archive_url - assignees_url - blobs_url @@ -123483,10 +123501,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -123562,11 +123580,11 @@ x-webhooks: type: string enum: - created - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 - rule: &802 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 + rule: &803 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) @@ -123789,11 +123807,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 - rule: *802 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 + rule: *803 sender: *4 required: - action @@ -123976,11 +123994,11 @@ x-webhooks: - everyone required: - from - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 - rule: *802 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 + rule: *803 sender: *4 required: - action @@ -124064,7 +124082,7 @@ x-webhooks: type: string enum: - completed - check_run: &804 + check_run: &805 title: CheckRun description: A check performed on the code of a given code change type: object @@ -124155,7 +124173,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *803 + deployment: *804 details_url: example: https://example.com type: string @@ -124240,10 +124258,10 @@ x-webhooks: - output - app - pull_requests - installation: *799 - enterprise: *798 - organization: *800 - repository: *801 + installation: *800 + enterprise: *799 + organization: *801 + repository: *802 sender: *4 required: - check_run @@ -124634,11 +124652,11 @@ x-webhooks: type: string enum: - created - check_run: *804 - installation: *799 - enterprise: *798 - organization: *800 - repository: *801 + check_run: *805 + installation: *800 + enterprise: *799 + organization: *801 + repository: *802 sender: *4 required: - check_run @@ -125032,11 +125050,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *804 - installation: *799 - enterprise: *798 - organization: *800 - repository: *801 + check_run: *805 + installation: *800 + enterprise: *799 + organization: *801 + repository: *802 requested_action: description: The action requested by the user. type: object @@ -125439,11 +125457,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *804 - installation: *799 - enterprise: *798 - organization: *800 - repository: *801 + check_run: *805 + installation: *800 + enterprise: *799 + organization: *801 + repository: *802 sender: *4 required: - check_run @@ -126413,10 +126431,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -127115,10 +127133,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -127811,10 +127829,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -127980,7 +127998,7 @@ x-webhooks: required: - login - id - dismissed_comment: *451 + dismissed_comment: *452 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -128125,20 +128143,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &805 + commit_oid: &806 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: *798 - installation: *799 - organization: *800 - ref: &806 + enterprise: *799 + installation: *800 + organization: *801 + ref: &807 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: *801 + repository: *802 sender: *4 required: - action @@ -128303,7 +128321,7 @@ x-webhooks: required: - login - id - dismissed_comment: *451 + dismissed_comment: *452 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -128533,12 +128551,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *805 - enterprise: *798 - installation: *799 - organization: *800 - ref: *806 - repository: *801 + commit_oid: *806 + enterprise: *799 + installation: *800 + organization: *801 + ref: *807 + repository: *802 sender: *4 required: - action @@ -128633,7 +128651,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *451 + dismissed_comment: *452 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -128804,12 +128822,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *805 - enterprise: *798 - installation: *799 - organization: *800 - ref: *806 - repository: *801 + commit_oid: *806 + enterprise: *799 + installation: *800 + organization: *801 + ref: *807 + repository: *802 sender: *4 required: - action @@ -128975,7 +128993,7 @@ x-webhooks: required: - login - id - dismissed_comment: *451 + dismissed_comment: *452 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -129141,12 +129159,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *805 - enterprise: *798 - installation: *799 - organization: *800 - ref: *806 - repository: *801 + commit_oid: *806 + enterprise: *799 + installation: *800 + organization: *801 + ref: *807 + repository: *802 sender: *4 required: - action @@ -129245,7 +129263,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *451 + dismissed_comment: *452 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -129420,16 +129438,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *801 + repository: *802 sender: *4 required: - action @@ -129526,7 +129544,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *451 + dismissed_comment: *452 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -129666,12 +129684,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *805 - enterprise: *798 - installation: *799 - organization: *800 - ref: *806 - repository: *801 + commit_oid: *806 + enterprise: *799 + installation: *800 + organization: *801 + ref: *807 + repository: *802 sender: *4 required: - action @@ -129837,7 +129855,7 @@ x-webhooks: required: - login - id - dismissed_comment: *451 + dismissed_comment: *452 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -129982,10 +130000,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -130240,10 +130258,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -130323,18 +130341,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *800 - pusher_type: &807 + organization: *801 + pusher_type: &808 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &808 + ref: &809 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -130344,7 +130362,7 @@ x-webhooks: enum: - tag - branch - repository: *801 + repository: *802 sender: *4 required: - ref @@ -130426,10 +130444,10 @@ x-webhooks: type: string enum: - created - definition: *306 - enterprise: *798 - installation: *799 - organization: *800 + definition: *307 + enterprise: *799 + installation: *800 + organization: *801 sender: *4 required: - action @@ -130514,9 +130532,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 sender: *4 required: - action @@ -130593,10 +130611,10 @@ x-webhooks: type: string enum: - promote_to_enterprise - definition: *306 - enterprise: *798 - installation: *799 - organization: *800 + definition: *307 + enterprise: *799 + installation: *800 + organization: *801 sender: *4 required: - action @@ -130673,10 +130691,10 @@ x-webhooks: type: string enum: - updated - definition: *306 - enterprise: *798 - installation: *799 - organization: *800 + definition: *307 + enterprise: *799 + installation: *800 + organization: *801 sender: *4 required: - action @@ -130753,19 +130771,19 @@ x-webhooks: type: string enum: - updated - enterprise: *798 - installation: *799 - repository: *801 - organization: *800 + enterprise: *799 + installation: *800 + repository: *802 + organization: *801 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *310 + items: *311 old_property_values: type: array description: The old custom property values for the repository. - items: *310 + items: *311 required: - action - repository @@ -130841,18 +130859,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *798 - installation: *799 - organization: *800 - pusher_type: *807 - ref: *808 + enterprise: *799 + installation: *800 + organization: *801 + pusher_type: *808 + ref: *809 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *801 + repository: *802 sender: *4 required: - ref @@ -130932,11 +130950,11 @@ x-webhooks: type: string enum: - assignees_changed - alert: *515 - installation: *799 - organization: *800 - enterprise: *798 - repository: *801 + alert: *516 + installation: *800 + organization: *801 + enterprise: *799 + repository: *802 sender: *4 required: - action @@ -131016,11 +131034,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *515 - installation: *799 - organization: *800 - enterprise: *798 - repository: *801 + alert: *516 + installation: *800 + organization: *801 + enterprise: *799 + repository: *802 sender: *4 required: - action @@ -131101,11 +131119,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *515 - installation: *799 - organization: *800 - enterprise: *798 - repository: *801 + alert: *516 + installation: *800 + organization: *801 + enterprise: *799 + repository: *802 sender: *4 required: - action @@ -131186,11 +131204,11 @@ x-webhooks: type: string enum: - created - alert: *515 - installation: *799 - organization: *800 - enterprise: *798 - repository: *801 + alert: *516 + installation: *800 + organization: *801 + enterprise: *799 + repository: *802 sender: *4 required: - action @@ -131269,11 +131287,11 @@ x-webhooks: type: string enum: - dismissed - alert: *515 - installation: *799 - organization: *800 - enterprise: *798 - repository: *801 + alert: *516 + installation: *800 + organization: *801 + enterprise: *799 + repository: *802 sender: *4 required: - action @@ -131352,11 +131370,11 @@ x-webhooks: type: string enum: - fixed - alert: *515 - installation: *799 - organization: *800 - enterprise: *798 - repository: *801 + alert: *516 + installation: *800 + organization: *801 + enterprise: *799 + repository: *802 sender: *4 required: - action @@ -131436,11 +131454,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *515 - installation: *799 - organization: *800 - enterprise: *798 - repository: *801 + alert: *516 + installation: *800 + organization: *801 + enterprise: *799 + repository: *802 sender: *4 required: - action @@ -131519,11 +131537,11 @@ x-webhooks: type: string enum: - reopened - alert: *515 - installation: *799 - organization: *800 - enterprise: *798 - repository: *801 + alert: *516 + installation: *800 + organization: *801 + enterprise: *799 + repository: *802 sender: *4 required: - action @@ -131600,9 +131618,9 @@ x-webhooks: type: string enum: - created - enterprise: *798 - installation: *799 - key: &809 + enterprise: *799 + installation: *800 + key: &810 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -131638,8 +131656,8 @@ x-webhooks: - verified - created_at - read_only - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -131716,11 +131734,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *798 - installation: *799 - key: *809 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + key: *810 + organization: *801 + repository: *802 sender: *4 required: - action @@ -132276,12 +132294,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 - workflow: &815 + workflow: &816 title: Workflow type: object nullable: true @@ -133022,15 +133040,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *810 - required: *811 + properties: *811 + required: *812 nullable: true pull_requests: type: array - items: *631 - repository: *801 - organization: *800 - installation: *799 + items: *632 + repository: *802 + organization: *801 + installation: *800 sender: *4 responses: '200': @@ -133101,7 +133119,7 @@ x-webhooks: type: string enum: - approved - approver: &812 + approver: &813 type: object properties: avatar_url: @@ -133144,11 +133162,11 @@ x-webhooks: type: string comment: type: string - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 - reviewers: &813 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 + reviewers: &814 type: array items: type: object @@ -133227,7 +133245,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &814 + workflow_job_run: &815 type: object properties: conclusion: @@ -133958,18 +133976,18 @@ x-webhooks: type: string enum: - rejected - approver: *812 + approver: *813 comment: type: string - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 - reviewers: *813 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 + reviewers: *814 sender: *4 since: type: string - workflow_job_run: *814 + workflow_job_run: *815 workflow_job_runs: type: array items: @@ -134673,13 +134691,13 @@ x-webhooks: type: string enum: - requested - enterprise: *798 + enterprise: *799 environment: type: string - installation: *799 - organization: *800 - repository: *801 - requestor: &820 + installation: *800 + organization: *801 + repository: *802 + requestor: &821 title: User type: object nullable: true @@ -136568,12 +136586,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 - workflow: *815 + workflow: *816 workflow_run: title: Deployment Workflow Run type: object @@ -137253,7 +137271,7 @@ x-webhooks: type: string enum: - answered - answer: &818 + answer: &819 type: object properties: author_association: @@ -137410,11 +137428,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *816 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + discussion: *817 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -137541,11 +137559,11 @@ x-webhooks: - from required: - category - discussion: *816 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + discussion: *817 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -137628,11 +137646,11 @@ x-webhooks: type: string enum: - closed - discussion: *816 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + discussion: *817 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -137714,7 +137732,7 @@ x-webhooks: type: string enum: - created - comment: &817 + comment: &818 type: object properties: author_association: @@ -137871,11 +137889,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *816 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + discussion: *817 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -137958,12 +137976,12 @@ x-webhooks: type: string enum: - deleted - comment: *817 - discussion: *816 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + comment: *818 + discussion: *817 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -138058,12 +138076,12 @@ x-webhooks: - from required: - body - comment: *817 - discussion: *816 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + comment: *818 + discussion: *817 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -138147,11 +138165,11 @@ x-webhooks: type: string enum: - created - discussion: *816 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + discussion: *817 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -138233,11 +138251,11 @@ x-webhooks: type: string enum: - deleted - discussion: *816 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + discussion: *817 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -138337,11 +138355,11 @@ x-webhooks: type: string required: - from - discussion: *816 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + discussion: *817 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -138423,10 +138441,10 @@ x-webhooks: type: string enum: - labeled - discussion: *816 - enterprise: *798 - installation: *799 - label: &819 + discussion: *817 + enterprise: *799 + installation: *800 + label: &820 title: Label type: object properties: @@ -138458,8 +138476,8 @@ x-webhooks: - color - default - description - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -138542,11 +138560,11 @@ x-webhooks: type: string enum: - locked - discussion: *816 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + discussion: *817 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -138628,11 +138646,11 @@ x-webhooks: type: string enum: - pinned - discussion: *816 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + discussion: *817 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -138714,11 +138732,11 @@ x-webhooks: type: string enum: - reopened - discussion: *816 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + discussion: *817 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -138803,16 +138821,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *816 - new_repository: *801 + new_discussion: *817 + new_repository: *802 required: - new_discussion - new_repository - discussion: *816 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + discussion: *817 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -138895,10 +138913,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *816 - old_answer: *818 - organization: *800 - repository: *801 + discussion: *817 + old_answer: *819 + organization: *801 + repository: *802 sender: *4 required: - action @@ -138980,12 +138998,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *816 - enterprise: *798 - installation: *799 - label: *819 - organization: *800 - repository: *801 + discussion: *817 + enterprise: *799 + installation: *800 + label: *820 + organization: *801 + repository: *802 sender: *4 required: - action @@ -139068,11 +139086,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *816 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + discussion: *817 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -139154,11 +139172,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *816 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + discussion: *817 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -139231,7 +139249,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *798 + enterprise: *799 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -139891,9 +139909,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *799 - organization: *800 - repository: *801 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - forkee @@ -140039,9 +140057,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 pages: description: The pages that were updated. type: array @@ -140078,7 +140096,7 @@ x-webhooks: - action - sha - html_url - repository: *801 + repository: *802 sender: *4 required: - pages @@ -140154,10 +140172,10 @@ x-webhooks: type: string enum: - created - enterprise: *798 + enterprise: *799 installation: *22 - organization: *800 - repositories: &821 + organization: *801 + repositories: &822 description: An array of repository objects that the installation can access. type: array @@ -140183,8 +140201,8 @@ x-webhooks: - name - full_name - private - repository: *801 - requester: *820 + repository: *802 + requester: *821 sender: *4 required: - action @@ -140259,11 +140277,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *798 + enterprise: *799 installation: *22 - organization: *800 - repositories: *821 - repository: *801 + organization: *801 + repositories: *822 + repository: *802 requester: nullable: true sender: *4 @@ -140339,11 +140357,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *798 + enterprise: *799 installation: *22 - organization: *800 - repositories: *821 - repository: *801 + organization: *801 + repositories: *822 + repository: *802 requester: nullable: true sender: *4 @@ -140419,10 +140437,10 @@ x-webhooks: type: string enum: - added - enterprise: *798 + enterprise: *799 installation: *22 - organization: *800 - repositories_added: &822 + organization: *801 + repositories_added: &823 description: An array of repository objects, which were added to the installation. type: array @@ -140468,15 +140486,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *801 - repository_selection: &823 + repository: *802 + repository_selection: &824 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *820 + requester: *821 sender: *4 required: - action @@ -140555,10 +140573,10 @@ x-webhooks: type: string enum: - removed - enterprise: *798 + enterprise: *799 installation: *22 - organization: *800 - repositories_added: *822 + organization: *801 + repositories_added: *823 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -140585,9 +140603,9 @@ x-webhooks: - name - full_name - private - repository: *801 - repository_selection: *823 - requester: *820 + repository: *802 + repository_selection: *824 + requester: *821 sender: *4 required: - action @@ -140666,11 +140684,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *798 + enterprise: *799 installation: *22 - organization: *800 - repositories: *821 - repository: *801 + organization: *801 + repositories: *822 + repository: *802 requester: nullable: true sender: *4 @@ -140848,10 +140866,10 @@ x-webhooks: type: string required: - from - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 target_type: type: string @@ -140930,11 +140948,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *798 + enterprise: *799 installation: *22 - organization: *800 - repositories: *821 - repository: *801 + organization: *801 + repositories: *822 + repository: *802 requester: nullable: true sender: *4 @@ -141108,15 +141126,15 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *594 - required: *595 + properties: *595 + required: *596 nullable: true minimized: title: Minimized Issue Comment description: Details about why an issue comment was minimized. type: object - properties: *596 - required: *597 + properties: *597 + required: *598 nullable: true user: title: User @@ -141201,8 +141219,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -141991,8 +142009,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142008,7 +142026,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -142341,8 +142359,8 @@ x-webhooks: - state - locked - assignee - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -142422,7 +142440,7 @@ x-webhooks: type: string enum: - deleted - comment: &824 + comment: &825 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -142579,15 +142597,15 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *594 - required: *595 + properties: *595 + required: *596 nullable: true minimized: title: Minimized Issue Comment description: Details about why an issue comment was minimized. type: object - properties: *596 - required: *597 + properties: *597 + required: *598 nullable: true required: - url @@ -142602,8 +142620,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -143388,8 +143406,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143405,7 +143423,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -143740,8 +143758,8 @@ x-webhooks: - state - locked - assignee - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -143821,7 +143839,7 @@ x-webhooks: type: string enum: - edited - changes: &853 + changes: &854 description: The changes to the comment. type: object properties: @@ -143833,9 +143851,9 @@ x-webhooks: type: string required: - from - comment: *824 - enterprise: *798 - installation: *799 + comment: *825 + enterprise: *799 + installation: *800 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -144623,8 +144641,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144640,7 +144658,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -144973,8 +144991,8 @@ x-webhooks: - state - locked - assignee - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -145055,9 +145073,9 @@ x-webhooks: type: string enum: - pinned - comment: *824 - enterprise: *798 - installation: *799 + comment: *825 + enterprise: *799 + installation: *800 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -145847,8 +145865,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145864,7 +145882,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -146199,8 +146217,8 @@ x-webhooks: - state - locked - assignee - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -146280,9 +146298,9 @@ x-webhooks: type: string enum: - unpinned - comment: *824 - enterprise: *798 - installation: *799 + comment: *825 + enterprise: *799 + installation: *800 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -147072,8 +147090,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147089,7 +147107,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -147424,8 +147442,8 @@ x-webhooks: - state - locked - assignee - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -147514,9 +147532,9 @@ x-webhooks: type: number blocking_issue: *89 blocking_issue_repo: *83 - installation: *799 - organization: *800 - repository: *801 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -147605,9 +147623,9 @@ x-webhooks: type: number blocking_issue: *89 blocking_issue_repo: *83 - installation: *799 - organization: *800 - repository: *801 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -147695,9 +147713,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *89 - installation: *799 - organization: *800 - repository: *801 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -147786,9 +147804,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *89 - installation: *799 - organization: *800 - repository: *801 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -147868,10 +147886,10 @@ x-webhooks: type: string enum: - assigned - assignee: *820 - enterprise: *798 - installation: *799 - issue: &825 + assignee: *821 + enterprise: *799 + installation: *800 + issue: &826 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -148663,11 +148681,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 issue_field_values: type: array - items: *576 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148683,7 +148701,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -148784,8 +148802,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -148865,8 +148883,8 @@ x-webhooks: type: string enum: - closed - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -149663,11 +149681,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 issue_field_values: type: array - items: *576 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149683,7 +149701,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -149919,8 +149937,8 @@ x-webhooks: required: - state - closed_at - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -149999,8 +150017,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -150788,11 +150806,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 issue_field_values: type: array - items: *576 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150808,7 +150826,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -150908,8 +150926,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -150988,8 +151006,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -151799,11 +151817,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 issue_field_values: type: array - items: *576 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151819,7 +151837,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -151898,7 +151916,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &826 + milestone: &827 title: Milestone description: A collection of related issues and pull requests. type: object @@ -152036,8 +152054,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -152136,8 +152154,8 @@ x-webhooks: type: string required: - from - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -152929,11 +152947,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 issue_field_values: type: array - items: *576 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152946,7 +152964,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *258 + type: *259 title: description: Title of the issue type: string @@ -153050,9 +153068,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *819 - organization: *800 - repository: *801 + label: *820 + organization: *801 + repository: *802 sender: *4 required: - action @@ -153132,9 +153150,9 @@ x-webhooks: type: string enum: - field_added - enterprise: *798 - installation: *799 - issue: *825 + enterprise: *799 + installation: *800 + issue: *826 issue_field: type: object description: The issue field whose value was set or updated on the @@ -153288,8 +153306,8 @@ x-webhooks: - id required: - from - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -153369,9 +153387,9 @@ x-webhooks: type: string enum: - field_removed - enterprise: *798 - installation: *799 - issue: *825 + enterprise: *799 + installation: *800 + issue: *826 issue_field: type: object description: The issue field whose value was cleared from the issue. @@ -153452,8 +153470,8 @@ x-webhooks: nullable: true required: - id - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -153533,8 +153551,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -154325,11 +154343,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 issue_field_values: type: array - items: *576 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154342,7 +154360,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *258 + type: *259 title: description: Title of the issue type: string @@ -154446,9 +154464,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *819 - organization: *800 - repository: *801 + label: *820 + organization: *801 + repository: *802 sender: *4 required: - action @@ -154528,8 +154546,8 @@ x-webhooks: type: string enum: - locked - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -155344,11 +155362,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 issue_field_values: type: array - items: *576 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155361,7 +155379,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *258 + type: *259 title: description: Title of the issue type: string @@ -155442,8 +155460,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -155522,8 +155540,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -156332,11 +156350,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 issue_field_values: type: array - items: *576 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156352,7 +156370,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -156430,9 +156448,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *826 - organization: *800 - repository: *801 + milestone: *827 + organization: *801 + repository: *802 sender: *4 required: - action @@ -157295,11 +157313,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 issue_field_values: type: array - items: *576 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157400,7 +157418,7 @@ x-webhooks: required: - login - id - type: *258 + type: *259 required: - id - number @@ -157880,8 +157898,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -158665,11 +158683,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 issue_field_values: type: array - items: *576 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158685,7 +158703,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -158793,8 +158811,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -158874,9 +158892,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *798 - installation: *799 - issue: &827 + enterprise: *799 + installation: *800 + issue: &828 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -159662,11 +159680,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 issue_field_values: type: array - items: *576 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159682,7 +159700,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -159782,8 +159800,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -159862,8 +159880,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -160676,11 +160694,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 issue_field_values: type: array - items: *576 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160774,9 +160792,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *258 - organization: *800 - repository: *801 + type: *259 + organization: *801 + repository: *802 sender: *4 required: - action @@ -161645,11 +161663,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 issue_field_values: type: array - items: *576 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161665,7 +161683,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -162244,11 +162262,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *798 - installation: *799 - issue: *827 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + issue: *828 + organization: *801 + repository: *802 sender: *4 required: - action @@ -162328,12 +162346,12 @@ x-webhooks: type: string enum: - typed - enterprise: *798 - installation: *799 - issue: *825 - type: *258 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + issue: *826 + type: *259 + organization: *801 + repository: *802 sender: *4 required: - action @@ -162414,7 +162432,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &856 + assignee: &857 title: User type: object nullable: true @@ -162484,11 +162502,11 @@ x-webhooks: required: - login - id - enterprise: *798 - installation: *799 - issue: *825 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + issue: *826 + organization: *801 + repository: *802 sender: *4 required: - action @@ -162567,12 +162585,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *798 - installation: *799 - issue: *825 - label: *819 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + issue: *826 + label: *820 + organization: *801 + repository: *802 sender: *4 required: - action @@ -162652,8 +162670,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -163466,11 +163484,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *731 - issue_dependencies_summary: *732 + sub_issues_summary: *732 + issue_dependencies_summary: *733 issue_field_values: type: array - items: *576 + items: *577 state: description: State of the issue; either 'open' or 'closed' type: string @@ -163486,7 +163504,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *258 + type: *259 updated_at: type: string format: date-time @@ -163564,8 +163582,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -163645,11 +163663,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *798 - installation: *799 - issue: *827 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + issue: *828 + organization: *801 + repository: *802 sender: *4 required: - action @@ -163728,12 +163746,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *798 - installation: *799 - issue: *825 - type: *258 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + issue: *826 + type: *259 + organization: *801 + repository: *802 sender: *4 required: - action @@ -163813,11 +163831,11 @@ x-webhooks: type: string enum: - created - enterprise: *798 - installation: *799 - label: *819 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + label: *820 + organization: *801 + repository: *802 sender: *4 required: - action @@ -163895,11 +163913,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *798 - installation: *799 - label: *819 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + label: *820 + organization: *801 + repository: *802 sender: *4 required: - action @@ -164009,11 +164027,11 @@ x-webhooks: type: string required: - from - enterprise: *798 - installation: *799 - label: *819 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + label: *820 + organization: *801 + repository: *802 sender: *4 required: - action @@ -164095,9 +164113,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *798 - installation: *799 - marketplace_purchase: &828 + enterprise: *799 + installation: *800 + marketplace_purchase: &829 title: Marketplace Purchase type: object required: @@ -164180,8 +164198,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *800 - previous_marketplace_purchase: &829 + organization: *801 + previous_marketplace_purchase: &830 title: Marketplace Purchase type: object properties: @@ -164261,7 +164279,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *801 + repository: *802 sender: *4 required: - action @@ -164341,10 +164359,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *798 - installation: *799 - marketplace_purchase: *828 - organization: *800 + enterprise: *799 + installation: *800 + marketplace_purchase: *829 + organization: *801 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -164427,7 +164445,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *801 + repository: *802 sender: *4 required: - action @@ -164509,10 +164527,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *798 - installation: *799 - marketplace_purchase: *828 - organization: *800 + enterprise: *799 + installation: *800 + marketplace_purchase: *829 + organization: *801 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -164594,7 +164612,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *801 + repository: *802 sender: *4 required: - action @@ -164675,8 +164693,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 marketplace_purchase: title: Marketplace Purchase type: object @@ -164758,9 +164776,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *800 - previous_marketplace_purchase: *829 - repository: *801 + organization: *801 + previous_marketplace_purchase: *830 + repository: *802 sender: *4 required: - action @@ -164840,12 +164858,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *798 - installation: *799 - marketplace_purchase: *828 - organization: *800 - previous_marketplace_purchase: *829 - repository: *801 + enterprise: *799 + installation: *800 + marketplace_purchase: *829 + organization: *801 + previous_marketplace_purchase: *830 + repository: *802 sender: *4 required: - action @@ -164947,11 +164965,11 @@ x-webhooks: type: string required: - to - enterprise: *798 - installation: *799 - member: *820 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + member: *821 + organization: *801 + repository: *802 sender: *4 required: - action @@ -165051,11 +165069,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *798 - installation: *799 - member: *820 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + member: *821 + organization: *801 + repository: *802 sender: *4 required: - action @@ -165134,11 +165152,11 @@ x-webhooks: type: string enum: - removed - enterprise: *798 - installation: *799 - member: *820 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + member: *821 + organization: *801 + repository: *802 sender: *4 required: - action @@ -165216,11 +165234,11 @@ x-webhooks: type: string enum: - added - enterprise: *798 - installation: *799 - member: *820 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + member: *821 + organization: *801 + repository: *802 scope: description: The scope of the membership. Currently, can only be `team`. @@ -165296,7 +165314,7 @@ x-webhooks: required: - login - id - team: &830 + team: &831 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -165519,11 +165537,11 @@ x-webhooks: type: string enum: - removed - enterprise: *798 - installation: *799 - member: *820 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + member: *821 + organization: *801 + repository: *802 scope: description: The scope of the membership. Currently, can only be `team`. @@ -165600,7 +165618,7 @@ x-webhooks: required: - login - id - team: *830 + team: *831 required: - action - scope @@ -165682,8 +165700,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *799 - merge_group: &832 + installation: *800 + merge_group: &833 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -165702,15 +165720,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *831 + head_commit: *832 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -165796,10 +165814,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *799 - merge_group: *832 - organization: *800 - repository: *801 + installation: *800 + merge_group: *833 + organization: *801 + repository: *802 sender: *4 required: - action @@ -165872,7 +165890,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *798 + enterprise: *799 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -165981,16 +165999,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *799 - organization: *800 + installation: *800 + organization: *801 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *833 - required: *834 + properties: *834 + required: *835 nullable: true sender: *4 required: @@ -166071,11 +166089,11 @@ x-webhooks: type: string enum: - closed - enterprise: *798 - installation: *799 - milestone: *826 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + milestone: *827 + organization: *801 + repository: *802 sender: *4 required: - action @@ -166154,9 +166172,9 @@ x-webhooks: type: string enum: - created - enterprise: *798 - installation: *799 - milestone: &835 + enterprise: *799 + installation: *800 + milestone: &836 title: Milestone description: A collection of related issues and pull requests. type: object @@ -166293,8 +166311,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -166373,11 +166391,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *798 - installation: *799 - milestone: *826 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + milestone: *827 + organization: *801 + repository: *802 sender: *4 required: - action @@ -166487,11 +166505,11 @@ x-webhooks: type: string required: - from - enterprise: *798 - installation: *799 - milestone: *826 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + milestone: *827 + organization: *801 + repository: *802 sender: *4 required: - action @@ -166571,11 +166589,11 @@ x-webhooks: type: string enum: - opened - enterprise: *798 - installation: *799 - milestone: *835 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + milestone: *836 + organization: *801 + repository: *802 sender: *4 required: - action @@ -166654,11 +166672,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *820 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + blocked_user: *821 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -166737,11 +166755,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *820 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + blocked_user: *821 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -166820,9 +166838,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *798 - installation: *799 - membership: &836 + enterprise: *799 + installation: *800 + membership: &837 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -166929,8 +166947,8 @@ x-webhooks: - role - organization_url - user - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 required: - action @@ -167008,11 +167026,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *798 - installation: *799 - membership: *836 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + membership: *837 + organization: *801 + repository: *802 sender: *4 required: - action @@ -167091,8 +167109,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -167208,10 +167226,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 - user: *820 + user: *821 required: - action - invitation @@ -167289,11 +167307,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *798 - installation: *799 - membership: *836 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + membership: *837 + organization: *801 + repository: *802 sender: *4 required: - action @@ -167380,11 +167398,11 @@ x-webhooks: properties: from: type: string - enterprise: *798 - installation: *799 - membership: *836 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + membership: *837 + organization: *801 + repository: *802 sender: *4 required: - action @@ -167461,9 +167479,9 @@ x-webhooks: type: string enum: - published - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 package: description: Information about the package. type: object @@ -167962,7 +167980,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &837 + items: &838 title: Ruby Gems metadata type: object properties: @@ -168057,7 +168075,7 @@ x-webhooks: - owner - package_version - registry - repository: *801 + repository: *802 sender: *4 required: - action @@ -168133,9 +168151,9 @@ x-webhooks: type: string enum: - updated - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 package: description: Information about the package. type: object @@ -168488,7 +168506,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *837 + items: *838 source_url: type: string format: uri @@ -168558,7 +168576,7 @@ x-webhooks: - owner - package_version - registry - repository: *801 + repository: *802 sender: *4 required: - action @@ -168734,12 +168752,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *798 + enterprise: *799 id: type: integer - installation: *799 - organization: *800 - repository: *801 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - id @@ -168816,7 +168834,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &838 + personal_access_token_request: &839 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -168962,10 +168980,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *798 - organization: *800 + enterprise: *799 + organization: *801 sender: *4 - installation: *799 + installation: *800 required: - action - personal_access_token_request @@ -169042,11 +169060,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *838 - enterprise: *798 - organization: *800 + personal_access_token_request: *839 + enterprise: *799 + organization: *801 sender: *4 - installation: *799 + installation: *800 required: - action - personal_access_token_request @@ -169122,11 +169140,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *838 - enterprise: *798 - organization: *800 + personal_access_token_request: *839 + enterprise: *799 + organization: *801 sender: *4 - installation: *799 + installation: *800 required: - action - personal_access_token_request @@ -169201,11 +169219,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *838 - organization: *800 - enterprise: *798 + personal_access_token_request: *839 + organization: *801 + enterprise: *799 sender: *4 - installation: *799 + installation: *800 required: - action - personal_access_token_request @@ -169310,7 +169328,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *839 + last_response: *840 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -169342,8 +169360,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 zen: description: Random string of GitHub zen. @@ -169588,10 +169606,10 @@ x-webhooks: - from required: - note - enterprise: *798 - installation: *799 - organization: *800 - project_card: &840 + enterprise: *799 + installation: *800 + organization: *801 + project_card: &841 title: Project Card type: object properties: @@ -169710,7 +169728,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *801 + repository: *802 sender: *4 required: - action @@ -169791,11 +169809,11 @@ x-webhooks: type: string enum: - created - enterprise: *798 - installation: *799 - organization: *800 - project_card: *840 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + project_card: *841 + repository: *802 sender: *4 required: - action @@ -169875,9 +169893,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 project_card: title: Project Card type: object @@ -170005,8 +170023,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *833 - required: *834 + properties: *834 + required: *835 nullable: true sender: *4 required: @@ -170100,11 +170118,11 @@ x-webhooks: - from required: - note - enterprise: *798 - installation: *799 - organization: *800 - project_card: *840 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + project_card: *841 + repository: *802 sender: *4 required: - action @@ -170198,9 +170216,9 @@ x-webhooks: - from required: - column_id - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 project_card: allOf: - title: Project Card @@ -170390,7 +170408,7 @@ x-webhooks: type: string required: - after_id - repository: *801 + repository: *802 sender: *4 required: - action @@ -170470,10 +170488,10 @@ x-webhooks: type: string enum: - closed - enterprise: *798 - installation: *799 - organization: *800 - project: &842 + enterprise: *799 + installation: *800 + organization: *801 + project: &843 title: Project type: object properties: @@ -170597,7 +170615,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *801 + repository: *802 sender: *4 required: - action @@ -170677,10 +170695,10 @@ x-webhooks: type: string enum: - created - enterprise: *798 - installation: *799 - organization: *800 - project_column: &841 + enterprise: *799 + installation: *800 + organization: *801 + project_column: &842 title: Project Column type: object properties: @@ -170719,7 +170737,7 @@ x-webhooks: - name - created_at - updated_at - repository: *801 + repository: *802 sender: *4 required: - action @@ -170798,18 +170816,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *798 - installation: *799 - organization: *800 - project_column: *841 + enterprise: *799 + installation: *800 + organization: *801 + project_column: *842 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *833 - required: *834 + properties: *834 + required: *835 nullable: true sender: *4 required: @@ -170899,11 +170917,11 @@ x-webhooks: type: string required: - from - enterprise: *798 - installation: *799 - organization: *800 - project_column: *841 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + project_column: *842 + repository: *802 sender: *4 required: - action @@ -170983,11 +171001,11 @@ x-webhooks: type: string enum: - moved - enterprise: *798 - installation: *799 - organization: *800 - project_column: *841 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + project_column: *842 + repository: *802 sender: *4 required: - action @@ -171067,11 +171085,11 @@ x-webhooks: type: string enum: - created - enterprise: *798 - installation: *799 - organization: *800 - project: *842 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + project: *843 + repository: *802 sender: *4 required: - action @@ -171151,18 +171169,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *798 - installation: *799 - organization: *800 - project: *842 + enterprise: *799 + installation: *800 + organization: *801 + project: *843 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *833 - required: *834 + properties: *834 + required: *835 nullable: true sender: *4 required: @@ -171264,11 +171282,11 @@ x-webhooks: type: string required: - from - enterprise: *798 - installation: *799 - organization: *800 - project: *842 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + project: *843 + repository: *802 sender: *4 required: - action @@ -171347,11 +171365,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *798 - installation: *799 - organization: *800 - project: *842 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + project: *843 + repository: *802 sender: *4 required: - action @@ -171432,9 +171450,9 @@ x-webhooks: type: string enum: - closed - installation: *799 - organization: *800 - projects_v2: *292 + installation: *800 + organization: *801 + projects_v2: *293 sender: *4 required: - action @@ -171515,9 +171533,9 @@ x-webhooks: type: string enum: - created - installation: *799 - organization: *800 - projects_v2: *292 + installation: *800 + organization: *801 + projects_v2: *293 sender: *4 required: - action @@ -171598,9 +171616,9 @@ x-webhooks: type: string enum: - deleted - installation: *799 - organization: *800 - projects_v2: *292 + installation: *800 + organization: *801 + projects_v2: *293 sender: *4 required: - action @@ -171717,9 +171735,9 @@ x-webhooks: type: string to: type: string - installation: *799 - organization: *800 - projects_v2: *292 + installation: *800 + organization: *801 + projects_v2: *293 sender: *4 required: - action @@ -171802,7 +171820,7 @@ x-webhooks: type: string enum: - archived - changes: &846 + changes: &847 type: object properties: archived_at: @@ -171816,9 +171834,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *799 - organization: *800 - projects_v2_item: &843 + installation: *800 + organization: *801 + projects_v2_item: &844 title: Projects v2 Item description: An item belonging to a project type: object @@ -171836,7 +171854,7 @@ x-webhooks: type: string description: The node ID of the content represented by this item. - content_type: *299 + content_type: *300 creator: *4 created_at: type: string @@ -171953,9 +171971,9 @@ x-webhooks: nullable: true to: type: string - installation: *799 - organization: *800 - projects_v2_item: *843 + installation: *800 + organization: *801 + projects_v2_item: *844 sender: *4 required: - action @@ -172037,9 +172055,9 @@ x-webhooks: type: string enum: - created - installation: *799 - organization: *800 - projects_v2_item: *843 + installation: *800 + organization: *801 + projects_v2_item: *844 sender: *4 required: - action @@ -172120,9 +172138,9 @@ x-webhooks: type: string enum: - deleted - installation: *799 - organization: *800 - projects_v2_item: *843 + installation: *800 + organization: *801 + projects_v2_item: *844 sender: *4 required: - action @@ -172228,7 +172246,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &844 + - &845 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -172250,7 +172268,7 @@ x-webhooks: required: - id - name - - &845 + - &846 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -172284,8 +172302,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *844 - *845 + - *846 required: - field_value - type: object @@ -172301,9 +172319,9 @@ x-webhooks: nullable: true required: - body - installation: *799 - organization: *800 - projects_v2_item: *843 + installation: *800 + organization: *801 + projects_v2_item: *844 sender: *4 required: - action @@ -172398,9 +172416,9 @@ x-webhooks: to: type: string nullable: true - installation: *799 - organization: *800 - projects_v2_item: *843 + installation: *800 + organization: *801 + projects_v2_item: *844 sender: *4 required: - action @@ -172483,10 +172501,10 @@ x-webhooks: type: string enum: - restored - changes: *846 - installation: *799 - organization: *800 - projects_v2_item: *843 + changes: *847 + installation: *800 + organization: *801 + projects_v2_item: *844 sender: *4 required: - action @@ -172568,9 +172586,9 @@ x-webhooks: type: string enum: - reopened - installation: *799 - organization: *800 - projects_v2: *292 + installation: *800 + organization: *801 + projects_v2: *293 sender: *4 required: - action @@ -172651,14 +172669,14 @@ x-webhooks: type: string enum: - created - installation: *799 - organization: *800 - projects_v2_status_update: &849 + installation: *800 + organization: *801 + projects_v2_status_update: &850 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *847 - required: *848 + properties: *848 + required: *849 sender: *4 required: - action @@ -172739,9 +172757,9 @@ x-webhooks: type: string enum: - deleted - installation: *799 - organization: *800 - projects_v2_status_update: *849 + installation: *800 + organization: *801 + projects_v2_status_update: *850 sender: *4 required: - action @@ -172877,9 +172895,9 @@ x-webhooks: type: string format: date nullable: true - installation: *799 - organization: *800 - projects_v2_status_update: *849 + installation: *800 + organization: *801 + projects_v2_status_update: *850 sender: *4 required: - action @@ -172950,10 +172968,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - repository @@ -173030,13 +173048,13 @@ x-webhooks: type: string enum: - assigned - assignee: *820 - enterprise: *798 - installation: *799 - number: &850 + assignee: *821 + enterprise: *799 + installation: *800 + number: &851 description: The pull request number. type: integer - organization: *800 + organization: *801 pull_request: title: Pull Request type: object @@ -175198,7 +175216,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -175324,7 +175342,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *801 + repository: *802 sender: *4 required: - action @@ -175406,11 +175424,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 number: type: integer - organization: *800 + organization: *801 pull_request: title: Pull Request type: object @@ -177565,7 +177583,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -177693,7 +177711,7 @@ x-webhooks: - draft reason: type: string - repository: *801 + repository: *802 sender: *4 required: - action @@ -177775,11 +177793,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 number: type: integer - organization: *800 + organization: *801 pull_request: title: Pull Request type: object @@ -179934,7 +179952,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -180062,7 +180080,7 @@ x-webhooks: - draft reason: type: string - repository: *801 + repository: *802 sender: *4 required: - action @@ -180144,13 +180162,13 @@ x-webhooks: type: string enum: - closed - enterprise: *798 - installation: *799 - number: *850 - organization: *800 - pull_request: &851 + enterprise: *799 + installation: *800 + number: *851 + organization: *801 + pull_request: &852 allOf: - - *631 + - *632 - type: object properties: allow_auto_merge: @@ -180212,7 +180230,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *801 + repository: *802 sender: *4 required: - action @@ -180293,12 +180311,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *798 - installation: *799 - number: *850 - organization: *800 - pull_request: *851 - repository: *801 + enterprise: *799 + installation: *800 + number: *851 + organization: *801 + pull_request: *852 + repository: *802 sender: *4 required: - action @@ -180378,11 +180396,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *798 - milestone: *614 - number: *850 - organization: *800 - pull_request: &852 + enterprise: *799 + milestone: *615 + number: *851 + organization: *801 + pull_request: &853 title: Pull Request type: object properties: @@ -182538,7 +182556,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -182664,7 +182682,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *801 + repository: *802 sender: *4 required: - action @@ -182743,11 +182761,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 number: type: integer - organization: *800 + organization: *801 pull_request: title: Pull Request type: object @@ -184907,7 +184925,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -185048,7 +185066,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *801 + repository: *802 sender: *4 required: - action @@ -185172,12 +185190,12 @@ x-webhooks: type: string required: - from - enterprise: *798 - installation: *799 - number: *850 - organization: *800 - pull_request: *851 - repository: *801 + enterprise: *799 + installation: *800 + number: *851 + organization: *801 + pull_request: *852 + repository: *802 sender: *4 required: - action @@ -185257,11 +185275,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 number: type: integer - organization: *800 + organization: *801 pull_request: title: Pull Request type: object @@ -187421,7 +187439,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -187547,7 +187565,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *801 + repository: *802 sender: *4 required: - action @@ -187627,11 +187645,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *798 - installation: *799 - label: *819 - number: *850 - organization: *800 + enterprise: *799 + installation: *800 + label: *820 + number: *851 + organization: *801 pull_request: title: Pull Request type: object @@ -189792,7 +189810,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -189918,7 +189936,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *801 + repository: *802 sender: *4 required: - action @@ -189999,10 +190017,10 @@ x-webhooks: type: string enum: - locked - enterprise: *798 - installation: *799 - number: *850 - organization: *800 + enterprise: *799 + installation: *800 + number: *851 + organization: *801 pull_request: title: Pull Request type: object @@ -192161,7 +192179,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -192287,7 +192305,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *801 + repository: *802 sender: *4 required: - action @@ -192367,12 +192385,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *798 - milestone: *614 - number: *850 - organization: *800 - pull_request: *852 - repository: *801 + enterprise: *799 + milestone: *615 + number: *851 + organization: *801 + pull_request: *853 + repository: *802 sender: *4 required: - action @@ -192451,12 +192469,12 @@ x-webhooks: type: string enum: - opened - enterprise: *798 - installation: *799 - number: *850 - organization: *800 - pull_request: *851 - repository: *801 + enterprise: *799 + installation: *800 + number: *851 + organization: *801 + pull_request: *852 + repository: *802 sender: *4 required: - action @@ -192537,12 +192555,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *798 - installation: *799 - number: *850 - organization: *800 - pull_request: *851 - repository: *801 + enterprise: *799 + installation: *800 + number: *851 + organization: *801 + pull_request: *852 + repository: *802 sender: *4 required: - action @@ -192622,12 +192640,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *798 - installation: *799 - number: *850 - organization: *800 - pull_request: *851 - repository: *801 + enterprise: *799 + installation: *800 + number: *851 + organization: *801 + pull_request: *852 + repository: *802 sender: *4 required: - action @@ -192993,9 +193011,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 pull_request: type: object properties: @@ -195049,7 +195067,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: type: string enum: @@ -195170,7 +195188,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *801 + repository: *802 sender: *4 required: - action @@ -195250,7 +195268,7 @@ x-webhooks: type: string enum: - deleted - comment: &854 + comment: &855 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -195535,9 +195553,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 pull_request: type: object properties: @@ -197579,7 +197597,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: type: string enum: @@ -197700,7 +197718,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *801 + repository: *802 sender: *4 required: - action @@ -197780,11 +197798,11 @@ x-webhooks: type: string enum: - edited - changes: *853 - comment: *854 - enterprise: *798 - installation: *799 - organization: *800 + changes: *854 + comment: *855 + enterprise: *799 + installation: *800 + organization: *801 pull_request: type: object properties: @@ -199829,7 +199847,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: type: string enum: @@ -199950,7 +199968,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *801 + repository: *802 sender: *4 required: - action @@ -200031,9 +200049,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 pull_request: title: Simple Pull Request type: object @@ -202088,7 +202106,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: type: string enum: @@ -202211,7 +202229,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *801 + repository: *802 review: description: The review that was affected. type: object @@ -202458,9 +202476,9 @@ x-webhooks: type: string required: - from - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 pull_request: title: Simple Pull Request type: object @@ -204510,8 +204528,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *801 - review: &855 + repository: *802 + review: &856 description: The review that was affected. type: object properties: @@ -204744,12 +204762,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 number: description: The pull request number. type: integer - organization: *800 + organization: *801 pull_request: title: Pull Request type: object @@ -206911,7 +206929,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. @@ -207037,7 +207055,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *801 + repository: *802 requested_reviewer: title: User type: object @@ -207121,12 +207139,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 number: description: The pull request number. type: integer - organization: *800 + organization: *801 pull_request: title: Pull Request type: object @@ -209295,7 +209313,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. @@ -209421,7 +209439,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *801 + repository: *802 requested_team: title: Team description: Groups of organization members that gives permissions @@ -209613,12 +209631,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 number: description: The pull request number. type: integer - organization: *800 + organization: *801 pull_request: title: Pull Request type: object @@ -211781,7 +211799,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. @@ -211908,7 +211926,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *801 + repository: *802 requested_reviewer: title: User type: object @@ -211993,12 +212011,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *798 - installation: *799 + enterprise: *799 + installation: *800 number: description: The pull request number. type: integer - organization: *800 + organization: *801 pull_request: title: Pull Request type: object @@ -214152,7 +214170,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. @@ -214279,7 +214297,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *801 + repository: *802 requested_team: title: Team description: Groups of organization members that gives permissions @@ -214460,9 +214478,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 pull_request: title: Simple Pull Request type: object @@ -216519,7 +216537,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: type: string enum: @@ -216642,8 +216660,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *801 - review: *855 + repository: *802 + review: *856 sender: *4 required: - action @@ -216723,9 +216741,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 pull_request: title: Simple Pull Request type: object @@ -218691,7 +218709,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: type: string enum: @@ -218814,7 +218832,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *801 + repository: *802 sender: *4 thread: type: object @@ -219201,9 +219219,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 pull_request: title: Simple Pull Request type: object @@ -221156,7 +221174,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: type: string enum: @@ -221278,7 +221296,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *801 + repository: *802 sender: *4 thread: type: object @@ -221662,11 +221680,11 @@ x-webhooks: type: string enum: - stacked - enterprise: *798 - installation: *799 - stack: *628 - number: *850 - organization: *800 + enterprise: *799 + installation: *800 + stack: *629 + number: *851 + organization: *801 pull_request: title: Pull Request type: object @@ -223827,7 +223845,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -223953,7 +223971,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *801 + repository: *802 sender: *4 required: - action @@ -224039,10 +224057,10 @@ x-webhooks: type: string before: type: string - enterprise: *798 - installation: *799 - number: *850 - organization: *800 + enterprise: *799 + installation: *800 + number: *851 + organization: *801 pull_request: title: Pull Request type: object @@ -226192,7 +226210,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -226318,7 +226336,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *801 + repository: *802 sender: *4 required: - action @@ -226400,11 +226418,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *856 - enterprise: *798 - installation: *799 - number: *850 - organization: *800 + assignee: *857 + enterprise: *799 + installation: *800 + number: *851 + organization: *801 pull_request: title: Pull Request type: object @@ -228566,7 +228584,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -228692,7 +228710,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *801 + repository: *802 sender: *4 required: - action @@ -228771,11 +228789,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *798 - installation: *799 - label: *819 - number: *850 - organization: *800 + enterprise: *799 + installation: *800 + label: *820 + number: *851 + organization: *801 pull_request: title: Pull Request type: object @@ -230927,7 +230945,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -231053,7 +231071,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *801 + repository: *802 sender: *4 required: - action @@ -231134,10 +231152,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *798 - installation: *799 - number: *850 - organization: *800 + enterprise: *799 + installation: *800 + number: *851 + organization: *801 pull_request: title: Pull Request type: object @@ -233282,7 +233300,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -233407,7 +233425,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *801 + repository: *802 sender: *4 required: - action @@ -233607,7 +233625,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *798 + enterprise: *799 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -233699,8 +233717,8 @@ x-webhooks: - url - author - committer - installation: *799 - organization: *800 + installation: *800 + organization: *801 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -234286,9 +234304,9 @@ x-webhooks: type: string enum: - published - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 registry_package: type: object properties: @@ -234734,7 +234752,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *837 + items: *838 summary: type: string tag_name: @@ -234788,7 +234806,7 @@ x-webhooks: - owner - package_version - registry - repository: *801 + repository: *802 sender: *4 required: - action @@ -234866,9 +234884,9 @@ x-webhooks: type: string enum: - updated - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 registry_package: type: object properties: @@ -235176,7 +235194,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *837 + items: *838 summary: type: string tag_name: @@ -235225,7 +235243,7 @@ x-webhooks: - owner - package_version - registry - repository: *801 + repository: *802 sender: *4 required: - action @@ -235302,10 +235320,10 @@ x-webhooks: type: string enum: - created - enterprise: *798 - installation: *799 - organization: *800 - release: &857 + enterprise: *799 + installation: *800 + organization: *801 + release: &858 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -235623,7 +235641,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *801 + repository: *802 sender: *4 required: - action @@ -235700,11 +235718,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *798 - installation: *799 - organization: *800 - release: *857 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + release: *858 + repository: *802 sender: *4 required: - action @@ -235821,11 +235839,11 @@ x-webhooks: type: boolean required: - to - enterprise: *798 - installation: *799 - organization: *800 - release: *857 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + release: *858 + repository: *802 sender: *4 required: - action @@ -235903,9 +235921,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -236227,7 +236245,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *801 + repository: *802 sender: *4 required: - action @@ -236303,10 +236321,10 @@ x-webhooks: type: string enum: - published - enterprise: *798 - installation: *799 - organization: *800 - release: &858 + enterprise: *799 + installation: *800 + organization: *801 + release: &859 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -236625,7 +236643,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *801 + repository: *802 sender: *4 required: - action @@ -236701,11 +236719,11 @@ x-webhooks: type: string enum: - released - enterprise: *798 - installation: *799 - organization: *800 - release: *857 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + release: *858 + repository: *802 sender: *4 required: - action @@ -236781,11 +236799,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *798 - installation: *799 - organization: *800 - release: *858 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + release: *859 + repository: *802 sender: *4 required: - action @@ -236861,11 +236879,11 @@ x-webhooks: type: string enum: - published - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 - repository_advisory: *717 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 + repository_advisory: *718 sender: *4 required: - action @@ -236941,11 +236959,11 @@ x-webhooks: type: string enum: - reported - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 - repository_advisory: *717 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 + repository_advisory: *718 sender: *4 required: - action @@ -237021,10 +237039,10 @@ x-webhooks: type: string enum: - archived - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -237101,10 +237119,10 @@ x-webhooks: type: string enum: - created - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -237182,10 +237200,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -237269,10 +237287,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -237384,10 +237402,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -237459,10 +237477,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 status: type: string @@ -237543,10 +237561,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -237623,10 +237641,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -237720,10 +237738,10 @@ x-webhooks: - name required: - repository - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -237803,11 +237821,11 @@ x-webhooks: type: string enum: - created - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 - repository_ruleset: *340 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 + repository_ruleset: *341 sender: *4 required: - action @@ -237885,11 +237903,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 - repository_ruleset: *340 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 + repository_ruleset: *341 sender: *4 required: - action @@ -237967,11 +237985,11 @@ x-webhooks: type: string enum: - edited - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 - repository_ruleset: *340 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 + repository_ruleset: *341 changes: type: object properties: @@ -237990,16 +238008,16 @@ x-webhooks: properties: added: type: array - items: *314 + items: *315 deleted: type: array - items: *314 + items: *315 updated: type: array items: type: object properties: - condition: *314 + condition: *315 changes: type: object properties: @@ -238032,16 +238050,16 @@ x-webhooks: properties: added: type: array - items: *653 + items: *654 deleted: type: array - items: *653 + items: *654 updated: type: array items: type: object properties: - rule: *653 + rule: *654 changes: type: object properties: @@ -238275,10 +238293,10 @@ x-webhooks: - from required: - owner - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -238356,10 +238374,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -238437,7 +238455,7 @@ x-webhooks: type: string enum: - create - alert: &859 + alert: &860 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -238559,10 +238577,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -238768,10 +238786,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -238849,11 +238867,11 @@ x-webhooks: type: string enum: - reopen - alert: *859 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + alert: *860 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -239052,10 +239070,10 @@ x-webhooks: enum: - fixed - open - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -239133,7 +239151,7 @@ x-webhooks: type: string enum: - assigned - alert: &861 + alert: &862 type: object properties: number: *189 @@ -239283,12 +239301,12 @@ x-webhooks: properties: *20 required: *21 nullable: true - metadata: *860 + metadata: *861 assignee: *4 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -239366,11 +239384,11 @@ x-webhooks: type: string enum: - created - alert: *861 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + alert: *862 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -239451,11 +239469,11 @@ x-webhooks: type: string enum: - created - alert: *861 - installation: *799 - location: *862 - organization: *800 - repository: *801 + alert: *862 + installation: *800 + location: *863 + organization: *801 + repository: *802 sender: *4 required: - location @@ -239693,11 +239711,11 @@ x-webhooks: type: string enum: - metadata_created - alert: *861 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + alert: *862 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -239774,11 +239792,11 @@ x-webhooks: type: string enum: - metadata_removed - alert: *861 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + alert: *862 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -239855,11 +239873,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *861 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + alert: *862 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -239937,11 +239955,11 @@ x-webhooks: type: string enum: - reopened - alert: *861 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + alert: *862 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -240019,11 +240037,11 @@ x-webhooks: type: string enum: - resolved - alert: *861 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + alert: *862 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -240101,12 +240119,12 @@ x-webhooks: type: string enum: - unassigned - alert: *861 + alert: *862 assignee: *4 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -240184,11 +240202,11 @@ x-webhooks: type: string enum: - validated - alert: *861 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + alert: *862 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -240314,10 +240332,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *801 - enterprise: *798 - installation: *799 - organization: *800 + repository: *802 + enterprise: *799 + installation: *800 + organization: *801 sender: *4 required: - action @@ -240395,11 +240413,11 @@ x-webhooks: type: string enum: - published - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 - security_advisory: &863 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 + security_advisory: &864 description: The details of the security advisory, including summary, description, and severity. type: object @@ -240570,11 +240588,11 @@ x-webhooks: type: string enum: - updated - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 - security_advisory: *863 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 + security_advisory: *864 sender: *4 required: - action @@ -240647,10 +240665,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -240822,11 +240840,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *313 - enterprise: *798 - installation: *799 - organization: *800 - repository: *360 + security_and_analysis: *314 + enterprise: *799 + installation: *800 + organization: *801 + repository: *361 sender: *4 required: - changes @@ -240904,12 +240922,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 - sponsorship: &864 + sponsorship: &865 type: object properties: created_at: @@ -241210,12 +241228,12 @@ x-webhooks: type: string enum: - created - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 - sponsorship: *864 + sponsorship: *865 required: - action - sponsorship @@ -241303,12 +241321,12 @@ x-webhooks: type: string required: - from - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 - sponsorship: *864 + sponsorship: *865 required: - action - changes @@ -241385,17 +241403,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &865 + effective_date: &866 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: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 - sponsorship: *864 + sponsorship: *865 required: - action - sponsorship @@ -241469,7 +241487,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &866 + changes: &867 type: object properties: tier: @@ -241513,13 +241531,13 @@ x-webhooks: - from required: - tier - effective_date: *865 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + effective_date: *866 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 - sponsorship: *864 + sponsorship: *865 required: - action - changes @@ -241596,13 +241614,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *866 - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + changes: *867 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 - sponsorship: *864 + sponsorship: *865 required: - action - changes @@ -241676,10 +241694,10 @@ x-webhooks: type: string enum: - created - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -241762,10 +241780,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -242185,15 +242203,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *798 + enterprise: *799 id: description: The unique identifier of the status. type: integer - installation: *799 + installation: *800 name: type: string - organization: *800 - repository: *801 + organization: *801 + repository: *802 sender: *4 sha: description: The Commit SHA. @@ -242308,9 +242326,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *89 - installation: *799 - organization: *800 - repository: *801 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -242399,9 +242417,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *89 - installation: *799 - organization: *800 - repository: *801 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -242490,9 +242508,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *89 - installation: *799 - organization: *800 - repository: *801 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -242581,9 +242599,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *89 - installation: *799 - organization: *800 - repository: *801 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -242659,12 +242677,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 - team: &867 + team: &868 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -242887,9 +242905,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 repository: title: Repository description: A git repository @@ -243347,7 +243365,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *867 + team: *868 required: - action - team @@ -243423,9 +243441,9 @@ x-webhooks: type: string enum: - created - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 repository: title: Repository description: A git repository @@ -243883,7 +243901,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *867 + team: *868 required: - action - team @@ -243960,9 +243978,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 repository: title: Repository description: A git repository @@ -244420,7 +244438,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *867 + team: *868 required: - action - team @@ -244564,9 +244582,9 @@ x-webhooks: - from required: - permissions - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 repository: title: Repository description: A git repository @@ -245024,7 +245042,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *867 + team: *868 required: - action - changes @@ -245102,9 +245120,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *798 - installation: *799 - organization: *800 + enterprise: *799 + installation: *800 + organization: *801 repository: title: Repository description: A git repository @@ -245562,7 +245580,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *867 + team: *868 required: - action - team @@ -245638,10 +245656,10 @@ x-webhooks: type: string enum: - started - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 required: - action @@ -245714,16 +245732,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *798 + enterprise: *799 inputs: type: object nullable: true additionalProperties: true - installation: *799 - organization: *800 + installation: *800 + organization: *801 ref: type: string - repository: *801 + repository: *802 sender: *4 workflow: type: string @@ -245805,10 +245823,10 @@ x-webhooks: type: string enum: - completed - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 workflow_job: allOf: @@ -246045,7 +246063,7 @@ x-webhooks: type: string required: - conclusion - deployment: *522 + deployment: *523 required: - action - repository @@ -246124,10 +246142,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 workflow_job: allOf: @@ -246387,7 +246405,7 @@ x-webhooks: required: - status - steps - deployment: *522 + deployment: *523 required: - action - repository @@ -246466,10 +246484,10 @@ x-webhooks: type: string enum: - queued - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 workflow_job: type: object @@ -246604,7 +246622,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *522 + deployment: *523 required: - action - repository @@ -246683,10 +246701,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 workflow_job: type: object @@ -246822,7 +246840,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *522 + deployment: *523 required: - action - repository @@ -246902,12 +246920,12 @@ x-webhooks: type: string enum: - completed - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 - workflow: *815 + workflow: *816 workflow_run: title: Workflow Run type: object @@ -247906,12 +247924,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 - workflow: *815 + workflow: *816 workflow_run: title: Workflow Run type: object @@ -248895,12 +248913,12 @@ x-webhooks: type: string enum: - requested - enterprise: *798 - installation: *799 - organization: *800 - repository: *801 + enterprise: *799 + installation: *800 + organization: *801 + repository: *802 sender: *4 - workflow: *815 + workflow: *816 workflow_run: title: Workflow Run type: object diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index 028a5d2e71..6368aa5a56 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -27233,6 +27233,14 @@ ] } }, + { + "name": "relationship", + "in": "query", + "description": "A comma-separated list of relationships of the vulnerable dependency to your project. If specified, only alerts with these relationships will be returned.\n\n> [!NOTE]\n> We are rolling out support for dependency relationship across ecosystems. This value will be \"unknown\" for all dependencies in unsupported ecosystems.", + "schema": { + "type": "string" + } + }, { "name": "sort", "in": "query", @@ -28614,7 +28622,8 @@ "name": "django" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-rf4j-j272-fj86", @@ -28839,7 +28848,8 @@ "name": "ansible" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-8f4m-hccc-8qph", @@ -131405,6 +131415,14 @@ ] } }, + { + "name": "relationship", + "in": "query", + "description": "A comma-separated list of relationships of the vulnerable dependency to your project. If specified, only alerts with these relationships will be returned.\n\n> [!NOTE]\n> We are rolling out support for dependency relationship across ecosystems. This value will be \"unknown\" for all dependencies in unsupported ecosystems.", + "schema": { + "type": "string" + } + }, { "name": "sort", "in": "query", @@ -132786,7 +132804,8 @@ "name": "django" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-rf4j-j272-fj86", @@ -133011,7 +133030,8 @@ "name": "ansible" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-8f4m-hccc-8qph", @@ -363874,6 +363894,14 @@ ] } }, + { + "name": "relationship", + "in": "query", + "description": "A comma-separated list of relationships of the vulnerable dependency to your project. If specified, only alerts with these relationships will be returned.\n\n> [!NOTE]\n> We are rolling out support for dependency relationship across ecosystems. This value will be \"unknown\" for all dependencies in unsupported ecosystems.", + "schema": { + "type": "string" + } + }, { "name": "sort", "in": "query", @@ -364835,7 +364863,8 @@ "name": "django" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-rf4j-j272-fj86", @@ -364993,7 +365022,8 @@ "name": "ansible" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-8f4m-hccc-8qph", @@ -366208,7 +366238,8 @@ "name": "ansible" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-8f4m-hccc-8qph", @@ -367439,7 +367470,8 @@ "name": "django" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-rf4j-j272-fj86", diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index 3fd2c7e756..6e033f0de5 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -888,7 +888,7 @@ paths: - subscriptions_url - type - url - type: &350 + type: &351 type: string description: The type of credit the user is receiving. enum: @@ -1081,7 +1081,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &722 + - &723 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -4310,7 +4310,7 @@ paths: schema: type: integer default: 30 - - &233 + - &234 name: cursor description: 'Used for pagination: the starting delivery from which the page of deliveries is fetched. Refer to the `link` header for the next and previous @@ -4319,7 +4319,7 @@ paths: required: false schema: type: string - - &234 + - &235 name: status description: Returns webhook deliveries filtered by delivery outcome classification based on `status_code` range. A `status` of `success` returns deliveries @@ -4339,7 +4339,7 @@ paths: application/json: schema: type: array - items: &235 + items: &236 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -4419,7 +4419,7 @@ paths: - installation_id - repository_id examples: - default: &236 + default: &237 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -4547,7 +4547,7 @@ paths: description: Response content: application/json: - schema: &237 + schema: &238 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -4661,7 +4661,7 @@ paths: - request - response examples: - default: &238 + default: &239 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -5658,7 +5658,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &312 + properties: &313 id: description: Unique identifier of the repository example: 42 @@ -6109,7 +6109,7 @@ paths: type: boolean lexical_commit_sha: type: string - required: &313 + required: &314 - archive_url - assignees_url - blobs_url @@ -6183,7 +6183,7 @@ paths: - watchers_count - created_at - updated_at - x-github-breaking-changes: &314 + x-github-breaking-changes: &315 - changeset: remove_use_squash_pr_title_as_default patch: properties: @@ -12387,7 +12387,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &513 + - &514 name: has in: query description: |- @@ -12421,6 +12421,16 @@ paths: - development - runtime - &221 + name: relationship + in: query + description: |- + A comma-separated list of relationships of the vulnerable dependency to your project. If specified, only alerts with these relationships will be returned. + + > [!NOTE] + > We are rolling out support for dependency relationship across ecosystems. This value will be "unknown" for all dependencies in unsupported ecosystems. + schema: + type: string + - &222 name: sort in: query description: |- @@ -12446,7 +12456,7 @@ paths: application/json: schema: type: array - items: &222 + items: &223 type: object description: A Dependabot alert. properties: @@ -12513,7 +12523,7 @@ paths: - direct - transitive - inconclusive - security_advisory: &514 + security_advisory: &515 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -12801,14 +12811,14 @@ paths: format: date-time readOnly: true nullable: true - auto_dismissed_at: &515 + auto_dismissed_at: &516 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissal_request: &516 + dismissal_request: &517 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -12870,7 +12880,7 @@ paths: - repository additionalProperties: false examples: - default: &223 + default: &224 value: - number: 2 state: dismissed @@ -12880,6 +12890,7 @@ paths: name: django manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-rf4j-j272-fj86 cve_id: CVE-2018-6188 @@ -13066,6 +13077,7 @@ paths: name: ansible manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-8f4m-hccc-8qph cve_id: CVE-2021-20191 @@ -13255,7 +13267,7 @@ paths: description: Response content: application/json: - schema: &224 + schema: &225 title: Dependabot Repository Access Details description: Information about repositories that Dependabot is able to access in an organization @@ -13281,7 +13293,7 @@ paths: nullable: true additionalProperties: false examples: - default: &225 + default: &226 value: default_level: public accessible_repositories: @@ -14496,7 +14508,7 @@ paths: properties: action: type: string - discussion: &819 + discussion: &820 title: Discussion description: A Discussion in a repository. type: object @@ -14863,7 +14875,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &567 + properties: &568 id: type: integer format: int64 @@ -14976,7 +14988,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &296 + properties: &297 url: type: string format: uri @@ -15046,7 +15058,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &297 + required: &298 - closed_issues - creator - description @@ -15125,7 +15137,7 @@ paths: timeline_url: type: string format: uri - type: &259 + type: &260 title: Issue Type description: The type assigned to the issue. This is only present for issues in repositories where @@ -15241,7 +15253,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &734 + sub_issues_summary: &735 title: Sub-issues Summary type: object properties: @@ -15328,7 +15340,7 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: &597 + properties: &598 pinned_at: type: string format: date-time @@ -15340,7 +15352,7 @@ paths: properties: *20 required: *21 nullable: true - required: &598 + required: &599 - pinned_at - pinned_by nullable: true @@ -15349,13 +15361,13 @@ paths: description: Details about why an issue comment was minimized. type: object - properties: &599 + properties: &600 reason: description: The reason the comment was minimized. type: string nullable: true example: low-quality - required: &600 + required: &601 - reason nullable: true required: &91 @@ -15368,7 +15380,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &735 + issue_dependencies_summary: &736 title: Issue Dependencies Summary type: object properties: @@ -15387,7 +15399,7 @@ paths: - total_blocking issue_field_values: type: array - items: &579 + items: &580 title: Issue Field Value description: A value assigned to an issue field type: object @@ -15479,7 +15491,7 @@ paths: - node_id - data_type - value - required: &568 + required: &569 - assignee - closed_at - comments @@ -15500,7 +15512,7 @@ paths: - user - created_at - updated_at - x-github-breaking-changes: &569 + x-github-breaking-changes: &570 - changeset: deprecate_beta_media_type patch: properties: @@ -15560,7 +15572,7 @@ paths: action: type: string issue: *89 - comment: &563 + comment: &564 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -16224,7 +16236,7 @@ paths: type: string release: allOf: - - &646 + - &647 title: Release description: A release. type: object @@ -16295,7 +16307,7 @@ paths: author: *4 assets: type: array - items: &647 + items: &648 title: Release Asset description: Data related to a release. type: object @@ -16915,7 +16927,7 @@ paths: url: type: string format: uri - user: &743 + user: &744 title: Public User description: Public User type: object @@ -18806,7 +18818,7 @@ paths: - closed - all default: open - - &262 + - &263 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -18857,7 +18869,7 @@ paths: type: array items: *89 examples: - default: &263 + default: &264 value: - id: 1 node_id: MDU6SXNzdWUx @@ -20256,14 +20268,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &359 + - &360 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &360 + - &361 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -20325,7 +20337,7 @@ paths: '404': *6 '403': *29 '304': *38 - '301': &363 + '301': &364 description: Moved permanently content: application/json: @@ -20347,7 +20359,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &620 + - &621 name: all description: If `true`, show notifications marked as read. in: query @@ -20355,7 +20367,7 @@ paths: schema: type: boolean default: false - - &621 + - &622 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -20365,7 +20377,7 @@ paths: type: boolean default: false - *96 - - &622 + - &623 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -20401,7 +20413,7 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: &227 + properties: &228 id: type: integer format: int64 @@ -20687,7 +20699,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &315 + security_and_analysis: &316 nullable: true type: object properties: @@ -20807,7 +20819,7 @@ paths: the repository. The keys are the custom property names, and the values are the corresponding custom property values. additionalProperties: true - required: &228 + required: &229 - archive_url - assignees_url - blobs_url @@ -20854,7 +20866,7 @@ paths: - teams_url - trees_url - url - x-github-breaking-changes: &229 + x-github-breaking-changes: &230 - changeset: remove_has_downloads patch: properties: @@ -20901,7 +20913,7 @@ paths: - url - subscription_url examples: - default: &623 + default: &624 value: - id: '1' repository: @@ -22815,7 +22827,7 @@ paths: parameters: - *79 - *125 - - &795 + - &796 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 @@ -22927,7 +22939,7 @@ paths: - *125 - *126 - *127 - - &796 + - &797 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -22935,7 +22947,7 @@ paths: schema: type: string - *130 - - &797 + - &798 name: sku description: The SKU to query for usage. in: query @@ -23865,7 +23877,7 @@ paths: type: integer repository_cache_usages: type: array - items: &370 + items: &371 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -25207,7 +25219,7 @@ paths: - all - local_only - selected - selected_actions_url: &375 + selected_actions_url: &376 type: string description: The API URL to use to get or set the actions and reusable workflows that are allowed to run, when `allowed_actions` @@ -25290,7 +25302,7 @@ paths: description: Response content: application/json: - schema: &379 + schema: &380 type: object properties: days: @@ -25332,7 +25344,7 @@ paths: required: true content: application/json: - schema: &380 + schema: &381 type: object properties: days: @@ -25389,7 +25401,7 @@ paths: required: - approval_policy examples: - default: &381 + default: &382 value: approval_policy: first_time_contributors '404': *6 @@ -25448,7 +25460,7 @@ paths: description: Response content: application/json: - schema: &382 + schema: &383 type: object required: - run_workflows_from_fork_pull_requests @@ -25502,7 +25514,7 @@ paths: required: true content: application/json: - schema: &383 + schema: &384 type: object required: - run_workflows_from_fork_pull_requests @@ -26137,7 +26149,7 @@ paths: description: Response content: application/json: - schema: &384 + schema: &385 type: object properties: default_workflow_permissions: &157 @@ -26188,7 +26200,7 @@ paths: required: false content: application/json: - schema: &385 + schema: &386 type: object properties: default_workflow_permissions: *157 @@ -27328,7 +27340,7 @@ paths: application/json: schema: type: array - items: &386 + items: &387 title: Runner Application description: Runner Application type: object @@ -27353,7 +27365,7 @@ paths: - download_url - filename examples: - default: &387 + default: &388 value: - os: osx architecture: x64 @@ -27439,7 +27451,7 @@ paths: - no-gpu work_folder: _work responses: - '201': &388 + '201': &389 description: Response content: application/json: @@ -27550,7 +27562,7 @@ paths: - token - expires_at examples: - default: &389 + default: &390 value: token: LLBF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-22T12:13:35.123-08:00' @@ -27589,7 +27601,7 @@ paths: application/json: schema: *168 examples: - default: &390 + default: &391 value: token: AABF3JGZDX3P5PMEXLND6TS6FCWO6 expires_at: '2020-01-29T12:13:35.123-08:00' @@ -27623,7 +27635,7 @@ paths: application/json: schema: *166 examples: - default: &391 + default: &392 value: id: 23 name: MBP @@ -27850,7 +27862,7 @@ paths: - *79 - *165 responses: - '200': &392 + '200': &393 description: Response content: application/json: @@ -27907,7 +27919,7 @@ paths: parameters: - *79 - *165 - - &393 + - &394 name: name description: The name of a self-hosted runner's custom label. in: path @@ -30842,12 +30854,12 @@ paths: required: - subject_digests examples: - default: &776 + default: &777 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &777 + withPredicateType: &778 value: subject_digests: - sha256:abc123 @@ -30905,7 +30917,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &778 + default: &779 value: attestations_subject_digests: - sha256:abc: @@ -31270,7 +31282,7 @@ paths: initiator: type: string examples: - default: &419 + default: &420 value: attestations: - repository_id: 1 @@ -31564,7 +31576,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &274 + properties: &275 id: description: Unique identifier of the team type: integer @@ -31636,7 +31648,7 @@ paths: description: Unique identifier of the enterprise to which this team belongs example: 42 - required: &275 + required: &276 - id - node_id - url @@ -32142,7 +32154,7 @@ paths: url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-an-organization parameters: - *79 - - &446 + - &447 name: tool_name description: The name of a code scanning tool. Only results by this tool will be listed. You can specify the tool by using either `tool_name` or `tool_guid`, @@ -32152,7 +32164,7 @@ paths: schema: &196 type: string description: The name of the tool used to generate the code scanning analysis. - - &447 + - &448 name: tool_guid description: The GUID of a code scanning tool. Only results by this tool will be listed. Note that some code scanning tools may not include a GUID in @@ -32175,7 +32187,7 @@ paths: be returned. in: query required: false - schema: &449 + schema: &450 type: string description: State of a code scanning alert. enum: @@ -32198,7 +32210,7 @@ paths: be returned. in: query required: false - schema: &450 + schema: &451 type: string description: Severity of a code scanning alert. enum: @@ -32232,7 +32244,7 @@ paths: updated_at: *191 url: *192 html_url: *193 - instances_url: &451 + instances_url: &452 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -32255,7 +32267,7 @@ paths: required: *21 nullable: true dismissed_at: *195 - dismissed_reason: &452 + dismissed_reason: &453 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -32264,13 +32276,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &453 + dismissed_comment: &454 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &454 + rule: &455 type: object properties: id: @@ -32323,7 +32335,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &455 + tool: &456 type: object properties: name: *196 @@ -32333,26 +32345,26 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *197 - most_recent_instance: &456 + most_recent_instance: &457 type: object properties: - ref: &448 + ref: &449 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &467 + analysis_key: &468 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions this includes the workflow filename and job name. - environment: &468 + environment: &469 type: string description: Identifies the variable values associated with the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &469 + category: &470 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -32372,7 +32384,7 @@ paths: with placeholder links for related locations replaced by links to the relevant code. Only populated when related locations are available for the alert instance. - location: &470 + location: &471 type: object description: Describe a region within a file for the alert. properties: @@ -32393,7 +32405,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: &471 + items: &472 type: string description: A classification of the file. For example to identify it as generated. @@ -33694,7 +33706,7 @@ paths: type: integer codespaces: type: array - items: &264 + items: &265 type: object title: Codespace description: A codespace. @@ -33724,7 +33736,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &483 + properties: &484 name: type: string description: The name of the machine. @@ -33766,7 +33778,7 @@ paths: - ready - in_progress nullable: true - required: &484 + required: &485 - name - display_name - operating_system @@ -33971,7 +33983,7 @@ paths: - pulls_url - recent_folders examples: - default: &265 + default: &266 value: total_count: 3 codespaces: @@ -34634,7 +34646,7 @@ paths: - updated_at - visibility examples: - default: &485 + default: &486 value: total_count: 2 secrets: @@ -34672,7 +34684,7 @@ paths: description: Response content: application/json: - schema: &486 + schema: &487 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -34701,7 +34713,7 @@ paths: - key_id - key examples: - default: &487 + default: &488 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -34733,7 +34745,7 @@ paths: application/json: schema: *204 examples: - default: &489 + default: &490 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -36797,7 +36809,7 @@ paths: currently being billed. seats: type: array - items: &267 + items: &268 title: Copilot Business Seat Detail description: Information about a Copilot Business seat assignment for a user, team, or organization. @@ -38005,6 +38017,7 @@ paths: type: string - *220 - *221 + - *222 - *63 - *48 - *49 @@ -38016,9 +38029,9 @@ paths: application/json: schema: type: array - items: *222 + items: *223 examples: - default: *223 + default: *224 '304': *38 '400': *14 '403': *29 @@ -38067,9 +38080,9 @@ paths: description: Response content: application/json: - schema: *224 + schema: *225 examples: - default: *225 + default: *226 '403': *29 '404': *6 x-github: @@ -38232,7 +38245,7 @@ paths: type: integer secrets: type: array - items: &226 + items: &227 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -38309,7 +38322,7 @@ paths: description: Response content: application/json: - schema: &519 + schema: &520 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -38326,7 +38339,7 @@ paths: - key_id - key examples: - default: &520 + default: &521 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -38356,7 +38369,7 @@ paths: description: Response content: application/json: - schema: *226 + schema: *227 examples: default: value: @@ -38663,7 +38676,7 @@ paths: application/json: schema: type: array - items: &277 + items: &278 title: Package description: A software package type: object @@ -38713,9 +38726,9 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *227 - required: *228 - x-github-breaking-changes: *229 + properties: *228 + required: *229 + x-github-breaking-changes: *230 nullable: true created_at: type: string @@ -38734,7 +38747,7 @@ paths: - created_at - updated_at examples: - default: &278 + default: &279 value: - id: 197 name: hello_docker @@ -38904,7 +38917,7 @@ paths: application/json: schema: type: array - items: &253 + items: &254 title: Organization Invitation description: Organization Invitation type: object @@ -38951,7 +38964,7 @@ paths: - invitation_teams_url - node_id examples: - default: &254 + default: &255 value: - id: 1 login: monalisa @@ -39018,7 +39031,7 @@ paths: application/json: schema: type: array - items: &230 + items: &231 title: Org Hook description: Org Hook type: object @@ -39189,9 +39202,9 @@ paths: description: Response content: application/json: - schema: *230 + schema: *231 examples: - default: &231 + default: &232 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -39239,7 +39252,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-an-organization-webhook parameters: - *79 - - &232 + - &233 name: hook_id description: The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery. @@ -39252,9 +39265,9 @@ paths: description: Response content: application/json: - schema: *230 + schema: *231 examples: - default: *231 + default: *232 '404': *6 x-github: githubCloudOnly: false @@ -39282,7 +39295,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-an-organization-webhook parameters: - *79 - - *232 + - *233 requestBody: required: false content: @@ -39327,7 +39340,7 @@ paths: description: Response content: application/json: - schema: *230 + schema: *231 examples: default: value: @@ -39369,7 +39382,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#delete-an-organization-webhook parameters: - *79 - - *232 + - *233 responses: '204': description: Response @@ -39397,7 +39410,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *79 - - *232 + - *233 responses: '200': description: Response @@ -39428,7 +39441,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *79 - - *232 + - *233 requestBody: required: false content: @@ -39479,10 +39492,10 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *79 - - *232 - - *17 - *233 + - *17 - *234 + - *235 responses: '200': description: Response @@ -39490,9 +39503,9 @@ paths: application/json: schema: type: array - items: *235 + items: *236 examples: - default: *236 + default: *237 '400': *14 '422': *15 x-github: @@ -39518,16 +39531,16 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *79 - - *232 + - *233 - *16 responses: '200': description: Response content: application/json: - schema: *237 + schema: *238 examples: - default: *238 + default: *239 '400': *14 '422': *15 x-github: @@ -39553,7 +39566,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *79 - - *232 + - *233 - *16 responses: '202': *40 @@ -39583,7 +39596,7 @@ paths: url: https://docs.github.com/rest/orgs/webhooks#ping-an-organization-webhook parameters: - *79 - - *232 + - *233 responses: '204': description: Response @@ -39608,7 +39621,7 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-route-stats-by-actor parameters: - *79 - - &243 + - &244 name: actor_type in: path description: The type of the actor @@ -39621,14 +39634,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &244 + - &245 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &239 + - &240 name: min_timestamp description: 'The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -39636,7 +39649,7 @@ paths: required: true schema: type: string - - &240 + - &241 name: max_timestamp description: 'The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -39732,12 +39745,12 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-subject-stats parameters: - *79 - - *239 - *240 + - *241 - *19 - *17 - *63 - - &249 + - &250 name: sort description: The property to sort the results by. in: query @@ -39817,14 +39830,14 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats parameters: - *79 - - *239 - *240 + - *241 responses: '200': description: Response content: application/json: - schema: &241 + schema: &242 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -39840,7 +39853,7 @@ paths: type: integer format: int64 examples: - default: &242 + default: &243 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -39863,23 +39876,23 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-user parameters: - *79 - - &245 + - &246 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *239 - *240 + - *241 responses: '200': description: Response content: application/json: - schema: *241 + schema: *242 examples: - default: *242 + default: *243 x-github: enabledForGitHubApps: true category: orgs @@ -39899,18 +39912,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *79 - - *239 - *240 - - *243 + - *241 - *244 + - *245 responses: '200': description: Response content: application/json: - schema: *241 + schema: *242 examples: - default: *242 + default: *243 x-github: enabledForGitHubApps: true category: orgs @@ -39930,9 +39943,9 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats parameters: - *79 - - *239 - *240 - - &246 + - *241 + - &247 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -39945,7 +39958,7 @@ paths: description: Response content: application/json: - schema: &247 + schema: &248 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -39961,7 +39974,7 @@ paths: type: integer format: int64 examples: - default: &248 + default: &249 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -40000,18 +40013,18 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-user parameters: - *79 - - *245 - - *239 - - *240 - *246 + - *240 + - *241 + - *247 responses: '200': description: Response content: application/json: - schema: *247 + schema: *248 examples: - default: *248 + default: *249 x-github: enabledForGitHubApps: true category: orgs @@ -40031,19 +40044,19 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-time-stats-by-actor parameters: - *79 - - *243 - *244 - - *239 + - *245 - *240 - - *246 + - *241 + - *247 responses: '200': description: Response content: application/json: - schema: *247 + schema: *248 examples: - default: *248 + default: *249 x-github: enabledForGitHubApps: true category: orgs @@ -40063,13 +40076,13 @@ paths: url: https://docs.github.com/rest/orgs/api-insights#get-user-stats parameters: - *79 - - *245 - - *239 + - *246 - *240 + - *241 - *19 - *17 - *63 - - *249 + - *250 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -40150,7 +40163,7 @@ paths: application/json: schema: *22 examples: - default: &557 + default: &558 value: id: 1 account: @@ -40316,12 +40329,12 @@ paths: application/json: schema: anyOf: - - &251 + - &252 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &250 + limit: &251 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -40346,7 +40359,7 @@ paths: properties: {} additionalProperties: false examples: - default: &252 + default: &253 value: limit: collaborators_only origin: organization @@ -40375,13 +40388,13 @@ paths: required: true content: application/json: - schema: &558 + schema: &559 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *250 + limit: *251 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -40405,9 +40418,9 @@ paths: description: Response content: application/json: - schema: *251 + schema: *252 examples: - default: *252 + default: *253 '422': *15 x-github: githubCloudOnly: false @@ -40617,9 +40630,9 @@ paths: application/json: schema: type: array - items: *253 + items: *254 examples: - default: *254 + default: *255 headers: Link: *71 '404': *6 @@ -40696,7 +40709,7 @@ paths: description: Response content: application/json: - schema: *253 + schema: *254 examples: default: value: @@ -40751,7 +40764,7 @@ paths: url: https://docs.github.com/rest/orgs/members#cancel-an-organization-invitation parameters: - *79 - - &255 + - &256 name: invitation_id description: The unique identifier of the invitation. in: path @@ -40782,7 +40795,7 @@ paths: url: https://docs.github.com/rest/orgs/members#list-organization-invitation-teams parameters: - *79 - - *255 + - *256 - *17 - *19 responses: @@ -40794,7 +40807,7 @@ paths: type: array items: *211 examples: - default: &276 + default: &277 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -40837,7 +40850,7 @@ paths: application/json: schema: type: array - items: &256 + items: &257 title: Issue Field description: A custom attribute defined at the organization level for attaching structured data to issues. @@ -41090,9 +41103,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: &257 + default: &258 value: id: 512 node_id: IF_kwDNAd3NAZr @@ -41148,7 +41161,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-fields#update-issue-field-for-an-organization parameters: - *79 - - &258 + - &259 name: issue_field_id description: The unique identifier of the issue field. in: path @@ -41256,9 +41269,9 @@ paths: description: Response content: application/json: - schema: *256 + schema: *257 examples: - default: *257 + default: *258 '404': *6 '422': *7 x-github: @@ -41283,7 +41296,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-fields#delete-issue-field-for-an-organization parameters: - *79 - - *258 + - *259 responses: '204': *60 '404': *6 @@ -41313,9 +41326,9 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: &562 + default: &563 value: - id: 410 node_id: IT_kwDNAd3NAZo @@ -41398,9 +41411,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: &260 + default: &261 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -41433,7 +41446,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *79 - - &261 + - &262 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -41486,9 +41499,9 @@ paths: description: Response content: application/json: - schema: *259 + schema: *260 examples: - default: *260 + default: *261 '404': *6 '422': *7 x-github: @@ -41513,7 +41526,7 @@ paths: url: https://docs.github.com/rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *79 - - *261 + - *262 responses: '204': description: Response @@ -41576,7 +41589,7 @@ paths: - closed - all default: open - - *262 + - *263 - name: type description: Can be the name of an issue type. in: query @@ -41607,7 +41620,7 @@ paths: type: array items: *89 examples: - default: *263 + default: *264 headers: Link: *71 '404': *6 @@ -41772,9 +41785,9 @@ paths: type: integer codespaces: type: array - items: *264 + items: *265 examples: - default: *265 + default: *266 '304': *38 '500': *56 '401': *25 @@ -41801,7 +41814,7 @@ paths: parameters: - *79 - *75 - - &266 + - &267 name: codespace_name in: path required: true @@ -41836,15 +41849,15 @@ paths: parameters: - *79 - *75 - - *266 + - *267 responses: '200': description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: &482 + default: &483 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -42024,7 +42037,7 @@ paths: description: The user's GitHub Copilot seat details, including usage. content: application/json: - schema: *267 + schema: *268 examples: default: value: @@ -42100,7 +42113,7 @@ paths: description: Response content: application/json: - schema: &268 + schema: &269 title: Org Membership description: Org Membership type: object @@ -42167,7 +42180,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &269 + response-if-user-has-an-active-admin-membership-with-organization: &270 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -42268,9 +42281,9 @@ paths: description: Response content: application/json: - schema: *268 + schema: *269 examples: - response-if-user-already-had-membership-with-organization: *269 + response-if-user-already-had-membership-with-organization: *270 '422': *15 '403': *29 x-github: @@ -42347,7 +42360,7 @@ paths: application/json: schema: type: array - items: &270 + items: &271 title: Migration description: A migration. type: object @@ -42687,7 +42700,7 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: default: value: @@ -42866,7 +42879,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#get-an-organization-migration-status parameters: - *79 - - &271 + - &272 name: migration_id description: The unique identifier of the migration. in: path @@ -42893,7 +42906,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *270 + schema: *271 examples: default: value: @@ -43063,7 +43076,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#download-an-organization-migration-archive parameters: - *79 - - *271 + - *272 responses: '302': description: Response @@ -43085,7 +43098,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *79 - - *271 + - *272 responses: '204': description: Response @@ -43109,8 +43122,8 @@ paths: url: https://docs.github.com/rest/migrations/orgs#unlock-an-organization-repository parameters: - *79 - - *271 - - &759 + - *272 + - &760 name: repo_name description: repo_name parameter in: path @@ -43138,7 +43151,7 @@ paths: url: https://docs.github.com/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *79 - - *271 + - *272 - *17 - *19 responses: @@ -43150,7 +43163,7 @@ paths: type: array items: *164 examples: - default: &283 + default: &284 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -43323,7 +43336,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &273 + items: &274 title: Organization Role description: Organization roles type: object @@ -43498,7 +43511,7 @@ paths: parameters: - *79 - *81 - - &272 + - &273 name: role_id description: The unique identifier of the role. in: path @@ -43535,7 +43548,7 @@ paths: parameters: - *79 - *81 - - *272 + - *273 responses: '204': description: Response @@ -43588,7 +43601,7 @@ paths: parameters: - *79 - *75 - - *272 + - *273 responses: '204': description: Response @@ -43620,7 +43633,7 @@ paths: parameters: - *79 - *75 - - *272 + - *273 responses: '204': description: Response @@ -43649,13 +43662,13 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#get-an-organization-role parameters: - *79 - - *272 + - *273 responses: '200': description: Response content: application/json: - schema: *273 + schema: *274 examples: default: value: @@ -43706,7 +43719,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - *79 - - *272 + - *273 - *17 - *19 responses: @@ -43784,8 +43797,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *274 - required: *275 + properties: *275 + required: *276 nullable: true type: description: The ownership type of the team @@ -43817,7 +43830,7 @@ paths: - type - parent examples: - default: *276 + default: *277 headers: Link: *71 '404': @@ -43847,7 +43860,7 @@ paths: url: https://docs.github.com/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - *79 - - *272 + - *273 - *17 - *19 responses: @@ -43875,13 +43888,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &351 + items: &352 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *274 - required: *275 + properties: *275 + required: *276 name: nullable: true type: string @@ -44169,7 +44182,7 @@ paths: - nuget - container - *79 - - &760 + - &761 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -44205,12 +44218,12 @@ paths: application/json: schema: type: array - items: *277 + items: *278 examples: - default: *278 + default: *279 '403': *29 '401': *25 - '400': &762 + '400': &763 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -44232,7 +44245,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-an-organization parameters: - - &279 + - &280 name: package_type description: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry @@ -44250,7 +44263,7 @@ paths: - docker - nuget - container - - &280 + - &281 name: package_name description: The name of the package. in: path @@ -44263,7 +44276,7 @@ paths: description: Response content: application/json: - schema: *277 + schema: *278 examples: default: value: @@ -44315,8 +44328,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *279 - *280 + - *281 - *79 responses: '204': @@ -44349,8 +44362,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *279 - *280 + - *281 - *79 - name: token description: package token @@ -44383,8 +44396,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *279 - *280 + - *281 - *79 - *19 - *17 @@ -44405,7 +44418,7 @@ paths: application/json: schema: type: array - items: &281 + items: &282 title: Package Version description: A version of a software package type: object @@ -44530,10 +44543,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *279 - *280 + - *281 - *79 - - &282 + - &283 name: package_version_id description: Unique identifier of the package version. in: path @@ -44545,7 +44558,7 @@ paths: description: Response content: application/json: - schema: *281 + schema: *282 examples: default: value: @@ -44581,10 +44594,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *279 - *280 + - *281 - *79 - - *282 + - *283 responses: '204': description: Response @@ -44616,10 +44629,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *279 - *280 + - *281 - *79 - - *282 + - *283 responses: '204': description: Response @@ -44649,7 +44662,7 @@ paths: - *79 - *17 - *19 - - &284 + - &285 name: sort description: The property by which to sort the results. in: query @@ -44660,7 +44673,7 @@ paths: - created_at default: created_at - *63 - - &285 + - &286 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -44671,7 +44684,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &286 + - &287 name: repository description: The name of the repository to use to filter the results. in: query @@ -44679,7 +44692,7 @@ paths: schema: type: string example: Hello-World - - &287 + - &288 name: permission description: The permission to use to filter the results. in: query @@ -44687,7 +44700,7 @@ paths: schema: type: string example: issues_read - - &288 + - &289 name: last_used_before description: 'Only show fine-grained personal access tokens used before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -44697,7 +44710,7 @@ paths: schema: type: string format: date-time - - &289 + - &290 name: last_used_after description: 'Only show fine-grained personal access tokens used after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -44707,7 +44720,7 @@ paths: schema: type: string format: date-time - - &290 + - &291 name: token_id description: The ID of the token in: query @@ -45020,7 +45033,7 @@ paths: type: array items: *164 examples: - default: *283 + default: *284 headers: Link: *71 x-github: @@ -45046,14 +45059,14 @@ paths: - *79 - *17 - *19 - - *284 - - *63 - *285 + - *63 - *286 - *287 - *288 - *289 - *290 + - *291 responses: '500': *56 '422': *15 @@ -45335,7 +45348,7 @@ paths: type: array items: *164 examples: - default: *283 + default: *284 headers: Link: *71 x-github: @@ -45377,7 +45390,7 @@ paths: type: integer configurations: type: array - items: &291 + items: &292 title: Organization private registry description: Private registry configuration for an organization type: object @@ -45888,7 +45901,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &292 + org-private-registry-with-selected-visibility: &293 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -45984,9 +45997,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *291 + schema: *292 examples: - default: *292 + default: *293 '404': *6 x-github: githubCloudOnly: false @@ -46237,7 +46250,7 @@ paths: application/json: schema: type: array - items: &293 + items: &294 title: Projects v2 Project description: A projects v2 project type: object @@ -46307,7 +46320,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &851 + properties: &852 id: type: number description: The unique identifier of the status update. @@ -46355,7 +46368,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &852 + required: &853 - id - node_id - created_at @@ -46380,7 +46393,7 @@ paths: - deleted_at - deleted_by examples: - default: &294 + default: &295 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -46483,7 +46496,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-project-for-organization parameters: - - &295 + - &296 name: project_number description: The project's number. in: path @@ -46496,9 +46509,9 @@ paths: description: Response content: application/json: - schema: *293 + schema: *294 examples: - default: *294 + default: *295 headers: Link: *71 '304': *38 @@ -46521,7 +46534,7 @@ paths: url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - *79 - - *295 + - *296 requestBody: required: true description: Details of the draft item to create in the project. @@ -46555,7 +46568,7 @@ paths: description: Response content: application/json: - schema: &301 + schema: &302 title: Projects v2 Item description: An item belonging to a project type: object @@ -46569,7 +46582,7 @@ paths: content: oneOf: - *89 - - &457 + - &458 title: Pull Request Simple description: Pull Request Simple type: object @@ -46675,8 +46688,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *296 - required: *297 + properties: *297 + required: *298 nullable: true active_lock_reason: type: string @@ -46769,7 +46782,7 @@ paths: _links: type: object properties: - comments: &298 + comments: &299 title: Link description: Hypermedia Link type: object @@ -46778,13 +46791,13 @@ paths: type: string required: - href - commits: *298 - statuses: *298 - html: *298 - issue: *298 - review_comments: *298 - review_comment: *298 - self: *298 + commits: *299 + statuses: *299 + html: *299 + issue: *299 + review_comments: *299 + review_comment: *299 + self: *299 required: - comments - commits @@ -46795,7 +46808,7 @@ paths: - review_comment - self author_association: *86 - auto_merge: &630 + auto_merge: &631 title: Auto merge description: The status of auto merging a pull request. type: object @@ -46820,7 +46833,7 @@ paths: - commit_title - commit_message nullable: true - stack: &631 + stack: &632 title: Pull Request Stack description: The stack information associated with a pull request. @@ -47008,7 +47021,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: &300 + content_type: &301 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -47048,7 +47061,7 @@ paths: - updated_at - archived_at examples: - draft_issue: &302 + draft_issue: &303 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -47122,7 +47135,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#list-project-fields-for-organization parameters: - - *295 + - *296 - *79 - *17 - *48 @@ -47134,7 +47147,7 @@ paths: application/json: schema: type: array - items: &299 + items: &300 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -47284,7 +47297,7 @@ paths: - updated_at - project_url examples: - default: &782 + default: &783 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -47414,7 +47427,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#add-a-field-to-an-organization-owned-project parameters: - - *295 + - *296 - *79 requestBody: required: true @@ -47461,7 +47474,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &783 + items: &784 type: object properties: name: @@ -47498,7 +47511,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &784 + iteration_configuration: &785 type: object description: The configuration for iteration fields. properties: @@ -47548,7 +47561,7 @@ paths: value: name: Due date data_type: date - single_select_field: &785 + single_select_field: &786 summary: Create a single select field value: name: Priority @@ -47575,7 +47588,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &786 + iteration_field: &787 summary: Create an iteration field value: name: Sprint @@ -47599,9 +47612,9 @@ paths: description: Response for adding a field to an organization-owned project. content: application/json: - schema: *299 + schema: *300 examples: - text_field: &787 + text_field: &788 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -47610,7 +47623,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: &788 + number_field: &789 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -47619,7 +47632,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: &789 + date_field: &790 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -47628,7 +47641,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: &790 + single_select_field: &791 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -47662,7 +47675,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &791 + iteration_field: &792 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -47707,8 +47720,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - - *295 - - &792 + - *296 + - &793 name: field_id description: The unique identifier of the field. in: path @@ -47721,9 +47734,9 @@ paths: description: Response content: application/json: - schema: *299 + schema: *300 examples: - default: &793 + default: &794 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -47779,7 +47792,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-owned-project parameters: - - *295 + - *296 - *79 - name: q description: Search query to filter items, see [Filtering projects](https://docs.github.com/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects) @@ -47812,7 +47825,7 @@ paths: application/json: schema: type: array - items: &303 + items: &304 title: Projects v2 Item description: An item belonging to a project type: object @@ -47828,7 +47841,7 @@ paths: format: uri example: https://api.github.com/users/monalisa/2/projectsV2/3 description: The API URL of the project that contains this item. - content_type: *300 + content_type: *301 content: type: object additionalProperties: true @@ -47871,7 +47884,7 @@ paths: - updated_at - archived_at examples: - default: &304 + default: &305 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -48569,7 +48582,7 @@ paths: url: https://docs.github.com/rest/projects/items#add-item-to-organization-owned-project parameters: - *79 - - *295 + - *296 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -48639,22 +48652,22 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *302 + value: *303 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *302 + value: *303 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *302 + value: *303 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *302 + value: *303 '304': *38 '403': *29 '401': *25 @@ -48674,9 +48687,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#get-an-item-for-an-organization-owned-project parameters: - - *295 + - *296 - *79 - - &305 + - &306 name: item_id description: The unique identifier of the project item. in: path @@ -48702,9 +48715,9 @@ paths: description: Response content: application/json: - schema: *303 + schema: *304 examples: - default: *304 + default: *305 headers: Link: *71 '304': *38 @@ -48725,9 +48738,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#update-project-item-for-organization parameters: - - *295 + - *296 - *79 - - *305 + - *306 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -48797,13 +48810,13 @@ paths: description: Response content: application/json: - schema: *303 + schema: *304 examples: - text_field: *304 - number_field: *304 - date_field: *304 - single_select_field: *304 - iteration_field: *304 + text_field: *305 + number_field: *305 + date_field: *305 + single_select_field: *305 + iteration_field: *305 '401': *25 '403': *29 '404': *6 @@ -48823,9 +48836,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#delete-project-item-for-organization parameters: - - *295 + - *296 - *79 - - *305 + - *306 responses: '204': description: Response @@ -48849,7 +48862,7 @@ paths: url: https://docs.github.com/rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - *79 - - *295 + - *296 requestBody: required: true content: @@ -48920,7 +48933,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &773 + schema: &774 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -49018,7 +49031,7 @@ paths: examples: table_view: summary: Response for creating a table view - value: &306 + value: &307 value: id: 1 number: 1 @@ -49064,10 +49077,10 @@ paths: - 456 board_view: summary: Response for creating a board view with filter - value: *306 + value: *307 roadmap_view: summary: Response for creating a roadmap view - value: *306 + value: *307 '304': *38 '403': *29 '401': *25 @@ -49095,9 +49108,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-an-organization-project-view parameters: - - *295 + - *296 - *79 - - &794 + - &795 name: view_number description: The number that identifies the project view. in: path @@ -49129,9 +49142,9 @@ paths: application/json: schema: type: array - items: *303 + items: *304 examples: - default: *304 + default: *305 headers: Link: *71 '304': *38 @@ -49164,7 +49177,7 @@ paths: application/json: schema: type: array - items: &307 + items: &308 title: Organization Custom Property description: Custom property defined on an organization type: object @@ -49232,7 +49245,7 @@ paths: - property_name - value_type examples: - default: &308 + default: &309 value: - property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -49292,7 +49305,7 @@ paths: properties: type: array description: The array of custom properties to create or update. - items: *307 + items: *308 minItems: 1 maxItems: 100 required: @@ -49322,9 +49335,9 @@ paths: application/json: schema: type: array - items: *307 + items: *308 examples: - default: *308 + default: *309 '403': *29 '404': *6 x-github: @@ -49346,7 +49359,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#get-a-custom-property-for-an-organization parameters: - *79 - - &309 + - &310 name: custom_property_name description: The custom property name in: path @@ -49358,9 +49371,9 @@ paths: description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: &310 + default: &311 value: property_name: environment url: https://api.github.com/orgs/github/properties/schema/environment @@ -49395,7 +49408,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#create-or-update-a-custom-property-for-an-organization parameters: - *79 - - *309 + - *310 requestBody: required: true content: @@ -49466,9 +49479,9 @@ paths: description: Response content: application/json: - schema: *307 + schema: *308 examples: - default: *310 + default: *311 '403': *29 '404': *6 x-github: @@ -49492,7 +49505,7 @@ paths: url: https://docs.github.com/rest/orgs/custom-properties#remove-a-custom-property-for-an-organization parameters: - *79 - - *309 + - *310 responses: '204': *60 '403': *29 @@ -49553,7 +49566,7 @@ paths: example: octocat/Hello-World properties: type: array - items: &311 + items: &312 title: Custom Property Value description: Custom property name and associated value type: object @@ -49640,7 +49653,7 @@ paths: type: array description: List of custom property names and associated values to apply to the repositories. - items: *311 + items: *312 required: - repository_names - properties @@ -49832,7 +49845,7 @@ paths: type: array items: *164 examples: - default: *283 + default: *284 headers: Link: *71 x-github: @@ -50034,7 +50047,7 @@ paths: description: Response content: application/json: - schema: &362 + schema: &363 title: Full Repository description: Full Repository type: object @@ -50322,9 +50335,9 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *312 - required: *313 - x-github-breaking-changes: *314 + properties: *313 + required: *314 + x-github-breaking-changes: *315 nullable: true temp_clone_token: type: string @@ -50439,7 +50452,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &503 + properties: &504 url: type: string format: uri @@ -50455,12 +50468,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &504 + required: &505 - url - key - name - html_url - security_and_analysis: *315 + security_and_analysis: *316 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -50555,7 +50568,7 @@ paths: has_downloads: version: '2026-03-10' examples: - default: &364 + default: &365 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -51088,7 +51101,7 @@ paths: - *79 - *17 - *19 - - &655 + - &656 name: targets description: | A comma-separated list of rule targets to filter by. @@ -51106,7 +51119,7 @@ paths: application/json: schema: type: array - items: &342 + items: &343 title: Repository ruleset type: object description: A set of rules to apply when specified conditions are @@ -51141,7 +51154,7 @@ paths: source: type: string description: The name of the source - enforcement: &318 + enforcement: &319 type: string description: The enforcement level of the ruleset. `evaluate` allows admins to test rules before enforcing them. Admins @@ -51154,7 +51167,7 @@ paths: bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: &319 + items: &320 title: Repository Ruleset Bypass Actor type: object description: An actor that can bypass rules in a ruleset @@ -51225,7 +51238,7 @@ paths: conditions: nullable: true anyOf: - - &316 + - &317 title: Repository ruleset conditions for ref names type: object description: Parameters for a repository ruleset ref name @@ -51249,7 +51262,7 @@ paths: match. items: type: string - - &320 + - &321 title: Organization ruleset conditions type: object description: |- @@ -51263,7 +51276,7 @@ paths: description: Conditions to target repositories by name and refs by name allOf: - - *316 + - *317 - title: Repository ruleset conditions for repository names type: object description: Parameters for a repository name condition @@ -51297,7 +51310,7 @@ paths: description: Conditions to target repositories by id and refs by name allOf: - - *316 + - *317 - title: Repository ruleset conditions for repository IDs type: object description: Parameters for a repository ID condition @@ -51319,7 +51332,7 @@ paths: description: Conditions to target repositories by property and refs by name allOf: - - *316 + - *317 - title: Repository ruleset conditions for repository properties type: object description: Parameters for a repository property condition @@ -51332,7 +51345,7 @@ paths: description: The repository properties and values to include. All of these properties must match for the condition to pass. - items: &317 + items: &318 title: Repository ruleset property targeting definition type: object @@ -51365,17 +51378,17 @@ paths: description: The repository properties and values to exclude. The condition will not pass if any of these properties match. - items: *317 + items: *318 required: - repository_property rules: type: array - items: &656 + items: &657 title: Repository Rule type: object description: A repository rule. oneOf: - - &321 + - &322 title: creation description: Only allow users with bypass permission to create matching refs. @@ -51387,7 +51400,7 @@ paths: type: string enum: - creation - - &322 + - &323 title: update description: Only allow users with bypass permission to update matching refs. @@ -51408,7 +51421,7 @@ paths: repository required: - update_allows_fetch_and_merge - - &323 + - &324 title: deletion description: Only allow users with bypass permissions to delete matching refs. @@ -51420,7 +51433,7 @@ paths: type: string enum: - deletion - - &324 + - &325 title: required_linear_history description: Prevent merge commits from being pushed to matching refs. @@ -51432,7 +51445,7 @@ paths: type: string enum: - required_linear_history - - &653 + - &654 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -51510,7 +51523,7 @@ paths: - merge_method - min_entries_to_merge - min_entries_to_merge_wait_minutes - - &325 + - &326 title: required_deployments description: Choose which environments must be successfully deployed to before refs can be pushed into a ref that @@ -51534,7 +51547,7 @@ paths: type: string required: - required_deployment_environments - - &326 + - &327 title: required_signatures description: Commits pushed to matching refs must have verified signatures. @@ -51546,7 +51559,7 @@ paths: type: string enum: - required_signatures - - &327 + - &328 title: pull_request description: Require all commits be made to a non-target branch and submitted via a pull request before they can @@ -51689,7 +51702,7 @@ paths: - require_last_push_approval - required_approving_review_count - required_review_thread_resolution - - &328 + - &329 title: required_status_checks description: Choose which status checks must pass before the ref is updated. When enabled, commits must first be @@ -51737,7 +51750,7 @@ paths: required: - required_status_checks - strict_required_status_checks_policy - - &329 + - &330 title: non_fast_forward description: Prevent users with push access from force pushing to refs. @@ -51749,7 +51762,7 @@ paths: type: string enum: - non_fast_forward - - &330 + - &331 title: commit_message_pattern description: Parameters to be used for the commit_message_pattern rule @@ -51786,7 +51799,7 @@ paths: required: - operator - pattern - - &331 + - &332 title: commit_author_email_pattern description: Parameters to be used for the commit_author_email_pattern rule @@ -51823,7 +51836,7 @@ paths: required: - operator - pattern - - &332 + - &333 title: committer_email_pattern description: Parameters to be used for the committer_email_pattern rule @@ -51860,7 +51873,7 @@ paths: required: - operator - pattern - - &333 + - &334 title: branch_name_pattern description: Parameters to be used for the branch_name_pattern rule @@ -51897,7 +51910,7 @@ paths: required: - operator - pattern - - &334 + - &335 title: tag_name_pattern description: Parameters to be used for the tag_name_pattern rule @@ -51934,7 +51947,7 @@ paths: required: - operator - pattern - - &339 + - &340 title: workflows description: Require all changes made to a targeted branch to pass the specified workflows before they can be merged. @@ -51984,7 +51997,7 @@ paths: - repository_id required: - workflows - - &340 + - &341 title: code_scanning description: Choose which tools must provide code scanning results before the reference is updated. When configured, @@ -52045,7 +52058,7 @@ paths: - tool required: - code_scanning_tools - - &341 + - &342 title: copilot_code_review description: Request Copilot code review for new pull requests automatically if the author has access to Copilot code @@ -52071,7 +52084,7 @@ paths: type: boolean description: Copilot automatically reviews each new push to the pull request. - - &654 + - &655 title: license_compliance_scanning description: Enforce any added or changed dependencies to comply with the organization's license policy. @@ -52083,7 +52096,7 @@ paths: type: string enum: - license_compliance_scanning - - &335 + - &336 title: file_path_restriction description: Prevent commits that include changes in specified file and folder paths from being pushed to the commit @@ -52108,7 +52121,7 @@ paths: type: string required: - restricted_file_paths - - &336 + - &337 title: max_file_path_length description: Prevent commits that include file paths that exceed the specified character limit from being pushed @@ -52132,7 +52145,7 @@ paths: maximum: 32767 required: - max_file_path_length - - &337 + - &338 title: file_extension_restriction description: Prevent commits that include files with specified file extensions from being pushed to the commit graph. @@ -52155,7 +52168,7 @@ paths: type: string required: - restricted_file_extensions - - &338 + - &339 title: max_file_size description: Prevent commits with individual files that exceed the specified limit from being pushed to the commit @@ -52253,21 +52266,20 @@ paths: - push - repository default: branch - enforcement: *318 + enforcement: *319 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *319 - conditions: *320 + items: *320 + conditions: *321 rules: type: array description: An array of rules within the ruleset. - items: &344 + items: &345 title: Repository Rule type: object description: A repository rule. oneOf: - - *321 - *322 - *323 - *324 @@ -52288,6 +52300,7 @@ paths: - *339 - *340 - *341 + - *342 required: - name - enforcement @@ -52325,9 +52338,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: &343 + default: &344 value: id: 21 name: super cool ruleset @@ -52383,7 +52396,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *79 - - &657 + - &658 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -52398,7 +52411,7 @@ paths: in: query schema: type: string - - &658 + - &659 name: time_period description: |- The time period to filter by. @@ -52414,14 +52427,14 @@ paths: - week - month default: day - - &659 + - &660 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &660 + - &661 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -52434,7 +52447,7 @@ paths: - bypass - all default: all - - &661 + - &662 name: evaluate_status description: |- The evaluate status to filter on. When specified, only rule suites resulting from rulesets with the specified evaluate status will be returned. @@ -52457,7 +52470,7 @@ paths: description: Response content: application/json: - schema: &662 + schema: &663 title: Rule Suites description: Response type: array @@ -52512,7 +52525,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &663 + default: &664 value: - id: 21 actor_id: 12 @@ -52556,7 +52569,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *79 - - &664 + - &665 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -52572,7 +52585,7 @@ paths: description: Response content: application/json: - schema: &665 + schema: &666 title: Rule Suite description: Response type: object @@ -52671,7 +52684,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &666 + default: &667 value: id: 21 actor_id: 12 @@ -52744,9 +52757,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: *343 + default: *344 '404': *6 '500': *56 put: @@ -52790,16 +52803,16 @@ paths: - tag - push - repository - enforcement: *318 + enforcement: *319 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *319 - conditions: *320 + items: *320 + conditions: *321 rules: description: An array of rules within the ruleset. type: array - items: *344 + items: *345 examples: default: value: @@ -52834,9 +52847,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: *343 + default: *344 '404': *6 '422': *15 '500': *56 @@ -52894,7 +52907,7 @@ paths: application/json: schema: type: array - items: &345 + items: &346 title: Ruleset version type: object description: The historical version of a ruleset @@ -52918,7 +52931,7 @@ paths: type: string format: date-time examples: - default: &668 + default: &669 value: - version_id: 3 actor: @@ -52971,9 +52984,9 @@ paths: description: Response content: application/json: - schema: &669 + schema: &670 allOf: - - *345 + - *346 - type: object required: - state @@ -53043,7 +53056,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *79 - - &670 + - &671 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -53054,7 +53067,7 @@ paths: enum: - open - resolved - - &671 + - &672 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -53064,7 +53077,7 @@ paths: required: false schema: type: string - - &672 + - &673 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -53075,7 +53088,7 @@ paths: required: false schema: type: string - - &673 + - &674 name: exclude_providers in: query description: |- @@ -53086,7 +53099,7 @@ paths: required: false schema: type: string - - &674 + - &675 name: providers in: query description: |- @@ -53097,7 +53110,7 @@ paths: required: false schema: type: string - - &675 + - &676 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -53106,7 +53119,7 @@ paths: required: false schema: type: string - - &676 + - &677 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -53125,7 +53138,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &677 + - &678 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. @@ -53140,7 +53153,7 @@ paths: - *63 - *19 - *17 - - &678 + - &679 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 @@ -53150,7 +53163,7 @@ paths: required: false schema: type: string - - &679 + - &680 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 @@ -53160,7 +53173,7 @@ paths: required: false schema: type: string - - &680 + - &681 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -53169,7 +53182,7 @@ paths: required: false schema: type: string - - &681 + - &682 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -53178,7 +53191,7 @@ paths: schema: type: boolean default: false - - &682 + - &683 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -53187,7 +53200,7 @@ paths: schema: type: boolean default: false - - &683 + - &684 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -53196,7 +53209,7 @@ paths: schema: type: boolean default: false - - &684 + - &685 name: is_bypassed in: query description: A boolean value (`true` or `false`) indicating whether to filter @@ -53207,7 +53220,7 @@ paths: required: false schema: type: boolean - - &685 + - &686 name: included_metadata in: query description: |- @@ -53218,7 +53231,7 @@ paths: required: false schema: type: string - - &686 + - &687 name: owner_email_hash in: query description: |- @@ -53256,14 +53269,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &687 + state: &688 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: &688 + resolution: &689 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -53380,8 +53393,8 @@ paths: pull request. ' - oneOf: &689 - - &691 + oneOf: &690 + - &692 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -53439,7 +53452,7 @@ paths: - blob_url - commit_sha - commit_url - - &692 + - &693 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. @@ -53494,7 +53507,7 @@ paths: - page_url - commit_sha - commit_url - - &693 + - &694 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -53514,7 +53527,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &694 + - &695 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -53534,7 +53547,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &695 + - &696 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -53554,7 +53567,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &696 + - &697 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -53568,7 +53581,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &697 + - &698 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -53582,7 +53595,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &698 + - &699 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -53596,7 +53609,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &699 + - &700 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. @@ -53616,7 +53629,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &700 + - &701 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. @@ -53636,7 +53649,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &701 + - &702 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. @@ -53656,7 +53669,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &702 + - &703 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. @@ -53676,7 +53689,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &703 + - &704 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request. @@ -53928,7 +53941,7 @@ paths: subcategory: custom-patterns parameters: - *79 - - &704 + - &705 name: state description: Filter custom patterns by state. When absent, returns patterns in all states. @@ -53939,7 +53952,7 @@ paths: enum: - published - unpublished - - &705 + - &706 name: push_protection description: Filter custom patterns by whether push protection is enabled. When absent, returns patterns regardless of push protection status. @@ -53950,7 +53963,7 @@ paths: enum: - enabled - disabled - - &706 + - &707 name: sort description: The property to sort the results by. in: query @@ -53972,7 +53985,7 @@ paths: application/json: schema: type: array - items: &346 + items: &347 title: Secret Scanning Custom Pattern description: A custom pattern for secret scanning. type: object @@ -54020,7 +54033,7 @@ paths: nullable: true items: type: string - custom_pattern_version: &347 + custom_pattern_version: &348 type: string description: The version of the entity. This is used to confirm you're updating the current version of the entity and mitigate @@ -54044,7 +54057,7 @@ paths: - state - push_protection_enabled examples: - default: &707 + default: &708 value: - id: 1 name: Example Custom Pattern @@ -54107,7 +54120,7 @@ paths: patterns: type: array description: The list of custom patterns to create. - items: &708 + items: &709 title: Secret Scanning Custom Pattern To Create description: A custom pattern to create in a bulk operation. type: object @@ -54144,7 +54157,7 @@ paths: items: type: string examples: - default: &709 + default: &710 value: patterns: - name: Example Custom Pattern @@ -54168,9 +54181,9 @@ paths: created_patterns: type: array description: The list of successfully created custom patterns. - items: *346 + items: *347 examples: - default: &710 + default: &711 value: created_patterns: - id: 1 @@ -54222,7 +54235,7 @@ paths: errors: type: array description: List of validation errors for this pattern. - items: &711 + items: &712 title: Secret Scanning Custom Pattern Validation Error description: A validation error for a custom pattern in a batch operation. @@ -54276,7 +54289,7 @@ paths: type: array description: The list of custom patterns to delete. maxItems: 500 - items: &712 + items: &713 title: Secret Scanning Custom Pattern To Delete description: A custom pattern to delete in a bulk operation. type: object @@ -54286,7 +54299,7 @@ paths: pattern_id: type: integer description: The ID of the custom pattern to delete. - custom_pattern_version: *347 + custom_pattern_version: *348 post_delete_action: type: string description: |- @@ -54299,7 +54312,7 @@ paths: - resolve_alerts default: delete_alerts examples: - default: &713 + default: &714 value: patterns: - pattern_id: 2 @@ -54310,7 +54323,7 @@ paths: '400': *14 '403': *29 '404': *6 - '412': &348 + '412': &349 description: Precondition Failed content: application/json: @@ -54345,7 +54358,7 @@ paths: required: true content: application/json: - schema: &714 + schema: &715 title: Secret Scanning Custom Pattern To Update description: Fields to update on a custom pattern. At least one updatable field (`pattern`, `start_delimiter`, `end_delimiter`, `must_match`, @@ -54384,9 +54397,9 @@ paths: description: Updated list of regexes that the secret must not match. items: type: string - custom_pattern_version: *347 + custom_pattern_version: *348 examples: - default: &715 + default: &716 value: pattern: updated_secret_[0-9A-Z]{16} start_delimiter: "[^0-9A-Za-z]" @@ -54401,9 +54414,9 @@ paths: description: Pattern updated successfully. content: application/json: - schema: *346 + schema: *347 examples: - default: &716 + default: &717 value: id: 1 name: Example Custom Pattern @@ -54423,7 +54436,7 @@ paths: '400': *14 '403': *29 '404': *6 - '412': *348 + '412': *349 '422': *15 "/orgs/{org}/secret-scanning/pattern-configurations": get: @@ -54456,11 +54469,11 @@ paths: related to push protection. type: object properties: - pattern_config_version: *347 + pattern_config_version: *348 provider_pattern_overrides: type: array description: Overrides for partner patterns. - items: &349 + items: &350 type: object properties: token_type: @@ -54526,7 +54539,7 @@ paths: custom_pattern_overrides: type: array description: Overrides for custom patterns defined by the organization. - items: *349 + items: *350 examples: default: value: @@ -54583,7 +54596,7 @@ paths: schema: type: object properties: - pattern_config_version: *347 + pattern_config_version: *348 provider_pattern_settings: type: array description: Pattern settings for provider patterns. @@ -54609,7 +54622,7 @@ paths: token_type: type: string description: The ID of the pattern to configure. - custom_pattern_version: *347 + custom_pattern_version: *348 push_protection_setting: type: string description: Push protection setting to set for the pattern. @@ -54707,7 +54720,7 @@ paths: application/json: schema: type: array - items: &720 + items: &721 description: A repository security advisory. type: object properties: @@ -54927,7 +54940,7 @@ paths: login: type: string description: The username of the user credited. - type: *350 + type: *351 credits_detailed: type: array nullable: true @@ -54937,7 +54950,7 @@ paths: type: object properties: user: *4 - type: *350 + type: *351 state: type: string description: The state of the user's acceptance of the @@ -55030,7 +55043,7 @@ paths: - private_fork version: '2026-03-10' examples: - default: &721 + default: &722 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -55417,7 +55430,7 @@ paths: application/json: schema: type: array - items: *351 + items: *352 examples: default: value: @@ -55770,7 +55783,7 @@ paths: type: integer network_configurations: type: array - items: &352 + items: &353 title: Hosted compute network configuration description: A hosted compute network configuration. type: object @@ -55916,9 +55929,9 @@ paths: description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: &353 + default: &354 value: id: 123456789ABCDEF name: My network configuration @@ -55947,7 +55960,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#get-a-hosted-compute-network-configuration-for-an-organization parameters: - *79 - - &354 + - &355 name: network_configuration_id description: Unique identifier of the hosted compute network configuration. in: path @@ -55959,9 +55972,9 @@ paths: description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 headers: Link: *71 x-github: @@ -55983,7 +55996,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#update-a-hosted-compute-network-configuration-for-an-organization parameters: - *79 - - *354 + - *355 requestBody: required: true content: @@ -56036,9 +56049,9 @@ paths: description: Response content: application/json: - schema: *352 + schema: *353 examples: - default: *353 + default: *354 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56058,7 +56071,7 @@ paths: url: https://docs.github.com/rest/orgs/network-configurations#delete-a-hosted-compute-network-configuration-from-an-organization parameters: - *79 - - *354 + - *355 responses: '204': description: Response @@ -56177,7 +56190,7 @@ paths: type: array items: *211 examples: - default: *276 + default: *277 headers: Link: *71 '403': *29 @@ -56275,7 +56288,7 @@ paths: description: Response content: application/json: - schema: &355 + schema: &356 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -56338,8 +56351,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *274 - required: *275 + properties: *275 + required: *276 nullable: true members_count: type: integer @@ -56602,7 +56615,7 @@ paths: - repos_count - organization examples: - default: &356 + default: &357 value: id: 1 node_id: MDQ6VGVhbTE= @@ -56690,9 +56703,9 @@ paths: description: Response content: application/json: - schema: *355 + schema: *356 examples: - default: *356 + default: *357 '404': *6 x-github: githubCloudOnly: false @@ -56781,16 +56794,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *355 + schema: *356 examples: - default: *356 + default: *357 '201': description: Response content: application/json: - schema: *355 + schema: *356 examples: - default: *356 + default: *357 '404': *6 '422': *15 '403': *29 @@ -56820,7 +56833,7 @@ paths: responses: '204': description: Response - '422': &357 + '422': &358 description: Unprocessable entity if you attempt to modify an enterprise team at the organization level. x-github: @@ -56854,12 +56867,12 @@ paths: application/json: schema: type: array - items: *253 + items: *254 examples: - default: *254 + default: *255 headers: Link: *71 - '422': *357 + '422': *358 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -56903,7 +56916,7 @@ paths: application/json: schema: type: array - items: &737 + items: &738 title: Team Member description: A user that is a member of a team, including their role on the team and whether the membership is inherited from @@ -57022,7 +57035,7 @@ paths: - type - url examples: - default: &738 + default: &739 value: - login: octocat id: 1 @@ -57081,7 +57094,7 @@ paths: description: Response content: application/json: - schema: &358 + schema: &359 title: Team Membership description: Team Membership type: object @@ -57108,7 +57121,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &739 + response-if-user-is-a-team-maintainer: &740 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -57171,9 +57184,9 @@ paths: description: Response content: application/json: - schema: *358 + schema: *359 examples: - response-if-users-membership-with-team-is-now-pending: &740 + response-if-users-membership-with-team-is-now-pending: &741 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -57251,7 +57264,7 @@ paths: type: array items: *164 examples: - default: *283 + default: *284 headers: Link: *71 x-github: @@ -57282,14 +57295,14 @@ paths: parameters: - *79 - *81 - - *359 - *360 + - *361 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &741 + schema: &742 title: Team Repository description: A team's access to a repository. type: object @@ -57945,8 +57958,8 @@ paths: parameters: - *79 - *81 - - *359 - *360 + - *361 requestBody: required: false content: @@ -57993,8 +58006,8 @@ paths: parameters: - *79 - *81 - - *359 - *360 + - *361 responses: '204': description: Response @@ -58031,7 +58044,7 @@ paths: type: array items: *211 examples: - response-if-child-teams-exist: &742 + response-if-child-teams-exist: &743 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -58184,7 +58197,7 @@ paths: resources: type: object properties: - core: &361 + core: &362 title: Rate Limit type: object properties: @@ -58201,21 +58214,21 @@ paths: - remaining - reset - used - graphql: *361 - search: *361 - code_search: *361 - source_import: *361 - integration_manifest: *361 - actions_runner_registration: *361 - scim: *361 - dependency_snapshots: *361 - dependency_sbom: *361 - code_scanning_autofix: *361 - copilot_usage_records: *361 + graphql: *362 + search: *362 + code_search: *362 + source_import: *362 + integration_manifest: *362 + actions_runner_registration: *362 + scim: *362 + dependency_snapshots: *362 + dependency_sbom: *362 + code_scanning_autofix: *362 + copilot_usage_records: *362 required: - core - search - rate: *361 + rate: *362 required: - rate - resources @@ -58329,14 +58342,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-a-repository parameters: - - *359 - *360 + - *361 responses: '200': description: Response content: application/json: - schema: *362 + schema: *363 examples: default-response: summary: Default response @@ -58847,7 +58860,7 @@ paths: version: '2026-03-10' '403': *29 '404': *6 - '301': *363 + '301': *364 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -58865,8 +58878,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#update-a-repository parameters: - - *359 - *360 + - *361 requestBody: required: false content: @@ -59176,10 +59189,10 @@ paths: description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: *364 - '307': &365 + default: *365 + '307': &366 description: Temporary Redirect content: application/json: @@ -59208,8 +59221,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#delete-a-repository parameters: - - *359 - *360 + - *361 responses: '204': description: Response @@ -59231,7 +59244,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/rest/repos/repos#delete-a-repository - '307': *365 + '307': *366 '404': *6 '409': *55 x-github: @@ -59255,11 +59268,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *359 - *360 + - *361 - *17 - *19 - - &397 + - &398 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -59282,7 +59295,7 @@ paths: type: integer artifacts: type: array - items: &366 + items: &367 title: Artifact description: An artifact type: object @@ -59360,7 +59373,7 @@ paths: - expires_at - updated_at examples: - default: &398 + default: &399 value: total_count: 2 artifacts: @@ -59421,9 +59434,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#get-an-artifact parameters: - - *359 - *360 - - &367 + - *361 + - &368 name: artifact_id description: The unique identifier of the artifact. in: path @@ -59435,7 +59448,7 @@ paths: description: Response content: application/json: - schema: *366 + schema: *367 examples: default: value: @@ -59473,9 +59486,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#delete-an-artifact parameters: - - *359 - *360 - - *367 + - *361 + - *368 responses: '204': description: Response @@ -59499,9 +59512,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#download-an-artifact parameters: - - *359 - *360 - - *367 + - *361 + - *368 - name: archive_format in: path required: true @@ -59511,7 +59524,7 @@ paths: '302': description: Response headers: - Location: &522 + Location: &523 example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string @@ -59536,14 +59549,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-retention-limit-for-a-repository parameters: - - *359 - *360 + - *361 responses: '200': description: Response content: application/json: - schema: &368 + schema: &369 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -59576,13 +59589,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-retention-limit-for-a-repository parameters: - - *359 - *360 + - *361 requestBody: required: true content: application/json: - schema: *368 + schema: *369 examples: selected_actions: *43 responses: @@ -59611,14 +59624,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-storage-limit-for-a-repository parameters: - - *359 - *360 + - *361 responses: '200': description: Response content: application/json: - schema: &369 + schema: &370 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -59651,13 +59664,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#set-github-actions-cache-storage-limit-for-a-repository parameters: - - *359 - *360 + - *361 requestBody: required: true content: application/json: - schema: *369 + schema: *370 examples: selected_actions: *45 responses: @@ -59688,14 +59701,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *359 - *360 + - *361 responses: '200': description: Response content: application/json: - schema: *370 + schema: *371 examples: default: value: @@ -59721,11 +59734,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *359 - *360 + - *361 - *17 - *19 - - &371 + - &372 name: ref description: The full Git reference for narrowing down the cache. The `ref` for a branch should be formatted as `refs/heads/`. To reference @@ -59759,7 +59772,7 @@ paths: description: Response content: application/json: - schema: &372 + schema: &373 title: Repository actions caches description: Repository actions caches type: object @@ -59801,7 +59814,7 @@ paths: - total_count - actions_caches examples: - default: &373 + default: &374 value: total_count: 1 actions_caches: @@ -59833,23 +59846,23 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *359 - *360 + - *361 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *371 + - *372 responses: '200': description: Response content: application/json: - schema: *372 + schema: *373 examples: - default: *373 + default: *374 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -59869,8 +59882,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *359 - *360 + - *361 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -59899,8 +59912,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/concurrency-groups#list-concurrency-groups-for-a-repository parameters: - - *359 - *360 + - *361 - *17 - *49 responses: @@ -59982,8 +59995,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/concurrency-groups#get-a-concurrency-group-for-a-repository parameters: - - *359 - *360 + - *361 - name: concurrency_group_name description: The name of the concurrency group. in: path @@ -60135,9 +60148,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *359 - *360 - - &374 + - *361 + - &375 name: job_id description: The unique identifier of the job. in: path @@ -60149,7 +60162,7 @@ paths: description: Response content: application/json: - schema: &401 + schema: &402 title: Job description: Information of a job execution in a workflow run type: object @@ -60456,9 +60469,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *359 - *360 - - *374 + - *361 + - *375 responses: '302': description: Response @@ -60486,9 +60499,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *359 - *360 - - *374 + - *361 + - *375 requestBody: required: false content: @@ -60538,8 +60551,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *359 - *360 + - *361 responses: '200': description: Status response @@ -60598,8 +60611,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -60667,8 +60680,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-organization-secrets parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -60686,7 +60699,7 @@ paths: type: integer secrets: type: array - items: &403 + items: &404 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -60706,7 +60719,7 @@ paths: - created_at - updated_at examples: - default: &404 + default: &405 value: total_count: 2 secrets: @@ -60739,8 +60752,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-organization-variables parameters: - - *359 - *360 + - *361 - *181 - *19 responses: @@ -60758,7 +60771,7 @@ paths: type: integer variables: type: array - items: &405 + items: &406 title: Actions Variable type: object properties: @@ -60788,7 +60801,7 @@ paths: - created_at - updated_at examples: - default: &406 + default: &407 value: total_count: 2 variables: @@ -60821,8 +60834,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -60831,11 +60844,11 @@ paths: schema: type: object properties: - enabled: &376 + enabled: &377 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *149 - selected_actions_url: *375 + selected_actions_url: *376 sha_pinning_required: *150 required: - enabled @@ -60864,8 +60877,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *359 - *360 + - *361 responses: '204': description: Response @@ -60876,7 +60889,7 @@ paths: schema: type: object properties: - enabled: *376 + enabled: *377 allowed_actions: *149 sha_pinning_required: *150 required: @@ -60908,14 +60921,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *359 - *360 + - *361 responses: '200': description: Response content: application/json: - schema: &377 + schema: &378 type: object properties: access_level: @@ -60932,7 +60945,7 @@ paths: required: - access_level examples: - default: &378 + default: &379 value: access_level: organization x-github: @@ -60956,15 +60969,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *359 - *360 + - *361 requestBody: required: true content: application/json: - schema: *377 + schema: *378 examples: - default: *378 + default: *379 responses: '204': description: Response @@ -60988,14 +61001,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: - - *359 - *360 + - *361 responses: '200': description: Response content: application/json: - schema: *379 + schema: *380 examples: default: value: @@ -61019,8 +61032,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: - - *359 - *360 + - *361 responses: '204': description: Empty response for successful settings update @@ -61030,7 +61043,7 @@ paths: required: true content: application/json: - schema: *380 + schema: *381 examples: default: summary: Set retention days @@ -61054,8 +61067,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -61063,7 +61076,7 @@ paths: application/json: schema: *151 examples: - default: *381 + default: *382 '404': *6 x-github: enabledForGitHubApps: true @@ -61082,8 +61095,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *359 - *360 + - *361 responses: '204': description: Response @@ -61117,14 +61130,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *359 - *360 + - *361 responses: '200': description: Response content: application/json: - schema: *382 + schema: *383 examples: default: *152 '403': *29 @@ -61146,13 +61159,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *359 - *360 + - *361 requestBody: required: true content: application/json: - schema: *383 + schema: *384 examples: default: *152 responses: @@ -61178,8 +61191,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -61206,8 +61219,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *359 - *360 + - *361 responses: '204': description: Response @@ -61239,14 +61252,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *359 - *360 + - *361 responses: '200': description: Response content: application/json: - schema: *384 + schema: *385 examples: default: *159 x-github: @@ -61269,8 +61282,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *359 - *360 + - *361 responses: '204': description: Success response @@ -61281,7 +61294,7 @@ paths: required: true content: application/json: - schema: *385 + schema: *386 examples: default: *159 x-github: @@ -61310,8 +61323,8 @@ paths: in: query schema: type: string - - *359 - *360 + - *361 - *17 - *19 responses: @@ -61355,8 +61368,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -61364,9 +61377,9 @@ paths: application/json: schema: type: array - items: *386 + items: *387 examples: - default: *387 + default: *388 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61388,8 +61401,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -61432,7 +61445,7 @@ paths: - no-gpu work_folder: _work responses: - '201': *388 + '201': *389 '404': *6 '422': *7 '409': *55 @@ -61463,8 +61476,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *359 - *360 + - *361 responses: '201': description: Response @@ -61472,7 +61485,7 @@ paths: application/json: schema: *168 examples: - default: *389 + default: *390 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61500,8 +61513,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *359 - *360 + - *361 responses: '201': description: Response @@ -61509,7 +61522,7 @@ paths: application/json: schema: *168 examples: - default: *390 + default: *391 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61531,8 +61544,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *359 - *360 + - *361 - *165 responses: '200': @@ -61541,7 +61554,7 @@ paths: application/json: schema: *166 examples: - default: *391 + default: *392 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -61562,8 +61575,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *359 - *360 + - *361 - *165 responses: '204': @@ -61590,8 +61603,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *359 - *360 + - *361 - *165 responses: '200': *170 @@ -61616,8 +61629,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *359 - *360 + - *361 - *165 requestBody: required: true @@ -61666,8 +61679,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *359 - *360 + - *361 - *165 requestBody: required: true @@ -61717,11 +61730,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *359 - *360 + - *361 - *165 responses: - '200': *392 + '200': *393 '404': *6 x-github: githubCloudOnly: false @@ -61748,10 +61761,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *359 - *360 + - *361 - *165 - - *393 + - *394 responses: '200': *170 '404': *6 @@ -61779,9 +61792,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *359 - *360 - - &409 + - *361 + - &410 name: actor description: Returns someone's workflow runs. Use the login for the user who created the `push` associated with the check suite or workflow run. @@ -61789,7 +61802,7 @@ paths: required: false schema: type: string - - &410 + - &411 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -61797,7 +61810,7 @@ paths: required: false schema: type: string - - &411 + - &412 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -61806,7 +61819,7 @@ paths: required: false schema: type: string - - &412 + - &413 name: status description: Returns workflow runs with the check run `status` or `conclusion` that you specify. For example, a conclusion can be `success` or a status @@ -61833,7 +61846,7 @@ paths: - pending - *17 - *19 - - &413 + - &414 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -61842,7 +61855,7 @@ paths: schema: type: string format: date-time - - &394 + - &395 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -61851,13 +61864,13 @@ paths: schema: type: boolean default: false - - &414 + - &415 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &415 + - &416 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -61880,7 +61893,7 @@ paths: type: integer workflow_runs: type: array - items: &395 + items: &396 title: Workflow Run description: An invocation of a workflow type: object @@ -62028,7 +62041,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &439 + properties: &440 id: type: string description: SHA for the commit @@ -62079,7 +62092,7 @@ paths: - name - email nullable: true - required: &440 + required: &441 - id - tree_id - message @@ -62126,7 +62139,7 @@ paths: - workflow_url - pull_requests examples: - default: &416 + default: &417 value: total_count: 1 workflow_runs: @@ -62362,24 +62375,24 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *359 - *360 - - &396 + - *361 + - &397 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *394 + - *395 responses: '200': description: Response content: application/json: - schema: *395 + schema: *396 examples: - default: &399 + default: &400 value: id: 30433642 name: Build @@ -62620,9 +62633,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *359 - *360 - - *396 + - *361 + - *397 responses: '204': description: Response @@ -62645,9 +62658,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *359 - *360 - - *396 + - *361 + - *397 responses: '200': description: Response @@ -62766,9 +62779,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *359 - *360 - - *396 + - *361 + - *397 responses: '201': description: Response @@ -62801,12 +62814,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *359 - *360 - - *396 + - *361 + - *397 - *17 - *19 - - *397 + - *398 - *63 responses: '200': @@ -62823,9 +62836,9 @@ paths: type: integer artifacts: type: array - items: *366 + items: *367 examples: - default: *398 + default: *399 headers: Link: *71 x-github: @@ -62849,25 +62862,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *359 - *360 - - *396 - - &400 + - *361 + - *397 + - &401 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *394 + - *395 responses: '200': description: Response content: application/json: - schema: *395 + schema: *396 examples: - default: *399 + default: *400 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -62890,10 +62903,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *359 - *360 - - *396 - - *400 + - *361 + - *397 + - *401 - *17 - *19 responses: @@ -62911,9 +62924,9 @@ paths: type: integer jobs: type: array - items: *401 + items: *402 examples: - default: &402 + default: &403 value: total_count: 1 jobs: @@ -63026,10 +63039,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *359 - *360 - - *396 - - *400 + - *361 + - *397 + - *401 responses: '302': description: Response @@ -63057,9 +63070,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *359 - *360 - - *396 + - *361 + - *397 responses: '202': description: Response @@ -63105,9 +63118,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/concurrency-groups#list-concurrency-groups-for-a-workflow-run parameters: - - *359 - *360 - - *396 + - *361 + - *397 - *17 - *48 - *49 @@ -63278,9 +63291,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *359 - *360 - - *396 + - *361 + - *397 requestBody: required: true content: @@ -63347,9 +63360,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *359 - *360 - - *396 + - *361 + - *397 responses: '202': description: Response @@ -63382,9 +63395,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *359 - *360 - - *396 + - *361 + - *397 - name: filter description: Filters jobs by their `completed_at` timestamp. `latest` returns jobs from the most recent execution of the workflow run. `all` returns all @@ -63414,9 +63427,9 @@ paths: type: integer jobs: type: array - items: *401 + items: *402 examples: - default: *402 + default: *403 headers: Link: *71 x-github: @@ -63441,9 +63454,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *359 - *360 - - *396 + - *361 + - *397 responses: '302': description: Response @@ -63470,9 +63483,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *359 - *360 - - *396 + - *361 + - *397 responses: '204': description: Response @@ -63499,9 +63512,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *359 - *360 - - *396 + - *361 + - *397 responses: '200': description: Response @@ -63561,7 +63574,7 @@ paths: items: type: object properties: - type: &529 + type: &530 type: string description: The type of reviewer. enum: @@ -63646,9 +63659,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *359 - *360 - - *396 + - *361 + - *397 requestBody: required: true content: @@ -63695,12 +63708,12 @@ paths: application/json: schema: type: array - items: &524 + items: &525 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &813 + properties: &814 url: type: string format: uri @@ -63785,7 +63798,7 @@ paths: nullable: true properties: *84 required: *85 - required: &814 + required: &815 - id - node_id - sha @@ -63801,7 +63814,7 @@ paths: - created_at - updated_at examples: - default: &525 + default: &526 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -63857,9 +63870,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *359 - *360 - - *396 + - *361 + - *397 requestBody: required: false content: @@ -63903,9 +63916,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *359 - *360 - - *396 + - *361 + - *397 requestBody: required: false content: @@ -63958,9 +63971,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *359 - *360 - - *396 + - *361 + - *397 responses: '200': description: Response @@ -64097,8 +64110,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-repository-secrets parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -64116,9 +64129,9 @@ paths: type: integer secrets: type: array - items: *403 + items: *404 examples: - default: *404 + default: *405 headers: Link: *71 x-github: @@ -64143,8 +64156,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-public-key parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -64174,17 +64187,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-a-repository-secret parameters: - - *359 - *360 + - *361 - *172 responses: '200': description: Response content: application/json: - schema: *403 + schema: *404 examples: - default: &417 + default: &418 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -64210,8 +64223,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *359 - *360 + - *361 - *172 requestBody: required: true @@ -64269,8 +64282,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-a-repository-secret parameters: - - *359 - *360 + - *361 - *172 responses: '204': @@ -64296,8 +64309,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-repository-variables parameters: - - *359 - *360 + - *361 - *181 - *19 responses: @@ -64315,9 +64328,9 @@ paths: type: integer variables: type: array - items: *405 + items: *406 examples: - default: *406 + default: *407 headers: Link: *71 x-github: @@ -64340,8 +64353,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-a-repository-variable parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -64393,17 +64406,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-a-repository-variable parameters: - - *359 - *360 + - *361 - *175 responses: '200': description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: &418 + default: &419 value: name: USERNAME value: octocat @@ -64429,8 +64442,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-a-repository-variable parameters: - - *359 - *360 + - *361 - *175 requestBody: required: true @@ -64473,8 +64486,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-a-repository-variable parameters: - - *359 - *360 + - *361 - *175 responses: '204': @@ -64500,8 +64513,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#list-repository-workflows parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -64519,7 +64532,7 @@ paths: type: integer workflows: type: array - items: &407 + items: &408 title: Workflow description: A GitHub Actions workflow type: object @@ -64626,9 +64639,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-a-workflow parameters: - - *359 - *360 - - &408 + - *361 + - &409 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -64643,7 +64656,7 @@ paths: description: Response content: application/json: - schema: *407 + schema: *408 examples: default: value: @@ -64676,9 +64689,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#disable-a-workflow parameters: - - *359 - *360 - - *408 + - *361 + - *409 responses: '204': description: Response @@ -64703,9 +64716,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *359 - *360 - - *408 + - *361 + - *409 responses: '204': description: Empty response when `return_run_details` parameter is `false`. @@ -64803,9 +64816,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#enable-a-workflow parameters: - - *359 - *360 - - *408 + - *361 + - *409 responses: '204': description: Response @@ -64832,19 +64845,19 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *359 - *360 - - *408 + - *361 - *409 - *410 - *411 - *412 + - *413 - *17 - *19 - - *413 - - *394 - *414 + - *395 - *415 + - *416 responses: '200': description: Response @@ -64860,9 +64873,9 @@ paths: type: integer workflow_runs: type: array - items: *395 + items: *396 examples: - default: *416 + default: *417 headers: Link: *71 x-github: @@ -64894,9 +64907,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/workflows#get-workflow-usage parameters: - - *359 - *360 - - *408 + - *361 + - *409 responses: '200': description: Response @@ -64957,8 +64970,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-activities parameters: - - *359 - *360 + - *361 - *63 - *17 - *48 @@ -65127,8 +65140,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#list-repository-organization-secrets parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -65146,9 +65159,9 @@ paths: type: integer secrets: type: array - items: *403 + items: *404 examples: - default: *404 + default: *405 headers: Link: *71 x-github: @@ -65172,8 +65185,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#list-repository-organization-variables parameters: - - *359 - *360 + - *361 - *181 - *19 responses: @@ -65191,9 +65204,9 @@ paths: type: integer variables: type: array - items: *405 + items: *406 examples: - default: *406 + default: *407 headers: Link: *71 x-github: @@ -65218,8 +65231,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#list-repository-secrets parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -65237,9 +65250,9 @@ paths: type: integer secrets: type: array - items: *403 + items: *404 examples: - default: *404 + default: *405 headers: Link: *71 x-github: @@ -65264,8 +65277,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#get-a-repository-public-key parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -65295,17 +65308,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#get-a-repository-secret parameters: - - *359 - *360 + - *361 - *172 responses: '200': description: Response content: application/json: - schema: *403 + schema: *404 examples: - default: *417 + default: *418 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65327,8 +65340,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#create-or-update-a-repository-secret parameters: - - *359 - *360 + - *361 - *172 requestBody: required: true @@ -65386,8 +65399,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/secrets#delete-a-repository-secret parameters: - - *359 - *360 + - *361 - *172 responses: '204': @@ -65413,8 +65426,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#list-repository-variables parameters: - - *359 - *360 + - *361 - *181 - *19 responses: @@ -65432,9 +65445,9 @@ paths: type: integer variables: type: array - items: *405 + items: *406 examples: - default: *406 + default: *407 headers: Link: *71 x-github: @@ -65457,8 +65470,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#create-a-repository-variable parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -65510,17 +65523,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#get-a-repository-variable parameters: - - *359 - *360 + - *361 - *175 responses: '200': description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: *418 + default: *419 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65541,8 +65554,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#update-a-repository-variable parameters: - - *359 - *360 + - *361 - *175 requestBody: required: true @@ -65585,8 +65598,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/agents/variables#delete-a-repository-variable parameters: - - *359 - *360 + - *361 - *175 responses: '204': @@ -65608,8 +65621,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#list-assignees parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -65646,8 +65659,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *359 - *360 + - *361 - name: assignee in: path required: true @@ -65683,8 +65696,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/attestations#create-an-attestation parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -65794,8 +65807,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/attestations#list-attestations parameters: - - *359 - *360 + - *361 - *17 - *48 - *49 @@ -65852,7 +65865,7 @@ paths: initiator: type: string examples: - default: *419 + default: *420 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -65886,8 +65899,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -65895,7 +65908,7 @@ paths: application/json: schema: type: array - items: &420 + items: &421 title: Autolink reference description: An autolink reference. type: object @@ -65949,8 +65962,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -65989,9 +66002,9 @@ paths: description: response content: application/json: - schema: *420 + schema: *421 examples: - default: &421 + default: &422 value: id: 1 key_prefix: TICKET- @@ -66022,9 +66035,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *359 - *360 - - &422 + - *361 + - &423 name: autolink_id description: The unique identifier of the autolink. in: path @@ -66036,9 +66049,9 @@ paths: description: Response content: application/json: - schema: *420 + schema: *421 examples: - default: *421 + default: *422 '404': *6 x-github: githubCloudOnly: false @@ -66058,9 +66071,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *359 - *360 - - *422 + - *361 + - *423 responses: '204': description: Response @@ -66084,8 +66097,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *359 - *360 + - *361 responses: '200': description: Response if Dependabot is enabled @@ -66133,8 +66146,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-dependabot-security-updates parameters: - - *359 - *360 + - *361 responses: '204': description: Response @@ -66155,8 +66168,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-dependabot-security-updates parameters: - - *359 - *360 + - *361 responses: '204': description: Response @@ -66176,8 +66189,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#list-branches parameters: - - *359 - *360 + - *361 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -66215,7 +66228,7 @@ paths: - url protected: type: boolean - protection: &424 + protection: &425 title: Branch Protection description: Branch Protection type: object @@ -66257,7 +66270,7 @@ paths: required: - contexts - checks - enforce_admins: &427 + enforce_admins: &428 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -66272,7 +66285,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &429 + required_pull_request_reviews: &430 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -66348,7 +66361,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &426 + restrictions: &427 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -66625,9 +66638,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#get-a-branch parameters: - - *359 - *360 - - &425 + - *361 + - &426 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/graphql). @@ -66641,14 +66654,14 @@ paths: description: Response content: application/json: - schema: &435 + schema: &436 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &495 + commit: &496 title: Commit description: Commit type: object @@ -66682,7 +66695,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &423 + properties: &424 name: type: string example: '"Chris Wanstrath"' @@ -66698,7 +66711,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *423 + properties: *424 nullable: true message: type: string @@ -66719,7 +66732,7 @@ paths: required: - sha - url - verification: &547 + verification: &548 title: Verification type: object properties: @@ -66789,7 +66802,7 @@ paths: type: integer files: type: array - items: &507 + items: &508 title: Diff Entry description: Diff Entry type: object @@ -66873,7 +66886,7 @@ paths: - self protected: type: boolean - protection: *424 + protection: *425 protection_url: type: string format: uri @@ -66980,7 +66993,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *363 + '301': *364 '404': *6 x-github: githubCloudOnly: false @@ -67002,15 +67015,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-branch-protection parameters: - - *359 - *360 - - *425 + - *361 + - *426 responses: '200': description: Response content: application/json: - schema: *424 + schema: *425 examples: default: value: @@ -67204,9 +67217,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-branch-protection parameters: - - *359 - *360 - - *425 + - *361 + - *426 requestBody: required: true content: @@ -67461,7 +67474,7 @@ paths: url: type: string format: uri - required_status_checks: &432 + required_status_checks: &433 title: Status Check Policy description: Status Check Policy type: object @@ -67613,7 +67626,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *426 + restrictions: *427 required_conversation_resolution: type: object properties: @@ -67725,9 +67738,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-branch-protection parameters: - - *359 - *360 - - *425 + - *361 + - *426 responses: '204': description: Response @@ -67752,17 +67765,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *359 - *360 - - *425 + - *361 + - *426 responses: '200': description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: &428 + default: &429 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -67784,17 +67797,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *359 - *360 - - *425 + - *361 + - *426 responses: '200': description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: *428 + default: *429 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -67813,9 +67826,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *359 - *360 - - *425 + - *361 + - *426 responses: '204': description: Response @@ -67840,17 +67853,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *359 - *360 - - *425 + - *361 + - *426 responses: '200': description: Response content: application/json: - schema: *429 + schema: *430 examples: - default: &430 + default: &431 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -67946,9 +67959,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *359 - *360 - - *425 + - *361 + - *426 requestBody: required: false content: @@ -68046,9 +68059,9 @@ paths: description: Response content: application/json: - schema: *429 + schema: *430 examples: - default: *430 + default: *431 '422': *15 x-github: githubCloudOnly: false @@ -68069,9 +68082,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *359 - *360 - - *425 + - *361 + - *426 responses: '204': description: Response @@ -68098,17 +68111,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *359 - *360 - - *425 + - *361 + - *426 responses: '200': description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: &431 + default: &432 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -68131,17 +68144,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *359 - *360 - - *425 + - *361 + - *426 responses: '200': description: Response content: application/json: - schema: *427 + schema: *428 examples: - default: *431 + default: *432 '404': *6 x-github: githubCloudOnly: false @@ -68161,9 +68174,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *359 - *360 - - *425 + - *361 + - *426 responses: '204': description: Response @@ -68188,17 +68201,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-status-checks-protection parameters: - - *359 - *360 - - *425 + - *361 + - *426 responses: '200': description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: &433 + default: &434 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -68224,9 +68237,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#update-status-check-protection parameters: - - *359 - *360 - - *425 + - *361 + - *426 requestBody: required: false content: @@ -68278,9 +68291,9 @@ paths: description: Response content: application/json: - schema: *432 + schema: *433 examples: - default: *433 + default: *434 '404': *6 '422': *15 x-github: @@ -68302,9 +68315,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-protection parameters: - - *359 - *360 - - *425 + - *361 + - *426 responses: '204': description: Response @@ -68328,9 +68341,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *359 - *360 - - *425 + - *361 + - *426 responses: '200': description: Response @@ -68364,9 +68377,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-status-check-contexts parameters: - - *359 - *360 - - *425 + - *361 + - *426 requestBody: required: false content: @@ -68433,9 +68446,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-status-check-contexts parameters: - - *359 - *360 - - *425 + - *361 + - *426 requestBody: required: false content: @@ -68499,9 +68512,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *359 - *360 - - *425 + - *361 + - *426 requestBody: content: application/json: @@ -68567,15 +68580,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-access-restrictions parameters: - - *359 - *360 - - *425 + - *361 + - *426 responses: '200': description: Response content: application/json: - schema: *426 + schema: *427 examples: default: value: @@ -68666,9 +68679,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#delete-access-restrictions parameters: - - *359 - *360 - - *425 + - *361 + - *426 responses: '204': description: Response @@ -68691,9 +68704,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *359 - *360 - - *425 + - *361 + - *426 responses: '200': description: Response @@ -68703,7 +68716,7 @@ paths: type: array items: *5 examples: - default: &434 + default: &435 value: - id: 1 slug: octoapp @@ -68760,9 +68773,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *359 - *360 - - *425 + - *361 + - *426 requestBody: required: true content: @@ -68796,7 +68809,7 @@ paths: type: array items: *5 examples: - default: *434 + default: *435 '422': *15 x-github: githubCloudOnly: false @@ -68817,9 +68830,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *359 - *360 - - *425 + - *361 + - *426 requestBody: required: true content: @@ -68853,7 +68866,7 @@ paths: type: array items: *5 examples: - default: *434 + default: *435 '422': *15 x-github: githubCloudOnly: false @@ -68874,9 +68887,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *359 - *360 - - *425 + - *361 + - *426 requestBody: required: true content: @@ -68910,7 +68923,7 @@ paths: type: array items: *5 examples: - default: *434 + default: *435 '422': *15 x-github: githubCloudOnly: false @@ -68932,9 +68945,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *359 - *360 - - *425 + - *361 + - *426 responses: '200': description: Response @@ -68944,7 +68957,7 @@ paths: type: array items: *211 examples: - default: *276 + default: *277 '404': *6 x-github: githubCloudOnly: false @@ -68964,9 +68977,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *359 - *360 - - *425 + - *361 + - *426 requestBody: required: false content: @@ -69004,7 +69017,7 @@ paths: type: array items: *211 examples: - default: *276 + default: *277 '422': *15 x-github: githubCloudOnly: false @@ -69025,9 +69038,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *359 - *360 - - *425 + - *361 + - *426 requestBody: required: false content: @@ -69065,7 +69078,7 @@ paths: type: array items: *211 examples: - default: *276 + default: *277 '422': *15 x-github: githubCloudOnly: false @@ -69086,9 +69099,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *359 - *360 - - *425 + - *361 + - *426 requestBody: content: application/json: @@ -69125,7 +69138,7 @@ paths: type: array items: *211 examples: - default: *276 + default: *277 '422': *15 x-github: githubCloudOnly: false @@ -69147,9 +69160,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *359 - *360 - - *425 + - *361 + - *426 responses: '200': description: Response @@ -69183,9 +69196,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *359 - *360 - - *425 + - *361 + - *426 requestBody: required: true content: @@ -69243,9 +69256,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *359 - *360 - - *425 + - *361 + - *426 requestBody: required: true content: @@ -69303,9 +69316,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *359 - *360 - - *425 + - *361 + - *426 requestBody: required: true content: @@ -69365,9 +69378,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#rename-a-branch parameters: - - *359 - *360 - - *425 + - *361 + - *426 requestBody: required: true content: @@ -69389,7 +69402,7 @@ paths: description: Response content: application/json: - schema: *435 + schema: *436 examples: default: value: @@ -69505,8 +69518,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#create-a-check-run parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -69785,7 +69798,7 @@ paths: description: Response content: application/json: - schema: &436 + schema: &437 title: CheckRun description: A check performed on the code of a given code change type: object @@ -69905,7 +69918,7 @@ paths: check. type: array items: *94 - deployment: &806 + deployment: &807 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -70185,9 +70198,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#get-a-check-run parameters: - - *359 - *360 - - &437 + - *361 + - &438 name: check_run_id description: The unique identifier of the check run. in: path @@ -70199,9 +70212,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: &438 + default: &439 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -70301,9 +70314,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#update-a-check-run parameters: - - *359 - *360 - - *437 + - *361 + - *438 requestBody: required: true content: @@ -70543,9 +70556,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: *438 + default: *439 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70565,9 +70578,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-run-annotations parameters: - - *359 - *360 - - *437 + - *361 + - *438 - *17 - *19 responses: @@ -70662,9 +70675,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#rerequest-a-check-run parameters: - - *359 - *360 - - *437 + - *361 + - *438 responses: '201': description: Response @@ -70708,8 +70721,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#create-a-check-suite parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -70731,7 +70744,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &441 + schema: &442 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -70817,12 +70830,12 @@ paths: type: string format: date-time nullable: true - head_commit: &834 + head_commit: &835 title: Simple Commit description: A commit. type: object - properties: *439 - required: *440 + properties: *440 + required: *441 latest_check_runs_count: type: integer check_runs_url: @@ -70850,7 +70863,7 @@ paths: - check_runs_url - pull_requests examples: - default: &442 + default: &443 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -71141,9 +71154,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *441 + schema: *442 examples: - default: *442 + default: *443 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71162,8 +71175,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -71472,9 +71485,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#get-a-check-suite parameters: - - *359 - *360 - - &443 + - *361 + - &444 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -71486,9 +71499,9 @@ paths: description: Response content: application/json: - schema: *441 + schema: *442 examples: - default: *442 + default: *443 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -71511,17 +71524,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *359 - *360 - - *443 - - &500 + - *361 + - *444 + - &501 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &501 + - &502 name: status description: Returns check runs with the specified `status`. in: query @@ -71560,9 +71573,9 @@ paths: type: integer check_runs: type: array - items: *436 + items: *437 examples: - default: &502 + default: &503 value: total_count: 1 check_runs: @@ -71664,9 +71677,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#rerequest-a-check-suite parameters: - - *359 - *360 - - *443 + - *361 + - *444 responses: '201': description: Response @@ -71695,8 +71708,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-quality/code-quality#list-code-quality-findings-for-a-repository parameters: - - *359 - *360 + - *361 - *17 - *63 - *48 @@ -71718,7 +71731,7 @@ paths: application/json: schema: type: array - items: &444 + items: &445 description: Code quality finding type: object properties: @@ -71848,7 +71861,7 @@ paths: markdown: This check is useless. [o](java/UselessNullCheck.java#L9C4-L9C18) cannot be null at this check, since it is guarded by [...instanceof...](java/UselessNullCheck.java#L7C13-L7C25). created_at: '2026-01-23T12:34:56Z' - '403': &445 + '403': &446 description: Response if the user is not authorized to access Code quality for this repository. content: @@ -71875,8 +71888,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-quality/code-quality#get-a-code-quality-finding parameters: - - *359 - *360 + - *361 - name: finding_number in: path description: The number that identifies a finding. @@ -71888,7 +71901,7 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: default: value: @@ -71917,7 +71930,7 @@ paths: markdown: This check is useless. [o](java/UselessNullCheck.java#L9C4-L9C18) cannot be null at this check, since it is guarded by [...instanceof...](java/UselessNullCheck.java#L7C13-L7C25). created_at: '2026-01-23T12:34:56Z' - '403': *445 + '403': *446 '404': *6 '503': *123 x-github: @@ -71939,8 +71952,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-quality/code-quality#get-a-code-quality-setup-configuration parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -72012,7 +72025,7 @@ paths: updated_at: '2023-01-01T00:00:00Z' schedule: weekly ai_findings_option: on_push - '403': *445 + '403': *446 '404': *6 '503': *123 x-github: @@ -72033,8 +72046,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-quality/code-quality#update-a-code-quality-setup-configuration parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -72170,21 +72183,21 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *359 - *360 - - *446 + - *361 - *447 + - *448 - *19 - *17 - - &465 + - &466 name: ref description: The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. in: query required: false - schema: *448 - - &466 + schema: *449 + - &467 name: pr description: The number of the pull request for the results you want to list. in: query @@ -72209,13 +72222,13 @@ paths: be returned. in: query required: false - schema: *449 + schema: *450 - name: severity description: If specified, only code scanning alerts with this severity will be returned. in: query required: false - schema: *450 + schema: *451 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -72239,7 +72252,7 @@ paths: updated_at: *191 url: *192 html_url: *193 - instances_url: *451 + instances_url: *452 state: *198 fixed_at: *194 dismissed_by: @@ -72250,11 +72263,11 @@ paths: required: *21 nullable: true dismissed_at: *195 - dismissed_reason: *452 - dismissed_comment: *453 - rule: *454 - tool: *455 - most_recent_instance: *456 + dismissed_reason: *453 + dismissed_comment: *454 + rule: *455 + tool: *456 + most_recent_instance: *457 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -72380,7 +72393,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *38 - '403': &458 + '403': &459 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -72407,9 +72420,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *359 - *360 - - &459 + - *361 + - &460 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -72423,7 +72436,7 @@ paths: description: Response content: application/json: - schema: &460 + schema: &461 type: object properties: number: *189 @@ -72431,7 +72444,7 @@ paths: updated_at: *191 url: *192 html_url: *193 - instances_url: *451 + instances_url: *452 state: *198 fixed_at: *194 dismissed_by: @@ -72442,8 +72455,8 @@ paths: required: *21 nullable: true dismissed_at: *195 - dismissed_reason: *452 - dismissed_comment: *453 + dismissed_reason: *453 + dismissed_comment: *454 rule: type: object properties: @@ -72497,8 +72510,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *455 - most_recent_instance: *456 + tool: *456 + most_recent_instance: *457 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -72512,7 +72525,7 @@ paths: linked_pull_requests: description: Pull requests linked to this alert. type: array - items: *457 + items: *458 required: - number - created_at @@ -72601,7 +72614,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *38 - '403': *458 + '403': *459 '404': *6 '503': *123 x-github: @@ -72621,9 +72634,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *359 - *360 - - *459 + - *361 + - *460 requestBody: required: true content: @@ -72638,8 +72651,8 @@ paths: enum: - open - dismissed - dismissed_reason: *452 - dismissed_comment: *453 + dismissed_reason: *453 + dismissed_comment: *454 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -72667,7 +72680,7 @@ paths: description: Response content: application/json: - schema: *460 + schema: *461 examples: default: value: @@ -72743,7 +72756,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &464 + '403': &465 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -72770,15 +72783,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert parameters: - - *359 - *360 - - *459 + - *361 + - *460 responses: '200': description: Response content: application/json: - schema: &461 + schema: &462 type: object properties: status: @@ -72804,13 +72817,13 @@ paths: - description - started_at examples: - default: &462 + default: &463 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &463 + '400': &464 description: Bad Request content: application/json: @@ -72821,7 +72834,7 @@ paths: message: The alert_number is not valid documentation_url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert status: '400' - '403': *458 + '403': *459 '404': *6 '500': *56 x-github: @@ -72846,29 +72859,29 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-an-autofix-for-a-code-scanning-alert parameters: - - *359 - *360 - - *459 + - *361 + - *460 responses: '200': description: OK content: application/json: - schema: *461 + schema: *462 examples: - default: *462 + default: *463 '202': description: Accepted content: application/json: - schema: *461 + schema: *462 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *463 + '400': *464 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -72900,9 +72913,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#commit-an-autofix-for-a-code-scanning-alert parameters: - - *359 - *360 - - *459 + - *361 + - *460 requestBody: required: false content: @@ -72947,8 +72960,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *463 - '403': *464 + '400': *464 + '403': *465 '404': *6 '422': description: Unprocessable Entity @@ -72972,13 +72985,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *359 - *360 - - *459 + - *361 + - *460 - *19 - *17 - - *465 - *466 + - *467 responses: '200': description: Response @@ -72989,10 +73002,10 @@ paths: items: type: object properties: - ref: *448 - analysis_key: *467 - environment: *468 - category: *469 + ref: *449 + analysis_key: *468 + environment: *469 + category: *470 state: type: string description: State of a code scanning alert instance. @@ -73007,7 +73020,7 @@ paths: properties: text: type: string - location: *470 + location: *471 html_url: type: string classifications: @@ -73015,7 +73028,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: *471 + items: *472 examples: default: value: @@ -73052,7 +73065,7 @@ paths: end_column: 50 classifications: - source - '403': *458 + '403': *459 '404': *6 '503': *123 x-github: @@ -73086,25 +73099,25 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *359 - *360 - - *446 + - *361 - *447 + - *448 - *19 - *17 - - *466 + - *467 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *448 + schema: *449 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &472 + schema: &473 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -73125,23 +73138,23 @@ paths: application/json: schema: type: array - items: &473 + items: &474 type: object properties: - ref: *448 - commit_sha: &481 + ref: *449 + commit_sha: &482 description: The SHA of the commit to which the analysis you are uploading relates. type: string minLength: 40 maxLength: 64 pattern: "^([0-9a-fA-F]{40}(?:[0-9a-fA-F]{24})?)$" - analysis_key: *467 + analysis_key: *468 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *469 + category: *470 error: type: string example: error reading field xyz @@ -73165,8 +73178,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *472 - tool: *455 + sarif_id: *473 + tool: *456 deletable: type: boolean warning: @@ -73227,7 +73240,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *458 + '403': *459 '404': *6 '503': *123 x-github: @@ -73263,8 +73276,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *359 - *360 + - *361 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -73277,7 +73290,7 @@ paths: description: Response content: application/json: - schema: *473 + schema: *474 examples: response: summary: application/json response @@ -73331,7 +73344,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *458 + '403': *459 '404': *6 '422': description: Response if analysis could not be processed @@ -73418,8 +73431,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *359 - *360 + - *361 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -73472,7 +73485,7 @@ paths: next_analysis_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41 confirm_delete_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41?confirm_delete '400': *14 - '403': *464 + '403': *465 '404': *6 '503': *123 x-github: @@ -73494,8 +73507,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -73503,7 +73516,7 @@ paths: application/json: schema: type: array - items: &474 + items: &475 title: CodeQL Database description: A CodeQL database. type: object @@ -73614,7 +73627,7 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '403': *458 + '403': *459 '404': *6 '503': *123 x-github: @@ -73643,8 +73656,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *359 - *360 + - *361 - name: language in: path description: The language of the CodeQL database. @@ -73656,7 +73669,7 @@ paths: description: Response content: application/json: - schema: *474 + schema: *475 examples: default: value: @@ -73688,9 +73701,9 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &511 + '302': &512 description: Found - '403': *458 + '403': *459 '404': *6 '503': *123 x-github: @@ -73712,8 +73725,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *359 - *360 + - *361 - name: language in: path description: The language of the CodeQL database. @@ -73723,7 +73736,7 @@ paths: responses: '204': description: Response - '403': *464 + '403': *465 '404': *6 '503': *123 x-github: @@ -73751,8 +73764,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -73761,7 +73774,7 @@ paths: type: object additionalProperties: false properties: - language: &475 + language: &476 type: string description: The language targeted by the CodeQL query enum: @@ -73841,7 +73854,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &479 + schema: &480 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -73851,7 +73864,7 @@ paths: description: The ID of the variant analysis. controller_repo: *68 actor: *4 - query_language: *475 + query_language: *476 query_pack_url: type: string description: The download url for the query pack. @@ -73898,7 +73911,7 @@ paths: items: type: object properties: - repository: &476 + repository: &477 title: Repository Identifier description: Repository Identifier type: object @@ -73934,7 +73947,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &480 + analysis_status: &481 type: string description: The new status of the CodeQL variant analysis repository task. @@ -73966,7 +73979,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &477 + access_mismatch_repos: &478 type: object properties: repository_count: @@ -73980,7 +73993,7 @@ paths: This list may not include all repositories that were skipped. This is only available when the repository was found and the user has access to it. - items: *476 + items: *477 required: - repository_count - repositories @@ -74002,8 +74015,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *477 - over_limit_repos: *477 + no_codeql_db_repos: *478 + over_limit_repos: *478 required: - access_mismatch_repos - not_found_repos @@ -74019,7 +74032,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &478 + value: &479 summary: Default response value: id: 1 @@ -74165,10 +74178,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *478 + value: *479 repository_lists: summary: Response for a successful variant analysis submission - value: *478 + value: *479 '404': *6 '422': description: Unable to process variant analysis submission @@ -74196,8 +74209,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-summary-of-a-codeql-variant-analysis parameters: - - *359 - *360 + - *361 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -74209,9 +74222,9 @@ paths: description: Response content: application/json: - schema: *479 + schema: *480 examples: - default: *478 + default: *479 '404': *6 '503': *123 x-github: @@ -74234,7 +74247,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-analysis-status-of-a-repository-in-a-codeql-variant-analysis parameters: - - *359 + - *360 - name: repo in: path description: The name of the controller repository. @@ -74269,7 +74282,7 @@ paths: type: object properties: repository: *68 - analysis_status: *480 + analysis_status: *481 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -74394,8 +74407,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -74497,7 +74510,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *458 + '403': *459 '404': *6 '503': *123 x-github: @@ -74518,8 +74531,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -74611,7 +74624,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *464 + '403': *465 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -74682,8 +74695,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -74691,7 +74704,7 @@ paths: schema: type: object properties: - commit_sha: *481 + commit_sha: *482 ref: type: string description: |- @@ -74749,7 +74762,7 @@ paths: schema: type: object properties: - id: *472 + id: *473 url: type: string description: The REST API URL for checking the status of the upload. @@ -74763,7 +74776,7 @@ paths: url: https://api.github.com/repos/octocat/hello-world/code-scanning/sarifs/47177e22-5596-11eb-80a1-c1e54ef945c6 '400': description: Bad Request if the sarif field is invalid - '403': *464 + '403': *465 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -74786,8 +74799,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *359 - *360 + - *361 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -74833,7 +74846,7 @@ paths: value: processing_status: complete analyses_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses?sarif_id=47177e22-5596-11eb-80a1-c1e54ef945c6 - '403': *458 + '403': *459 '404': description: Not Found if the sarif id does not match any upload '503': *123 @@ -74858,8 +74871,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -74940,8 +74953,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-codeowners-errors parameters: - - *359 - *360 + - *361 - name: ref description: 'A branch, tag or commit name used to determine which version of the CODEOWNERS file to use. Default: the repository''s default branch @@ -75061,8 +75074,8 @@ paths: parameters: - *17 - *19 - - *359 - *360 + - *361 responses: '200': description: Response @@ -75078,7 +75091,7 @@ paths: type: integer codespaces: type: array - items: *264 + items: *265 examples: default: value: @@ -75376,8 +75389,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -75440,17 +75453,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *264 + schema: *265 examples: - default: *482 + default: *483 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *264 + schema: *265 examples: - default: *482 + default: *483 '400': *14 '401': *25 '403': *29 @@ -75479,8 +75492,8 @@ paths: parameters: - *17 - *19 - - *359 - *360 + - *361 responses: '200': description: Response @@ -75544,8 +75557,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *359 - *360 + - *361 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -75580,14 +75593,14 @@ paths: type: integer machines: type: array - items: &748 + items: &749 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *483 - required: *484 + properties: *484 + required: *485 examples: - default: &749 + default: &750 value: total_count: 2 machines: @@ -75627,8 +75640,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *359 - *360 + - *361 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -75712,8 +75725,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user parameters: - - *359 - *360 + - *361 - name: ref description: The git reference that points to the location of the devcontainer configuration to use for the permission check. The value of `ref` will typically @@ -75779,8 +75792,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -75798,7 +75811,7 @@ paths: type: integer secrets: type: array - items: &488 + items: &489 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -75818,7 +75831,7 @@ paths: - created_at - updated_at examples: - default: *485 + default: *486 headers: Link: *71 x-github: @@ -75841,16 +75854,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *359 - *360 + - *361 responses: '200': description: Response content: application/json: - schema: *486 + schema: *487 examples: - default: *487 + default: *488 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -75870,17 +75883,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *359 - *360 + - *361 - *172 responses: '200': description: Response content: application/json: - schema: *488 + schema: *489 examples: - default: *489 + default: *490 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -75900,8 +75913,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *359 - *360 + - *361 - *172 requestBody: required: true @@ -75954,8 +75967,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *359 - *360 + - *361 - *172 responses: '204': @@ -75984,8 +75997,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *359 - *360 + - *361 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -76027,7 +76040,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &490 + properties: &491 login: type: string example: octocat @@ -76120,7 +76133,7 @@ paths: user_view_type: type: string example: public - required: &491 + required: &492 - avatar_url - events_url - followers_url @@ -76194,8 +76207,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *359 - *360 + - *361 - *75 responses: '204': @@ -76242,8 +76255,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *359 - *360 + - *361 - *75 requestBody: required: false @@ -76270,7 +76283,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &561 + schema: &562 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -76499,8 +76512,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *359 - *360 + - *361 - *75 responses: '204': @@ -76532,8 +76545,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *359 - *360 + - *361 - *75 responses: '200': @@ -76554,8 +76567,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *490 - required: *491 + properties: *491 + required: *492 nullable: true required: - permission @@ -76610,8 +76623,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -76621,7 +76634,7 @@ paths: application/json: schema: type: array - items: &492 + items: &493 title: Commit Comment description: Commit Comment type: object @@ -76679,7 +76692,7 @@ paths: - created_at - updated_at examples: - default: &497 + default: &498 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -76738,17 +76751,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#get-a-commit-comment parameters: - - *359 - *360 + - *361 - *105 responses: '200': description: Response content: application/json: - schema: *492 + schema: *493 examples: - default: &498 + default: &499 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -76805,8 +76818,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#update-a-commit-comment parameters: - - *359 - *360 + - *361 - *105 requestBody: required: true @@ -76829,7 +76842,7 @@ paths: description: Response content: application/json: - schema: *492 + schema: *493 examples: default: value: @@ -76880,8 +76893,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#delete-a-commit-comment parameters: - - *359 - *360 + - *361 - *105 responses: '204': @@ -76903,8 +76916,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *359 - *360 + - *361 - *105 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -76931,7 +76944,7 @@ paths: application/json: schema: type: array - items: &493 + items: &494 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -76974,7 +76987,7 @@ paths: - content - created_at examples: - default: &565 + default: &566 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -77019,8 +77032,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *359 - *360 + - *361 - *105 requestBody: required: true @@ -77053,9 +77066,9 @@ paths: description: Reaction exists content: application/json: - schema: *493 + schema: *494 examples: - default: &494 + default: &495 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -77084,9 +77097,9 @@ paths: description: Reaction created content: application/json: - schema: *493 + schema: *494 examples: - default: *494 + default: *495 '422': *15 x-github: githubCloudOnly: false @@ -77108,10 +77121,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *359 - *360 + - *361 - *105 - - &566 + - &567 name: reaction_id description: The unique identifier of the reaction. in: path @@ -77166,8 +77179,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-commits parameters: - - *359 - *360 + - *361 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -77223,9 +77236,9 @@ paths: application/json: schema: type: array - items: *495 + items: *496 examples: - default: &638 + default: &639 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -77319,9 +77332,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-branches-for-head-commit parameters: - - *359 - *360 - - &496 + - *361 + - &497 name: commit_sha description: The SHA of the commit. in: path @@ -77393,9 +77406,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#list-commit-comments parameters: - - *359 - *360 - - *496 + - *361 + - *497 - *17 - *19 responses: @@ -77405,9 +77418,9 @@ paths: application/json: schema: type: array - items: *492 + items: *493 examples: - default: *497 + default: *498 headers: Link: *71 x-github: @@ -77435,9 +77448,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/comments#create-a-commit-comment parameters: - - *359 - *360 - - *496 + - *361 + - *497 requestBody: required: true content: @@ -77472,9 +77485,9 @@ paths: description: Response content: application/json: - schema: *492 + schema: *493 examples: - default: *498 + default: *499 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -77502,9 +77515,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *359 - *360 - - *496 + - *361 + - *497 - *17 - *19 responses: @@ -77514,9 +77527,9 @@ paths: application/json: schema: type: array - items: *457 + items: *458 examples: - default: &629 + default: &630 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -78053,11 +78066,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#get-a-commit parameters: - - *359 - *360 + - *361 - *19 - *17 - - &499 + - &500 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), or tag name (`tags/TAG_NAME`). For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" @@ -78072,9 +78085,9 @@ paths: description: Response content: application/json: - schema: *495 + schema: *496 examples: - default: &616 + default: &617 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -78162,7 +78175,7 @@ paths: schema: type: string examples: - default: &508 + default: &509 value: | diff --git a/testfile b/testfile index 9bdeaeb..912c7ef 100644 @@ -78175,7 +78188,7 @@ paths: schema: type: string examples: - default: &509 + default: &510 value: | From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001 From: Mona Lisa <87831417+monalisa@users.noreply.github.com> @@ -78228,11 +78241,11 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *359 - *360 - - *499 + - *361 - *500 - *501 + - *502 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -78266,9 +78279,9 @@ paths: type: integer check_runs: type: array - items: *436 + items: *437 examples: - default: *502 + default: *503 headers: Link: *71 x-github: @@ -78293,9 +78306,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *359 - *360 - - *499 + - *361 + - *500 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -78303,7 +78316,7 @@ paths: schema: type: integer example: 1 - - *500 + - *501 - *17 - *19 responses: @@ -78321,7 +78334,7 @@ paths: type: integer check_suites: type: array - items: *441 + items: *442 examples: default: value: @@ -78521,9 +78534,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *359 - *360 - - *499 + - *361 + - *500 - *17 - *19 responses: @@ -78721,9 +78734,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *359 - *360 - - *499 + - *361 + - *500 - *17 - *19 responses: @@ -78733,7 +78746,7 @@ paths: application/json: schema: type: array - items: &726 + items: &727 title: Status description: The status of a commit. type: object @@ -78814,7 +78827,7 @@ paths: site_admin: false headers: Link: *71 - '301': *363 + '301': *364 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78842,8 +78855,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/community#get-community-profile-metrics parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -78872,20 +78885,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *503 - required: *504 + properties: *504 + required: *505 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &505 + properties: &506 url: type: string format: uri html_url: type: string format: uri - required: &506 + required: &507 - url - html_url nullable: true @@ -78899,26 +78912,26 @@ paths: contributing: title: Community Health File type: object - properties: *505 - required: *506 + properties: *506 + required: *507 nullable: true readme: title: Community Health File type: object - properties: *505 - required: *506 + properties: *506 + required: *507 nullable: true issue_template: title: Community Health File type: object - properties: *505 - required: *506 + properties: *506 + required: *507 nullable: true pull_request_template: title: Community Health File type: object - properties: *505 - required: *506 + properties: *506 + required: *507 nullable: true required: - code_of_conduct @@ -79045,8 +79058,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/commits#compare-two-commits parameters: - - *359 - *360 + - *361 - *19 - *17 - name: basehead @@ -79089,8 +79102,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *495 - merge_base_commit: *495 + base_commit: *496 + merge_base_commit: *496 status: type: string enum: @@ -79110,10 +79123,10 @@ paths: example: 6 commits: type: array - items: *495 + items: *496 files: type: array - items: *507 + items: *508 required: - url - html_url @@ -79359,12 +79372,12 @@ paths: schema: type: string examples: - default: *508 + default: *509 application/vnd.github.patch: schema: type: string examples: - default: *509 + default: *510 '404': *6 '500': *56 '503': *123 @@ -79409,8 +79422,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-repository-content parameters: - - *359 - *360 + - *361 - name: path description: path parameter in: path @@ -79570,7 +79583,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &510 + response-if-content-is-a-file-github-object: &511 summary: Response if content is a file value: type: file @@ -79702,7 +79715,7 @@ paths: - size - type - url - - &644 + - &645 title: Content File description: Content File type: object @@ -79903,7 +79916,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *510 + response-if-content-is-a-file: *511 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -79972,7 +79985,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *511 + '302': *512 '304': *38 x-github: githubCloudOnly: false @@ -80025,8 +80038,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#create-or-update-file-contents parameters: - - *359 - *360 + - *361 - name: path description: path parameter in: path @@ -80119,7 +80132,7 @@ paths: description: Response content: application/json: - schema: &512 + schema: &513 title: File Commit description: File Commit type: object @@ -80271,7 +80284,7 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: example-for-creating-a-file: value: @@ -80325,7 +80338,7 @@ paths: schema: oneOf: - *3 - - &542 + - &543 description: Repository rule violation was detected type: object properties: @@ -80346,7 +80359,7 @@ paths: items: type: object properties: - placeholder_id: &717 + placeholder_id: &718 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -80378,8 +80391,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#delete-a-file parameters: - - *359 - *360 + - *361 - name: path description: path parameter in: path @@ -80440,7 +80453,7 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: default: value: @@ -80495,8 +80508,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-contributors parameters: - - *359 - *360 + - *361 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -80625,8 +80638,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/copilot/copilot-cloud-agent-management#get-copilot-cloud-agent-configuration-for-a-repository parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -80777,8 +80790,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *359 - *360 + - *361 - *213 - *214 - *215 @@ -80791,10 +80804,11 @@ paths: schema: type: string - *218 - - *513 + - *514 - *219 - *220 - *221 + - *222 - *63 - *48 - *49 @@ -80806,7 +80820,7 @@ paths: application/json: schema: type: array - items: &517 + items: &518 type: object description: A Dependabot alert. properties: @@ -80853,7 +80867,7 @@ paths: - direct - transitive - inconclusive - security_advisory: *514 + security_advisory: *515 security_vulnerability: *67 url: *192 html_url: *193 @@ -80884,8 +80898,8 @@ paths: nullable: true maxLength: 280 fixed_at: *194 - auto_dismissed_at: *515 - dismissal_request: *516 + auto_dismissed_at: *516 + dismissal_request: *517 assignees: type: array description: The users assigned to this alert. @@ -80918,6 +80932,7 @@ paths: name: django manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-rf4j-j272-fj86 cve_id: CVE-2018-6188 @@ -81039,6 +81054,7 @@ paths: name: ansible manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-8f4m-hccc-8qph cve_id: CVE-2021-20191 @@ -81140,9 +81156,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *359 - *360 - - &518 + - *361 + - &519 name: alert_number in: path description: |- @@ -81157,7 +81173,7 @@ paths: description: Response content: application/json: - schema: *517 + schema: *518 examples: default: value: @@ -81169,6 +81185,7 @@ paths: name: ansible manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-8f4m-hccc-8qph cve_id: CVE-2021-20191 @@ -81289,9 +81306,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *359 - *360 - - *518 + - *361 + - *519 requestBody: required: true content: @@ -81364,7 +81381,7 @@ paths: description: Response content: application/json: - schema: *517 + schema: *518 examples: default: value: @@ -81376,6 +81393,7 @@ paths: name: django manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-rf4j-j272-fj86 cve_id: CVE-2018-6188 @@ -81494,8 +81512,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#list-repository-secrets parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -81513,7 +81531,7 @@ paths: type: integer secrets: type: array - items: &521 + items: &522 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -81566,16 +81584,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *359 - *360 + - *361 responses: '200': description: Response content: application/json: - schema: *519 + schema: *520 examples: - default: *520 + default: *521 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81595,15 +81613,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#get-a-repository-secret parameters: - - *359 - *360 + - *361 - *172 responses: '200': description: Response content: application/json: - schema: *521 + schema: *522 examples: default: value: @@ -81629,8 +81647,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *359 - *360 + - *361 - *172 requestBody: required: true @@ -81683,8 +81701,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *359 - *360 + - *361 - *172 responses: '204': @@ -81707,8 +81725,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *359 - *360 + - *361 - name: basehead description: The base and head Git revisions to compare. The Git revisions will be resolved to commit SHAs. Named revisions will be resolved to their @@ -81871,8 +81889,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -82110,8 +82128,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/sboms#fetch-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *359 - *360 + - *361 - name: sbom_uuid in: path required: true @@ -82122,7 +82140,7 @@ paths: '302': description: Redirects to a temporary download URL for the completed SBOM. headers: - Location: *522 + Location: *523 '202': description: SBOM is still being processed, no content is returned. '404': *6 @@ -82143,8 +82161,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/sboms#request-generation-of-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *359 - *360 + - *361 responses: '201': description: Response @@ -82182,8 +82200,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -82258,7 +82276,7 @@ paths: - version - url additionalProperties: false - metadata: &523 + metadata: &524 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -82291,7 +82309,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *523 + metadata: *524 resolved: type: object description: A collection of resolved package dependencies. @@ -82304,7 +82322,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *523 + metadata: *524 relationship: type: string description: A notation of whether a dependency is requested @@ -82433,8 +82451,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#list-deployments parameters: - - *359 - *360 + - *361 - name: sha description: The SHA recorded at creation time. in: query @@ -82474,9 +82492,9 @@ paths: application/json: schema: type: array - items: *524 + items: *525 examples: - default: *525 + default: *526 headers: Link: *71 x-github: @@ -82542,8 +82560,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#create-a-deployment parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -82624,7 +82642,7 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: simple-example: summary: Simple example @@ -82697,9 +82715,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#get-a-deployment parameters: - - *359 - *360 - - &526 + - *361 + - &527 name: deployment_id description: deployment_id parameter in: path @@ -82711,7 +82729,7 @@ paths: description: Response content: application/json: - schema: *524 + schema: *525 examples: default: value: @@ -82776,9 +82794,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/deployments#delete-a-deployment parameters: - - *359 - *360 - - *526 + - *361 + - *527 responses: '204': description: Response @@ -82800,9 +82818,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#list-deployment-statuses parameters: - - *359 - *360 - - *526 + - *361 + - *527 - *17 - *19 responses: @@ -82812,7 +82830,7 @@ paths: application/json: schema: type: array - items: &527 + items: &528 title: Deployment Status description: The status of a deployment. type: object @@ -82973,9 +82991,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#create-a-deployment-status parameters: - - *359 - *360 - - *526 + - *361 + - *527 requestBody: required: true content: @@ -83050,9 +83068,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: &528 + default: &529 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -83108,9 +83126,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/statuses#get-a-deployment-status parameters: - - *359 - *360 - - *526 + - *361 + - *527 - name: status_id in: path required: true @@ -83121,9 +83139,9 @@ paths: description: Response content: application/json: - schema: *527 + schema: *528 examples: - default: *528 + default: *529 '404': *6 x-github: githubCloudOnly: false @@ -83148,8 +83166,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -83206,8 +83224,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#list-environments parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -83224,7 +83242,7 @@ paths: type: integer environments: type: array - items: &530 + items: &531 title: Environment description: Details of a deployment environment type: object @@ -83276,7 +83294,7 @@ paths: type: type: string example: wait_timer - wait_timer: &532 + wait_timer: &533 type: integer example: 30 description: The amount of time to delay a job after @@ -83313,7 +83331,7 @@ paths: items: type: object properties: - type: *529 + type: *530 reviewer: anyOf: - *4 @@ -83337,7 +83355,7 @@ paths: - id - node_id - type - deployment_branch_policy: &533 + deployment_branch_policy: &534 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -83453,9 +83471,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#get-an-environment parameters: - - *359 - *360 - - &531 + - *361 + - &532 name: environment_name in: path required: true @@ -83468,9 +83486,9 @@ paths: description: Response content: application/json: - schema: *530 + schema: *531 examples: - default: &534 + default: &535 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -83554,9 +83572,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#create-or-update-an-environment parameters: - - *359 - *360 - - *531 + - *361 + - *532 requestBody: required: false content: @@ -83565,7 +83583,7 @@ paths: type: object nullable: true properties: - wait_timer: *532 + wait_timer: *533 prevent_self_review: type: boolean example: false @@ -83582,13 +83600,13 @@ paths: items: type: object properties: - type: *529 + type: *530 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *533 + deployment_branch_policy: *534 additionalProperties: false examples: default: @@ -83608,9 +83626,9 @@ paths: description: Response content: application/json: - schema: *530 + schema: *531 examples: - default: *534 + default: *535 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -83634,9 +83652,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/environments#delete-an-environment parameters: - - *359 - *360 - - *531 + - *361 + - *532 responses: '204': description: Default response @@ -83661,9 +83679,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *359 - *360 - - *531 + - *361 + - *532 - *17 - *19 responses: @@ -83681,7 +83699,7 @@ paths: example: 2 branch_policies: type: array - items: &535 + items: &536 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -83738,9 +83756,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *359 - *360 - - *531 + - *361 + - *532 requestBody: required: true content: @@ -83786,9 +83804,9 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: - example-wildcard: &536 + example-wildcard: &537 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -83830,10 +83848,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *359 - *360 - - *531 - - &537 + - *361 + - *532 + - &538 name: branch_policy_id in: path required: true @@ -83845,9 +83863,9 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: - default: *536 + default: *537 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83866,10 +83884,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *359 - *360 - - *531 - - *537 + - *361 + - *532 + - *538 requestBody: required: true content: @@ -83897,9 +83915,9 @@ paths: description: Response content: application/json: - schema: *535 + schema: *536 examples: - default: *536 + default: *537 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -83918,10 +83936,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *359 - *360 - - *531 - - *537 + - *361 + - *532 + - *538 responses: '204': description: Response @@ -83946,9 +83964,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *531 + - *532 + - *361 - *360 - - *359 responses: '200': description: List of deployment protection rules @@ -83964,7 +83982,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &538 + items: &539 title: Deployment protection rule description: Deployment protection rule type: object @@ -83983,7 +84001,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &539 + app: &540 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -84082,9 +84100,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *531 + - *532 + - *361 - *360 - - *359 requestBody: content: application/json: @@ -84105,9 +84123,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *538 + schema: *539 examples: - default: &540 + default: &541 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -84142,9 +84160,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *531 + - *532 + - *361 - *360 - - *359 - *19 - *17 responses: @@ -84163,7 +84181,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *539 + items: *540 examples: default: value: @@ -84198,10 +84216,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *359 - *360 - - *531 - - &541 + - *361 + - *532 + - &542 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -84213,9 +84231,9 @@ paths: description: Response content: application/json: - schema: *538 + schema: *539 examples: - default: *540 + default: *541 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84236,10 +84254,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *531 + - *532 + - *361 - *360 - - *359 - - *541 + - *542 responses: '204': description: Response @@ -84265,9 +84283,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#list-environment-secrets parameters: - - *359 - *360 - - *531 + - *361 + - *532 - *17 - *19 responses: @@ -84285,9 +84303,9 @@ paths: type: integer secrets: type: array - items: *403 + items: *404 examples: - default: *404 + default: *405 headers: Link: *71 x-github: @@ -84312,9 +84330,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-public-key parameters: - - *359 - *360 - - *531 + - *361 + - *532 responses: '200': description: Response @@ -84344,18 +84362,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#get-an-environment-secret parameters: - - *359 - *360 - - *531 + - *361 + - *532 - *172 responses: '200': description: Response content: application/json: - schema: *403 + schema: *404 examples: - default: *417 + default: *418 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84377,9 +84395,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *359 - *360 - - *531 + - *361 + - *532 - *172 requestBody: required: true @@ -84437,9 +84455,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/secrets#delete-an-environment-secret parameters: - - *359 - *360 - - *531 + - *361 + - *532 - *172 responses: '204': @@ -84465,9 +84483,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#list-environment-variables parameters: - - *359 - *360 - - *531 + - *361 + - *532 - *181 - *19 responses: @@ -84485,9 +84503,9 @@ paths: type: integer variables: type: array - items: *405 + items: *406 examples: - default: *406 + default: *407 headers: Link: *71 x-github: @@ -84510,9 +84528,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#create-an-environment-variable parameters: - - *359 - *360 - - *531 + - *361 + - *532 requestBody: required: true content: @@ -84564,18 +84582,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#get-an-environment-variable parameters: - - *359 - *360 - - *531 + - *361 + - *532 - *175 responses: '200': description: Response content: application/json: - schema: *405 + schema: *406 examples: - default: *418 + default: *419 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84596,10 +84614,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#update-an-environment-variable parameters: - - *359 - *360 + - *361 - *175 - - *531 + - *532 requestBody: required: true content: @@ -84641,10 +84659,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/actions/variables#delete-an-environment-variable parameters: - - *359 - *360 + - *361 - *175 - - *531 + - *532 responses: '204': description: Response @@ -84666,8 +84684,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/events#list-repository-events parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -84735,8 +84753,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#list-forks parameters: - - *359 - *360 + - *361 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -84895,8 +84913,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/forks#create-a-fork parameters: - - *359 - *360 + - *361 requestBody: required: false content: @@ -84928,9 +84946,9 @@ paths: description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: *364 + default: *365 '400': *14 '422': *15 '403': *29 @@ -84951,8 +84969,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#create-a-blob parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -85012,7 +85030,7 @@ paths: schema: oneOf: - *133 - - *542 + - *543 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85037,8 +85055,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/blobs#get-a-blob parameters: - - *359 - *360 + - *361 - name: file_sha in: path required: true @@ -85137,8 +85155,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#create-a-commit parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -85247,7 +85265,7 @@ paths: description: Response content: application/json: - schema: &543 + schema: &544 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -85461,15 +85479,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/commits#get-a-commit-object parameters: - - *359 - *360 - - *496 + - *361 + - *497 responses: '200': description: Response content: application/json: - schema: *543 + schema: *544 examples: default: value: @@ -85525,9 +85543,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#list-matching-references parameters: - - *359 - *360 - - &544 + - *361 + - &545 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -85544,7 +85562,7 @@ paths: application/json: schema: type: array - items: &545 + items: &546 title: Git Reference description: Git references within a repository type: object @@ -85619,17 +85637,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#get-a-reference parameters: - - *359 - *360 - - *544 + - *361 + - *545 responses: '200': description: Response content: application/json: - schema: *545 + schema: *546 examples: - default: &546 + default: &547 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -85658,8 +85676,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#create-a-reference parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -85688,9 +85706,9 @@ paths: description: Response content: application/json: - schema: *545 + schema: *546 examples: - default: *546 + default: *547 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -85716,9 +85734,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#update-a-reference parameters: - - *359 - *360 - - *544 + - *361 + - *545 requestBody: required: true content: @@ -85747,9 +85765,9 @@ paths: description: Response content: application/json: - schema: *545 + schema: *546 examples: - default: *546 + default: *547 '422': *15 '409': *55 x-github: @@ -85767,9 +85785,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/refs#delete-a-reference parameters: - - *359 - *360 - - *544 + - *361 + - *545 responses: '204': description: Response @@ -85824,8 +85842,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#create-a-tag-object parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -85892,7 +85910,7 @@ paths: description: Response content: application/json: - schema: &548 + schema: &549 title: Git Tag description: Metadata for a Git tag type: object @@ -85943,7 +85961,7 @@ paths: - sha - type - url - verification: *547 + verification: *548 required: - sha - url @@ -85953,7 +85971,7 @@ paths: - tag - message examples: - default: &549 + default: &550 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -86026,8 +86044,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/tags#get-a-tag parameters: - - *359 - *360 + - *361 - name: tag_sha in: path required: true @@ -86038,9 +86056,9 @@ paths: description: Response content: application/json: - schema: *548 + schema: *549 examples: - default: *549 + default: *550 '404': *6 '409': *55 x-github: @@ -86064,8 +86082,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#create-a-tree parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -86138,7 +86156,7 @@ paths: description: Response content: application/json: - schema: &550 + schema: &551 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -86234,8 +86252,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/git/trees#get-a-tree parameters: - - *359 - *360 + - *361 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -86258,7 +86276,7 @@ paths: description: Response content: application/json: - schema: *550 + schema: *551 examples: default-response: summary: Default response @@ -86316,8 +86334,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-the-hash-algorithm-for-a-repository parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -86360,8 +86378,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-repository-webhooks parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -86371,7 +86389,7 @@ paths: application/json: schema: type: array - items: &551 + items: &552 title: Webhook description: Webhooks for repositories. type: object @@ -86425,7 +86443,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &843 + last_response: &844 title: Hook Response type: object properties: @@ -86499,8 +86517,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#create-a-repository-webhook parameters: - - *359 - *360 + - *361 requestBody: required: false content: @@ -86552,9 +86570,9 @@ paths: description: Response content: application/json: - schema: *551 + schema: *552 examples: - default: &552 + default: &553 value: type: Repository id: 12345678 @@ -86602,17 +86620,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-repository-webhook parameters: - - *359 - *360 - - *232 + - *361 + - *233 responses: '200': description: Response content: application/json: - schema: *551 + schema: *552 examples: - default: *552 + default: *553 '404': *6 x-github: githubCloudOnly: false @@ -86632,9 +86650,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-repository-webhook parameters: - - *359 - *360 - - *232 + - *361 + - *233 requestBody: required: true content: @@ -86679,9 +86697,9 @@ paths: description: Response content: application/json: - schema: *551 + schema: *552 examples: - default: *552 + default: *553 '422': *15 '404': *6 x-github: @@ -86702,9 +86720,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *359 - *360 - - *232 + - *361 + - *233 responses: '204': description: Response @@ -86728,9 +86746,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *359 - *360 - - *232 + - *361 + - *233 responses: '200': description: Response @@ -86757,9 +86775,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *359 - *360 - - *232 + - *361 + - *233 requestBody: required: false content: @@ -86803,12 +86821,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *359 - *360 - - *232 - - *17 + - *361 - *233 + - *17 - *234 + - *235 responses: '200': description: Response @@ -86816,9 +86834,9 @@ paths: application/json: schema: type: array - items: *235 + items: *236 examples: - default: *236 + default: *237 '400': *14 '422': *15 x-github: @@ -86837,18 +86855,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *359 - *360 - - *232 + - *361 + - *233 - *16 responses: '200': description: Response content: application/json: - schema: *237 + schema: *238 examples: - default: *238 + default: *239 '400': *14 '422': *15 x-github: @@ -86867,9 +86885,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *359 - *360 - - *232 + - *361 + - *233 - *16 responses: '202': *40 @@ -86892,9 +86910,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *359 - *360 - - *232 + - *361 + - *233 responses: '204': description: Response @@ -86919,9 +86937,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *359 - *360 - - *232 + - *361 + - *233 responses: '204': description: Response @@ -86944,8 +86962,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-immutable-releases-are-enabled-for-a-repository parameters: - - *359 - *360 + - *361 responses: '200': description: Response if immutable releases are enabled @@ -86991,8 +87009,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-immutable-releases parameters: - - *359 - *360 + - *361 responses: '204': *60 '409': *55 @@ -87012,8 +87030,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-immutable-releases parameters: - - *359 - *360 + - *361 responses: '204': *60 '409': *55 @@ -87070,14 +87088,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-an-import-status parameters: - - *359 - *360 + - *361 responses: '200': description: Response content: application/json: - schema: &553 + schema: &554 title: Import description: A repository import from an external source. type: object @@ -87176,7 +87194,7 @@ paths: - html_url - authors_url examples: - default: &556 + default: &557 value: vcs: subversion use_lfs: true @@ -87192,7 +87210,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *6 - '503': &554 + '503': &555 description: Unavailable due to service under maintenance. content: application/json: @@ -87221,8 +87239,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#start-an-import parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -87270,7 +87288,7 @@ paths: description: Response content: application/json: - schema: *553 + schema: *554 examples: default: value: @@ -87295,7 +87313,7 @@ paths: type: string '422': *15 '404': *6 - '503': *554 + '503': *555 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87323,8 +87341,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-an-import parameters: - - *359 - *360 + - *361 requestBody: required: false content: @@ -87373,7 +87391,7 @@ paths: description: Response content: application/json: - schema: *553 + schema: *554 examples: example-1: summary: Example 1 @@ -87421,7 +87439,7 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '503': *554 + '503': *555 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87444,12 +87462,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#cancel-an-import parameters: - - *359 - *360 + - *361 responses: '204': description: Response - '503': *554 + '503': *555 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87475,9 +87493,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-commit-authors parameters: - - *359 - *360 - - &771 + - *361 + - &772 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -87491,7 +87509,7 @@ paths: application/json: schema: type: array - items: &555 + items: &556 title: Porter Author description: Porter Author type: object @@ -87545,7 +87563,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *6 - '503': *554 + '503': *555 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87570,8 +87588,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#map-a-commit-author parameters: - - *359 - *360 + - *361 - name: author_id in: path required: true @@ -87601,7 +87619,7 @@ paths: description: Response content: application/json: - schema: *555 + schema: *556 examples: default: value: @@ -87614,7 +87632,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *554 + '503': *555 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87638,8 +87656,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#get-large-files parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -87680,7 +87698,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *554 + '503': *555 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87708,8 +87726,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -87736,11 +87754,11 @@ paths: description: Response content: application/json: - schema: *553 + schema: *554 examples: - default: *556 + default: *557 '422': *15 - '503': *554 + '503': *555 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -87763,8 +87781,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -87772,8 +87790,8 @@ paths: application/json: schema: *22 examples: - default: *557 - '301': *363 + default: *558 + '301': *364 '404': *6 x-github: githubCloudOnly: false @@ -87793,8 +87811,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -87802,12 +87820,12 @@ paths: application/json: schema: anyOf: - - *251 + - *252 - type: object properties: {} additionalProperties: false examples: - default: &559 + default: &560 value: limit: collaborators_only origin: repository @@ -87832,13 +87850,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *359 - *360 + - *361 requestBody: required: true content: application/json: - schema: *558 + schema: *559 examples: default: summary: Example request body @@ -87850,9 +87868,9 @@ paths: description: Response content: application/json: - schema: *251 + schema: *252 examples: - default: *559 + default: *560 '409': description: Response x-github: @@ -87874,8 +87892,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *359 - *360 + - *361 responses: '204': description: Response @@ -87902,8 +87920,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-pull-request-creation-cap-bypass-list-for-a-repository parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -87957,13 +87975,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#add-users-to-the-pull-request-creation-cap-bypass-list-for-a-repository parameters: - - *359 - *360 + - *361 requestBody: required: true content: application/json: - schema: &560 + schema: &561 title: Interaction Limits Pull Request Bypass List description: A list of user logins to add or remove from the pull request creation cap bypass list. @@ -88013,13 +88031,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#remove-users-from-the-pull-request-creation-cap-bypass-list-for-a-repository parameters: - - *359 - *360 + - *361 requestBody: required: true content: application/json: - schema: *560 + schema: *561 examples: default: summary: Example request body @@ -88052,8 +88070,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#get-pull-request-creation-cap-for-a-repository parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -88106,8 +88124,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/interactions/repos#update-pull-request-creation-cap-for-a-repository parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -88183,8 +88201,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#list-repository-invitations parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -88194,9 +88212,9 @@ paths: application/json: schema: type: array - items: *561 + items: *562 examples: - default: &764 + default: &765 value: - id: 1 repository: @@ -88327,9 +88345,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *359 - *360 - - *255 + - *361 + - *256 requestBody: required: false content: @@ -88358,7 +88376,7 @@ paths: description: Response content: application/json: - schema: *561 + schema: *562 examples: default: value: @@ -88489,9 +88507,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *359 - *360 - - *255 + - *361 + - *256 responses: '204': description: Response @@ -88514,8 +88532,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/issue-types#list-issue-types-for-a-repository parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -88523,9 +88541,9 @@ paths: application/json: schema: type: array - items: *259 + items: *260 examples: - default: *562 + default: *563 '404': *6 x-github: githubCloudOnly: false @@ -88554,8 +88572,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-repository-issues parameters: - - *359 - *360 + - *361 - name: milestone description: If an `integer` is passed, it should refer to a milestone by its `number` field. If the string `*` is passed, issues with any milestone @@ -88617,7 +88635,7 @@ paths: required: false schema: type: string - - *262 + - *263 - name: sort description: What to sort results by. in: query @@ -88642,7 +88660,7 @@ paths: type: array items: *89 examples: - default: &577 + default: &578 value: - id: 1 node_id: MDU6SXNzdWUx @@ -88791,7 +88809,7 @@ paths: state_reason: completed headers: Link: *71 - '301': *363 + '301': *364 '422': *15 '404': *6 x-github: @@ -88820,8 +88838,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#create-an-issue parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -88930,7 +88948,7 @@ paths: application/json: schema: *89 examples: - default: &574 + default: &575 value: id: 1 node_id: MDU6SXNzdWUx @@ -89131,8 +89149,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *359 - *360 + - *361 - *113 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -89153,9 +89171,9 @@ paths: application/json: schema: type: array - items: *563 + items: *564 examples: - default: &576 + default: &577 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -89214,17 +89232,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#get-an-issue-comment parameters: - - *359 - *360 + - *361 - *105 responses: '200': description: Response content: application/json: - schema: *563 + schema: *564 examples: - default: &564 + default: &565 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -89280,8 +89298,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#update-an-issue-comment parameters: - - *359 - *360 + - *361 - *105 requestBody: required: true @@ -89304,9 +89322,9 @@ paths: description: Response content: application/json: - schema: *563 + schema: *564 examples: - default: *564 + default: *565 '422': *15 x-github: githubCloudOnly: false @@ -89324,8 +89342,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#delete-an-issue-comment parameters: - - *359 - *360 + - *361 - *105 responses: '204': @@ -89354,15 +89372,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#pin-an-issue-comment parameters: - - *359 - *360 + - *361 - *105 responses: '200': description: Response content: application/json: - schema: *563 + schema: *564 examples: default: value: @@ -89435,8 +89453,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#unpin-an-issue-comment parameters: - - *359 - *360 + - *361 - *105 responses: '204': @@ -89462,8 +89480,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *359 - *360 + - *361 - *105 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -89490,9 +89508,9 @@ paths: application/json: schema: type: array - items: *493 + items: *494 examples: - default: *565 + default: *566 headers: Link: *71 '404': *6 @@ -89513,8 +89531,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *359 - *360 + - *361 - *105 requestBody: required: true @@ -89547,16 +89565,16 @@ paths: description: Reaction exists content: application/json: - schema: *493 + schema: *494 examples: - default: *494 + default: *495 '201': description: Reaction created content: application/json: - schema: *493 + schema: *494 examples: - default: *494 + default: *495 '422': *15 x-github: githubCloudOnly: false @@ -89578,10 +89596,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *359 - *360 + - *361 - *105 - - *566 + - *567 responses: '204': description: Response @@ -89601,8 +89619,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events-for-a-repository parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -89612,7 +89630,7 @@ paths: application/json: schema: type: array - items: &573 + items: &574 title: Issue Event description: Issue Event type: object @@ -89655,9 +89673,9 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *567 - required: *568 - x-github-breaking-changes: *569 + properties: *568 + required: *569 + x-github-breaking-changes: *570 nullable: true label: title: Issue Event Label @@ -89766,7 +89784,7 @@ paths: required: - from - to - issue_type: &570 + issue_type: &571 title: Issue Type description: The type of issue. type: object @@ -89794,14 +89812,14 @@ paths: required: - id - name - prev_issue_type: *570 + prev_issue_type: *571 sub_issue: title: Issue Reference description: A minimal reference to an issue linked from a timeline event (e.g. sub-issue, parent-issue, or dependency events). type: object nullable: true - properties: &571 + properties: &572 number: type: integer description: The number of the referenced issue. @@ -89839,7 +89857,7 @@ paths: - id - node_id - name - required: &572 + required: &573 - number - title - state @@ -89851,24 +89869,24 @@ paths: event (e.g. sub-issue, parent-issue, or dependency events). type: object nullable: true - properties: *571 - required: *572 + properties: *572 + required: *573 blocked_by: title: Issue Reference description: A minimal reference to an issue linked from a timeline event (e.g. sub-issue, parent-issue, or dependency events). type: object nullable: true - properties: *571 - required: *572 + properties: *572 + required: *573 blocking: title: Issue Reference description: A minimal reference to an issue linked from a timeline event (e.g. sub-issue, parent-issue, or dependency events). type: object nullable: true - properties: *571 - required: *572 + properties: *572 + required: *573 intent: title: Issue Event Intent description: The intent behind an agent's action on an issue, @@ -89879,7 +89897,7 @@ paths: is disabled or the event type does not support intent. type: object nullable: true - properties: &578 + properties: &579 rationale: type: string description: The reasoning the agent provided for the change. @@ -90092,8 +90110,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#get-an-issue-event parameters: - - *359 - *360 + - *361 - name: event_id in: path required: true @@ -90104,7 +90122,7 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: default: value: @@ -90331,9 +90349,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#get-an-issue parameters: - - *359 - *360 - - &575 + - *361 + - &576 name: issue_number description: The number that identifies the issue. in: path @@ -90349,7 +90367,7 @@ paths: examples: default: summary: Issue - value: *574 + value: *575 pinned_comment: summary: Issue with pinned comment value: @@ -90554,7 +90572,7 @@ paths: - op: remove path: "/value/assignee" version: '2026-03-10' - '301': *363 + '301': *364 '404': *6 '410': *33 '304': *38 @@ -90581,9 +90599,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#update-an-issue parameters: - - *359 - *360 - - *575 + - *361 + - *576 requestBody: required: false content: @@ -90935,11 +90953,11 @@ paths: - already_applied - issue_already_closed examples: - default: *574 + default: *575 '422': *15 '503': *123 '403': *29 - '301': *363 + '301': *364 '404': *6 '410': *33 x-github: @@ -90969,9 +90987,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *359 - *360 - - *575 + - *361 + - *576 requestBody: required: false content: @@ -91021,7 +91039,7 @@ paths: application/json: schema: *89 examples: - default: *574 + default: *575 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91037,9 +91055,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *359 - *360 - - *575 + - *361 + - *576 requestBody: content: application/json: @@ -91066,7 +91084,7 @@ paths: application/json: schema: *89 examples: - default: *574 + default: *575 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -91088,9 +91106,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *359 - *360 - - *575 + - *361 + - *576 - name: assignee in: path required: true @@ -91130,9 +91148,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#list-issue-comments parameters: - - *359 - *360 - - *575 + - *361 + - *576 - *96 - *17 - *19 @@ -91143,9 +91161,9 @@ paths: application/json: schema: type: array - items: *563 + items: *564 examples: - default: *576 + default: *577 headers: Link: *71 '404': *6 @@ -91178,9 +91196,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/comments#create-an-issue-comment parameters: - - *359 - *360 - - *575 + - *361 + - *576 requestBody: required: true content: @@ -91202,9 +91220,9 @@ paths: description: Response content: application/json: - schema: *563 + schema: *564 examples: - default: *564 + default: *565 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 @@ -91239,9 +91257,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: - - *359 - *360 - - *575 + - *361 + - *576 - *17 - *19 responses: @@ -91253,10 +91271,10 @@ paths: type: array items: *89 examples: - default: *577 + default: *578 headers: Link: *71 - '301': *363 + '301': *364 '404': *6 '410': *33 x-github: @@ -91286,9 +91304,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: - - *359 - *360 - - *575 + - *361 + - *576 requestBody: required: true content: @@ -91312,13 +91330,13 @@ paths: application/json: schema: *89 examples: - default: *574 + default: *575 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *363 + '301': *364 '403': *29 '410': *33 '422': *15 @@ -91351,9 +91369,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: - - *359 - *360 - - *575 + - *361 + - *576 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -91367,8 +91385,8 @@ paths: application/json: schema: *89 examples: - default: *574 - '301': *363 + default: *575 + '301': *364 '400': *14 '401': *25 '403': *29 @@ -91399,9 +91417,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *359 - *360 - - *575 + - *361 + - *576 - *17 - *19 responses: @@ -91413,10 +91431,10 @@ paths: type: array items: *89 examples: - default: *577 + default: *578 headers: Link: *71 - '301': *363 + '301': *364 '404': *6 '410': *33 x-github: @@ -91435,9 +91453,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/events#list-issue-events parameters: - - *359 - *360 - - *575 + - *361 + - *576 - *17 - *19 responses: @@ -91451,7 +91469,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &584 + - &585 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -91504,7 +91522,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *578 + properties: *579 required: - label - id @@ -91516,7 +91534,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &585 + - &586 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -91569,7 +91587,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *578 + properties: *579 required: - label - id @@ -91615,7 +91633,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *578 + properties: *579 required: - id - node_id @@ -91674,7 +91692,7 @@ paths: - performed_via_github_app - assignee - assigner - - &586 + - &587 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -91725,7 +91743,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &587 + - &588 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -91776,7 +91794,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &588 + - &589 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -91830,7 +91848,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &589 + - &590 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -91877,7 +91895,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &590 + - &591 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -91924,7 +91942,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &591 + - &592 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -91984,7 +92002,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &592 + - &593 title: Locked Issue Event description: Locked Issue Event type: object @@ -92032,7 +92050,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &593 + - &594 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -92098,7 +92116,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &594 + - &595 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -92164,7 +92182,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &595 + - &596 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -92230,7 +92248,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &596 + - &597 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -92286,7 +92304,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &601 + - &602 title: Issue Type Added Issue Event description: Issue Type Added Issue Event type: object @@ -92319,7 +92337,7 @@ paths: nullable: true properties: *84 required: *85 - issue_type: *570 + issue_type: *571 intent: title: Issue Event Intent description: The intent behind an agent's action on an issue, @@ -92330,7 +92348,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *578 + properties: *579 required: - issue_type - id @@ -92342,7 +92360,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &602 + - &603 title: Issue Type Removed Issue Event description: Issue Type Removed Issue Event type: object @@ -92375,7 +92393,7 @@ paths: nullable: true properties: *84 required: *85 - prev_issue_type: *570 + prev_issue_type: *571 intent: title: Issue Event Intent description: The intent behind an agent's action on an issue, @@ -92386,7 +92404,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *578 + properties: *579 required: - prev_issue_type - id @@ -92398,7 +92416,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &603 + - &604 title: Issue Type Changed Issue Event description: Issue Type Changed Issue Event type: object @@ -92431,8 +92449,8 @@ paths: nullable: true properties: *84 required: *85 - issue_type: *570 - prev_issue_type: *570 + issue_type: *571 + prev_issue_type: *571 intent: title: Issue Event Intent description: The intent behind an agent's action on an issue, @@ -92443,7 +92461,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *578 + properties: *579 required: - issue_type - prev_issue_type @@ -92456,7 +92474,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &604 + - &605 title: Sub-issue Added Issue Event description: Sub-issue Added Issue Event type: object @@ -92496,8 +92514,8 @@ paths: events). type: object nullable: true - properties: *571 - required: *572 + properties: *572 + required: *573 required: - sub_issue - id @@ -92509,7 +92527,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &605 + - &606 title: Sub-issue Removed Issue Event description: Sub-issue Removed Issue Event type: object @@ -92549,8 +92567,8 @@ paths: events). type: object nullable: true - properties: *571 - required: *572 + properties: *572 + required: *573 required: - sub_issue - id @@ -92562,7 +92580,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &606 + - &607 title: Parent-issue Added Issue Event description: Parent-issue Added Issue Event type: object @@ -92602,8 +92620,8 @@ paths: events). type: object nullable: true - properties: *571 - required: *572 + properties: *572 + required: *573 required: - parent_issue - id @@ -92615,7 +92633,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &607 + - &608 title: Parent-issue Removed Issue Event description: Parent-issue Removed Issue Event type: object @@ -92655,8 +92673,8 @@ paths: events). type: object nullable: true - properties: *571 - required: *572 + properties: *572 + required: *573 required: - parent_issue - id @@ -92668,7 +92686,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &608 + - &609 title: Blocked-by Added Issue Event description: Blocked-by Added Issue Event type: object @@ -92708,8 +92726,8 @@ paths: events). type: object nullable: true - properties: *571 - required: *572 + properties: *572 + required: *573 required: - blocked_by - id @@ -92721,7 +92739,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &609 + - &610 title: Blocked-by Removed Issue Event description: Blocked-by Removed Issue Event type: object @@ -92761,8 +92779,8 @@ paths: events). type: object nullable: true - properties: *571 - required: *572 + properties: *572 + required: *573 required: - blocked_by - id @@ -92774,7 +92792,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &610 + - &611 title: Blocking Added Issue Event description: Blocking Added Issue Event type: object @@ -92814,8 +92832,8 @@ paths: events). type: object nullable: true - properties: *571 - required: *572 + properties: *572 + required: *573 required: - blocking - id @@ -92827,7 +92845,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &611 + - &612 title: Blocking Removed Issue Event description: Blocking Removed Issue Event type: object @@ -92867,8 +92885,8 @@ paths: events). type: object nullable: true - properties: *571 - required: *572 + properties: *572 + required: *573 required: - blocking - id @@ -92932,9 +92950,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#list-issue-field-values-for-an-issue parameters: - - *359 - *360 - - *575 + - *361 + - *576 - *17 - *19 responses: @@ -92944,9 +92962,9 @@ paths: application/json: schema: type: array - items: *579 + items: *580 examples: - default: &580 + default: &581 value: - issue_field_id: 1 issue_field_name: DRI @@ -92986,7 +93004,7 @@ paths: color: green headers: Link: *71 - '301': *363 + '301': *364 '404': *6 '410': *33 x-github: @@ -93017,9 +93035,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - - *359 - *360 - - *575 + - *361 + - *576 requestBody: required: true content: @@ -93089,9 +93107,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *579 + items: *580 examples: - default: *580 + default: *581 '400': *14 '403': *29 '404': *6 @@ -93127,9 +93145,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - - *359 - *360 - - *575 + - *361 + - *576 requestBody: required: true content: @@ -93194,9 +93212,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *579 + items: *580 examples: - default: *580 + default: *581 '400': *14 '403': *29 '404': *6 @@ -93227,10 +93245,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - - *359 - *360 - - *575 - - *258 + - *361 + - *576 + - *259 responses: '204': description: Issue field value deleted successfully @@ -93255,9 +93273,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-an-issue parameters: - - *359 - *360 - - *575 + - *361 + - *576 - *17 - *19 responses: @@ -93269,7 +93287,7 @@ paths: type: array items: *88 examples: - default: &581 + default: &582 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -93287,7 +93305,7 @@ paths: default: false headers: Link: *71 - '301': *363 + '301': *364 '404': *6 '410': *33 x-github: @@ -93305,9 +93323,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#add-labels-to-an-issue parameters: - - *359 - *360 - - *575 + - *361 + - *576 requestBody: required: false content: @@ -93387,8 +93405,8 @@ paths: type: array items: *88 examples: - default: *581 - '301': *363 + default: *582 + '301': *364 '404': *6 '410': *33 '422': *15 @@ -93407,9 +93425,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#set-labels-for-an-issue parameters: - - *359 - *360 - - *575 + - *361 + - *576 requestBody: required: false content: @@ -93471,8 +93489,8 @@ paths: type: array items: *88 examples: - default: *581 - '301': *363 + default: *582 + '301': *364 '404': *6 '410': *33 '422': *15 @@ -93491,13 +93509,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *359 - *360 - - *575 + - *361 + - *576 responses: '204': description: Response - '301': *363 + '301': *364 '404': *6 '410': *33 x-github: @@ -93518,9 +93536,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *359 - *360 - - *575 + - *361 + - *576 - name: name in: path required: true @@ -93544,7 +93562,7 @@ paths: description: Something isn't working color: f29513 default: true - '301': *363 + '301': *364 '404': *6 '410': *33 x-github: @@ -93566,9 +93584,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#lock-an-issue parameters: - - *359 - *360 - - *575 + - *361 + - *576 requestBody: required: false content: @@ -93614,9 +93632,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#unlock-an-issue parameters: - - *359 - *360 - - *575 + - *361 + - *576 responses: '204': description: Response @@ -93646,9 +93664,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#get-parent-issue parameters: - - *359 - *360 - - *575 + - *361 + - *576 responses: '200': description: Response @@ -93656,8 +93674,8 @@ paths: application/json: schema: *89 examples: - default: *574 - '301': *363 + default: *575 + '301': *364 '404': *6 '410': *33 x-github: @@ -93676,9 +93694,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *359 - *360 - - *575 + - *361 + - *576 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -93704,9 +93722,9 @@ paths: application/json: schema: type: array - items: *493 + items: *494 examples: - default: *565 + default: *566 headers: Link: *71 '404': *6 @@ -93728,9 +93746,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *359 - *360 - - *575 + - *361 + - *576 requestBody: required: true content: @@ -93762,16 +93780,16 @@ paths: description: Response content: application/json: - schema: *493 + schema: *494 examples: - default: *494 + default: *495 '201': description: Response content: application/json: - schema: *493 + schema: *494 examples: - default: *494 + default: *495 '422': *15 x-github: githubCloudOnly: false @@ -93793,10 +93811,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *359 - *360 - - *575 - - *566 + - *361 + - *576 + - *567 responses: '204': description: Response @@ -93825,9 +93843,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#remove-sub-issue parameters: - - *359 - *360 - - *575 + - *361 + - *576 requestBody: required: true content: @@ -93851,7 +93869,7 @@ paths: application/json: schema: *89 examples: - default: *574 + default: *575 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -93884,9 +93902,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#list-sub-issues parameters: - - *359 - *360 - - *575 + - *361 + - *576 - *17 - *19 responses: @@ -93898,7 +93916,7 @@ paths: type: array items: *89 examples: - default: *577 + default: *578 headers: Link: *71 '404': *6 @@ -93930,9 +93948,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#add-sub-issue parameters: - - *359 - *360 - - *575 + - *361 + - *576 requestBody: required: true content: @@ -93961,7 +93979,7 @@ paths: application/json: schema: *89 examples: - default: *574 + default: *575 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 @@ -93988,9 +94006,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *359 - *360 - - *575 + - *361 + - *576 requestBody: required: true content: @@ -94023,7 +94041,7 @@ paths: application/json: schema: *89 examples: - default: *574 + default: *575 '403': *29 '404': *6 '422': *7 @@ -94052,9 +94070,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#list-issue-suggestions parameters: - - *359 - *360 - - *575 + - *361 + - *576 - name: state in: query required: false @@ -94091,7 +94109,7 @@ paths: application/json: schema: type: array - items: &582 + items: &583 title: Issue Suggestion description: An agent-proposed change to an issue that a maintainer can approve or dismiss. @@ -94243,9 +94261,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#approve-an-issue-suggestion parameters: - - *359 - *360 - - *575 + - *361 + - *576 - name: suggestion_id in: path required: true @@ -94257,9 +94275,9 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: - default: &583 + default: &584 value: id: 12 issue_id: 4567 @@ -94297,9 +94315,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/issues#dismiss-an-issue-suggestion parameters: - - *359 - *360 - - *575 + - *361 + - *576 - name: suggestion_id in: path required: true @@ -94311,9 +94329,9 @@ paths: description: Response content: application/json: - schema: *582 + schema: *583 examples: - default: *583 + default: *584 '403': *29 '404': *6 '422': *15 @@ -94333,9 +94351,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *359 - *360 - - *575 + - *361 + - *576 - *17 - *19 - name: exclude @@ -94356,7 +94374,6 @@ paths: description: Timeline Event type: object anyOf: - - *584 - *585 - *586 - *587 @@ -94369,6 +94386,7 @@ paths: - *594 - *595 - *596 + - *597 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -94429,15 +94447,15 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *597 - required: *598 + properties: *598 + required: *599 nullable: true minimized: title: Minimized Issue Comment description: Details about why an issue comment was minimized. type: object - properties: *599 - required: *600 + properties: *600 + required: *601 nullable: true required: - event @@ -94692,7 +94710,7 @@ paths: type: string comments: type: array - items: &632 + items: &633 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -94907,7 +94925,7 @@ paths: type: string comments: type: array - items: *492 + items: *493 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -94951,7 +94969,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *578 + properties: *579 required: - id - node_id @@ -95052,7 +95070,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *578 + properties: *579 required: - id - node_id @@ -95063,7 +95081,6 @@ paths: - commit_url - created_at - performed_via_github_app - - *601 - *602 - *603 - *604 @@ -95074,6 +95091,7 @@ paths: - *609 - *610 - *611 + - *612 examples: default: value: @@ -95247,8 +95265,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -95258,7 +95276,7 @@ paths: application/json: schema: type: array - items: &612 + items: &613 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -95324,8 +95342,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -95361,9 +95379,9 @@ paths: description: Response content: application/json: - schema: *612 + schema: *613 examples: - default: &613 + default: &614 value: id: 1 key: ssh-rsa AAA... @@ -95397,9 +95415,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *359 - *360 - - &614 + - *361 + - &615 name: key_id description: The unique identifier of the key. in: path @@ -95411,9 +95429,9 @@ paths: description: Response content: application/json: - schema: *612 + schema: *613 examples: - default: *613 + default: *614 '404': *6 x-github: githubCloudOnly: false @@ -95431,9 +95449,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *359 - *360 - - *614 + - *361 + - *615 responses: '204': description: Response @@ -95453,8 +95471,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-a-repository parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -95466,7 +95484,7 @@ paths: type: array items: *88 examples: - default: *581 + default: *582 headers: Link: *71 '404': *6 @@ -95487,8 +95505,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#create-a-label parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -95526,7 +95544,7 @@ paths: application/json: schema: *88 examples: - default: &615 + default: &616 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -95558,8 +95576,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#get-a-label parameters: - - *359 - *360 + - *361 - name: name in: path required: true @@ -95572,7 +95590,7 @@ paths: application/json: schema: *88 examples: - default: *615 + default: *616 '404': *6 x-github: githubCloudOnly: false @@ -95589,8 +95607,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#update-a-label parameters: - - *359 - *360 + - *361 - name: name in: path required: true @@ -95655,8 +95673,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#delete-a-label parameters: - - *359 - *360 + - *361 - name: name in: path required: true @@ -95682,8 +95700,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-languages parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -95722,9 +95740,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *359 - *360 - - *465 + - *361 + - *466 responses: '200': description: Response @@ -95869,8 +95887,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -95935,8 +95953,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/branches/branches#merge-a-branch parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -95970,9 +95988,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *495 + schema: *496 examples: - default: *616 + default: *617 '204': description: Response when already merged '404': @@ -95997,8 +96015,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#list-milestones parameters: - - *359 - *360 + - *361 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -96039,12 +96057,12 @@ paths: application/json: schema: type: array - items: &617 + items: &618 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *296 - required: *297 + properties: *297 + required: *298 examples: default: value: @@ -96100,8 +96118,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#create-a-milestone parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -96141,9 +96159,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *618 examples: - default: &618 + default: &619 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -96202,9 +96220,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#get-a-milestone parameters: - - *359 - *360 - - &619 + - *361 + - &620 name: milestone_number description: The number that identifies the milestone. in: path @@ -96216,9 +96234,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *618 examples: - default: *618 + default: *619 '404': *6 x-github: githubCloudOnly: false @@ -96235,9 +96253,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#update-a-milestone parameters: - - *359 - *360 - - *619 + - *361 + - *620 requestBody: required: false content: @@ -96275,9 +96293,9 @@ paths: description: Response content: application/json: - schema: *617 + schema: *618 examples: - default: *618 + default: *619 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96293,9 +96311,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/milestones#delete-a-milestone parameters: - - *359 - *360 - - *619 + - *361 + - *620 responses: '204': description: Response @@ -96316,9 +96334,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *359 - *360 - - *619 + - *361 + - *620 - *17 - *19 responses: @@ -96330,7 +96348,7 @@ paths: type: array items: *88 examples: - default: *581 + default: *582 headers: Link: *71 x-github: @@ -96349,12 +96367,12 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *359 - *360 - - *620 + - *361 - *621 - - *96 - *622 + - *96 + - *623 - *17 - *19 responses: @@ -96366,7 +96384,7 @@ paths: type: array items: *116 examples: - default: *623 + default: *624 headers: Link: *71 x-github: @@ -96390,8 +96408,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *359 - *360 + - *361 requestBody: required: false content: @@ -96449,14 +96467,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-apiname-pages-site parameters: - - *359 - *360 + - *361 responses: '200': description: Response content: application/json: - schema: &624 + schema: &625 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -96581,7 +96599,7 @@ paths: - custom_404 - public examples: - default: &625 + default: &626 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -96622,8 +96640,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-apiname-pages-site parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -96677,9 +96695,9 @@ paths: description: Response content: application/json: - schema: *624 + schema: *625 examples: - default: *625 + default: *626 '422': *15 '409': *55 x-github: @@ -96702,8 +96720,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -96802,8 +96820,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *359 - *360 + - *361 responses: '204': description: Response @@ -96829,8 +96847,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#list-apiname-pages-builds parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -96840,7 +96858,7 @@ paths: application/json: schema: type: array - items: &626 + items: &627 title: Page Build description: Page Build type: object @@ -96934,8 +96952,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#request-a-apiname-pages-build parameters: - - *359 - *360 + - *361 responses: '201': description: Response @@ -96980,16 +96998,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-latest-pages-build parameters: - - *359 - *360 + - *361 responses: '200': description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: &627 + default: &628 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -97037,8 +97055,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-apiname-pages-build parameters: - - *359 - *360 + - *361 - name: build_id in: path required: true @@ -97049,9 +97067,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: *627 + default: *628 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97071,8 +97089,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#create-a-github-pages-deployment parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -97177,9 +97195,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *359 - *360 - - &628 + - *361 + - &629 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -97237,9 +97255,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *359 - *360 - - *628 + - *361 + - *629 responses: '204': *60 '404': *6 @@ -97266,8 +97284,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -97525,8 +97543,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-private-vulnerability-reporting-is-enabled-for-a-repository parameters: - - *359 - *360 + - *361 responses: '200': description: Private vulnerability reporting status @@ -97563,8 +97581,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *359 - *360 + - *361 responses: '204': *60 '422': *14 @@ -97585,8 +97603,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *359 - *360 + - *361 responses: '204': *60 '422': *14 @@ -97608,8 +97626,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -97617,7 +97635,7 @@ paths: application/json: schema: type: array - items: *311 + items: *312 examples: default: value: @@ -97648,8 +97666,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -97661,7 +97679,7 @@ paths: type: array description: A list of custom property names and associated values to apply to the repositories. - items: *311 + items: *312 required: - properties examples: @@ -97711,8 +97729,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests parameters: - - *359 - *360 + - *361 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -97772,9 +97790,9 @@ paths: application/json: schema: type: array - items: *457 + items: *458 examples: - default: *629 + default: *630 headers: Link: *71 '304': *38 @@ -97806,8 +97824,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#create-a-pull-request parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -97872,7 +97890,7 @@ paths: description: Response content: application/json: - schema: &634 + schema: &635 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -97983,8 +98001,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *296 - required: *297 + properties: *297 + required: *298 nullable: true active_lock_reason: type: string @@ -98027,7 +98045,7 @@ paths: items: *4 requested_teams: type: array - items: *351 + items: *352 head: type: object properties: @@ -98065,14 +98083,14 @@ paths: _links: type: object properties: - comments: *298 - commits: *298 - statuses: *298 - html: *298 - issue: *298 - review_comments: *298 - review_comment: *298 - self: *298 + comments: *299 + commits: *299 + statuses: *299 + html: *299 + issue: *299 + review_comments: *299 + review_comment: *299 + self: *299 required: - comments - commits @@ -98083,8 +98101,8 @@ paths: - review_comment - self author_association: *86 - auto_merge: *630 - stack: *631 + auto_merge: *631 + stack: *632 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -98270,7 +98288,7 @@ paths: - review_comments version: '2026-03-10' examples: - default: &635 + default: &636 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -98808,8 +98826,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *359 - *360 + - *361 - name: sort in: query required: false @@ -98838,9 +98856,9 @@ paths: application/json: schema: type: array - items: *632 + items: *633 examples: - default: &637 + default: &638 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -98917,17 +98935,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *359 - *360 + - *361 - *105 responses: '200': description: Response content: application/json: - schema: *632 + schema: *633 examples: - default: &633 + default: &634 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -99002,8 +99020,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *359 - *360 + - *361 - *105 requestBody: required: true @@ -99026,9 +99044,9 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: - default: *633 + default: *634 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99044,8 +99062,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *359 - *360 + - *361 - *105 responses: '204': @@ -99067,8 +99085,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *359 - *360 + - *361 - *105 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). @@ -99095,9 +99113,9 @@ paths: application/json: schema: type: array - items: *493 + items: *494 examples: - default: *565 + default: *566 headers: Link: *71 '404': *6 @@ -99118,8 +99136,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *359 - *360 + - *361 - *105 requestBody: required: true @@ -99152,16 +99170,16 @@ paths: description: Reaction exists content: application/json: - schema: *493 + schema: *494 examples: - default: *494 + default: *495 '201': description: Reaction created content: application/json: - schema: *493 + schema: *494 examples: - default: *494 + default: *495 '422': *15 x-github: githubCloudOnly: false @@ -99183,10 +99201,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *359 - *360 + - *361 - *105 - - *566 + - *567 responses: '204': description: Response @@ -99229,9 +99247,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#get-a-pull-request parameters: - - *359 - *360 - - &636 + - *361 + - &637 name: pull_number description: The number that identifies the pull request. in: path @@ -99244,9 +99262,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *634 + schema: *635 examples: - default: *635 + default: *636 '304': *38 '404': *6 '406': @@ -99281,9 +99299,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request parameters: - - *359 - *360 - - *636 + - *361 + - *637 requestBody: required: false content: @@ -99325,9 +99343,9 @@ paths: description: Response content: application/json: - schema: *634 + schema: *635 examples: - default: *635 + default: *636 '422': *15 '403': *29 x-github: @@ -99349,9 +99367,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *359 - *360 - - *636 + - *361 + - *637 requestBody: required: true content: @@ -99411,17 +99429,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *264 + schema: *265 examples: - default: *482 + default: *483 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *264 + schema: *265 examples: - default: *482 + default: *483 '401': *25 '403': *29 '404': *6 @@ -99451,9 +99469,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *359 - *360 - - *636 + - *361 + - *637 - *113 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -99474,9 +99492,9 @@ paths: application/json: schema: type: array - items: *632 + items: *633 examples: - default: *637 + default: *638 headers: Link: *71 x-github: @@ -99509,9 +99527,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *359 - *360 - - *636 + - *361 + - *637 requestBody: required: true content: @@ -99616,7 +99634,7 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: example-for-a-multi-line-comment: value: @@ -99704,9 +99722,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *359 - *360 - - *636 + - *361 + - *637 - *105 requestBody: required: true @@ -99729,7 +99747,7 @@ paths: description: Response content: application/json: - schema: *632 + schema: *633 examples: default: value: @@ -99815,9 +99833,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *359 - *360 - - *636 + - *361 + - *637 - *17 - *19 responses: @@ -99827,9 +99845,9 @@ paths: application/json: schema: type: array - items: *495 + items: *496 examples: - default: *638 + default: *639 headers: Link: *71 x-github: @@ -99859,9 +99877,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#list-pull-requests-files parameters: - - *359 - *360 - - *636 + - *361 + - *637 - *17 - *19 responses: @@ -99871,7 +99889,7 @@ paths: application/json: schema: type: array - items: *507 + items: *508 examples: default: value: @@ -99909,9 +99927,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *359 - *360 - - *636 + - *361 + - *637 responses: '204': description: Response if pull request has been merged @@ -99934,9 +99952,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#merge-a-pull-request parameters: - - *359 - *360 - - *636 + - *361 + - *637 requestBody: required: false content: @@ -100058,9 +100076,9 @@ paths: category: pulls subcategory: pulls parameters: - - *359 - *360 - - *636 + - *361 + - *637 requestBody: required: false content: @@ -100112,7 +100130,7 @@ paths: description: if the merge request was accepted and will run in the background content: application/json: - schema: &639 + schema: &640 title: Pull Request Merge Async Result description: Pull Request Merge Async Result type: object @@ -100197,7 +100215,7 @@ paths: merge queue content: application/json: - schema: *639 + schema: *640 examples: response-if-pull-request-was-already-merged: summary: Already merged @@ -100217,7 +100235,7 @@ paths: this pull request content: application/json: - schema: *639 + schema: *640 examples: response-if-a-merge-request-already-exists: value: @@ -100233,7 +100251,7 @@ paths: it is closed content: application/json: - schema: *639 + schema: *640 examples: response-if-pull-request-is-not-ready-to-be-merged: value: @@ -100265,9 +100283,9 @@ paths: category: pulls subcategory: pulls parameters: - - *359 - *360 - - *636 + - *361 + - *637 - name: uuid description: The UUID of the asynchronous merge request, as returned when the merge was requested. @@ -100280,7 +100298,7 @@ paths: description: the current result of the asynchronous merge request content: application/json: - schema: *639 + schema: *640 examples: response-if-the-merge-is-still-queued: summary: Still queued @@ -100328,9 +100346,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *359 - *360 - - *636 + - *361 + - *637 responses: '200': description: Response @@ -100405,9 +100423,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *359 - *360 - - *636 + - *361 + - *637 requestBody: required: false content: @@ -100444,7 +100462,7 @@ paths: description: Response content: application/json: - schema: *457 + schema: *458 examples: default: value: @@ -100980,9 +100998,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *359 - *360 - - *636 + - *361 + - *637 requestBody: required: true content: @@ -101016,7 +101034,7 @@ paths: description: Response content: application/json: - schema: *457 + schema: *458 examples: default: value: @@ -101532,9 +101550,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *359 - *360 - - *636 + - *361 + - *637 - *17 - *19 responses: @@ -101544,7 +101562,7 @@ paths: application/json: schema: type: array - items: &640 + items: &641 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -101695,9 +101713,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *359 - *360 - - *636 + - *361 + - *637 requestBody: required: false content: @@ -101783,9 +101801,9 @@ paths: description: Response content: application/json: - schema: *640 + schema: *641 examples: - default: &642 + default: &643 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -101848,10 +101866,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *359 - *360 - - *636 - - &641 + - *361 + - *637 + - &642 name: review_id description: The unique identifier of the review. in: path @@ -101863,9 +101881,9 @@ paths: description: Response content: application/json: - schema: *640 + schema: *641 examples: - default: &643 + default: &644 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -101924,10 +101942,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *359 - *360 - - *636 - - *641 + - *361 + - *637 + - *642 requestBody: required: true content: @@ -101950,7 +101968,7 @@ paths: description: Response content: application/json: - schema: *640 + schema: *641 examples: default: value: @@ -102012,18 +102030,18 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *359 - *360 - - *636 - - *641 + - *361 + - *637 + - *642 responses: '200': description: Response content: application/json: - schema: *640 + schema: *641 examples: - default: *642 + default: *643 '422': *7 '404': *6 x-github: @@ -102050,10 +102068,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *359 - *360 - - *636 - - *641 + - *361 + - *637 + - *642 - *17 - *19 responses: @@ -102136,9 +102154,9 @@ paths: _links: type: object properties: - self: *298 - html: *298 - pull_request: *298 + self: *299 + html: *299 + pull_request: *299 required: - self - html @@ -102288,10 +102306,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *359 - *360 - - *636 - - *641 + - *361 + - *637 + - *642 requestBody: required: true content: @@ -102319,7 +102337,7 @@ paths: description: Response content: application/json: - schema: *640 + schema: *641 examples: default: value: @@ -102382,10 +102400,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *359 - *360 - - *636 - - *641 + - *361 + - *637 + - *642 requestBody: required: true content: @@ -102420,9 +102438,9 @@ paths: description: Response content: application/json: - schema: *640 + schema: *641 examples: - default: *643 + default: *644 '404': *6 '422': *7 '403': *29 @@ -102444,9 +102462,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *359 - *360 - - *636 + - *361 + - *637 requestBody: required: false content: @@ -102509,8 +102527,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme parameters: - - *359 - *360 + - *361 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -102523,9 +102541,9 @@ paths: description: Response content: application/json: - schema: *644 + schema: *645 examples: - default: &645 + default: &646 value: type: file encoding: base64 @@ -102567,8 +102585,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *359 - *360 + - *361 - name: dir description: The alternate path to look for a README file in: path @@ -102588,9 +102606,9 @@ paths: description: Response content: application/json: - schema: *644 + schema: *645 examples: - default: *645 + default: *646 '404': *6 '422': *15 x-github: @@ -102612,8 +102630,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#list-releases parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -102623,7 +102641,7 @@ paths: application/json: schema: type: array - items: *646 + items: *647 examples: default: value: @@ -102722,8 +102740,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#create-a-release parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -102799,9 +102817,9 @@ paths: description: Response content: application/json: - schema: *646 + schema: *647 examples: - default: &650 + default: &651 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -102906,9 +102924,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#get-a-release-asset parameters: - - *359 - *360 - - &648 + - *361 + - &649 name: asset_id description: The unique identifier of the asset. in: path @@ -102920,9 +102938,9 @@ paths: description: Response content: application/json: - schema: *647 + schema: *648 examples: - default: &649 + default: &650 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -102957,7 +102975,7 @@ paths: type: User site_admin: false '404': *6 - '302': *511 + '302': *512 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102973,9 +102991,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#update-a-release-asset parameters: - - *359 - *360 - - *648 + - *361 + - *649 requestBody: required: false content: @@ -103003,9 +103021,9 @@ paths: description: Response content: application/json: - schema: *647 + schema: *648 examples: - default: *649 + default: *650 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -103021,9 +103039,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#delete-a-release-asset parameters: - - *359 - *360 - - *648 + - *361 + - *649 responses: '204': description: Response @@ -103048,8 +103066,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -103134,16 +103152,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-the-latest-release parameters: - - *359 - *360 + - *361 responses: '200': description: Response content: application/json: - schema: *646 + schema: *647 examples: - default: *650 + default: *651 '404': *6 x-github: githubCloudOnly: false @@ -103161,8 +103179,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release-by-tag-name parameters: - - *359 - *360 + - *361 - name: tag description: tag parameter in: path @@ -103175,9 +103193,9 @@ paths: description: Response content: application/json: - schema: *646 + schema: *647 examples: - default: *650 + default: *651 '404': *6 x-github: githubCloudOnly: false @@ -103199,9 +103217,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#get-a-release parameters: - - *359 - *360 - - &651 + - *361 + - &652 name: release_id description: The unique identifier of the release. in: path @@ -103215,9 +103233,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *646 + schema: *647 examples: - default: *650 + default: *651 '401': description: Unauthorized x-github: @@ -103241,9 +103259,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#update-a-release parameters: - - *359 - *360 - - *651 + - *361 + - *652 requestBody: required: false content: @@ -103307,9 +103325,9 @@ paths: description: Response content: application/json: - schema: *646 + schema: *647 examples: - default: *650 + default: *651 '404': description: Not Found if the discussion category name is invalid content: @@ -103330,9 +103348,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/releases#delete-a-release parameters: - - *359 - *360 - - *651 + - *361 + - *652 responses: '204': description: Response @@ -103353,9 +103371,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/releases/assets#list-release-assets parameters: - - *359 - *360 - - *651 + - *361 + - *652 - *17 - *19 responses: @@ -103365,7 +103383,7 @@ paths: application/json: schema: type: array - items: *647 + items: *648 examples: default: value: @@ -103446,9 +103464,9 @@ paths: description: The URL origin (protocol + host name + port) is included in `upload_url` returned in the response of the "Create a release" endpoint parameters: - - *359 - *360 - - *651 + - *361 + - *652 - name: name in: query required: true @@ -103474,7 +103492,7 @@ paths: description: Response for successful upload content: application/json: - schema: *647 + schema: *648 examples: response-for-successful-upload: value: @@ -103529,9 +103547,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *359 - *360 - - *651 + - *361 + - *652 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -103555,9 +103573,9 @@ paths: application/json: schema: type: array - items: *493 + items: *494 examples: - default: *565 + default: *566 headers: Link: *71 '404': *6 @@ -103578,9 +103596,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *359 - *360 - - *651 + - *361 + - *652 requestBody: required: true content: @@ -103610,16 +103628,16 @@ paths: description: Reaction exists content: application/json: - schema: *493 + schema: *494 examples: - default: *494 + default: *495 '201': description: Reaction created content: application/json: - schema: *493 + schema: *494 examples: - default: *494 + default: *495 '422': *15 x-github: githubCloudOnly: false @@ -103641,10 +103659,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/reactions/reactions#delete-a-release-reaction parameters: - - *359 - *360 - - *651 - - *566 + - *361 + - *652 + - *567 responses: '204': description: Response @@ -103668,9 +103686,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-rules-for-a-branch parameters: - - *359 - *360 - - *425 + - *361 + - *426 - *17 - *19 responses: @@ -103686,8 +103704,8 @@ paths: description: A repository rule with ruleset details. oneOf: - allOf: - - *321 - - &652 + - *322 + - &653 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -103706,72 +103724,72 @@ paths: ruleset_id: type: integer description: The ID of the ruleset that includes this rule. - - allOf: - - *322 - - *652 - allOf: - *323 - - *652 + - *653 - allOf: - *324 - - *652 - - allOf: - *653 - - *652 - allOf: - *325 - - *652 + - *653 + - allOf: + - *654 + - *653 - allOf: - *326 - - *652 + - *653 - allOf: - *327 - - *652 + - *653 - allOf: - *328 - - *652 + - *653 - allOf: - *329 - - *652 + - *653 - allOf: - *330 - - *652 + - *653 - allOf: - *331 - - *652 + - *653 - allOf: - *332 - - *652 + - *653 - allOf: - *333 - - *652 + - *653 - allOf: - *334 - - *652 + - *653 - allOf: - - *339 - - *652 + - *335 + - *653 - allOf: - *340 - - *652 + - *653 - allOf: - *341 - - *652 + - *653 - allOf: - - *654 - - *652 + - *342 + - *653 - allOf: - - *335 - - *652 + - *655 + - *653 - allOf: - *336 - - *652 + - *653 - allOf: - *337 - - *652 + - *653 - allOf: - *338 - - *652 + - *653 + - allOf: + - *339 + - *653 examples: default: value: @@ -103810,8 +103828,8 @@ paths: category: repos subcategory: rules parameters: - - *359 - *360 + - *361 - *17 - *19 - name: includes_parents @@ -103822,7 +103840,7 @@ paths: schema: type: boolean default: true - - *655 + - *656 responses: '200': description: Response @@ -103830,7 +103848,7 @@ paths: application/json: schema: type: array - items: *342 + items: *343 examples: default: value: @@ -103877,8 +103895,8 @@ paths: category: repos subcategory: rules parameters: - - *359 - *360 + - *361 requestBody: description: Request body required: true @@ -103898,16 +103916,16 @@ paths: - tag - push default: branch - enforcement: *318 + enforcement: *319 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *319 - conditions: *316 + items: *320 + conditions: *317 rules: type: array description: An array of rules within the ruleset. - items: *656 + items: *657 required: - name - enforcement @@ -103938,9 +103956,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: &667 + default: &668 value: id: 42 name: super cool ruleset @@ -103988,13 +104006,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *359 - *360 - - *657 + - *361 - *658 - *659 - *660 - *661 + - *662 - *17 - *19 responses: @@ -104002,9 +104020,9 @@ paths: description: Response content: application/json: - schema: *662 + schema: *663 examples: - default: *663 + default: *664 '404': *6 '500': *56 x-github: @@ -104025,17 +104043,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *359 - *360 - - *664 + - *361 + - *665 responses: '200': description: Response content: application/json: - schema: *665 + schema: *666 examples: - default: *666 + default: *667 '404': *6 '500': *56 x-github: @@ -104063,8 +104081,8 @@ paths: category: repos subcategory: rules parameters: - - *359 - *360 + - *361 - name: ruleset_id description: The ID of the ruleset. in: path @@ -104084,9 +104102,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: *667 + default: *668 '404': *6 '500': *56 put: @@ -104104,8 +104122,8 @@ paths: category: repos subcategory: rules parameters: - - *359 - *360 + - *361 - name: ruleset_id description: The ID of the ruleset. in: path @@ -104130,16 +104148,16 @@ paths: - branch - tag - push - enforcement: *318 + enforcement: *319 bypass_actors: type: array description: The actors that can bypass the rules in this ruleset - items: *319 - conditions: *316 + items: *320 + conditions: *317 rules: description: An array of rules within the ruleset. type: array - items: *656 + items: *657 examples: default: value: @@ -104167,9 +104185,9 @@ paths: description: Response content: application/json: - schema: *342 + schema: *343 examples: - default: *667 + default: *668 '404': *6 '422': *15 '500': *56 @@ -104188,8 +104206,8 @@ paths: category: repos subcategory: rules parameters: - - *359 - *360 + - *361 - name: ruleset_id description: The ID of the ruleset. in: path @@ -104212,8 +104230,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-history parameters: - - *359 - *360 + - *361 - *17 - *19 - name: ruleset_id @@ -104229,9 +104247,9 @@ paths: application/json: schema: type: array - items: *345 + items: *346 examples: - default: *668 + default: *669 '404': *6 '500': *56 x-github: @@ -104250,8 +104268,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/rules#get-repository-ruleset-version parameters: - - *359 - *360 + - *361 - name: ruleset_id description: The ID of the ruleset. in: path @@ -104269,7 +104287,7 @@ paths: description: Response content: application/json: - schema: *669 + schema: *670 examples: default: value: @@ -104324,9 +104342,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *359 - *360 - - *670 + - *361 - *671 - *672 - *673 @@ -104334,10 +104351,10 @@ paths: - *675 - *676 - *677 + - *678 - *63 - *19 - *17 - - *678 - *679 - *680 - *681 @@ -104346,6 +104363,7 @@ paths: - *684 - *685 - *686 + - *687 responses: '200': description: Response @@ -104372,8 +104390,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *687 - resolution: *688 + state: *688 + resolution: *689 resolved_at: type: string format: date-time @@ -104479,7 +104497,7 @@ paths: pull request. ' - oneOf: *689 + oneOf: *690 nullable: true has_more_locations: type: boolean @@ -104643,16 +104661,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *359 - *360 - - *459 - - *683 + - *361 + - *460 + - *684 responses: '200': description: Response content: application/json: - schema: &690 + schema: &691 type: object properties: number: *189 @@ -104670,8 +104688,8 @@ paths: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *687 - resolution: *688 + state: *688 + resolution: *689 resolved_at: type: string format: date-time @@ -104777,7 +104795,7 @@ paths: pull request. ' - oneOf: *689 + oneOf: *690 nullable: true has_more_locations: type: boolean @@ -104805,7 +104823,7 @@ paths: properties: *20 required: *21 nullable: true - metadata: &864 + metadata: &865 type: array description: A list of metadata key/value pairs associated with the secret scanning alert. @@ -104878,9 +104896,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *359 - *360 - - *459 + - *361 + - *460 requestBody: required: true content: @@ -104888,8 +104906,8 @@ paths: schema: type: object properties: - state: *687 - resolution: *688 + state: *688 + resolution: *689 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -104933,7 +104951,7 @@ paths: description: Response content: application/json: - schema: *690 + schema: *691 examples: default: value: @@ -105035,9 +105053,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *359 - *360 - - *459 + - *361 + - *460 - *19 - *17 responses: @@ -105048,7 +105066,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &866 + items: &867 type: object properties: type: @@ -105074,7 +105092,6 @@ paths: example: commit details: oneOf: - - *691 - *692 - *693 - *694 @@ -105087,6 +105104,7 @@ paths: - *701 - *702 - *703 + - *704 examples: default: value: @@ -105175,11 +105193,11 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *359 - *360 - - *704 + - *361 - *705 - *706 + - *707 - *63 - *19 - *17 @@ -105190,9 +105208,9 @@ paths: application/json: schema: type: array - items: *346 + items: *347 examples: - default: *707 + default: *708 headers: Link: *71 '403': *29 @@ -105215,8 +105233,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -105229,9 +105247,9 @@ paths: patterns: type: array description: The list of custom patterns to create. - items: *708 + items: *709 examples: - default: *709 + default: *710 responses: '201': description: All patterns created successfully. @@ -105243,9 +105261,9 @@ paths: created_patterns: type: array description: The list of successfully created custom patterns. - items: *346 + items: *347 examples: - default: *710 + default: *711 '400': *14 '403': *29 '404': *6 @@ -105269,7 +105287,7 @@ paths: errors: type: array description: List of validation errors for this pattern. - items: *711 + items: *712 delete: summary: Bulk delete repository custom patterns description: |- @@ -105288,8 +105306,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -105303,7 +105321,7 @@ paths: type: array description: The list of custom patterns to delete. maxItems: 500 - items: *712 + items: *713 post_delete_action: type: string description: |- @@ -105316,14 +105334,14 @@ paths: - resolve_alerts default: delete_alerts examples: - default: *713 + default: *714 responses: '204': description: All patterns deleted successfully. '400': *14 '403': *29 '404': *6 - '412': *348 + '412': *349 "/repos/{owner}/{repo}/secret-scanning/custom-patterns/{pattern_id}": patch: summary: Update a repository custom pattern @@ -105343,8 +105361,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *359 - *360 + - *361 - name: pattern_id in: path required: true @@ -105355,21 +105373,21 @@ paths: required: true content: application/json: - schema: *714 + schema: *715 examples: - default: *715 + default: *716 responses: '200': description: Pattern updated successfully. content: application/json: - schema: *346 + schema: *347 examples: - default: *716 + default: *717 '400': *14 '403': *29 '404': *6 - '412': *348 + '412': *349 '422': *15 "/repos/{owner}/{repo}/secret-scanning/push-protection-bypasses": post: @@ -105387,8 +105405,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -105396,14 +105414,14 @@ paths: schema: type: object properties: - reason: &718 + reason: &719 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *717 + placeholder_id: *718 required: - reason - placeholder_id @@ -105420,7 +105438,7 @@ paths: schema: type: object properties: - reason: *718 + reason: *719 expire_at: type: string format: date-time @@ -105466,8 +105484,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *359 - *360 + - *361 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -105482,7 +105500,7 @@ paths: properties: incremental_scans: type: array - items: &719 + items: &720 description: Information on a single scan performed by secret scanning on the repository type: object @@ -105513,15 +105531,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *719 + items: *720 backfill_scans: type: array - items: *719 + items: *720 custom_pattern_backfill_scans: type: array items: allOf: - - *719 + - *720 - type: object properties: pattern_name: @@ -105534,7 +105552,7 @@ paths: one of "repository", "organization", or "enterprise" generic_secrets_backfill_scans: type: array - items: *719 + items: *720 examples: default: value: @@ -105599,8 +105617,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *359 - *360 + - *361 - *63 - name: sort description: The property to sort the results by. @@ -105644,9 +105662,9 @@ paths: application/json: schema: type: array - items: *720 + items: *721 examples: - default: *721 + default: *722 '400': *14 '404': *6 x-github: @@ -105669,8 +105687,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -105743,7 +105761,7 @@ paths: login: type: string description: The username of the user credited. - type: *350 + type: *351 required: - login - type @@ -105830,9 +105848,9 @@ paths: description: Response content: application/json: - schema: *720 + schema: *721 examples: - default: &723 + default: &724 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -106071,8 +106089,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -106176,7 +106194,7 @@ paths: description: Response content: application/json: - schema: *720 + schema: *721 examples: default: value: @@ -106329,17 +106347,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *359 - *360 - - *722 + - *361 + - *723 responses: '200': description: Response content: application/json: - schema: *720 + schema: *721 examples: - default: *723 + default: *724 '403': *29 '404': *6 x-github: @@ -106363,9 +106381,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *359 - *360 - - *722 + - *361 + - *723 requestBody: required: true content: @@ -106438,7 +106456,7 @@ paths: login: type: string description: The username of the user credited. - type: *350 + type: *351 required: - login - type @@ -106524,10 +106542,10 @@ paths: description: Response content: application/json: - schema: *720 + schema: *721 examples: - default: *723 - add_credit: *723 + default: *724 + add_credit: *724 '403': *29 '404': *6 '422': @@ -106565,9 +106583,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *359 - *360 - - *722 + - *361 + - *723 responses: '202': *40 '400': *14 @@ -106594,17 +106612,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *359 - *360 - - *722 + - *361 + - *723 responses: '202': description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: *364 + default: *365 '400': *14 '422': *15 '403': *29 @@ -106625,8 +106643,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/stacks#list-pull-request-stacks parameters: - - *359 - *360 + - *361 - name: pull_request description: Filter to the stack containing this repository pull request number. in: query @@ -106758,8 +106776,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/stacks#create-a-pull-request-stack parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -106826,7 +106844,7 @@ paths: format: date-time pull_requests: type: array - items: &724 + items: &725 title: Pull Request Stack Pull Request type: object allOf: @@ -107052,8 +107070,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/stacks#get-a-pull-request-stack parameters: - - *359 - *360 + - *361 - name: stack_number description: The number that identifies the pull request stack. in: path @@ -107102,7 +107120,7 @@ paths: format: date-time pull_requests: type: array - items: *724 + items: *725 examples: default: value: @@ -107222,8 +107240,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/stacks#add-pull-requests-to-a-pull-request-stack parameters: - - *359 - *360 + - *361 - name: stack_number description: The number that identifies the pull request stack. in: path @@ -107295,7 +107313,7 @@ paths: format: date-time pull_requests: type: array - items: *724 + items: *725 examples: default: value: @@ -107499,8 +107517,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/pulls/stacks#remove-pull-requests-from-a-pull-request-stack parameters: - - *359 - *360 + - *361 - name: stack_number description: The number that identifies the pull request stack. in: path @@ -107549,7 +107567,7 @@ paths: format: date-time pull_requests: type: array - items: *724 + items: *725 examples: default: value: @@ -107655,8 +107673,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-stargazers parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -107755,8 +107773,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *359 - *360 + - *361 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -107765,7 +107783,7 @@ paths: application/json: schema: type: array - items: &725 + items: &726 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -107798,8 +107816,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -107875,8 +107893,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -107972,8 +107990,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *359 - *360 + - *361 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -108127,8 +108145,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *359 - *360 + - *361 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -108138,7 +108156,7 @@ paths: application/json: schema: type: array - items: *725 + items: *726 examples: default: value: @@ -108171,8 +108189,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/commits/statuses#create-a-commit-status parameters: - - *359 - *360 + - *361 - name: sha in: path required: true @@ -108226,7 +108244,7 @@ paths: description: Response content: application/json: - schema: *726 + schema: *727 examples: default: value: @@ -108280,8 +108298,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#list-watchers parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -108313,14 +108331,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#get-a-repository-subscription parameters: - - *359 - *360 + - *361 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &727 + schema: &728 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -108388,8 +108406,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#set-a-repository-subscription parameters: - - *359 - *360 + - *361 requestBody: required: false content: @@ -108415,7 +108433,7 @@ paths: description: Response content: application/json: - schema: *727 + schema: *728 examples: default: value: @@ -108442,8 +108460,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/watching#delete-a-repository-subscription parameters: - - *359 - *360 + - *361 responses: '204': description: Response @@ -108463,8 +108481,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-tags parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -108543,8 +108561,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *359 - *360 + - *361 - name: ref in: path required: true @@ -108580,8 +108598,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#list-repository-teams parameters: - - *359 - *360 + - *361 - *17 - *19 responses: @@ -108593,7 +108611,7 @@ paths: type: array items: *211 examples: - default: *276 + default: *277 headers: Link: *71 '404': *6 @@ -108613,8 +108631,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#get-all-repository-topics parameters: - - *359 - *360 + - *361 - *19 - *17 responses: @@ -108622,7 +108640,7 @@ paths: description: Response content: application/json: - schema: &728 + schema: &729 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -108634,7 +108652,7 @@ paths: required: - names examples: - default: &729 + default: &730 value: names: - octocat @@ -108657,8 +108675,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#replace-all-repository-topics parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -108689,9 +108707,9 @@ paths: description: Response content: application/json: - schema: *728 + schema: *729 examples: - default: *729 + default: *730 '404': *6 '422': *7 x-github: @@ -108712,9 +108730,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-repository-clones parameters: - - *359 - *360 - - &730 + - *361 + - &731 name: per description: The time frame to display results for. in: query @@ -108743,7 +108761,7 @@ paths: example: 128 clones: type: array - items: &731 + items: &732 title: Traffic type: object properties: @@ -108830,8 +108848,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-paths parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -108921,8 +108939,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-top-referral-sources parameters: - - *359 - *360 + - *361 responses: '200': description: Response @@ -108982,9 +109000,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/metrics/traffic#get-page-views parameters: - - *359 - *360 - - *730 + - *361 + - *731 responses: '200': description: Response @@ -109003,7 +109021,7 @@ paths: example: 3782 views: type: array - items: *731 + items: *732 required: - uniques - count @@ -109080,8 +109098,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#transfer-a-repository parameters: - - *359 - *360 + - *361 requestBody: required: true content: @@ -109361,8 +109379,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *359 - *360 + - *361 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -109385,8 +109403,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#enable-vulnerability-alerts parameters: - - *359 - *360 + - *361 responses: '204': description: Response @@ -109408,8 +109426,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/repos/repos#disable-vulnerability-alerts parameters: - - *359 - *360 + - *361 responses: '204': description: Response @@ -109435,8 +109453,8 @@ paths: url: https://docs.github.com/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *359 - *360 + - *361 - name: ref in: path required: true @@ -109528,9 +109546,9 @@ paths: description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: *364 + default: *365 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -109781,7 +109799,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &732 + text_matches: &733 title: Search Result Text Matches type: array items: @@ -109943,7 +109961,7 @@ paths: enum: - author-date - committer-date - - &733 + - &734 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 @@ -110014,7 +110032,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *423 + properties: *424 nullable: true comment_count: type: integer @@ -110034,7 +110052,7 @@ paths: url: type: string format: uri - verification: *547 + verification: *548 required: - author - committer @@ -110053,7 +110071,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *423 + properties: *424 nullable: true parents: type: array @@ -110071,7 +110089,7 @@ paths: type: number node_id: type: string - text_matches: *732 + text_matches: *733 required: - sha - node_id @@ -110263,7 +110281,7 @@ paths: - interactions - created - updated - - *733 + - *734 - *17 - *19 - name: advanced_search @@ -110377,11 +110395,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *734 - issue_dependencies_summary: *735 + sub_issues_summary: *735 + issue_dependencies_summary: *736 issue_field_values: type: array - items: *579 + items: *580 state: type: string state_reason: @@ -110398,8 +110416,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *296 - required: *297 + properties: *297 + required: *298 nullable: true comments: type: integer @@ -110413,7 +110431,7 @@ paths: type: string format: date-time nullable: true - text_matches: *732 + text_matches: *733 pull_request: type: object properties: @@ -110457,7 +110475,7 @@ paths: timeline_url: type: string format: uri - type: *259 + type: *260 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -110729,7 +110747,7 @@ paths: enum: - created - updated - - *733 + - *734 - *17 - *19 responses: @@ -110773,7 +110791,7 @@ paths: nullable: true score: type: number - text_matches: *732 + text_matches: *733 required: - id - node_id @@ -110858,7 +110876,7 @@ paths: - forks - help-wanted-issues - updated - - *733 + - *734 - *17 - *19 responses: @@ -111106,7 +111124,7 @@ paths: - admin - pull - push - text_matches: *732 + text_matches: *733 temp_clone_token: type: string allow_merge_commit: @@ -111406,7 +111424,7 @@ paths: type: string format: uri nullable: true - text_matches: *732 + text_matches: *733 related: type: array nullable: true @@ -111597,7 +111615,7 @@ paths: - followers - repositories - joined - - *733 + - *734 - *17 - *19 responses: @@ -111701,7 +111719,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *732 + text_matches: *733 blog: type: string nullable: true @@ -111780,7 +111798,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &736 + - &737 name: team_id description: The unique identifier of the team. in: path @@ -111792,9 +111810,9 @@ paths: description: Response content: application/json: - schema: *355 + schema: *356 examples: - default: *356 + default: *357 '404': *6 x-github: githubCloudOnly: false @@ -111821,7 +111839,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *736 + - *737 requestBody: required: true content: @@ -111889,16 +111907,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *355 + schema: *356 examples: - default: *356 + default: *357 '201': description: Response content: application/json: - schema: *355 + schema: *356 examples: - default: *356 + default: *357 '404': *6 '422': *15 '403': *29 @@ -111926,7 +111944,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *736 + - *737 responses: '204': description: Response @@ -111955,7 +111973,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *736 + - *737 - *17 - *19 responses: @@ -111965,9 +111983,9 @@ paths: application/json: schema: type: array - items: *253 + items: *254 examples: - default: *254 + default: *255 headers: Link: *71 x-github: @@ -111995,7 +112013,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *736 + - *737 - name: role description: Filters members returned by their role in the team. in: query @@ -112016,9 +112034,9 @@ paths: application/json: schema: type: array - items: *737 + items: *738 examples: - default: *738 + default: *739 headers: Link: *71 '404': *6 @@ -112046,7 +112064,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *736 + - *737 - *75 responses: '204': @@ -112083,7 +112101,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *736 + - *737 - *75 responses: '204': @@ -112123,7 +112141,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *736 + - *737 - *75 responses: '204': @@ -112160,16 +112178,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *736 + - *737 - *75 responses: '200': description: Response content: application/json: - schema: *358 + schema: *359 examples: - response-if-user-is-a-team-maintainer: *739 + response-if-user-is-a-team-maintainer: *740 '404': *6 x-github: githubCloudOnly: false @@ -112202,7 +112220,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *736 + - *737 - *75 requestBody: required: false @@ -112228,9 +112246,9 @@ paths: description: Response content: application/json: - schema: *358 + schema: *359 examples: - response-if-users-membership-with-team-is-now-pending: *740 + response-if-users-membership-with-team-is-now-pending: *741 '403': description: Forbidden if team synchronization is set up '422': @@ -112264,7 +112282,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *736 + - *737 - *75 responses: '204': @@ -112292,7 +112310,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *736 + - *737 - *17 - *19 responses: @@ -112304,7 +112322,7 @@ paths: type: array items: *164 examples: - default: *283 + default: *284 headers: Link: *71 '404': *6 @@ -112334,15 +112352,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *736 - - *359 + - *737 - *360 + - *361 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *741 + schema: *742 examples: alternative-response-with-extra-repository-information: value: @@ -112499,9 +112517,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *736 - - *359 + - *737 - *360 + - *361 requestBody: required: false content: @@ -112551,9 +112569,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *736 - - *359 + - *737 - *360 + - *361 responses: '204': description: Response @@ -112578,7 +112596,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *736 + - *737 - *17 - *19 responses: @@ -112590,7 +112608,7 @@ paths: type: array items: *211 examples: - response-if-child-teams-exist: *742 + response-if-child-teams-exist: *743 headers: Link: *71 '404': *6 @@ -112623,7 +112641,7 @@ paths: application/json: schema: oneOf: - - &744 + - &745 title: Private User description: Private User type: object @@ -112826,7 +112844,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *743 + - *744 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -112979,7 +112997,7 @@ paths: description: Response content: application/json: - schema: *744 + schema: *745 examples: default: value: @@ -113182,9 +113200,9 @@ paths: type: integer codespaces: type: array - items: *264 + items: *265 examples: - default: *265 + default: *266 '304': *38 '500': *56 '401': *25 @@ -113323,17 +113341,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *264 + schema: *265 examples: - default: *482 + default: *483 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *264 + schema: *265 examples: - default: *482 + default: *483 '401': *25 '403': *29 '404': *6 @@ -113377,7 +113395,7 @@ paths: type: integer secrets: type: array - items: &745 + items: &746 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -113417,7 +113435,7 @@ paths: - visibility - selected_repositories_url examples: - default: *485 + default: *486 headers: Link: *71 x-github: @@ -113493,7 +113511,7 @@ paths: description: Response content: application/json: - schema: *745 + schema: *746 examples: default: value: @@ -113783,15 +113801,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *266 + - *267 responses: '200': description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: *482 + default: *483 '304': *38 '500': *56 '401': *25 @@ -113817,7 +113835,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *266 + - *267 requestBody: required: false content: @@ -113847,9 +113865,9 @@ paths: description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: *482 + default: *483 '401': *25 '403': *29 '404': *6 @@ -113871,7 +113889,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *266 + - *267 responses: '202': *40 '304': *38 @@ -113900,13 +113918,13 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *266 + - *267 responses: '202': description: Response content: application/json: - schema: &746 + schema: &747 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -113947,7 +113965,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &747 + default: &748 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -113979,7 +113997,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *266 + - *267 - name: export_id in: path required: true @@ -113992,9 +114010,9 @@ paths: description: Response content: application/json: - schema: *746 + schema: *747 examples: - default: *747 + default: *748 '404': *6 x-github: githubCloudOnly: false @@ -114015,7 +114033,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *266 + - *267 responses: '200': description: Response @@ -114031,9 +114049,9 @@ paths: type: integer machines: type: array - items: *748 + items: *749 examples: - default: *749 + default: *750 '304': *38 '500': *56 '401': *25 @@ -114062,7 +114080,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *266 + - *267 requestBody: required: true content: @@ -114112,13 +114130,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *362 + repository: *363 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *483 - required: *484 + properties: *484 + required: *485 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -114892,15 +114910,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *266 + - *267 responses: '200': description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: *482 + default: *483 '304': *38 '500': *56 '400': *14 @@ -114932,15 +114950,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *266 + - *267 responses: '200': description: Response content: application/json: - schema: *264 + schema: *265 examples: - default: *482 + default: *483 '500': *56 '401': *25 '403': *29 @@ -114970,9 +114988,9 @@ paths: application/json: schema: type: array - items: *277 + items: *278 examples: - default: &761 + default: &762 value: - id: 197 name: hello_docker @@ -115073,7 +115091,7 @@ paths: application/json: schema: type: array - items: &750 + items: &751 title: Email description: Email type: object @@ -115138,9 +115156,9 @@ paths: application/json: schema: type: array - items: *750 + items: *751 examples: - default: &763 + default: &764 value: - email: octocat@github.com verified: true @@ -115215,7 +115233,7 @@ paths: application/json: schema: type: array - items: *750 + items: *751 examples: default: value: @@ -115471,7 +115489,7 @@ paths: application/json: schema: type: array - items: &751 + items: &752 title: GPG Key description: A unique encryption key type: object @@ -115602,7 +115620,7 @@ paths: - subkeys - revoked examples: - default: &780 + default: &781 value: - id: 3 name: Octocat's GPG Key @@ -115687,9 +115705,9 @@ paths: description: Response content: application/json: - schema: *751 + schema: *752 examples: - default: &752 + default: &753 value: id: 3 name: Octocat's GPG Key @@ -115746,7 +115764,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &753 + - &754 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -115758,9 +115776,9 @@ paths: description: Response content: application/json: - schema: *751 + schema: *752 examples: - default: *752 + default: *753 '404': *6 '304': *38 '403': *29 @@ -115783,7 +115801,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *753 + - *754 responses: '204': description: Response @@ -116071,12 +116089,12 @@ paths: application/json: schema: anyOf: - - *251 + - *252 - type: object properties: {} additionalProperties: false examples: - default: *252 + default: *253 '204': description: Response when there are no restrictions x-github: @@ -116100,7 +116118,7 @@ paths: required: true content: application/json: - schema: *558 + schema: *559 examples: default: value: @@ -116111,7 +116129,7 @@ paths: description: Response content: application/json: - schema: *251 + schema: *252 examples: default: value: @@ -116192,7 +116210,7 @@ paths: - closed - all default: open - - *262 + - *263 - name: sort description: What to sort results by. in: query @@ -116217,7 +116235,7 @@ paths: type: array items: *89 examples: - default: *263 + default: *264 headers: Link: *71 '404': *6 @@ -116250,7 +116268,7 @@ paths: application/json: schema: type: array - items: &754 + items: &755 title: Key description: Key type: object @@ -116351,9 +116369,9 @@ paths: description: Response content: application/json: - schema: *754 + schema: *755 examples: - default: &755 + default: &756 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -116386,15 +116404,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *614 + - *615 responses: '200': description: Response content: application/json: - schema: *754 + schema: *755 examples: - default: *755 + default: *756 '404': *6 '304': *38 '403': *29 @@ -116417,7 +116435,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *614 + - *615 responses: '204': description: Response @@ -116450,7 +116468,7 @@ paths: application/json: schema: type: array - items: &756 + items: &757 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -116518,7 +116536,7 @@ paths: - account - plan examples: - default: &757 + default: &758 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -116580,9 +116598,9 @@ paths: application/json: schema: type: array - items: *756 + items: *757 examples: - default: *757 + default: *758 headers: Link: *71 '304': *38 @@ -116622,7 +116640,7 @@ paths: application/json: schema: type: array - items: *268 + items: *269 examples: default: value: @@ -116736,7 +116754,7 @@ paths: description: Response content: application/json: - schema: *268 + schema: *269 examples: default: value: @@ -116823,9 +116841,9 @@ paths: description: The user's organization invitation was accepted synchronously. content: application/json: - schema: *268 + schema: *269 examples: - default: &758 + default: &759 value: url: https://api.github.com/orgs/octocat/memberships/defunkt state: active @@ -116872,9 +116890,9 @@ paths: processed asynchronously. content: application/json: - schema: *268 + schema: *269 examples: - default: *758 + default: *759 '403': *29 '404': *6 '422': *15 @@ -116903,7 +116921,7 @@ paths: application/json: schema: type: array - items: *270 + items: *271 examples: default: value: @@ -117156,7 +117174,7 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: default: value: @@ -117336,7 +117354,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#get-a-user-migration-status parameters: - - *271 + - *272 - name: exclude in: query required: false @@ -117349,7 +117367,7 @@ paths: description: Response content: application/json: - schema: *270 + schema: *271 examples: default: value: @@ -117543,7 +117561,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#download-a-user-migration-archive parameters: - - *271 + - *272 responses: '302': description: Response @@ -117569,7 +117587,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#delete-a-user-migration-archive parameters: - - *271 + - *272 responses: '204': description: Response @@ -117598,8 +117616,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - - *271 - - *759 + - *272 + - *760 responses: '204': description: Response @@ -117623,7 +117641,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *271 + - *272 - *17 - *19 responses: @@ -117635,7 +117653,7 @@ paths: type: array items: *164 examples: - default: *283 + default: *284 headers: Link: *71 '404': *6 @@ -117732,7 +117750,7 @@ paths: - docker - nuget - container - - *760 + - *761 - *19 - *17 responses: @@ -117742,10 +117760,10 @@ paths: application/json: schema: type: array - items: *277 + items: *278 examples: - default: *761 - '400': *762 + default: *762 + '400': *763 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -117765,16 +117783,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *279 - *280 + - *281 responses: '200': description: Response content: application/json: - schema: *277 + schema: *278 examples: - default: &781 + default: &782 value: id: 40201 name: octo-name @@ -117887,8 +117905,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *279 - *280 + - *281 responses: '204': description: Response @@ -117918,8 +117936,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *279 - *280 + - *281 - name: token description: package token schema: @@ -117951,8 +117969,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *279 - *280 + - *281 - *19 - *17 - name: state @@ -117972,7 +117990,7 @@ paths: application/json: schema: type: array - items: *281 + items: *282 examples: default: value: @@ -118021,15 +118039,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *279 - *280 - - *282 + - *281 + - *283 responses: '200': description: Response content: application/json: - schema: *281 + schema: *282 examples: default: value: @@ -118065,9 +118083,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *279 - *280 - - *282 + - *281 + - *283 responses: '204': description: Response @@ -118097,9 +118115,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *279 - *280 - - *282 + - *281 + - *283 responses: '204': description: Response @@ -118136,9 +118154,9 @@ paths: application/json: schema: type: array - items: *750 + items: *751 examples: - default: *763 + default: *764 headers: Link: *71 '304': *38 @@ -118251,7 +118269,7 @@ paths: type: array items: *83 examples: - default: &770 + default: &771 summary: Default response value: - id: 1296269 @@ -118555,9 +118573,9 @@ paths: description: Response content: application/json: - schema: *362 + schema: *363 examples: - default: *364 + default: *365 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -118601,9 +118619,9 @@ paths: application/json: schema: type: array - items: *561 + items: *562 examples: - default: *764 + default: *765 headers: Link: *71 '304': *38 @@ -118626,7 +118644,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *255 + - *256 responses: '204': description: Response @@ -118655,7 +118673,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *255 + - *256 responses: '204': description: Response @@ -118688,7 +118706,7 @@ paths: application/json: schema: type: array - items: &765 + items: &766 title: Social account description: Social media account type: object @@ -118703,7 +118721,7 @@ paths: - provider - url examples: - default: &766 + default: &767 value: - provider: twitter url: https://twitter.com/github @@ -118765,9 +118783,9 @@ paths: application/json: schema: type: array - items: *765 + items: *766 examples: - default: *766 + default: *767 '422': *15 '304': *38 '404': *6 @@ -118854,7 +118872,7 @@ paths: application/json: schema: type: array - items: &767 + items: &768 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -118874,7 +118892,7 @@ paths: - title - created_at examples: - default: &798 + default: &799 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -118938,9 +118956,9 @@ paths: description: Response content: application/json: - schema: *767 + schema: *768 examples: - default: &768 + default: &769 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -118970,7 +118988,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: - - &769 + - &770 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -118982,9 +119000,9 @@ paths: description: Response content: application/json: - schema: *767 + schema: *768 examples: - default: *768 + default: *769 '404': *6 '304': *38 '403': *29 @@ -119007,7 +119025,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: - - *769 + - *770 responses: '204': description: Response @@ -119036,7 +119054,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &799 + - &800 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 @@ -119061,11 +119079,11 @@ paths: type: array items: *83 examples: - default-response: *770 + default-response: *771 application/vnd.github.v3.star+json: schema: type: array - items: &800 + items: &801 title: Starred Repository description: Starred Repository type: object @@ -119221,8 +119239,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *359 - *360 + - *361 responses: '204': description: Response if this repository is starred by you @@ -119250,8 +119268,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *359 - *360 + - *361 responses: '204': description: Response @@ -119275,8 +119293,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *359 - *360 + - *361 responses: '204': description: Response @@ -119311,7 +119329,7 @@ paths: type: array items: *164 examples: - default: *283 + default: *284 headers: Link: *71 '304': *38 @@ -119348,7 +119366,7 @@ paths: application/json: schema: type: array - items: *355 + items: *356 examples: default: value: @@ -119434,10 +119452,10 @@ paths: application/json: schema: oneOf: + - *745 - *744 - - *743 examples: - default-response: &774 + default-response: &775 summary: Default response value: login: octocat @@ -119472,7 +119490,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &775 + response-with-git-hub-plan-information: &776 summary: Response with GitHub plan information value: login: octocat @@ -119529,14 +119547,14 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &772 + - &773 name: user_id description: The unique identifier of the user. in: path required: true schema: type: string - - *295 + - *296 requestBody: required: true description: Details of the draft item to create in the project. @@ -119570,9 +119588,9 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: - draft_issue: *302 + draft_issue: *303 '304': *38 '403': *29 '401': *25 @@ -119595,7 +119613,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *771 + - *772 - *17 responses: '200': @@ -119630,8 +119648,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *772 - - *295 + - *773 + - *296 requestBody: required: true content: @@ -119702,17 +119720,17 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *773 + schema: *774 examples: table_view: summary: Response for creating a table view - value: *306 + value: *307 board_view: summary: Response for creating a board view with filter - value: *306 + value: *307 roadmap_view: summary: Response for creating a roadmap view - value: *306 + value: *307 '304': *38 '403': *29 '401': *25 @@ -119754,11 +119772,11 @@ paths: application/json: schema: oneOf: + - *745 - *744 - - *743 examples: - default-response: *774 - response-with-git-hub-plan-information: *775 + default-response: *775 + response-with-git-hub-plan-information: *776 '404': *6 x-github: githubCloudOnly: false @@ -119808,8 +119826,8 @@ paths: required: - subject_digests examples: - default: *776 - withPredicateType: *777 + default: *777 + withPredicateType: *778 responses: '200': description: Response @@ -119862,7 +119880,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *778 + default: *779 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -120082,7 +120100,7 @@ paths: initiator: type: string examples: - default: *419 + default: *420 '201': description: Response content: @@ -120377,7 +120395,7 @@ paths: application/json: schema: *205 examples: - default: &779 + default: &780 summary: Example response for a user copilot space value: id: 42 @@ -120478,7 +120496,7 @@ paths: application/json: schema: *205 examples: - default: *779 + default: *780 '403': *29 '404': *6 x-github: @@ -120601,7 +120619,7 @@ paths: application/json: schema: *205 examples: - default: *779 + default: *780 '403': *29 '404': *6 '422': *15 @@ -121367,9 +121385,9 @@ paths: application/json: schema: type: array - items: *277 + items: *278 examples: - default: *761 + default: *762 '403': *29 '401': *25 x-github: @@ -121753,9 +121771,9 @@ paths: application/json: schema: type: array - items: *751 + items: *752 examples: - default: *780 + default: *781 headers: Link: *71 x-github: @@ -121859,7 +121877,7 @@ paths: application/json: schema: *22 examples: - default: *557 + default: *558 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -121983,7 +122001,7 @@ paths: - docker - nuget - container - - *760 + - *761 - *75 - *19 - *17 @@ -121994,12 +122012,12 @@ paths: application/json: schema: type: array - items: *277 + items: *278 examples: - default: *761 + default: *762 '403': *29 '401': *25 - '400': *762 + '400': *763 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -122019,17 +122037,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-for-a-user parameters: - - *279 - *280 + - *281 - *75 responses: '200': description: Response content: application/json: - schema: *277 + schema: *278 examples: - default: *781 + default: *782 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -122050,8 +122068,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-a-package-for-a-user parameters: - - *279 - *280 + - *281 - *75 responses: '204': @@ -122084,8 +122102,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-a-package-for-a-user parameters: - - *279 - *280 + - *281 - *75 - name: token description: package token @@ -122118,8 +122136,8 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *279 - *280 + - *281 - *75 responses: '200': @@ -122128,7 +122146,7 @@ paths: application/json: schema: type: array - items: *281 + items: *282 examples: default: value: @@ -122186,16 +122204,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *279 - *280 - - *282 + - *281 + - *283 - *75 responses: '200': description: Response content: application/json: - schema: *281 + schema: *282 examples: default: value: @@ -122230,10 +122248,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#delete-package-version-for-a-user parameters: - - *279 - *280 + - *281 - *75 - - *282 + - *283 responses: '204': description: Response @@ -122265,10 +122283,10 @@ paths: description: API method documentation url: https://docs.github.com/rest/packages/packages#restore-package-version-for-a-user parameters: - - *279 - *280 + - *281 - *75 - - *282 + - *283 responses: '204': description: Response @@ -122309,9 +122327,9 @@ paths: application/json: schema: type: array - items: *293 + items: *294 examples: - default: *294 + default: *295 headers: Link: *71 '304': *38 @@ -122333,16 +122351,16 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/projects#get-project-for-user parameters: - - *295 + - *296 - *75 responses: '200': description: Response content: application/json: - schema: *293 + schema: *294 examples: - default: *294 + default: *295 headers: Link: *71 '304': *38 @@ -122364,7 +122382,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#list-project-fields-for-user parameters: - - *295 + - *296 - *75 - *17 - *48 @@ -122376,9 +122394,9 @@ paths: application/json: schema: type: array - items: *299 + items: *300 examples: - default: *782 + default: *783 headers: Link: *71 '304': *38 @@ -122400,7 +122418,7 @@ paths: url: https://docs.github.com/rest/projects/fields#add-field-to-user-owned-project parameters: - *75 - - *295 + - *296 requestBody: required: true content: @@ -122438,7 +122456,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *783 + items: *784 required: - name - data_type @@ -122454,7 +122472,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *784 + iteration_configuration: *785 required: - name - data_type @@ -122476,20 +122494,20 @@ paths: value: name: Due date data_type: date - single_select_field: *785 - iteration_field: *786 + single_select_field: *786 + iteration_field: *787 responses: '201': description: Response content: application/json: - schema: *299 + schema: *300 examples: - text_field: *787 - number_field: *788 - date_field: *789 - single_select_field: *790 - iteration_field: *791 + text_field: *788 + number_field: *789 + date_field: *790 + single_select_field: *791 + iteration_field: *792 '304': *38 '403': *29 '401': *25 @@ -122510,17 +122528,17 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - - *295 - - *792 + - *296 + - *793 - *75 responses: '200': description: Response content: application/json: - schema: *299 + schema: *300 examples: - default: *793 + default: *794 headers: Link: *71 '304': *38 @@ -122543,7 +122561,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-a-user-owned-project parameters: - - *295 + - *296 - *75 - *48 - *49 @@ -122576,9 +122594,9 @@ paths: application/json: schema: type: array - items: *303 + items: *304 examples: - default: *304 + default: *305 headers: Link: *71 '304': *38 @@ -122600,7 +122618,7 @@ paths: url: https://docs.github.com/rest/projects/items#add-item-to-user-owned-project parameters: - *75 - - *295 + - *296 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -122670,22 +122688,22 @@ paths: description: Response content: application/json: - schema: *301 + schema: *302 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *302 + value: *303 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *302 + value: *303 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *302 + value: *303 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *302 + value: *303 '304': *38 '403': *29 '401': *25 @@ -122705,9 +122723,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#get-an-item-for-a-user-owned-project parameters: - - *295 + - *296 - *75 - - *305 + - *306 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -122727,9 +122745,9 @@ paths: description: Response content: application/json: - schema: *303 + schema: *304 examples: - default: *304 + default: *305 headers: Link: *71 '304': *38 @@ -122750,9 +122768,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#update-project-item-for-user parameters: - - *295 + - *296 - *75 - - *305 + - *306 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -122822,13 +122840,13 @@ paths: description: Response content: application/json: - schema: *303 + schema: *304 examples: - text_field: *304 - number_field: *304 - date_field: *304 - single_select_field: *304 - iteration_field: *304 + text_field: *305 + number_field: *305 + date_field: *305 + single_select_field: *305 + iteration_field: *305 '401': *25 '403': *29 '404': *6 @@ -122848,9 +122866,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#delete-project-item-for-user parameters: - - *295 + - *296 - *75 - - *305 + - *306 responses: '204': description: Response @@ -122872,9 +122890,9 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/items#list-items-for-a-user-project-view parameters: - - *295 + - *296 - *75 - - *794 + - *795 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -122900,9 +122918,9 @@ paths: application/json: schema: type: array - items: *303 + items: *304 examples: - default: *304 + default: *305 headers: Link: *71 '304': *38 @@ -123123,7 +123141,7 @@ paths: type: array items: *164 examples: - default: *283 + default: *284 headers: Link: *71 x-github: @@ -123413,7 +123431,7 @@ paths: parameters: - *75 - *125 - - *795 + - *796 - *127 responses: '200': @@ -123512,9 +123530,9 @@ paths: - *125 - *126 - *127 - - *796 - - *130 - *797 + - *130 + - *798 responses: '200': description: Response when getting a billing usage summary @@ -123648,9 +123666,9 @@ paths: application/json: schema: type: array - items: *765 + items: *766 examples: - default: *766 + default: *767 headers: Link: *71 x-github: @@ -123680,9 +123698,9 @@ paths: application/json: schema: type: array - items: *767 + items: *768 examples: - default: *798 + default: *799 headers: Link: *71 x-github: @@ -123707,7 +123725,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *75 - - *799 + - *800 - *63 - *17 - *19 @@ -123719,11 +123737,11 @@ paths: schema: anyOf: - type: array - items: *800 + items: *801 - type: array items: *83 examples: - default-response: *770 + default-response: *771 headers: Link: *71 x-github: @@ -123754,7 +123772,7 @@ paths: type: array items: *164 examples: - default: *283 + default: *284 headers: Link: *71 x-github: @@ -123882,7 +123900,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &801 + enterprise: &802 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -123940,7 +123958,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &802 + installation: &803 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -123959,7 +123977,7 @@ x-webhooks: required: - id - node_id - organization: &803 + organization: &804 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -124019,13 +124037,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &804 + repository: &805 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &836 + properties: &837 id: description: Unique identifier of the repository example: 42 @@ -124720,7 +124738,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &837 + required: &838 - archive_url - assignees_url - blobs_url @@ -124794,7 +124812,7 @@ x-webhooks: - watchers_count - created_at - updated_at - x-github-breaking-changes: &838 + x-github-breaking-changes: &839 - changeset: remove_use_squash_pr_title_as_default patch: properties: @@ -124885,10 +124903,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -124964,11 +124982,11 @@ x-webhooks: type: string enum: - created - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 - rule: &805 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 + rule: &806 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) @@ -125191,11 +125209,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 - rule: *805 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 + rule: *806 sender: *4 required: - action @@ -125378,11 +125396,11 @@ x-webhooks: - everyone required: - from - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 - rule: *805 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 + rule: *806 sender: *4 required: - action @@ -125466,7 +125484,7 @@ x-webhooks: type: string enum: - completed - check_run: &807 + check_run: &808 title: CheckRun description: A check performed on the code of a given code change type: object @@ -125557,7 +125575,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *806 + deployment: *807 details_url: example: https://example.com type: string @@ -125642,10 +125660,10 @@ x-webhooks: - output - app - pull_requests - installation: *802 - enterprise: *801 - organization: *803 - repository: *804 + installation: *803 + enterprise: *802 + organization: *804 + repository: *805 sender: *4 required: - check_run @@ -126036,11 +126054,11 @@ x-webhooks: type: string enum: - created - check_run: *807 - installation: *802 - enterprise: *801 - organization: *803 - repository: *804 + check_run: *808 + installation: *803 + enterprise: *802 + organization: *804 + repository: *805 sender: *4 required: - check_run @@ -126434,11 +126452,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *807 - installation: *802 - enterprise: *801 - organization: *803 - repository: *804 + check_run: *808 + installation: *803 + enterprise: *802 + organization: *804 + repository: *805 requested_action: description: The action requested by the user. type: object @@ -126841,11 +126859,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *807 - installation: *802 - enterprise: *801 - organization: *803 - repository: *804 + check_run: *808 + installation: *803 + enterprise: *802 + organization: *804 + repository: *805 sender: *4 required: - check_run @@ -127815,10 +127833,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -128517,10 +128535,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -129213,10 +129231,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -129382,7 +129400,7 @@ x-webhooks: required: - login - id - dismissed_comment: *453 + dismissed_comment: *454 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -129527,20 +129545,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &808 + commit_oid: &809 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: *801 - installation: *802 - organization: *803 - ref: &809 + enterprise: *802 + installation: *803 + organization: *804 + ref: &810 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: *804 + repository: *805 sender: *4 required: - action @@ -129705,7 +129723,7 @@ x-webhooks: required: - login - id - dismissed_comment: *453 + dismissed_comment: *454 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -129935,12 +129953,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *808 - enterprise: *801 - installation: *802 - organization: *803 - ref: *809 - repository: *804 + commit_oid: *809 + enterprise: *802 + installation: *803 + organization: *804 + ref: *810 + repository: *805 sender: *4 required: - action @@ -130035,7 +130053,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *453 + dismissed_comment: *454 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -130206,12 +130224,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *808 - enterprise: *801 - installation: *802 - organization: *803 - ref: *809 - repository: *804 + commit_oid: *809 + enterprise: *802 + installation: *803 + organization: *804 + ref: *810 + repository: *805 sender: *4 required: - action @@ -130377,7 +130395,7 @@ x-webhooks: required: - login - id - dismissed_comment: *453 + dismissed_comment: *454 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -130543,12 +130561,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *808 - enterprise: *801 - installation: *802 - organization: *803 - ref: *809 - repository: *804 + commit_oid: *809 + enterprise: *802 + installation: *803 + organization: *804 + ref: *810 + repository: *805 sender: *4 required: - action @@ -130647,7 +130665,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *453 + dismissed_comment: *454 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -130822,16 +130840,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *801 - installation: *802 - organization: *803 + enterprise: *802 + installation: *803 + organization: *804 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *804 + repository: *805 sender: *4 required: - action @@ -130928,7 +130946,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *453 + dismissed_comment: *454 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -131068,12 +131086,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *808 - enterprise: *801 - installation: *802 - organization: *803 - ref: *809 - repository: *804 + commit_oid: *809 + enterprise: *802 + installation: *803 + organization: *804 + ref: *810 + repository: *805 sender: *4 required: - action @@ -131239,7 +131257,7 @@ x-webhooks: required: - login - id - dismissed_comment: *453 + dismissed_comment: *454 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -131384,10 +131402,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -131642,10 +131660,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -131725,18 +131743,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *801 - installation: *802 + enterprise: *802 + installation: *803 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *803 - pusher_type: &810 + organization: *804 + pusher_type: &811 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &811 + ref: &812 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -131746,7 +131764,7 @@ x-webhooks: enum: - tag - branch - repository: *804 + repository: *805 sender: *4 required: - ref @@ -131828,10 +131846,10 @@ x-webhooks: type: string enum: - created - definition: *307 - enterprise: *801 - installation: *802 - organization: *803 + definition: *308 + enterprise: *802 + installation: *803 + organization: *804 sender: *4 required: - action @@ -131916,9 +131934,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *801 - installation: *802 - organization: *803 + enterprise: *802 + installation: *803 + organization: *804 sender: *4 required: - action @@ -131995,10 +132013,10 @@ x-webhooks: type: string enum: - promote_to_enterprise - definition: *307 - enterprise: *801 - installation: *802 - organization: *803 + definition: *308 + enterprise: *802 + installation: *803 + organization: *804 sender: *4 required: - action @@ -132075,10 +132093,10 @@ x-webhooks: type: string enum: - updated - definition: *307 - enterprise: *801 - installation: *802 - organization: *803 + definition: *308 + enterprise: *802 + installation: *803 + organization: *804 sender: *4 required: - action @@ -132155,19 +132173,19 @@ x-webhooks: type: string enum: - updated - enterprise: *801 - installation: *802 - repository: *804 - organization: *803 + enterprise: *802 + installation: *803 + repository: *805 + organization: *804 sender: *4 new_property_values: type: array description: The new custom property values for the repository. - items: *311 + items: *312 old_property_values: type: array description: The old custom property values for the repository. - items: *311 + items: *312 required: - action - repository @@ -132243,18 +132261,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *801 - installation: *802 - organization: *803 - pusher_type: *810 - ref: *811 + enterprise: *802 + installation: *803 + organization: *804 + pusher_type: *811 + ref: *812 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *804 + repository: *805 sender: *4 required: - ref @@ -132334,11 +132352,11 @@ x-webhooks: type: string enum: - assignees_changed - alert: *517 - installation: *802 - organization: *803 - enterprise: *801 - repository: *804 + alert: *518 + installation: *803 + organization: *804 + enterprise: *802 + repository: *805 sender: *4 required: - action @@ -132418,11 +132436,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *517 - installation: *802 - organization: *803 - enterprise: *801 - repository: *804 + alert: *518 + installation: *803 + organization: *804 + enterprise: *802 + repository: *805 sender: *4 required: - action @@ -132503,11 +132521,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *517 - installation: *802 - organization: *803 - enterprise: *801 - repository: *804 + alert: *518 + installation: *803 + organization: *804 + enterprise: *802 + repository: *805 sender: *4 required: - action @@ -132588,11 +132606,11 @@ x-webhooks: type: string enum: - created - alert: *517 - installation: *802 - organization: *803 - enterprise: *801 - repository: *804 + alert: *518 + installation: *803 + organization: *804 + enterprise: *802 + repository: *805 sender: *4 required: - action @@ -132671,11 +132689,11 @@ x-webhooks: type: string enum: - dismissed - alert: *517 - installation: *802 - organization: *803 - enterprise: *801 - repository: *804 + alert: *518 + installation: *803 + organization: *804 + enterprise: *802 + repository: *805 sender: *4 required: - action @@ -132754,11 +132772,11 @@ x-webhooks: type: string enum: - fixed - alert: *517 - installation: *802 - organization: *803 - enterprise: *801 - repository: *804 + alert: *518 + installation: *803 + organization: *804 + enterprise: *802 + repository: *805 sender: *4 required: - action @@ -132838,11 +132856,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *517 - installation: *802 - organization: *803 - enterprise: *801 - repository: *804 + alert: *518 + installation: *803 + organization: *804 + enterprise: *802 + repository: *805 sender: *4 required: - action @@ -132921,11 +132939,11 @@ x-webhooks: type: string enum: - reopened - alert: *517 - installation: *802 - organization: *803 - enterprise: *801 - repository: *804 + alert: *518 + installation: *803 + organization: *804 + enterprise: *802 + repository: *805 sender: *4 required: - action @@ -133002,9 +133020,9 @@ x-webhooks: type: string enum: - created - enterprise: *801 - installation: *802 - key: &812 + enterprise: *802 + installation: *803 + key: &813 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -133040,8 +133058,8 @@ x-webhooks: - verified - created_at - read_only - organization: *803 - repository: *804 + organization: *804 + repository: *805 sender: *4 required: - action @@ -133118,11 +133136,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *801 - installation: *802 - key: *812 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + key: *813 + organization: *804 + repository: *805 sender: *4 required: - action @@ -133678,12 +133696,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 - workflow: &818 + workflow: &819 title: Workflow type: object nullable: true @@ -134424,15 +134442,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *813 - required: *814 + properties: *814 + required: *815 nullable: true pull_requests: type: array - items: *634 - repository: *804 - organization: *803 - installation: *802 + items: *635 + repository: *805 + organization: *804 + installation: *803 sender: *4 responses: '200': @@ -134503,7 +134521,7 @@ x-webhooks: type: string enum: - approved - approver: &815 + approver: &816 type: object properties: avatar_url: @@ -134546,11 +134564,11 @@ x-webhooks: type: string comment: type: string - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 - reviewers: &816 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 + reviewers: &817 type: array items: type: object @@ -134629,7 +134647,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &817 + workflow_job_run: &818 type: object properties: conclusion: @@ -135360,18 +135378,18 @@ x-webhooks: type: string enum: - rejected - approver: *815 + approver: *816 comment: type: string - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 - reviewers: *816 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 + reviewers: *817 sender: *4 since: type: string - workflow_job_run: *817 + workflow_job_run: *818 workflow_job_runs: type: array items: @@ -136075,13 +136093,13 @@ x-webhooks: type: string enum: - requested - enterprise: *801 + enterprise: *802 environment: type: string - installation: *802 - organization: *803 - repository: *804 - requestor: &823 + installation: *803 + organization: *804 + repository: *805 + requestor: &824 title: User type: object nullable: true @@ -137970,12 +137988,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 - workflow: *818 + workflow: *819 workflow_run: title: Deployment Workflow Run type: object @@ -138655,7 +138673,7 @@ x-webhooks: type: string enum: - answered - answer: &821 + answer: &822 type: object properties: author_association: @@ -138812,11 +138830,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *819 - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + discussion: *820 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -138943,11 +138961,11 @@ x-webhooks: - from required: - category - discussion: *819 - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + discussion: *820 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -139030,11 +139048,11 @@ x-webhooks: type: string enum: - closed - discussion: *819 - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + discussion: *820 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -139116,7 +139134,7 @@ x-webhooks: type: string enum: - created - comment: &820 + comment: &821 type: object properties: author_association: @@ -139273,11 +139291,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *819 - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + discussion: *820 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -139360,12 +139378,12 @@ x-webhooks: type: string enum: - deleted - comment: *820 - discussion: *819 - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + comment: *821 + discussion: *820 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -139460,12 +139478,12 @@ x-webhooks: - from required: - body - comment: *820 - discussion: *819 - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + comment: *821 + discussion: *820 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -139549,11 +139567,11 @@ x-webhooks: type: string enum: - created - discussion: *819 - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + discussion: *820 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -139635,11 +139653,11 @@ x-webhooks: type: string enum: - deleted - discussion: *819 - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + discussion: *820 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -139739,11 +139757,11 @@ x-webhooks: type: string required: - from - discussion: *819 - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + discussion: *820 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -139825,10 +139843,10 @@ x-webhooks: type: string enum: - labeled - discussion: *819 - enterprise: *801 - installation: *802 - label: &822 + discussion: *820 + enterprise: *802 + installation: *803 + label: &823 title: Label type: object properties: @@ -139860,8 +139878,8 @@ x-webhooks: - color - default - description - organization: *803 - repository: *804 + organization: *804 + repository: *805 sender: *4 required: - action @@ -139944,11 +139962,11 @@ x-webhooks: type: string enum: - locked - discussion: *819 - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + discussion: *820 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -140030,11 +140048,11 @@ x-webhooks: type: string enum: - pinned - discussion: *819 - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + discussion: *820 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -140116,11 +140134,11 @@ x-webhooks: type: string enum: - reopened - discussion: *819 - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + discussion: *820 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -140205,16 +140223,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *819 - new_repository: *804 + new_discussion: *820 + new_repository: *805 required: - new_discussion - new_repository - discussion: *819 - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + discussion: *820 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -140297,10 +140315,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *819 - old_answer: *821 - organization: *803 - repository: *804 + discussion: *820 + old_answer: *822 + organization: *804 + repository: *805 sender: *4 required: - action @@ -140382,12 +140400,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *819 - enterprise: *801 - installation: *802 - label: *822 - organization: *803 - repository: *804 + discussion: *820 + enterprise: *802 + installation: *803 + label: *823 + organization: *804 + repository: *805 sender: *4 required: - action @@ -140470,11 +140488,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *819 - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + discussion: *820 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -140556,11 +140574,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *819 - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + discussion: *820 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -140633,7 +140651,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *801 + enterprise: *802 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -141293,9 +141311,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *802 - organization: *803 - repository: *804 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - forkee @@ -141441,9 +141459,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *801 - installation: *802 - organization: *803 + enterprise: *802 + installation: *803 + organization: *804 pages: description: The pages that were updated. type: array @@ -141480,7 +141498,7 @@ x-webhooks: - action - sha - html_url - repository: *804 + repository: *805 sender: *4 required: - pages @@ -141556,10 +141574,10 @@ x-webhooks: type: string enum: - created - enterprise: *801 + enterprise: *802 installation: *22 - organization: *803 - repositories: &824 + organization: *804 + repositories: &825 description: An array of repository objects that the installation can access. type: array @@ -141585,8 +141603,8 @@ x-webhooks: - name - full_name - private - repository: *804 - requester: *823 + repository: *805 + requester: *824 sender: *4 required: - action @@ -141661,11 +141679,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *801 + enterprise: *802 installation: *22 - organization: *803 - repositories: *824 - repository: *804 + organization: *804 + repositories: *825 + repository: *805 requester: nullable: true sender: *4 @@ -141741,11 +141759,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *801 + enterprise: *802 installation: *22 - organization: *803 - repositories: *824 - repository: *804 + organization: *804 + repositories: *825 + repository: *805 requester: nullable: true sender: *4 @@ -141821,10 +141839,10 @@ x-webhooks: type: string enum: - added - enterprise: *801 + enterprise: *802 installation: *22 - organization: *803 - repositories_added: &825 + organization: *804 + repositories_added: &826 description: An array of repository objects, which were added to the installation. type: array @@ -141870,15 +141888,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *804 - repository_selection: &826 + repository: *805 + repository_selection: &827 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *823 + requester: *824 sender: *4 required: - action @@ -141957,10 +141975,10 @@ x-webhooks: type: string enum: - removed - enterprise: *801 + enterprise: *802 installation: *22 - organization: *803 - repositories_added: *825 + organization: *804 + repositories_added: *826 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -141987,9 +142005,9 @@ x-webhooks: - name - full_name - private - repository: *804 - repository_selection: *826 - requester: *823 + repository: *805 + repository_selection: *827 + requester: *824 sender: *4 required: - action @@ -142068,11 +142086,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *801 + enterprise: *802 installation: *22 - organization: *803 - repositories: *824 - repository: *804 + organization: *804 + repositories: *825 + repository: *805 requester: nullable: true sender: *4 @@ -142250,10 +142268,10 @@ x-webhooks: type: string required: - from - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 target_type: type: string @@ -142332,11 +142350,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *801 + enterprise: *802 installation: *22 - organization: *803 - repositories: *824 - repository: *804 + organization: *804 + repositories: *825 + repository: *805 requester: nullable: true sender: *4 @@ -142510,15 +142528,15 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *597 - required: *598 + properties: *598 + required: *599 nullable: true minimized: title: Minimized Issue Comment description: Details about why an issue comment was minimized. type: object - properties: *599 - required: *600 + properties: *600 + required: *601 nullable: true user: title: User @@ -142603,8 +142621,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *801 - installation: *802 + enterprise: *802 + installation: *803 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -143393,8 +143411,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *734 - issue_dependencies_summary: *735 + sub_issues_summary: *735 + issue_dependencies_summary: *736 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143410,7 +143428,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *259 + type: *260 updated_at: type: string format: date-time @@ -143743,8 +143761,8 @@ x-webhooks: - state - locked - assignee - organization: *803 - repository: *804 + organization: *804 + repository: *805 sender: *4 required: - action @@ -143824,7 +143842,7 @@ x-webhooks: type: string enum: - deleted - comment: &827 + comment: &828 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -143981,15 +143999,15 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *597 - required: *598 + properties: *598 + required: *599 nullable: true minimized: title: Minimized Issue Comment description: Details about why an issue comment was minimized. type: object - properties: *599 - required: *600 + properties: *600 + required: *601 nullable: true required: - url @@ -144004,8 +144022,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *801 - installation: *802 + enterprise: *802 + installation: *803 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -144790,8 +144808,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *734 - issue_dependencies_summary: *735 + sub_issues_summary: *735 + issue_dependencies_summary: *736 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144807,7 +144825,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *259 + type: *260 updated_at: type: string format: date-time @@ -145142,8 +145160,8 @@ x-webhooks: - state - locked - assignee - organization: *803 - repository: *804 + organization: *804 + repository: *805 sender: *4 required: - action @@ -145223,7 +145241,7 @@ x-webhooks: type: string enum: - edited - changes: &857 + changes: &858 description: The changes to the comment. type: object properties: @@ -145235,9 +145253,9 @@ x-webhooks: type: string required: - from - comment: *827 - enterprise: *801 - installation: *802 + comment: *828 + enterprise: *802 + installation: *803 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -146025,8 +146043,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *734 - issue_dependencies_summary: *735 + sub_issues_summary: *735 + issue_dependencies_summary: *736 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146042,7 +146060,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *259 + type: *260 updated_at: type: string format: date-time @@ -146375,8 +146393,8 @@ x-webhooks: - state - locked - assignee - organization: *803 - repository: *804 + organization: *804 + repository: *805 sender: *4 required: - action @@ -146457,9 +146475,9 @@ x-webhooks: type: string enum: - pinned - comment: *827 - enterprise: *801 - installation: *802 + comment: *828 + enterprise: *802 + installation: *803 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -147249,8 +147267,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *734 - issue_dependencies_summary: *735 + sub_issues_summary: *735 + issue_dependencies_summary: *736 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147266,7 +147284,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *259 + type: *260 updated_at: type: string format: date-time @@ -147601,8 +147619,8 @@ x-webhooks: - state - locked - assignee - organization: *803 - repository: *804 + organization: *804 + repository: *805 sender: *4 required: - action @@ -147682,9 +147700,9 @@ x-webhooks: type: string enum: - unpinned - comment: *827 - enterprise: *801 - installation: *802 + comment: *828 + enterprise: *802 + installation: *803 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -148474,8 +148492,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *734 - issue_dependencies_summary: *735 + sub_issues_summary: *735 + issue_dependencies_summary: *736 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148491,7 +148509,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *259 + type: *260 updated_at: type: string format: date-time @@ -148826,8 +148844,8 @@ x-webhooks: - state - locked - assignee - organization: *803 - repository: *804 + organization: *804 + repository: *805 sender: *4 required: - action @@ -148916,9 +148934,9 @@ x-webhooks: type: number blocking_issue: *89 blocking_issue_repo: *83 - installation: *802 - organization: *803 - repository: *804 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -149007,9 +149025,9 @@ x-webhooks: type: number blocking_issue: *89 blocking_issue_repo: *83 - installation: *802 - organization: *803 - repository: *804 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -149097,9 +149115,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *89 - installation: *802 - organization: *803 - repository: *804 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -149188,9 +149206,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *89 - installation: *802 - organization: *803 - repository: *804 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -149270,10 +149288,10 @@ x-webhooks: type: string enum: - assigned - assignee: *823 - enterprise: *801 - installation: *802 - issue: &828 + assignee: *824 + enterprise: *802 + installation: *803 + issue: &829 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -150065,11 +150083,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *734 - issue_dependencies_summary: *735 + sub_issues_summary: *735 + issue_dependencies_summary: *736 issue_field_values: type: array - items: *579 + items: *580 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150085,7 +150103,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *259 + type: *260 updated_at: type: string format: date-time @@ -150186,8 +150204,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *803 - repository: *804 + organization: *804 + repository: *805 sender: *4 required: - action @@ -150267,8 +150285,8 @@ x-webhooks: type: string enum: - closed - enterprise: *801 - installation: *802 + enterprise: *802 + installation: *803 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -151065,11 +151083,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *734 - issue_dependencies_summary: *735 + sub_issues_summary: *735 + issue_dependencies_summary: *736 issue_field_values: type: array - items: *579 + items: *580 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151085,7 +151103,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *259 + type: *260 updated_at: type: string format: date-time @@ -151321,8 +151339,8 @@ x-webhooks: required: - state - closed_at - organization: *803 - repository: *804 + organization: *804 + repository: *805 sender: *4 required: - action @@ -151401,8 +151419,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *801 - installation: *802 + enterprise: *802 + installation: *803 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -152190,11 +152208,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *734 - issue_dependencies_summary: *735 + sub_issues_summary: *735 + issue_dependencies_summary: *736 issue_field_values: type: array - items: *579 + items: *580 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152210,7 +152228,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *259 + type: *260 updated_at: type: string format: date-time @@ -152310,8 +152328,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *803 - repository: *804 + organization: *804 + repository: *805 sender: *4 required: - action @@ -152390,8 +152408,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *801 - installation: *802 + enterprise: *802 + installation: *803 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -153201,11 +153219,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *734 - issue_dependencies_summary: *735 + sub_issues_summary: *735 + issue_dependencies_summary: *736 issue_field_values: type: array - items: *579 + items: *580 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153221,7 +153239,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *259 + type: *260 updated_at: type: string format: date-time @@ -153300,7 +153318,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &829 + milestone: &830 title: Milestone description: A collection of related issues and pull requests. type: object @@ -153438,8 +153456,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *803 - repository: *804 + organization: *804 + repository: *805 sender: *4 required: - action @@ -153538,8 +153556,8 @@ x-webhooks: type: string required: - from - enterprise: *801 - installation: *802 + enterprise: *802 + installation: *803 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -154331,11 +154349,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *734 - issue_dependencies_summary: *735 + sub_issues_summary: *735 + issue_dependencies_summary: *736 issue_field_values: type: array - items: *579 + items: *580 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154348,7 +154366,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *259 + type: *260 title: description: Title of the issue type: string @@ -154452,9 +154470,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *822 - organization: *803 - repository: *804 + label: *823 + organization: *804 + repository: *805 sender: *4 required: - action @@ -154534,9 +154552,9 @@ x-webhooks: type: string enum: - field_added - enterprise: *801 - installation: *802 - issue: *828 + enterprise: *802 + installation: *803 + issue: *829 issue_field: type: object description: The issue field whose value was set or updated on the @@ -154690,8 +154708,8 @@ x-webhooks: - id required: - from - organization: *803 - repository: *804 + organization: *804 + repository: *805 sender: *4 required: - action @@ -154771,9 +154789,9 @@ x-webhooks: type: string enum: - field_removed - enterprise: *801 - installation: *802 - issue: *828 + enterprise: *802 + installation: *803 + issue: *829 issue_field: type: object description: The issue field whose value was cleared from the issue. @@ -154854,8 +154872,8 @@ x-webhooks: nullable: true required: - id - organization: *803 - repository: *804 + organization: *804 + repository: *805 sender: *4 required: - action @@ -154935,8 +154953,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *801 - installation: *802 + enterprise: *802 + installation: *803 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -155727,11 +155745,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *734 - issue_dependencies_summary: *735 + sub_issues_summary: *735 + issue_dependencies_summary: *736 issue_field_values: type: array - items: *579 + items: *580 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155744,7 +155762,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *259 + type: *260 title: description: Title of the issue type: string @@ -155848,9 +155866,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *822 - organization: *803 - repository: *804 + label: *823 + organization: *804 + repository: *805 sender: *4 required: - action @@ -155930,8 +155948,8 @@ x-webhooks: type: string enum: - locked - enterprise: *801 - installation: *802 + enterprise: *802 + installation: *803 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -156746,11 +156764,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *734 - issue_dependencies_summary: *735 + sub_issues_summary: *735 + issue_dependencies_summary: *736 issue_field_values: type: array - items: *579 + items: *580 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156763,7 +156781,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *259 + type: *260 title: description: Title of the issue type: string @@ -156844,8 +156862,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *803 - repository: *804 + organization: *804 + repository: *805 sender: *4 required: - action @@ -156924,8 +156942,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *801 - installation: *802 + enterprise: *802 + installation: *803 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -157734,11 +157752,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *734 - issue_dependencies_summary: *735 + sub_issues_summary: *735 + issue_dependencies_summary: *736 issue_field_values: type: array - items: *579 + items: *580 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157754,7 +157772,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *259 + type: *260 updated_at: type: string format: date-time @@ -157832,9 +157850,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *829 - organization: *803 - repository: *804 + milestone: *830 + organization: *804 + repository: *805 sender: *4 required: - action @@ -158697,11 +158715,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *734 - issue_dependencies_summary: *735 + sub_issues_summary: *735 + issue_dependencies_summary: *736 issue_field_values: type: array - items: *579 + items: *580 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158802,7 +158820,7 @@ x-webhooks: required: - login - id - type: *259 + type: *260 required: - id - number @@ -159282,8 +159300,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *801 - installation: *802 + enterprise: *802 + installation: *803 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -160067,11 +160085,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *734 - issue_dependencies_summary: *735 + sub_issues_summary: *735 + issue_dependencies_summary: *736 issue_field_values: type: array - items: *579 + items: *580 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160087,7 +160105,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *259 + type: *260 updated_at: type: string format: date-time @@ -160195,8 +160213,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *803 - repository: *804 + organization: *804 + repository: *805 sender: *4 required: - action @@ -160276,9 +160294,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *801 - installation: *802 - issue: &830 + enterprise: *802 + installation: *803 + issue: &831 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -161064,11 +161082,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *734 - issue_dependencies_summary: *735 + sub_issues_summary: *735 + issue_dependencies_summary: *736 issue_field_values: type: array - items: *579 + items: *580 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161084,7 +161102,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *259 + type: *260 updated_at: type: string format: date-time @@ -161184,8 +161202,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *803 - repository: *804 + organization: *804 + repository: *805 sender: *4 required: - action @@ -161264,8 +161282,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *801 - installation: *802 + enterprise: *802 + installation: *803 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -162078,11 +162096,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *734 - issue_dependencies_summary: *735 + sub_issues_summary: *735 + issue_dependencies_summary: *736 issue_field_values: type: array - items: *579 + items: *580 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162176,9 +162194,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *259 - organization: *803 - repository: *804 + type: *260 + organization: *804 + repository: *805 sender: *4 required: - action @@ -163047,11 +163065,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *734 - issue_dependencies_summary: *735 + sub_issues_summary: *735 + issue_dependencies_summary: *736 issue_field_values: type: array - items: *579 + items: *580 state: description: State of the issue; either 'open' or 'closed' type: string @@ -163067,7 +163085,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *259 + type: *260 updated_at: type: string format: date-time @@ -163646,11 +163664,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *801 - installation: *802 - issue: *830 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + issue: *831 + organization: *804 + repository: *805 sender: *4 required: - action @@ -163730,12 +163748,12 @@ x-webhooks: type: string enum: - typed - enterprise: *801 - installation: *802 - issue: *828 - type: *259 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + issue: *829 + type: *260 + organization: *804 + repository: *805 sender: *4 required: - action @@ -163816,7 +163834,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &860 + assignee: &861 title: User type: object nullable: true @@ -163886,11 +163904,11 @@ x-webhooks: required: - login - id - enterprise: *801 - installation: *802 - issue: *828 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + issue: *829 + organization: *804 + repository: *805 sender: *4 required: - action @@ -163969,12 +163987,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *801 - installation: *802 - issue: *828 - label: *822 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + issue: *829 + label: *823 + organization: *804 + repository: *805 sender: *4 required: - action @@ -164054,8 +164072,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *801 - installation: *802 + enterprise: *802 + installation: *803 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -164868,11 +164886,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *734 - issue_dependencies_summary: *735 + sub_issues_summary: *735 + issue_dependencies_summary: *736 issue_field_values: type: array - items: *579 + items: *580 state: description: State of the issue; either 'open' or 'closed' type: string @@ -164888,7 +164906,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *259 + type: *260 updated_at: type: string format: date-time @@ -164966,8 +164984,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *803 - repository: *804 + organization: *804 + repository: *805 sender: *4 required: - action @@ -165047,11 +165065,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *801 - installation: *802 - issue: *830 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + issue: *831 + organization: *804 + repository: *805 sender: *4 required: - action @@ -165130,12 +165148,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *801 - installation: *802 - issue: *828 - type: *259 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + issue: *829 + type: *260 + organization: *804 + repository: *805 sender: *4 required: - action @@ -165215,11 +165233,11 @@ x-webhooks: type: string enum: - created - enterprise: *801 - installation: *802 - label: *822 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + label: *823 + organization: *804 + repository: *805 sender: *4 required: - action @@ -165297,11 +165315,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *801 - installation: *802 - label: *822 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + label: *823 + organization: *804 + repository: *805 sender: *4 required: - action @@ -165411,11 +165429,11 @@ x-webhooks: type: string required: - from - enterprise: *801 - installation: *802 - label: *822 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + label: *823 + organization: *804 + repository: *805 sender: *4 required: - action @@ -165497,9 +165515,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *801 - installation: *802 - marketplace_purchase: &831 + enterprise: *802 + installation: *803 + marketplace_purchase: &832 title: Marketplace Purchase type: object required: @@ -165582,8 +165600,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *803 - previous_marketplace_purchase: &832 + organization: *804 + previous_marketplace_purchase: &833 title: Marketplace Purchase type: object properties: @@ -165663,7 +165681,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *804 + repository: *805 sender: *4 required: - action @@ -165743,10 +165761,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *801 - installation: *802 - marketplace_purchase: *831 - organization: *803 + enterprise: *802 + installation: *803 + marketplace_purchase: *832 + organization: *804 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -165829,7 +165847,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *804 + repository: *805 sender: *4 required: - action @@ -165911,10 +165929,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *801 - installation: *802 - marketplace_purchase: *831 - organization: *803 + enterprise: *802 + installation: *803 + marketplace_purchase: *832 + organization: *804 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -165996,7 +166014,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *804 + repository: *805 sender: *4 required: - action @@ -166077,8 +166095,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *801 - installation: *802 + enterprise: *802 + installation: *803 marketplace_purchase: title: Marketplace Purchase type: object @@ -166160,9 +166178,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *803 - previous_marketplace_purchase: *832 - repository: *804 + organization: *804 + previous_marketplace_purchase: *833 + repository: *805 sender: *4 required: - action @@ -166242,12 +166260,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *801 - installation: *802 - marketplace_purchase: *831 - organization: *803 - previous_marketplace_purchase: *832 - repository: *804 + enterprise: *802 + installation: *803 + marketplace_purchase: *832 + organization: *804 + previous_marketplace_purchase: *833 + repository: *805 sender: *4 required: - action @@ -166349,11 +166367,11 @@ x-webhooks: type: string required: - to - enterprise: *801 - installation: *802 - member: *823 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + member: *824 + organization: *804 + repository: *805 sender: *4 required: - action @@ -166453,11 +166471,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *801 - installation: *802 - member: *823 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + member: *824 + organization: *804 + repository: *805 sender: *4 required: - action @@ -166536,11 +166554,11 @@ x-webhooks: type: string enum: - removed - enterprise: *801 - installation: *802 - member: *823 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + member: *824 + organization: *804 + repository: *805 sender: *4 required: - action @@ -166618,11 +166636,11 @@ x-webhooks: type: string enum: - added - enterprise: *801 - installation: *802 - member: *823 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + member: *824 + organization: *804 + repository: *805 scope: description: The scope of the membership. Currently, can only be `team`. @@ -166698,7 +166716,7 @@ x-webhooks: required: - login - id - team: &833 + team: &834 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -166921,11 +166939,11 @@ x-webhooks: type: string enum: - removed - enterprise: *801 - installation: *802 - member: *823 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + member: *824 + organization: *804 + repository: *805 scope: description: The scope of the membership. Currently, can only be `team`. @@ -167002,7 +167020,7 @@ x-webhooks: required: - login - id - team: *833 + team: *834 required: - action - scope @@ -167084,8 +167102,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *802 - merge_group: &835 + installation: *803 + merge_group: &836 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -167104,15 +167122,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *834 + head_commit: *835 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *803 - repository: *804 + organization: *804 + repository: *805 sender: *4 required: - action @@ -167198,10 +167216,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *802 - merge_group: *835 - organization: *803 - repository: *804 + installation: *803 + merge_group: *836 + organization: *804 + repository: *805 sender: *4 required: - action @@ -167274,7 +167292,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *801 + enterprise: *802 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -167383,17 +167401,17 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *802 - organization: *803 + installation: *803 + organization: *804 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *836 - required: *837 - x-github-breaking-changes: *838 + properties: *837 + required: *838 + x-github-breaking-changes: *839 nullable: true sender: *4 required: @@ -167474,11 +167492,11 @@ x-webhooks: type: string enum: - closed - enterprise: *801 - installation: *802 - milestone: *829 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + milestone: *830 + organization: *804 + repository: *805 sender: *4 required: - action @@ -167557,9 +167575,9 @@ x-webhooks: type: string enum: - created - enterprise: *801 - installation: *802 - milestone: &839 + enterprise: *802 + installation: *803 + milestone: &840 title: Milestone description: A collection of related issues and pull requests. type: object @@ -167696,8 +167714,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *803 - repository: *804 + organization: *804 + repository: *805 sender: *4 required: - action @@ -167776,11 +167794,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *801 - installation: *802 - milestone: *829 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + milestone: *830 + organization: *804 + repository: *805 sender: *4 required: - action @@ -167890,11 +167908,11 @@ x-webhooks: type: string required: - from - enterprise: *801 - installation: *802 - milestone: *829 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + milestone: *830 + organization: *804 + repository: *805 sender: *4 required: - action @@ -167974,11 +167992,11 @@ x-webhooks: type: string enum: - opened - enterprise: *801 - installation: *802 - milestone: *839 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + milestone: *840 + organization: *804 + repository: *805 sender: *4 required: - action @@ -168057,11 +168075,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *823 - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + blocked_user: *824 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -168140,11 +168158,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *823 - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + blocked_user: *824 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -168223,9 +168241,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *801 - installation: *802 - membership: &840 + enterprise: *802 + installation: *803 + membership: &841 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -168332,8 +168350,8 @@ x-webhooks: - role - organization_url - user - organization: *803 - repository: *804 + organization: *804 + repository: *805 sender: *4 required: - action @@ -168411,11 +168429,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *801 - installation: *802 - membership: *840 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + membership: *841 + organization: *804 + repository: *805 sender: *4 required: - action @@ -168494,8 +168512,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *801 - installation: *802 + enterprise: *802 + installation: *803 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -168611,10 +168629,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *803 - repository: *804 + organization: *804 + repository: *805 sender: *4 - user: *823 + user: *824 required: - action - invitation @@ -168692,11 +168710,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *801 - installation: *802 - membership: *840 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + membership: *841 + organization: *804 + repository: *805 sender: *4 required: - action @@ -168783,11 +168801,11 @@ x-webhooks: properties: from: type: string - enterprise: *801 - installation: *802 - membership: *840 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + membership: *841 + organization: *804 + repository: *805 sender: *4 required: - action @@ -168864,9 +168882,9 @@ x-webhooks: type: string enum: - published - enterprise: *801 - installation: *802 - organization: *803 + enterprise: *802 + installation: *803 + organization: *804 package: description: Information about the package. type: object @@ -169365,7 +169383,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &841 + items: &842 title: Ruby Gems metadata type: object properties: @@ -169460,7 +169478,7 @@ x-webhooks: - owner - package_version - registry - repository: *804 + repository: *805 sender: *4 required: - action @@ -169536,9 +169554,9 @@ x-webhooks: type: string enum: - updated - enterprise: *801 - installation: *802 - organization: *803 + enterprise: *802 + installation: *803 + organization: *804 package: description: Information about the package. type: object @@ -169891,7 +169909,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *841 + items: *842 source_url: type: string format: uri @@ -169961,7 +169979,7 @@ x-webhooks: - owner - package_version - registry - repository: *804 + repository: *805 sender: *4 required: - action @@ -170137,12 +170155,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *801 + enterprise: *802 id: type: integer - installation: *802 - organization: *803 - repository: *804 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - id @@ -170219,7 +170237,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &842 + personal_access_token_request: &843 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -170365,10 +170383,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *801 - organization: *803 + enterprise: *802 + organization: *804 sender: *4 - installation: *802 + installation: *803 required: - action - personal_access_token_request @@ -170445,11 +170463,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *842 - enterprise: *801 - organization: *803 + personal_access_token_request: *843 + enterprise: *802 + organization: *804 sender: *4 - installation: *802 + installation: *803 required: - action - personal_access_token_request @@ -170525,11 +170543,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *842 - enterprise: *801 - organization: *803 + personal_access_token_request: *843 + enterprise: *802 + organization: *804 sender: *4 - installation: *802 + installation: *803 required: - action - personal_access_token_request @@ -170604,11 +170622,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *842 - organization: *803 - enterprise: *801 + personal_access_token_request: *843 + organization: *804 + enterprise: *802 sender: *4 - installation: *802 + installation: *803 required: - action - personal_access_token_request @@ -170713,7 +170731,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *843 + last_response: *844 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -170745,8 +170763,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *803 - repository: *804 + organization: *804 + repository: *805 sender: *4 zen: description: Random string of GitHub zen. @@ -170991,10 +171009,10 @@ x-webhooks: - from required: - note - enterprise: *801 - installation: *802 - organization: *803 - project_card: &844 + enterprise: *802 + installation: *803 + organization: *804 + project_card: &845 title: Project Card type: object properties: @@ -171113,7 +171131,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *804 + repository: *805 sender: *4 required: - action @@ -171194,11 +171212,11 @@ x-webhooks: type: string enum: - created - enterprise: *801 - installation: *802 - organization: *803 - project_card: *844 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + project_card: *845 + repository: *805 sender: *4 required: - action @@ -171278,9 +171296,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *801 - installation: *802 - organization: *803 + enterprise: *802 + installation: *803 + organization: *804 project_card: title: Project Card type: object @@ -171408,9 +171426,9 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *836 - required: *837 - x-github-breaking-changes: *838 + properties: *837 + required: *838 + x-github-breaking-changes: *839 nullable: true sender: *4 required: @@ -171504,11 +171522,11 @@ x-webhooks: - from required: - note - enterprise: *801 - installation: *802 - organization: *803 - project_card: *844 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + project_card: *845 + repository: *805 sender: *4 required: - action @@ -171602,9 +171620,9 @@ x-webhooks: - from required: - column_id - enterprise: *801 - installation: *802 - organization: *803 + enterprise: *802 + installation: *803 + organization: *804 project_card: allOf: - title: Project Card @@ -171794,7 +171812,7 @@ x-webhooks: type: string required: - after_id - repository: *804 + repository: *805 sender: *4 required: - action @@ -171874,10 +171892,10 @@ x-webhooks: type: string enum: - closed - enterprise: *801 - installation: *802 - organization: *803 - project: &846 + enterprise: *802 + installation: *803 + organization: *804 + project: &847 title: Project type: object properties: @@ -172001,7 +172019,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *804 + repository: *805 sender: *4 required: - action @@ -172081,10 +172099,10 @@ x-webhooks: type: string enum: - created - enterprise: *801 - installation: *802 - organization: *803 - project_column: &845 + enterprise: *802 + installation: *803 + organization: *804 + project_column: &846 title: Project Column type: object properties: @@ -172123,7 +172141,7 @@ x-webhooks: - name - created_at - updated_at - repository: *804 + repository: *805 sender: *4 required: - action @@ -172202,19 +172220,19 @@ x-webhooks: type: string enum: - deleted - enterprise: *801 - installation: *802 - organization: *803 - project_column: *845 + enterprise: *802 + installation: *803 + organization: *804 + project_column: *846 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *836 - required: *837 - x-github-breaking-changes: *838 + properties: *837 + required: *838 + x-github-breaking-changes: *839 nullable: true sender: *4 required: @@ -172304,11 +172322,11 @@ x-webhooks: type: string required: - from - enterprise: *801 - installation: *802 - organization: *803 - project_column: *845 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + project_column: *846 + repository: *805 sender: *4 required: - action @@ -172388,11 +172406,11 @@ x-webhooks: type: string enum: - moved - enterprise: *801 - installation: *802 - organization: *803 - project_column: *845 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + project_column: *846 + repository: *805 sender: *4 required: - action @@ -172472,11 +172490,11 @@ x-webhooks: type: string enum: - created - enterprise: *801 - installation: *802 - organization: *803 - project: *846 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + project: *847 + repository: *805 sender: *4 required: - action @@ -172556,19 +172574,19 @@ x-webhooks: type: string enum: - deleted - enterprise: *801 - installation: *802 - organization: *803 - project: *846 + enterprise: *802 + installation: *803 + organization: *804 + project: *847 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *836 - required: *837 - x-github-breaking-changes: *838 + properties: *837 + required: *838 + x-github-breaking-changes: *839 nullable: true sender: *4 required: @@ -172670,11 +172688,11 @@ x-webhooks: type: string required: - from - enterprise: *801 - installation: *802 - organization: *803 - project: *846 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + project: *847 + repository: *805 sender: *4 required: - action @@ -172753,11 +172771,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *801 - installation: *802 - organization: *803 - project: *846 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + project: *847 + repository: *805 sender: *4 required: - action @@ -172838,9 +172856,9 @@ x-webhooks: type: string enum: - closed - installation: *802 - organization: *803 - projects_v2: *293 + installation: *803 + organization: *804 + projects_v2: *294 sender: *4 required: - action @@ -172921,9 +172939,9 @@ x-webhooks: type: string enum: - created - installation: *802 - organization: *803 - projects_v2: *293 + installation: *803 + organization: *804 + projects_v2: *294 sender: *4 required: - action @@ -173004,9 +173022,9 @@ x-webhooks: type: string enum: - deleted - installation: *802 - organization: *803 - projects_v2: *293 + installation: *803 + organization: *804 + projects_v2: *294 sender: *4 required: - action @@ -173123,9 +173141,9 @@ x-webhooks: type: string to: type: string - installation: *802 - organization: *803 - projects_v2: *293 + installation: *803 + organization: *804 + projects_v2: *294 sender: *4 required: - action @@ -173208,7 +173226,7 @@ x-webhooks: type: string enum: - archived - changes: &850 + changes: &851 type: object properties: archived_at: @@ -173222,9 +173240,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *802 - organization: *803 - projects_v2_item: &847 + installation: *803 + organization: *804 + projects_v2_item: &848 title: Projects v2 Item description: An item belonging to a project type: object @@ -173242,7 +173260,7 @@ x-webhooks: type: string description: The node ID of the content represented by this item. - content_type: *300 + content_type: *301 creator: *4 created_at: type: string @@ -173359,9 +173377,9 @@ x-webhooks: nullable: true to: type: string - installation: *802 - organization: *803 - projects_v2_item: *847 + installation: *803 + organization: *804 + projects_v2_item: *848 sender: *4 required: - action @@ -173443,9 +173461,9 @@ x-webhooks: type: string enum: - created - installation: *802 - organization: *803 - projects_v2_item: *847 + installation: *803 + organization: *804 + projects_v2_item: *848 sender: *4 required: - action @@ -173526,9 +173544,9 @@ x-webhooks: type: string enum: - deleted - installation: *802 - organization: *803 - projects_v2_item: *847 + installation: *803 + organization: *804 + projects_v2_item: *848 sender: *4 required: - action @@ -173634,7 +173652,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &848 + - &849 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -173656,7 +173674,7 @@ x-webhooks: required: - id - name - - &849 + - &850 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -173690,8 +173708,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *848 - *849 + - *850 required: - field_value - type: object @@ -173707,9 +173725,9 @@ x-webhooks: nullable: true required: - body - installation: *802 - organization: *803 - projects_v2_item: *847 + installation: *803 + organization: *804 + projects_v2_item: *848 sender: *4 required: - action @@ -173804,9 +173822,9 @@ x-webhooks: to: type: string nullable: true - installation: *802 - organization: *803 - projects_v2_item: *847 + installation: *803 + organization: *804 + projects_v2_item: *848 sender: *4 required: - action @@ -173889,10 +173907,10 @@ x-webhooks: type: string enum: - restored - changes: *850 - installation: *802 - organization: *803 - projects_v2_item: *847 + changes: *851 + installation: *803 + organization: *804 + projects_v2_item: *848 sender: *4 required: - action @@ -173974,9 +173992,9 @@ x-webhooks: type: string enum: - reopened - installation: *802 - organization: *803 - projects_v2: *293 + installation: *803 + organization: *804 + projects_v2: *294 sender: *4 required: - action @@ -174057,14 +174075,14 @@ x-webhooks: type: string enum: - created - installation: *802 - organization: *803 - projects_v2_status_update: &853 + installation: *803 + organization: *804 + projects_v2_status_update: &854 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *851 - required: *852 + properties: *852 + required: *853 sender: *4 required: - action @@ -174145,9 +174163,9 @@ x-webhooks: type: string enum: - deleted - installation: *802 - organization: *803 - projects_v2_status_update: *853 + installation: *803 + organization: *804 + projects_v2_status_update: *854 sender: *4 required: - action @@ -174283,9 +174301,9 @@ x-webhooks: type: string format: date nullable: true - installation: *802 - organization: *803 - projects_v2_status_update: *853 + installation: *803 + organization: *804 + projects_v2_status_update: *854 sender: *4 required: - action @@ -174356,10 +174374,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - repository @@ -174436,13 +174454,13 @@ x-webhooks: type: string enum: - assigned - assignee: *823 - enterprise: *801 - installation: *802 - number: &854 + assignee: *824 + enterprise: *802 + installation: *803 + number: &855 description: The pull request number. type: integer - organization: *803 + organization: *804 pull_request: title: Pull Request type: object @@ -176621,7 +176639,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *631 + stack: *632 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -176748,7 +176766,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *804 + repository: *805 sender: *4 required: - action @@ -176845,11 +176863,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *801 - installation: *802 + enterprise: *802 + installation: *803 number: type: integer - organization: *803 + organization: *804 pull_request: title: Pull Request type: object @@ -179021,7 +179039,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *631 + stack: *632 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -179150,7 +179168,7 @@ x-webhooks: - draft reason: type: string - repository: *804 + repository: *805 sender: *4 required: - action @@ -179247,11 +179265,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *801 - installation: *802 + enterprise: *802 + installation: *803 number: type: integer - organization: *803 + organization: *804 pull_request: title: Pull Request type: object @@ -181423,7 +181441,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *631 + stack: *632 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -181552,7 +181570,7 @@ x-webhooks: - draft reason: type: string - repository: *804 + repository: *805 sender: *4 required: - action @@ -181649,13 +181667,13 @@ x-webhooks: type: string enum: - closed - enterprise: *801 - installation: *802 - number: *854 - organization: *803 - pull_request: &855 + enterprise: *802 + installation: *803 + number: *855 + organization: *804 + pull_request: &856 allOf: - - *634 + - *635 - type: object properties: allow_auto_merge: @@ -181717,7 +181735,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *804 + repository: *805 sender: *4 required: - action @@ -181798,12 +181816,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *801 - installation: *802 - number: *854 - organization: *803 - pull_request: *855 - repository: *804 + enterprise: *802 + installation: *803 + number: *855 + organization: *804 + pull_request: *856 + repository: *805 sender: *4 required: - action @@ -181883,11 +181901,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *801 - milestone: *617 - number: *854 - organization: *803 - pull_request: &856 + enterprise: *802 + milestone: *618 + number: *855 + organization: *804 + pull_request: &857 title: Pull Request type: object properties: @@ -184046,7 +184064,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *631 + stack: *632 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -184215,7 +184233,7 @@ x-webhooks: - active_lock_reason - draft version: '2026-03-10' - repository: *804 + repository: *805 sender: *4 required: - action @@ -184294,11 +184312,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *801 - installation: *802 + enterprise: *802 + installation: *803 number: type: integer - organization: *803 + organization: *804 pull_request: title: Pull Request type: object @@ -186461,7 +186479,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *631 + stack: *632 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -186603,7 +186621,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *804 + repository: *805 sender: *4 required: - action @@ -186735,12 +186753,12 @@ x-webhooks: type: string required: - from - enterprise: *801 - installation: *802 - number: *854 - organization: *803 - pull_request: *855 - repository: *804 + enterprise: *802 + installation: *803 + number: *855 + organization: *804 + pull_request: *856 + repository: *805 sender: *4 required: - action @@ -186820,11 +186838,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *801 - installation: *802 + enterprise: *802 + installation: *803 number: type: integer - organization: *803 + organization: *804 pull_request: title: Pull Request type: object @@ -188987,7 +189005,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *631 + stack: *632 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -189114,7 +189132,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *804 + repository: *805 sender: *4 required: - action @@ -189202,11 +189220,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *801 - installation: *802 - label: *822 - number: *854 - organization: *803 + enterprise: *802 + installation: *803 + label: *823 + number: *855 + organization: *804 pull_request: title: Pull Request type: object @@ -191384,7 +191402,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *631 + stack: *632 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -191511,7 +191529,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *804 + repository: *805 sender: *4 required: - action @@ -191607,10 +191625,10 @@ x-webhooks: type: string enum: - locked - enterprise: *801 - installation: *802 - number: *854 - organization: *803 + enterprise: *802 + installation: *803 + number: *855 + organization: *804 pull_request: title: Pull Request type: object @@ -193786,7 +193804,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *631 + stack: *632 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -193913,7 +193931,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *804 + repository: *805 sender: *4 required: - action @@ -194008,12 +194026,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *801 - milestone: *617 - number: *854 - organization: *803 - pull_request: *856 - repository: *804 + enterprise: *802 + milestone: *618 + number: *855 + organization: *804 + pull_request: *857 + repository: *805 sender: *4 required: - action @@ -194092,12 +194110,12 @@ x-webhooks: type: string enum: - opened - enterprise: *801 - installation: *802 - number: *854 - organization: *803 - pull_request: *855 - repository: *804 + enterprise: *802 + installation: *803 + number: *855 + organization: *804 + pull_request: *856 + repository: *805 sender: *4 required: - action @@ -194178,12 +194196,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *801 - installation: *802 - number: *854 - organization: *803 - pull_request: *855 - repository: *804 + enterprise: *802 + installation: *803 + number: *855 + organization: *804 + pull_request: *856 + repository: *805 sender: *4 required: - action @@ -194263,12 +194281,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *801 - installation: *802 - number: *854 - organization: *803 - pull_request: *855 - repository: *804 + enterprise: *802 + installation: *803 + number: *855 + organization: *804 + pull_request: *856 + repository: *805 sender: *4 required: - action @@ -194634,9 +194652,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *801 - installation: *802 - organization: *803 + enterprise: *802 + installation: *803 + organization: *804 pull_request: type: object properties: @@ -196707,7 +196725,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *631 + stack: *632 state: type: string enum: @@ -196829,7 +196847,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *804 + repository: *805 sender: *4 required: - action @@ -196924,7 +196942,7 @@ x-webhooks: type: string enum: - deleted - comment: &858 + comment: &859 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -197209,9 +197227,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *801 - installation: *802 - organization: *803 + enterprise: *802 + installation: *803 + organization: *804 pull_request: type: object properties: @@ -199270,7 +199288,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *631 + stack: *632 state: type: string enum: @@ -199392,7 +199410,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *804 + repository: *805 sender: *4 required: - action @@ -199487,11 +199505,11 @@ x-webhooks: type: string enum: - edited - changes: *857 - comment: *858 - enterprise: *801 - installation: *802 - organization: *803 + changes: *858 + comment: *859 + enterprise: *802 + installation: *803 + organization: *804 pull_request: type: object properties: @@ -201553,7 +201571,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *631 + stack: *632 state: type: string enum: @@ -201675,7 +201693,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *804 + repository: *805 sender: *4 required: - action @@ -201771,9 +201789,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *801 - installation: *802 - organization: *803 + enterprise: *802 + installation: *803 + organization: *804 pull_request: title: Simple Pull Request type: object @@ -203845,7 +203863,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *631 + stack: *632 state: type: string enum: @@ -203969,7 +203987,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *804 + repository: *805 review: description: The review that was affected. type: object @@ -204231,9 +204249,9 @@ x-webhooks: type: string required: - from - enterprise: *801 - installation: *802 - organization: *803 + enterprise: *802 + installation: *803 + organization: *804 pull_request: title: Simple Pull Request type: object @@ -206287,8 +206305,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *804 - review: &859 + repository: *805 + review: &860 description: The review that was affected. type: object properties: @@ -206529,12 +206547,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *801 - installation: *802 + enterprise: *802 + installation: *803 number: description: The pull request number. type: integer - organization: *803 + organization: *804 pull_request: title: Pull Request type: object @@ -208713,7 +208731,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *631 + stack: *632 state: description: State of this Pull Request. Either `open` or `closed`. @@ -208840,7 +208858,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *804 + repository: *805 requested_reviewer: title: User type: object @@ -208924,12 +208942,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *801 - installation: *802 + enterprise: *802 + installation: *803 number: description: The pull request number. type: integer - organization: *803 + organization: *804 pull_request: title: Pull Request type: object @@ -211115,7 +211133,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *631 + stack: *632 state: description: State of this Pull Request. Either `open` or `closed`. @@ -211242,7 +211260,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *804 + repository: *805 requested_team: title: Team description: Groups of organization members that gives permissions @@ -211457,12 +211475,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *801 - installation: *802 + enterprise: *802 + installation: *803 number: description: The pull request number. type: integer - organization: *803 + organization: *804 pull_request: title: Pull Request type: object @@ -213642,7 +213660,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *631 + stack: *632 state: description: State of this Pull Request. Either `open` or `closed`. @@ -213770,7 +213788,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *804 + repository: *805 requested_reviewer: title: User type: object @@ -213855,12 +213873,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *801 - installation: *802 + enterprise: *802 + installation: *803 number: description: The pull request number. type: integer - organization: *803 + organization: *804 pull_request: title: Pull Request type: object @@ -216031,7 +216049,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *631 + stack: *632 state: description: State of this Pull Request. Either `open` or `closed`. @@ -216159,7 +216177,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *804 + repository: *805 requested_team: title: Team description: Groups of organization members that gives permissions @@ -216363,9 +216381,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *801 - installation: *802 - organization: *803 + enterprise: *802 + installation: *803 + organization: *804 pull_request: title: Simple Pull Request type: object @@ -218439,7 +218457,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *631 + stack: *632 state: type: string enum: @@ -218563,8 +218581,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *804 - review: *859 + repository: *805 + review: *860 sender: *4 required: - action @@ -218659,9 +218677,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *801 - installation: *802 - organization: *803 + enterprise: *802 + installation: *803 + organization: *804 pull_request: title: Simple Pull Request type: object @@ -220630,7 +220648,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *631 + stack: *632 state: type: string enum: @@ -220754,7 +220772,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *804 + repository: *805 sender: *4 thread: type: object @@ -221149,9 +221167,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *801 - installation: *802 - organization: *803 + enterprise: *802 + installation: *803 + organization: *804 pull_request: title: Simple Pull Request type: object @@ -223107,7 +223125,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *631 + stack: *632 state: type: string enum: @@ -223230,7 +223248,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *804 + repository: *805 sender: *4 thread: type: object @@ -223622,11 +223640,11 @@ x-webhooks: type: string enum: - stacked - enterprise: *801 - installation: *802 - stack: *631 - number: *854 - organization: *803 + enterprise: *802 + installation: *803 + stack: *632 + number: *855 + organization: *804 pull_request: title: Pull Request type: object @@ -225804,7 +225822,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *631 + stack: *632 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -225931,7 +225949,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *804 + repository: *805 sender: *4 required: - action @@ -226032,10 +226050,10 @@ x-webhooks: type: string before: type: string - enterprise: *801 - installation: *802 - number: *854 - organization: *803 + enterprise: *802 + installation: *803 + number: *855 + organization: *804 pull_request: title: Pull Request type: object @@ -228202,7 +228220,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *631 + stack: *632 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -228329,7 +228347,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *804 + repository: *805 sender: *4 required: - action @@ -228426,11 +228444,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *860 - enterprise: *801 - installation: *802 - number: *854 - organization: *803 + assignee: *861 + enterprise: *802 + installation: *803 + number: *855 + organization: *804 pull_request: title: Pull Request type: object @@ -230609,7 +230627,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *631 + stack: *632 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -230736,7 +230754,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *804 + repository: *805 sender: *4 required: - action @@ -230830,11 +230848,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *801 - installation: *802 - label: *822 - number: *854 - organization: *803 + enterprise: *802 + installation: *803 + label: *823 + number: *855 + organization: *804 pull_request: title: Pull Request type: object @@ -233003,7 +233021,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *631 + stack: *632 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -233130,7 +233148,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *804 + repository: *805 sender: *4 required: - action @@ -233226,10 +233244,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *801 - installation: *802 - number: *854 - organization: *803 + enterprise: *802 + installation: *803 + number: *855 + organization: *804 pull_request: title: Pull Request type: object @@ -235391,7 +235409,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *631 + stack: *632 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -235517,7 +235535,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *804 + repository: *805 sender: *4 required: - action @@ -235732,7 +235750,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *801 + enterprise: *802 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -235824,8 +235842,8 @@ x-webhooks: - url - author - committer - installation: *802 - organization: *803 + installation: *803 + organization: *804 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -236411,9 +236429,9 @@ x-webhooks: type: string enum: - published - enterprise: *801 - installation: *802 - organization: *803 + enterprise: *802 + installation: *803 + organization: *804 registry_package: type: object properties: @@ -236859,7 +236877,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *841 + items: *842 summary: type: string tag_name: @@ -236913,7 +236931,7 @@ x-webhooks: - owner - package_version - registry - repository: *804 + repository: *805 sender: *4 required: - action @@ -236991,9 +237009,9 @@ x-webhooks: type: string enum: - updated - enterprise: *801 - installation: *802 - organization: *803 + enterprise: *802 + installation: *803 + organization: *804 registry_package: type: object properties: @@ -237301,7 +237319,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *841 + items: *842 summary: type: string tag_name: @@ -237350,7 +237368,7 @@ x-webhooks: - owner - package_version - registry - repository: *804 + repository: *805 sender: *4 required: - action @@ -237427,10 +237445,10 @@ x-webhooks: type: string enum: - created - enterprise: *801 - installation: *802 - organization: *803 - release: &861 + enterprise: *802 + installation: *803 + organization: *804 + release: &862 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -237748,7 +237766,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *804 + repository: *805 sender: *4 required: - action @@ -237825,11 +237843,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *801 - installation: *802 - organization: *803 - release: *861 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + release: *862 + repository: *805 sender: *4 required: - action @@ -237946,11 +237964,11 @@ x-webhooks: type: boolean required: - to - enterprise: *801 - installation: *802 - organization: *803 - release: *861 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + release: *862 + repository: *805 sender: *4 required: - action @@ -238028,9 +238046,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *801 - installation: *802 - organization: *803 + enterprise: *802 + installation: *803 + organization: *804 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -238352,7 +238370,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *804 + repository: *805 sender: *4 required: - action @@ -238428,10 +238446,10 @@ x-webhooks: type: string enum: - published - enterprise: *801 - installation: *802 - organization: *803 - release: &862 + enterprise: *802 + installation: *803 + organization: *804 + release: &863 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -238750,7 +238768,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *804 + repository: *805 sender: *4 required: - action @@ -238826,11 +238844,11 @@ x-webhooks: type: string enum: - released - enterprise: *801 - installation: *802 - organization: *803 - release: *861 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + release: *862 + repository: *805 sender: *4 required: - action @@ -238906,11 +238924,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *801 - installation: *802 - organization: *803 - release: *862 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + release: *863 + repository: *805 sender: *4 required: - action @@ -238986,11 +239004,11 @@ x-webhooks: type: string enum: - published - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 - repository_advisory: *720 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 + repository_advisory: *721 sender: *4 required: - action @@ -239066,11 +239084,11 @@ x-webhooks: type: string enum: - reported - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 - repository_advisory: *720 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 + repository_advisory: *721 sender: *4 required: - action @@ -239146,10 +239164,10 @@ x-webhooks: type: string enum: - archived - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -239226,10 +239244,10 @@ x-webhooks: type: string enum: - created - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -239307,10 +239325,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -239394,10 +239412,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -239509,10 +239527,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -239584,10 +239602,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 status: type: string @@ -239668,10 +239686,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -239748,10 +239766,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -239845,10 +239863,10 @@ x-webhooks: - name required: - repository - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -239928,11 +239946,11 @@ x-webhooks: type: string enum: - created - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 - repository_ruleset: *342 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 + repository_ruleset: *343 sender: *4 required: - action @@ -240010,11 +240028,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 - repository_ruleset: *342 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 + repository_ruleset: *343 sender: *4 required: - action @@ -240092,11 +240110,11 @@ x-webhooks: type: string enum: - edited - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 - repository_ruleset: *342 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 + repository_ruleset: *343 changes: type: object properties: @@ -240115,16 +240133,16 @@ x-webhooks: properties: added: type: array - items: *316 + items: *317 deleted: type: array - items: *316 + items: *317 updated: type: array items: type: object properties: - condition: *316 + condition: *317 changes: type: object properties: @@ -240157,16 +240175,16 @@ x-webhooks: properties: added: type: array - items: *656 + items: *657 deleted: type: array - items: *656 + items: *657 updated: type: array items: type: object properties: - rule: *656 + rule: *657 changes: type: object properties: @@ -240400,10 +240418,10 @@ x-webhooks: - from required: - owner - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -240481,10 +240499,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -240562,7 +240580,7 @@ x-webhooks: type: string enum: - create - alert: &863 + alert: &864 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -240684,10 +240702,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -240893,10 +240911,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -240974,11 +240992,11 @@ x-webhooks: type: string enum: - reopen - alert: *863 - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + alert: *864 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -241177,10 +241195,10 @@ x-webhooks: enum: - fixed - open - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -241258,7 +241276,7 @@ x-webhooks: type: string enum: - assigned - alert: &865 + alert: &866 type: object properties: number: *189 @@ -241408,12 +241426,12 @@ x-webhooks: properties: *20 required: *21 nullable: true - metadata: *864 + metadata: *865 assignee: *4 - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -241491,11 +241509,11 @@ x-webhooks: type: string enum: - created - alert: *865 - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + alert: *866 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -241576,11 +241594,11 @@ x-webhooks: type: string enum: - created - alert: *865 - installation: *802 - location: *866 - organization: *803 - repository: *804 + alert: *866 + installation: *803 + location: *867 + organization: *804 + repository: *805 sender: *4 required: - location @@ -241818,11 +241836,11 @@ x-webhooks: type: string enum: - metadata_created - alert: *865 - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + alert: *866 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -241899,11 +241917,11 @@ x-webhooks: type: string enum: - metadata_removed - alert: *865 - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + alert: *866 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -241980,11 +241998,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *865 - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + alert: *866 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -242062,11 +242080,11 @@ x-webhooks: type: string enum: - reopened - alert: *865 - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + alert: *866 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -242144,11 +242162,11 @@ x-webhooks: type: string enum: - resolved - alert: *865 - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + alert: *866 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -242226,12 +242244,12 @@ x-webhooks: type: string enum: - unassigned - alert: *865 + alert: *866 assignee: *4 - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -242309,11 +242327,11 @@ x-webhooks: type: string enum: - validated - alert: *865 - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + alert: *866 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -242439,10 +242457,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *804 - enterprise: *801 - installation: *802 - organization: *803 + repository: *805 + enterprise: *802 + installation: *803 + organization: *804 sender: *4 required: - action @@ -242520,11 +242538,11 @@ x-webhooks: type: string enum: - published - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 - security_advisory: &867 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 + security_advisory: &868 description: The details of the security advisory, including summary, description, and severity. type: object @@ -242725,11 +242743,11 @@ x-webhooks: type: string enum: - updated - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 - security_advisory: *867 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 + security_advisory: *868 sender: *4 required: - action @@ -242802,10 +242820,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -242997,11 +243015,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *315 - enterprise: *801 - installation: *802 - organization: *803 - repository: *362 + security_and_analysis: *316 + enterprise: *802 + installation: *803 + organization: *804 + repository: *363 sender: *4 required: - changes @@ -243079,12 +243097,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 - sponsorship: &868 + sponsorship: &869 type: object properties: created_at: @@ -243385,12 +243403,12 @@ x-webhooks: type: string enum: - created - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 - sponsorship: *868 + sponsorship: *869 required: - action - sponsorship @@ -243478,12 +243496,12 @@ x-webhooks: type: string required: - from - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 - sponsorship: *868 + sponsorship: *869 required: - action - changes @@ -243560,17 +243578,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &869 + effective_date: &870 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: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 - sponsorship: *868 + sponsorship: *869 required: - action - sponsorship @@ -243644,7 +243662,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &870 + changes: &871 type: object properties: tier: @@ -243688,13 +243706,13 @@ x-webhooks: - from required: - tier - effective_date: *869 - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + effective_date: *870 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 - sponsorship: *868 + sponsorship: *869 required: - action - changes @@ -243771,13 +243789,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *870 - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + changes: *871 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 - sponsorship: *868 + sponsorship: *869 required: - action - changes @@ -243851,10 +243869,10 @@ x-webhooks: type: string enum: - created - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -243937,10 +243955,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -244360,15 +244378,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *801 + enterprise: *802 id: description: The unique identifier of the status. type: integer - installation: *802 + installation: *803 name: type: string - organization: *803 - repository: *804 + organization: *804 + repository: *805 sender: *4 sha: description: The Commit SHA. @@ -244483,9 +244501,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *89 - installation: *802 - organization: *803 - repository: *804 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -244574,9 +244592,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *89 - installation: *802 - organization: *803 - repository: *804 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -244665,9 +244683,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *89 - installation: *802 - organization: *803 - repository: *804 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -244756,9 +244774,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *89 - installation: *802 - organization: *803 - repository: *804 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -244834,12 +244852,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 - team: &871 + team: &872 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -245062,9 +245080,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *801 - installation: *802 - organization: *803 + enterprise: *802 + installation: *803 + organization: *804 repository: title: Repository description: A git repository @@ -245522,7 +245540,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *871 + team: *872 required: - action - team @@ -245598,9 +245616,9 @@ x-webhooks: type: string enum: - created - enterprise: *801 - installation: *802 - organization: *803 + enterprise: *802 + installation: *803 + organization: *804 repository: title: Repository description: A git repository @@ -246058,7 +246076,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *871 + team: *872 required: - action - team @@ -246135,9 +246153,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *801 - installation: *802 - organization: *803 + enterprise: *802 + installation: *803 + organization: *804 repository: title: Repository description: A git repository @@ -246595,7 +246613,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *871 + team: *872 required: - action - team @@ -246739,9 +246757,9 @@ x-webhooks: - from required: - permissions - enterprise: *801 - installation: *802 - organization: *803 + enterprise: *802 + installation: *803 + organization: *804 repository: title: Repository description: A git repository @@ -247199,7 +247217,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *871 + team: *872 required: - action - changes @@ -247277,9 +247295,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *801 - installation: *802 - organization: *803 + enterprise: *802 + installation: *803 + organization: *804 repository: title: Repository description: A git repository @@ -247737,7 +247755,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *871 + team: *872 required: - action - team @@ -247813,10 +247831,10 @@ x-webhooks: type: string enum: - started - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 required: - action @@ -247889,16 +247907,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *801 + enterprise: *802 inputs: type: object nullable: true additionalProperties: true - installation: *802 - organization: *803 + installation: *803 + organization: *804 ref: type: string - repository: *804 + repository: *805 sender: *4 workflow: type: string @@ -247980,10 +247998,10 @@ x-webhooks: type: string enum: - completed - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 workflow_job: allOf: @@ -248220,7 +248238,7 @@ x-webhooks: type: string required: - conclusion - deployment: *524 + deployment: *525 required: - action - repository @@ -248299,10 +248317,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 workflow_job: allOf: @@ -248562,7 +248580,7 @@ x-webhooks: required: - status - steps - deployment: *524 + deployment: *525 required: - action - repository @@ -248641,10 +248659,10 @@ x-webhooks: type: string enum: - queued - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 workflow_job: type: object @@ -248779,7 +248797,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *524 + deployment: *525 required: - action - repository @@ -248858,10 +248876,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 workflow_job: type: object @@ -248997,7 +249015,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *524 + deployment: *525 required: - action - repository @@ -249077,12 +249095,12 @@ x-webhooks: type: string enum: - completed - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 - workflow: *818 + workflow: *819 workflow_run: title: Workflow Run type: object @@ -250081,12 +250099,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 - workflow: *818 + workflow: *819 workflow_run: title: Workflow Run type: object @@ -251070,12 +251088,12 @@ x-webhooks: type: string enum: - requested - enterprise: *801 - installation: *802 - organization: *803 - repository: *804 + enterprise: *802 + installation: *803 + organization: *804 + repository: *805 sender: *4 - workflow: *818 + workflow: *819 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index 898032afab..e7274ac02d 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -50613,6 +50613,14 @@ ] } }, + { + "name": "relationship", + "in": "query", + "description": "A comma-separated list of relationships of the vulnerable dependency to your project. If specified, only alerts with these relationships will be returned.\n\n> [!NOTE]\n> We are rolling out support for dependency relationship across ecosystems. This value will be \"unknown\" for all dependencies in unsupported ecosystems.", + "schema": { + "type": "string" + } + }, { "name": "sort", "in": "query", @@ -51969,7 +51977,8 @@ "name": "django" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-rf4j-j272-fj86", @@ -52194,7 +52203,8 @@ "name": "ansible" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-8f4m-hccc-8qph", @@ -183852,6 +183862,14 @@ ] } }, + { + "name": "relationship", + "in": "query", + "description": "A comma-separated list of relationships of the vulnerable dependency to your project. If specified, only alerts with these relationships will be returned.\n\n> [!NOTE]\n> We are rolling out support for dependency relationship across ecosystems. This value will be \"unknown\" for all dependencies in unsupported ecosystems.", + "schema": { + "type": "string" + } + }, { "name": "sort", "in": "query", @@ -185208,7 +185226,8 @@ "name": "django" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-rf4j-j272-fj86", @@ -185433,7 +185452,8 @@ "name": "ansible" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-8f4m-hccc-8qph", @@ -416674,6 +416694,14 @@ ] } }, + { + "name": "relationship", + "in": "query", + "description": "A comma-separated list of relationships of the vulnerable dependency to your project. If specified, only alerts with these relationships will be returned.\n\n> [!NOTE]\n> We are rolling out support for dependency relationship across ecosystems. This value will be \"unknown\" for all dependencies in unsupported ecosystems.", + "schema": { + "type": "string" + } + }, { "name": "sort", "in": "query", @@ -417610,7 +417638,8 @@ "name": "django" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-rf4j-j272-fj86", @@ -417768,7 +417797,8 @@ "name": "ansible" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-8f4m-hccc-8qph", @@ -418958,7 +418988,8 @@ "name": "ansible" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-8f4m-hccc-8qph", @@ -420164,7 +420195,8 @@ "name": "django" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-rf4j-j272-fj86", diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 9dcacabb86..0ede01b82d 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -872,7 +872,7 @@ paths: - subscriptions_url - type - url - type: &493 + type: &494 type: string description: The type of credit the user is receiving. enum: @@ -1038,7 +1038,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &833 + - &834 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -4261,7 +4261,7 @@ paths: schema: type: integer default: 30 - - &377 + - &378 name: cursor description: 'Used for pagination: the starting delivery from which the page of deliveries is fetched. Refer to the `link` header for the next and previous @@ -4270,7 +4270,7 @@ paths: required: false schema: type: string - - &378 + - &379 name: status description: Returns webhook deliveries filtered by delivery outcome classification based on `status_code` range. A `status` of `success` returns deliveries @@ -4290,7 +4290,7 @@ paths: application/json: schema: type: array - items: &379 + items: &380 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -4370,7 +4370,7 @@ paths: - installation_id - repository_id examples: - default: &380 + default: &381 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -4402,7 +4402,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &843 + schema: &844 title: Scim Error description: Scim Error type: object @@ -4498,7 +4498,7 @@ paths: description: Response content: application/json: - schema: &381 + schema: &382 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -4612,7 +4612,7 @@ paths: - request - response examples: - default: &382 + default: &383 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -5624,7 +5624,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &451 + properties: &452 id: description: Unique identifier of the repository example: 42 @@ -6075,7 +6075,7 @@ paths: type: boolean lexical_commit_sha: type: string - required: &452 + required: &453 - archive_url - assignees_url - blobs_url @@ -11833,7 +11833,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &844 + '401': &845 description: Authorization failure '404': *6 x-github: @@ -16115,7 +16115,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &585 + instances_url: &586 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -16150,7 +16150,7 @@ paths: format: date-time readOnly: true nullable: true - dismissed_reason: &586 + dismissed_reason: &587 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -16159,13 +16159,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &587 + dismissed_comment: &588 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &588 + rule: &589 type: object properties: id: @@ -16218,7 +16218,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &589 + tool: &590 type: object properties: name: *114 @@ -16228,26 +16228,26 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *115 - most_recent_instance: &590 + most_recent_instance: &591 type: object properties: - ref: &583 + ref: &584 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &601 + analysis_key: &602 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions this includes the workflow filename and job name. - environment: &602 + environment: &603 type: string description: Identifies the variable values associated with the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &603 + category: &604 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -16267,7 +16267,7 @@ paths: with placeholder links for related locations replaced by links to the relevant code. Only populated when related locations are available for the alert instance. - location: &604 + location: &605 type: object description: Describe a region within a file for the alert. properties: @@ -16288,7 +16288,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: &605 + items: &606 type: string description: A classification of the file. For example to identify it as generated. @@ -18647,7 +18647,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &417 + properties: &418 id: description: Unique identifier of the team type: integer @@ -18719,7 +18719,7 @@ paths: description: Unique identifier of the enterprise to which this team belongs example: 42 - required: &418 + required: &419 - id - node_id - url @@ -20902,7 +20902,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &647 + - &648 name: has in: query description: |- @@ -20936,6 +20936,16 @@ paths: - development - runtime - &362 + name: relationship + in: query + description: |- + A comma-separated list of relationships of the vulnerable dependency to your project. If specified, only alerts with these relationships will be returned. + + > [!NOTE] + > We are rolling out support for dependency relationship across ecosystems. This value will be "unknown" for all dependencies in unsupported ecosystems. + schema: + type: string + - &363 name: sort in: query description: |- @@ -20961,7 +20971,7 @@ paths: application/json: schema: type: array - items: &363 + items: &364 type: object description: A Dependabot alert. properties: @@ -21025,7 +21035,7 @@ paths: - direct - transitive - inconclusive - security_advisory: &648 + security_advisory: &649 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -21264,14 +21274,14 @@ paths: nullable: true maxLength: 280 fixed_at: *146 - auto_dismissed_at: &649 + auto_dismissed_at: &650 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissal_request: &650 + dismissal_request: &651 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -21333,7 +21343,7 @@ paths: - repository additionalProperties: false examples: - default: &364 + default: &365 value: - number: 2 state: dismissed @@ -21343,6 +21353,7 @@ paths: name: django manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-rf4j-j272-fj86 cve_id: CVE-2018-6188 @@ -21529,6 +21540,7 @@ paths: name: ansible manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-8f4m-hccc-8qph cve_id: CVE-2021-20191 @@ -21718,7 +21730,7 @@ paths: description: Response content: application/json: - schema: &365 + schema: &366 title: Dependabot Repository Access Details description: Information about repositories that Dependabot is able to access in an organization @@ -21744,7 +21756,7 @@ paths: nullable: true additionalProperties: false examples: - default: &366 + default: &367 value: default_level: public accessible_repositories: @@ -21966,7 +21978,7 @@ paths: - *106 - *107 - *108 - - &368 + - &369 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -21992,7 +22004,7 @@ paths: application/json: schema: type: array - items: &370 + items: &371 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -22113,7 +22125,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &371 + default: &372 value: - id: 21 number: 42 @@ -23192,7 +23204,7 @@ paths: application/json: schema: *22 examples: - default: &394 + default: &395 value: id: 1 account: @@ -23446,7 +23458,7 @@ paths: - name - created_on examples: - default: &498 + default: &499 value: total_count: 2 network_configurations: @@ -23697,7 +23709,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - *42 - - &499 + - &500 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -23709,7 +23721,7 @@ paths: description: Response content: application/json: - schema: &500 + schema: &501 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -23743,7 +23755,7 @@ paths: - subnet_id - region examples: - default: &501 + default: &502 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -24562,7 +24574,7 @@ paths: required: true content: application/json: - schema: &450 + schema: &451 title: Custom Property Set Payload description: Custom property set payload type: object @@ -25793,7 +25805,7 @@ paths: nullable: true anyOf: - *170 - - &456 + - &457 title: Organization ruleset conditions type: object description: |- @@ -25840,7 +25852,7 @@ paths: - *173 rules: type: array - items: &798 + items: &799 title: Repository Rule type: object description: A repository rule. @@ -25849,7 +25861,7 @@ paths: - *179 - *180 - *181 - - &795 + - &796 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -25940,7 +25952,7 @@ paths: - *192 - *193 - *194 - - &796 + - &797 title: license_compliance_scanning description: Enforce any added or changed dependencies to comply with the organization's license policy. @@ -26189,7 +26201,7 @@ paths: type: string format: date-time examples: - default: &459 + default: &460 value: - version_id: 3 actor: @@ -26242,7 +26254,7 @@ paths: description: Response content: application/json: - schema: &460 + schema: &461 allOf: - *203 - type: object @@ -26297,7 +26309,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *42 - - &461 + - &462 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -26308,7 +26320,7 @@ paths: enum: - open - resolved - - &462 + - &463 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -26318,7 +26330,7 @@ paths: required: false schema: type: string - - &463 + - &464 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -26329,7 +26341,7 @@ paths: required: false schema: type: string - - &464 + - &465 name: exclude_providers in: query description: |- @@ -26340,7 +26352,7 @@ paths: required: false schema: type: string - - &465 + - &466 name: providers in: query description: |- @@ -26351,7 +26363,7 @@ paths: required: false schema: type: string - - &466 + - &467 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -26360,7 +26372,7 @@ paths: required: false schema: type: string - - &467 + - &468 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -26379,7 +26391,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &468 + - &469 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. @@ -26395,7 +26407,7 @@ paths: - *17 - *111 - *112 - - &469 + - &470 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -26404,7 +26416,7 @@ paths: required: false schema: type: string - - &470 + - &471 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -26413,7 +26425,7 @@ paths: schema: type: boolean default: false - - &471 + - &472 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -26422,7 +26434,7 @@ paths: schema: type: boolean default: false - - &472 + - &473 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -26431,7 +26443,7 @@ paths: schema: type: boolean default: false - - &473 + - &474 name: is_bypassed in: query description: A boolean value (`true` or `false`) indicating whether to filter @@ -26442,7 +26454,7 @@ paths: required: false schema: type: boolean - - &474 + - &475 name: included_metadata in: query description: |- @@ -26453,7 +26465,7 @@ paths: required: false schema: type: string - - &475 + - &476 name: owner_email_hash in: query description: |- @@ -26472,7 +26484,7 @@ paths: application/json: schema: type: array - items: &476 + items: &477 type: object properties: number: *136 @@ -26491,14 +26503,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &811 + state: &812 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: &812 + resolution: &813 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -26615,8 +26627,8 @@ paths: pull request. ' - oneOf: &813 - - &815 + oneOf: &814 + - &816 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -26674,7 +26686,7 @@ paths: - blob_url - commit_sha - commit_url - - &816 + - &817 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. @@ -26729,7 +26741,7 @@ paths: - page_url - commit_sha - commit_url - - &817 + - &818 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -26749,7 +26761,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &818 + - &819 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -26769,7 +26781,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &819 + - &820 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -26789,7 +26801,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &820 + - &821 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -26803,7 +26815,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &821 + - &822 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -26817,7 +26829,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &822 + - &823 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -26831,7 +26843,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &823 + - &824 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. @@ -26851,7 +26863,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &824 + - &825 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. @@ -26871,7 +26883,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &825 + - &826 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. @@ -26891,7 +26903,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &826 + - &827 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. @@ -26911,7 +26923,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &827 + - &828 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request. @@ -26959,7 +26971,7 @@ paths: required: *21 nullable: true examples: - default: &477 + default: &478 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -27163,7 +27175,7 @@ paths: subcategory: custom-patterns parameters: - *42 - - &478 + - &479 name: state description: Filter custom patterns by state. When absent, returns patterns in all states. @@ -27174,7 +27186,7 @@ paths: enum: - published - unpublished - - &479 + - &480 name: push_protection description: Filter custom patterns by whether push protection is enabled. When absent, returns patterns regardless of push protection status. @@ -27185,7 +27197,7 @@ paths: enum: - enabled - disabled - - &480 + - &481 name: sort description: The property to sort the results by. in: query @@ -27279,7 +27291,7 @@ paths: - state - push_protection_enabled examples: - default: &481 + default: &482 value: - id: 1 name: Example Custom Pattern @@ -27342,7 +27354,7 @@ paths: patterns: type: array description: The list of custom patterns to create. - items: &482 + items: &483 title: Secret Scanning Custom Pattern To Create description: A custom pattern to create in a bulk operation. type: object @@ -27379,7 +27391,7 @@ paths: items: type: string examples: - default: &483 + default: &484 value: patterns: - name: Example Custom Pattern @@ -27405,7 +27417,7 @@ paths: description: The list of successfully created custom patterns. items: *205 examples: - default: &484 + default: &485 value: created_patterns: - id: 1 @@ -27457,7 +27469,7 @@ paths: errors: type: array description: List of validation errors for this pattern. - items: &485 + items: &486 title: Secret Scanning Custom Pattern Validation Error description: A validation error for a custom pattern in a batch operation. @@ -27511,7 +27523,7 @@ paths: type: array description: The list of custom patterns to delete. maxItems: 500 - items: &486 + items: &487 title: Secret Scanning Custom Pattern To Delete description: A custom pattern to delete in a bulk operation. type: object @@ -27534,7 +27546,7 @@ paths: - resolve_alerts default: delete_alerts examples: - default: &487 + default: &488 value: patterns: - pattern_id: 2 @@ -27580,7 +27592,7 @@ paths: required: true content: application/json: - schema: &488 + schema: &489 title: Secret Scanning Custom Pattern To Update description: Fields to update on a custom pattern. At least one updatable field (`pattern`, `start_delimiter`, `end_delimiter`, `must_match`, @@ -27621,7 +27633,7 @@ paths: type: string custom_pattern_version: *206 examples: - default: &489 + default: &490 value: pattern: updated_secret_[0-9A-Z]{16} start_delimiter: "[^0-9A-Za-z]" @@ -27638,7 +27650,7 @@ paths: application/json: schema: *205 examples: - default: &490 + default: &491 value: id: 1 name: Example Custom Pattern @@ -27685,7 +27697,7 @@ paths: description: Response content: application/json: - schema: &491 + schema: &492 title: Secret scanning pattern configuration description: A collection of secret scanning patterns and their settings related to push protection. @@ -27763,7 +27775,7 @@ paths: description: Overrides for custom patterns defined by the organization. items: *208 examples: - default: &492 + default: &493 value: pattern_config_version: 0ujsswThIGTUYm2K8FjOOfXtY1K provider_pattern_overrides: @@ -27899,7 +27911,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/licensing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *42 - - &495 + - &496 name: advanced_security_product in: query description: | @@ -27919,7 +27931,7 @@ paths: description: Success content: application/json: - schema: &496 + schema: &497 type: object properties: total_advanced_security_committers: @@ -27974,7 +27986,7 @@ paths: required: - repositories examples: - default: &497 + default: &498 value: total_advanced_security_committers: 2 total_count: 2 @@ -31819,7 +31831,7 @@ paths: properties: action: type: string - discussion: &955 + discussion: &956 title: Discussion description: A Discussion in a repository. type: object @@ -32186,7 +32198,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &708 + properties: &709 id: type: integer format: int64 @@ -32299,7 +32311,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &439 + properties: &440 url: type: string format: uri @@ -32369,7 +32381,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &440 + required: &441 - closed_issues - creator - description @@ -32448,7 +32460,7 @@ paths: timeline_url: type: string format: uri - type: &404 + type: &405 title: Issue Type description: The type assigned to the issue. This is only present for issues in repositories where @@ -32564,7 +32576,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &871 + sub_issues_summary: &872 title: Sub-issues Summary type: object properties: @@ -32651,7 +32663,7 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: &737 + properties: &738 pinned_at: type: string format: date-time @@ -32663,7 +32675,7 @@ paths: properties: *20 required: *21 nullable: true - required: &738 + required: &739 - pinned_at - pinned_by nullable: true @@ -32672,13 +32684,13 @@ paths: description: Details about why an issue comment was minimized. type: object - properties: &739 + properties: &740 reason: description: The reason the comment was minimized. type: string nullable: true example: low-quality - required: &740 + required: &741 - reason nullable: true required: &237 @@ -32691,7 +32703,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &872 + issue_dependencies_summary: &873 title: Issue Dependencies Summary type: object properties: @@ -32710,7 +32722,7 @@ paths: - total_blocking issue_field_values: type: array - items: &719 + items: &720 title: Issue Field Value description: A value assigned to an issue field type: object @@ -32802,7 +32814,7 @@ paths: - node_id - data_type - value - required: &709 + required: &710 - assignee - closed_at - comments @@ -32840,7 +32852,7 @@ paths: action: type: string issue: *235 - comment: &704 + comment: &705 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -33504,7 +33516,7 @@ paths: type: string release: allOf: - - &788 + - &789 title: Release description: A release. type: object @@ -33575,7 +33587,7 @@ paths: author: *4 assets: type: array - items: &789 + items: &790 title: Release Asset description: Data related to a release. type: object @@ -34154,7 +34166,7 @@ paths: url: type: string format: uri - user: &880 + user: &881 title: Public User description: Public User type: object @@ -36031,7 +36043,7 @@ paths: - closed - all default: open - - &407 + - &408 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -36082,7 +36094,7 @@ paths: type: array items: *235 examples: - default: &408 + default: &409 value: - id: 1 node_id: MDU6SXNzdWUx @@ -37481,14 +37493,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &510 + - &511 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &511 + - &512 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -37550,7 +37562,7 @@ paths: '404': *6 '403': *29 '304': *38 - '301': &516 + '301': &517 description: Moved permanently content: application/json: @@ -37572,7 +37584,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &760 + - &761 name: all description: If `true`, show notifications marked as read. in: query @@ -37580,7 +37592,7 @@ paths: schema: type: boolean default: false - - &761 + - &762 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -37590,7 +37602,7 @@ paths: type: boolean default: false - *242 - - &762 + - &763 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -37626,7 +37638,7 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: &372 + properties: &373 id: type: integer format: int64 @@ -37912,7 +37924,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &453 + security_and_analysis: &454 nullable: true type: object properties: @@ -38040,7 +38052,7 @@ paths: the repository. The keys are the custom property names, and the values are the corresponding custom property values. additionalProperties: true - required: &373 + required: &374 - archive_url - assignees_url - blobs_url @@ -38128,7 +38140,7 @@ paths: - url - subscription_url examples: - default: &763 + default: &764 value: - id: '1' repository: @@ -38980,7 +38992,7 @@ paths: type: array items: *164 examples: - default: &769 + default: &770 value: - property_name: environment value: production @@ -39030,7 +39042,7 @@ paths: required: - properties examples: - default: &770 + default: &771 value: properties: - property_name: environment @@ -39843,7 +39855,7 @@ paths: type: integer repository_cache_usages: type: array - items: &523 + items: &524 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -46095,12 +46107,12 @@ paths: required: - subject_digests examples: - default: &913 + default: &914 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &914 + withPredicateType: &915 value: subject_digests: - sha256:abc123 @@ -46158,7 +46170,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &915 + default: &916 value: attestations_subject_digests: - sha256:abc: @@ -46508,7 +46520,7 @@ paths: initiator: type: string examples: - default: &556 + default: &557 value: attestations: - repository_id: 1 @@ -47343,7 +47355,7 @@ paths: be returned. in: query required: false - schema: &584 + schema: &585 type: string description: Severity of a code scanning alert. enum: @@ -48409,7 +48421,7 @@ paths: type: integer codespaces: type: array - items: &409 + items: &410 type: object title: Codespace description: A codespace. @@ -48439,7 +48451,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &617 + properties: &618 name: type: string description: The name of the machine. @@ -48481,7 +48493,7 @@ paths: - ready - in_progress nullable: true - required: &618 + required: &619 - name - display_name - operating_system @@ -48686,7 +48698,7 @@ paths: - pulls_url - recent_folders examples: - default: &410 + default: &411 value: total_count: 3 codespaces: @@ -49349,7 +49361,7 @@ paths: - updated_at - visibility examples: - default: &619 + default: &620 value: total_count: 2 secrets: @@ -49387,7 +49399,7 @@ paths: description: Response content: application/json: - schema: &620 + schema: &621 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -49416,7 +49428,7 @@ paths: - key_id - key examples: - default: &621 + default: &622 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -49448,7 +49460,7 @@ paths: application/json: schema: *343 examples: - default: &623 + default: &624 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -53256,6 +53268,7 @@ paths: type: string - *361 - *362 + - *363 - *113 - *111 - *112 @@ -53267,9 +53280,9 @@ paths: application/json: schema: type: array - items: *363 + items: *364 examples: - default: *364 + default: *365 '304': *38 '400': *14 '403': *29 @@ -53318,9 +53331,9 @@ paths: description: Response content: application/json: - schema: *365 + schema: *366 examples: - default: *366 + default: *367 '403': *29 '404': *6 x-github: @@ -53483,7 +53496,7 @@ paths: type: integer secrets: type: array - items: &367 + items: &368 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -53560,7 +53573,7 @@ paths: description: Response content: application/json: - schema: &653 + schema: &654 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -53577,7 +53590,7 @@ paths: - key_id - key examples: - default: &654 + default: &655 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -53607,7 +53620,7 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: default: value: @@ -53905,7 +53918,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *90 - - &663 + - &664 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -53913,7 +53926,7 @@ paths: required: false schema: type: string - - &664 + - &665 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -53921,7 +53934,7 @@ paths: required: false schema: type: string - - &665 + - &666 name: time_period description: |- The time period to filter by. @@ -53937,7 +53950,7 @@ paths: - week - month default: month - - &666 + - &667 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -53962,7 +53975,7 @@ paths: application/json: schema: type: array - items: &667 + items: &668 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -54068,7 +54081,7 @@ paths: type: array description: The responses to the dismissal request. nullable: true - items: &369 + items: &370 title: Dismissal request response description: A response made by a requester to dismiss the request. @@ -54118,7 +54131,7 @@ paths: format: uri example: https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &668 + default: &669 value: - id: 21 number: 42 @@ -54210,7 +54223,7 @@ paths: - *106 - *107 - *108 - - *368 + - *369 - *17 - *19 responses: @@ -54220,7 +54233,7 @@ paths: application/json: schema: type: array - items: &669 + items: &670 title: Dependabot alert dismissal request description: Alert dismissal request made by a user asking to dismiss a Dependabot alert. @@ -54326,7 +54339,7 @@ paths: type: array description: The responses to the dismissal request. nullable: true - items: *369 + items: *370 url: type: string format: uri @@ -54337,7 +54350,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/dependabot/1 examples: - default: &670 + default: &671 value: - id: 21 number: 42 @@ -54429,7 +54442,7 @@ paths: - *106 - *107 - *108 - - *368 + - *369 - *17 - *19 responses: @@ -54439,9 +54452,9 @@ paths: application/json: schema: type: array - items: *370 + items: *371 examples: - default: *371 + default: *372 '404': *6 '403': *29 '500': *41 @@ -54467,7 +54480,7 @@ paths: application/json: schema: type: array - items: &420 + items: &421 title: Package description: A software package type: object @@ -54517,8 +54530,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *372 - required: *373 + properties: *373 + required: *374 nullable: true created_at: type: string @@ -54537,7 +54550,7 @@ paths: - created_at - updated_at examples: - default: &421 + default: &422 value: - id: 197 name: hello_docker @@ -54724,7 +54737,7 @@ paths: description: Response content: application/json: - schema: &507 + schema: &508 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -54805,7 +54818,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &508 + default: &509 value: group_id: '123' group_name: Octocat admins @@ -54860,7 +54873,7 @@ paths: description: Response content: application/json: - schema: &504 + schema: &505 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -54897,7 +54910,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &505 + default: &506 value: groups: - group_id: '123' @@ -54942,7 +54955,7 @@ paths: application/json: schema: type: array - items: &398 + items: &399 title: Organization Invitation description: Organization Invitation type: object @@ -54989,7 +55002,7 @@ paths: - invitation_teams_url - node_id examples: - default: &399 + default: &400 value: - id: 1 login: monalisa @@ -55056,7 +55069,7 @@ paths: application/json: schema: type: array - items: &454 + items: &455 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -55070,7 +55083,7 @@ paths: - name - description examples: - default: &455 + default: &456 value: - name: add_assignee description: Assign or remove a user @@ -55111,7 +55124,7 @@ paths: application/json: schema: type: array - items: &374 + items: &375 title: Org Hook description: Org Hook type: object @@ -55280,9 +55293,9 @@ paths: description: Response content: application/json: - schema: *374 + schema: *375 examples: - default: &375 + default: &376 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -55327,7 +55340,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#get-an-organization-webhook parameters: - *90 - - &376 + - &377 name: hook_id description: The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery. @@ -55340,9 +55353,9 @@ paths: description: Response content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 '404': *6 x-github: githubCloudOnly: false @@ -55364,7 +55377,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#update-an-organization-webhook parameters: - *90 - - *376 + - *377 requestBody: required: false content: @@ -55409,7 +55422,7 @@ paths: description: Response content: application/json: - schema: *374 + schema: *375 examples: default: value: @@ -55449,7 +55462,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#delete-an-organization-webhook parameters: - *90 - - *376 + - *377 responses: '204': description: Response @@ -55475,7 +55488,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *90 - - *376 + - *377 responses: '200': description: Response @@ -55504,7 +55517,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *90 - - *376 + - *377 requestBody: required: false content: @@ -55553,10 +55566,10 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *90 - - *376 - - *17 - *377 + - *17 - *378 + - *379 responses: '200': description: Response @@ -55564,9 +55577,9 @@ paths: application/json: schema: type: array - items: *379 + items: *380 examples: - default: *380 + default: *381 '400': *14 '422': *15 x-github: @@ -55590,16 +55603,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *90 - - *376 + - *377 - *16 responses: '200': description: Response content: application/json: - schema: *381 + schema: *382 examples: - default: *382 + default: *383 '400': *14 '422': *15 x-github: @@ -55623,7 +55636,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *90 - - *376 + - *377 - *16 responses: '202': *40 @@ -55650,7 +55663,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#ping-an-organization-webhook parameters: - *90 - - *376 + - *377 responses: '204': description: Response @@ -55675,7 +55688,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-route-stats-by-actor parameters: - *90 - - &387 + - &388 name: actor_type in: path description: The type of the actor @@ -55688,14 +55701,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &388 + - &389 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &383 + - &384 name: min_timestamp description: 'The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -55703,7 +55716,7 @@ paths: required: true schema: type: string - - &384 + - &385 name: max_timestamp description: 'The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -55799,12 +55812,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-subject-stats parameters: - *90 - - *383 - *384 + - *385 - *19 - *17 - *113 - - &393 + - &394 name: sort description: The property to sort the results by. in: query @@ -55884,14 +55897,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-summary-stats parameters: - *90 - - *383 - *384 + - *385 responses: '200': description: Response content: application/json: - schema: &385 + schema: &386 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -55907,7 +55920,7 @@ paths: type: integer format: int64 examples: - default: &386 + default: &387 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -55930,23 +55943,23 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-summary-stats-by-user parameters: - *90 - - &389 + - &390 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *383 - *384 + - *385 responses: '200': description: Response content: application/json: - schema: *385 + schema: *386 examples: - default: *386 + default: *387 x-github: enabledForGitHubApps: true category: orgs @@ -55966,18 +55979,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *90 - - *383 - *384 - - *387 + - *385 - *388 + - *389 responses: '200': description: Response content: application/json: - schema: *385 + schema: *386 examples: - default: *386 + default: *387 x-github: enabledForGitHubApps: true category: orgs @@ -55997,9 +56010,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-time-stats parameters: - *90 - - *383 - *384 - - &390 + - *385 + - &391 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -56012,7 +56025,7 @@ paths: description: Response content: application/json: - schema: &391 + schema: &392 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -56028,7 +56041,7 @@ paths: type: integer format: int64 examples: - default: &392 + default: &393 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -56067,18 +56080,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-time-stats-by-user parameters: - *90 - - *389 - - *383 - - *384 - *390 + - *384 + - *385 + - *391 responses: '200': description: Response content: application/json: - schema: *391 + schema: *392 examples: - default: *392 + default: *393 x-github: enabledForGitHubApps: true category: orgs @@ -56098,19 +56111,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-time-stats-by-actor parameters: - *90 - - *387 - *388 - - *383 + - *389 - *384 - - *390 + - *385 + - *391 responses: '200': description: Response content: application/json: - schema: *391 + schema: *392 examples: - default: *392 + default: *393 x-github: enabledForGitHubApps: true category: orgs @@ -56130,13 +56143,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-user-stats parameters: - *90 - - *389 - - *383 + - *390 - *384 + - *385 - *19 - *17 - *113 - - *393 + - *394 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -56217,7 +56230,7 @@ paths: application/json: schema: *22 examples: - default: *394 + default: *395 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -56337,12 +56350,12 @@ paths: application/json: schema: anyOf: - - &396 + - &397 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &395 + limit: &396 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -56367,7 +56380,7 @@ paths: properties: {} additionalProperties: false examples: - default: &397 + default: &398 value: limit: collaborators_only origin: organization @@ -56396,13 +56409,13 @@ paths: required: true content: application/json: - schema: &699 + schema: &700 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *395 + limit: *396 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -56426,9 +56439,9 @@ paths: description: Response content: application/json: - schema: *396 + schema: *397 examples: - default: *397 + default: *398 '422': *15 x-github: githubCloudOnly: false @@ -56640,9 +56653,9 @@ paths: application/json: schema: type: array - items: *398 + items: *399 examples: - default: *399 + default: *400 headers: Link: *48 '404': *6 @@ -56720,7 +56733,7 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: default: value: @@ -56777,7 +56790,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#cancel-an-organization-invitation parameters: - *90 - - &400 + - &401 name: invitation_id description: The unique identifier of the invitation. in: path @@ -56811,7 +56824,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#list-organization-invitation-teams parameters: - *90 - - *400 + - *401 - *17 - *19 responses: @@ -56823,7 +56836,7 @@ paths: type: array items: *329 examples: - default: &419 + default: &420 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -56866,7 +56879,7 @@ paths: application/json: schema: type: array - items: &401 + items: &402 title: Issue Field description: A custom attribute defined at the organization level for attaching structured data to issues. @@ -57119,9 +57132,9 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: &402 + default: &403 value: id: 512 node_id: IF_kwDNAd3NAZr @@ -57177,7 +57190,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/issue-fields#update-issue-field-for-an-organization parameters: - *90 - - &403 + - &404 name: issue_field_id description: The unique identifier of the issue field. in: path @@ -57285,9 +57298,9 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: *402 + default: *403 '404': *6 '422': *7 x-github: @@ -57312,7 +57325,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/issue-fields#delete-issue-field-for-an-organization parameters: - *90 - - *403 + - *404 responses: '204': *129 '404': *6 @@ -57342,9 +57355,9 @@ paths: application/json: schema: type: array - items: *404 + items: *405 examples: - default: &703 + default: &704 value: - id: 410 node_id: IT_kwDNAd3NAZo @@ -57427,9 +57440,9 @@ paths: description: Response content: application/json: - schema: *404 + schema: *405 examples: - default: &405 + default: &406 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -57462,7 +57475,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *90 - - &406 + - &407 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -57515,9 +57528,9 @@ paths: description: Response content: application/json: - schema: *404 + schema: *405 examples: - default: *405 + default: *406 '404': *6 '422': *7 x-github: @@ -57542,7 +57555,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *90 - - *406 + - *407 responses: '204': description: Response @@ -57605,7 +57618,7 @@ paths: - closed - all default: open - - *407 + - *408 - name: type description: Can be the name of an issue type. in: query @@ -57636,7 +57649,7 @@ paths: type: array items: *235 examples: - default: *408 + default: *409 headers: Link: *48 '404': *6 @@ -57795,9 +57808,9 @@ paths: type: integer codespaces: type: array - items: *409 + items: *410 examples: - default: *410 + default: *411 '304': *38 '500': *41 '401': *25 @@ -57824,7 +57837,7 @@ paths: parameters: - *90 - *135 - - &411 + - &412 name: codespace_name in: path required: true @@ -57859,15 +57872,15 @@ paths: parameters: - *90 - *135 - - *411 + - *412 responses: '200': description: Response content: application/json: - schema: *409 + schema: *410 examples: - default: &616 + default: &617 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -58123,7 +58136,7 @@ paths: description: Response content: application/json: - schema: &412 + schema: &413 title: Org Membership description: Org Membership type: object @@ -58190,7 +58203,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &413 + response-if-user-has-an-active-admin-membership-with-organization: &414 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -58291,9 +58304,9 @@ paths: description: Response content: application/json: - schema: *412 + schema: *413 examples: - response-if-user-already-had-membership-with-organization: *413 + response-if-user-already-had-membership-with-organization: *414 '422': *15 '403': *29 x-github: @@ -58364,7 +58377,7 @@ paths: application/json: schema: type: array - items: &414 + items: &415 title: Migration description: A migration. type: object @@ -58693,7 +58706,7 @@ paths: description: Response content: application/json: - schema: *414 + schema: *415 examples: default: value: @@ -58872,7 +58885,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/orgs#get-an-organization-migration-status parameters: - *90 - - &415 + - &416 name: migration_id description: The unique identifier of the migration. in: path @@ -58899,7 +58912,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *414 + schema: *415 examples: default: value: @@ -59069,7 +59082,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/orgs#download-an-organization-migration-archive parameters: - *90 - - *415 + - *416 responses: '302': description: Response @@ -59091,7 +59104,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *90 - - *415 + - *416 responses: '204': description: Response @@ -59115,8 +59128,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/orgs#unlock-an-organization-repository parameters: - *90 - - *415 - - &896 + - *416 + - &897 name: repo_name description: repo_name parameter in: path @@ -59144,7 +59157,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *90 - - *415 + - *416 - *17 - *19 responses: @@ -59156,7 +59169,7 @@ paths: type: array items: *296 examples: - default: &426 + default: &427 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -59367,7 +59380,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &416 + items: &417 title: Organization Role description: Organization roles type: object @@ -59574,7 +59587,7 @@ paths: description: Response content: application/json: - schema: *416 + schema: *417 examples: default: value: @@ -59804,7 +59817,7 @@ paths: description: Response content: application/json: - schema: *416 + schema: *417 examples: default: value: @@ -59901,7 +59914,7 @@ paths: description: Response content: application/json: - schema: *416 + schema: *417 examples: default: value: @@ -60059,8 +60072,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *417 - required: *418 + properties: *418 + required: *419 nullable: true type: description: The ownership type of the team @@ -60092,7 +60105,7 @@ paths: - type - parent examples: - default: *419 + default: *420 headers: Link: *48 '404': @@ -60150,13 +60163,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &494 + items: &495 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *417 - required: *418 + properties: *418 + required: *419 name: nullable: true type: string @@ -60444,7 +60457,7 @@ paths: - nuget - container - *90 - - &897 + - &898 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -60480,12 +60493,12 @@ paths: application/json: schema: type: array - items: *420 + items: *421 examples: - default: *421 + default: *422 '403': *29 '401': *25 - '400': &899 + '400': &900 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -60507,7 +60520,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#get-a-package-for-an-organization parameters: - - &422 + - &423 name: package_type description: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry @@ -60525,7 +60538,7 @@ paths: - docker - nuget - container - - &423 + - &424 name: package_name description: The name of the package. in: path @@ -60538,7 +60551,7 @@ paths: description: Response content: application/json: - schema: *420 + schema: *421 examples: default: value: @@ -60590,8 +60603,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *422 - *423 + - *424 - *90 responses: '204': @@ -60624,8 +60637,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *422 - *423 + - *424 - *90 - name: token description: package token @@ -60658,8 +60671,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *422 - *423 + - *424 - *90 - *19 - *17 @@ -60680,7 +60693,7 @@ paths: application/json: schema: type: array - items: &424 + items: &425 title: Package Version description: A version of a software package type: object @@ -60805,10 +60818,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *422 - *423 + - *424 - *90 - - &425 + - &426 name: package_version_id description: Unique identifier of the package version. in: path @@ -60820,7 +60833,7 @@ paths: description: Response content: application/json: - schema: *424 + schema: *425 examples: default: value: @@ -60856,10 +60869,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *422 - *423 + - *424 - *90 - - *425 + - *426 responses: '204': description: Response @@ -60891,10 +60904,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *422 - *423 + - *424 - *90 - - *425 + - *426 responses: '204': description: Response @@ -60924,7 +60937,7 @@ paths: - *90 - *17 - *19 - - &427 + - &428 name: sort description: The property by which to sort the results. in: query @@ -60935,7 +60948,7 @@ paths: - created_at default: created_at - *113 - - &428 + - &429 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -60946,7 +60959,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &429 + - &430 name: repository description: The name of the repository to use to filter the results. in: query @@ -60954,7 +60967,7 @@ paths: schema: type: string example: Hello-World - - &430 + - &431 name: permission description: The permission to use to filter the results. in: query @@ -60962,7 +60975,7 @@ paths: schema: type: string example: issues_read - - &431 + - &432 name: last_used_before description: 'Only show fine-grained personal access tokens used before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -60972,7 +60985,7 @@ paths: schema: type: string format: date-time - - &432 + - &433 name: last_used_after description: 'Only show fine-grained personal access tokens used after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -60982,7 +60995,7 @@ paths: schema: type: string format: date-time - - &433 + - &434 name: token_id description: The ID of the token in: query @@ -61295,7 +61308,7 @@ paths: type: array items: *296 examples: - default: *426 + default: *427 headers: Link: *48 x-github: @@ -61321,14 +61334,14 @@ paths: - *90 - *17 - *19 - - *427 - - *113 - *428 + - *113 - *429 - *430 - *431 - *432 - *433 + - *434 responses: '500': *41 '422': *15 @@ -61610,7 +61623,7 @@ paths: type: array items: *296 examples: - default: *426 + default: *427 headers: Link: *48 x-github: @@ -61652,7 +61665,7 @@ paths: type: integer configurations: type: array - items: &434 + items: &435 title: Organization private registry description: Private registry configuration for an organization type: object @@ -62163,7 +62176,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &435 + org-private-registry-with-selected-visibility: &436 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -62259,9 +62272,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *434 + schema: *435 examples: - default: *435 + default: *436 '404': *6 x-github: githubCloudOnly: false @@ -62512,7 +62525,7 @@ paths: application/json: schema: type: array - items: &436 + items: &437 title: Projects v2 Project description: A projects v2 project type: object @@ -62582,7 +62595,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &991 + properties: &992 id: type: number description: The unique identifier of the status update. @@ -62630,7 +62643,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &992 + required: &993 - id - node_id - created_at @@ -62655,7 +62668,7 @@ paths: - deleted_at - deleted_by examples: - default: &437 + default: &438 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -62758,7 +62771,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/projects#get-project-for-organization parameters: - - &438 + - &439 name: project_number description: The project's number. in: path @@ -62771,9 +62784,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: *437 + default: *438 headers: Link: *48 '304': *38 @@ -62796,7 +62809,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - *90 - - *438 + - *439 requestBody: required: true description: Details of the draft item to create in the project. @@ -62830,7 +62843,7 @@ paths: description: Response content: application/json: - schema: &444 + schema: &445 title: Projects v2 Item description: An item belonging to a project type: object @@ -62844,7 +62857,7 @@ paths: content: oneOf: - *235 - - &591 + - &592 title: Pull Request Simple description: Pull Request Simple type: object @@ -62950,8 +62963,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *439 - required: *440 + properties: *440 + required: *441 nullable: true active_lock_reason: type: string @@ -63044,7 +63057,7 @@ paths: _links: type: object properties: - comments: &441 + comments: &442 title: Link description: Hypermedia Link type: object @@ -63053,13 +63066,13 @@ paths: type: string required: - href - commits: *441 - statuses: *441 - html: *441 - issue: *441 - review_comments: *441 - review_comment: *441 - self: *441 + commits: *442 + statuses: *442 + html: *442 + issue: *442 + review_comments: *442 + review_comment: *442 + self: *442 required: - comments - commits @@ -63070,7 +63083,7 @@ paths: - review_comment - self author_association: *232 - auto_merge: &772 + auto_merge: &773 title: Auto merge description: The status of auto merging a pull request. type: object @@ -63095,7 +63108,7 @@ paths: - commit_title - commit_message nullable: true - stack: &773 + stack: &774 title: Pull Request Stack description: The stack information associated with a pull request. @@ -63211,7 +63224,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: &443 + content_type: &444 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -63251,7 +63264,7 @@ paths: - updated_at - archived_at examples: - draft_issue: &445 + draft_issue: &446 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -63325,7 +63338,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#list-project-fields-for-organization parameters: - - *438 + - *439 - *90 - *17 - *111 @@ -63337,7 +63350,7 @@ paths: application/json: schema: type: array - items: &442 + items: &443 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -63487,7 +63500,7 @@ paths: - updated_at - project_url examples: - default: &919 + default: &920 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -63617,7 +63630,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#add-a-field-to-an-organization-owned-project parameters: - - *438 + - *439 - *90 requestBody: required: true @@ -63664,7 +63677,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &920 + items: &921 type: object properties: name: @@ -63701,7 +63714,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &921 + iteration_configuration: &922 type: object description: The configuration for iteration fields. properties: @@ -63751,7 +63764,7 @@ paths: value: name: Due date data_type: date - single_select_field: &922 + single_select_field: &923 summary: Create a single select field value: name: Priority @@ -63778,7 +63791,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &923 + iteration_field: &924 summary: Create an iteration field value: name: Sprint @@ -63802,9 +63815,9 @@ paths: description: Response for adding a field to an organization-owned project. content: application/json: - schema: *442 + schema: *443 examples: - text_field: &924 + text_field: &925 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -63813,7 +63826,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: &925 + number_field: &926 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -63822,7 +63835,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: &926 + date_field: &927 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -63831,7 +63844,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: &927 + single_select_field: &928 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -63865,7 +63878,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &928 + iteration_field: &929 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -63910,8 +63923,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#get-project-field-for-organization parameters: - - *438 - - &929 + - *439 + - &930 name: field_id description: The unique identifier of the field. in: path @@ -63924,9 +63937,9 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: - default: &930 + default: &931 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -63982,7 +63995,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#list-items-for-an-organization-owned-project parameters: - - *438 + - *439 - *90 - name: q description: Search query to filter items, see [Filtering projects](https://docs.github.com/enterprise-cloud@latest/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects) @@ -64015,7 +64028,7 @@ paths: application/json: schema: type: array - items: &446 + items: &447 title: Projects v2 Item description: An item belonging to a project type: object @@ -64031,7 +64044,7 @@ paths: format: uri example: https://api.github.com/users/monalisa/2/projectsV2/3 description: The API URL of the project that contains this item. - content_type: *443 + content_type: *444 content: type: object additionalProperties: true @@ -64074,7 +64087,7 @@ paths: - updated_at - archived_at examples: - default: &447 + default: &448 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -64772,7 +64785,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#add-item-to-organization-owned-project parameters: - *90 - - *438 + - *439 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -64842,22 +64855,22 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *445 + value: *446 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *445 + value: *446 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *445 + value: *446 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *445 + value: *446 '304': *38 '403': *29 '401': *25 @@ -64877,9 +64890,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#get-an-item-for-an-organization-owned-project parameters: - - *438 + - *439 - *90 - - &448 + - &449 name: item_id description: The unique identifier of the project item. in: path @@ -64905,9 +64918,9 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *447 + default: *448 headers: Link: *48 '304': *38 @@ -64928,9 +64941,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#update-project-item-for-organization parameters: - - *438 + - *439 - *90 - - *448 + - *449 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -65000,13 +65013,13 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: - text_field: *447 - number_field: *447 - date_field: *447 - single_select_field: *447 - iteration_field: *447 + text_field: *448 + number_field: *448 + date_field: *448 + single_select_field: *448 + iteration_field: *448 '401': *25 '403': *29 '404': *6 @@ -65026,9 +65039,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#delete-project-item-for-organization parameters: - - *438 + - *439 - *90 - - *448 + - *449 responses: '204': description: Response @@ -65052,7 +65065,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - *90 - - *438 + - *439 requestBody: required: true content: @@ -65123,7 +65136,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &910 + schema: &911 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -65221,7 +65234,7 @@ paths: examples: table_view: summary: Response for creating a table view - value: &449 + value: &450 value: id: 1 number: 1 @@ -65267,10 +65280,10 @@ paths: - 456 board_view: summary: Response for creating a board view with filter - value: *449 + value: *450 roadmap_view: summary: Response for creating a roadmap view - value: *449 + value: *450 '304': *38 '403': *29 '401': *25 @@ -65298,9 +65311,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#list-items-for-an-organization-project-view parameters: - - *438 + - *439 - *90 - - &931 + - &932 name: view_number description: The number that identifies the project view. in: path @@ -65332,9 +65345,9 @@ paths: application/json: schema: type: array - items: *446 + items: *447 examples: - default: *447 + default: *448 headers: Link: *48 '304': *38 @@ -65498,7 +65511,7 @@ paths: required: true content: application/json: - schema: *450 + schema: *451 examples: default: value: @@ -65863,7 +65876,7 @@ paths: type: array items: *296 examples: - default: *426 + default: *427 headers: Link: *48 x-github: @@ -66066,7 +66079,7 @@ paths: description: Response content: application/json: - schema: &515 + schema: &516 title: Full Repository description: Full Repository type: object @@ -66354,8 +66367,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *451 - required: *452 + properties: *452 + required: *453 nullable: true temp_clone_token: type: string @@ -66470,7 +66483,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &637 + properties: &638 url: type: string format: uri @@ -66486,12 +66499,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &638 + required: &639 - url - key - name - html_url - security_and_analysis: *453 + security_and_analysis: *454 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -66575,7 +66588,7 @@ paths: - network_count - subscribers_count examples: - default: &517 + default: &518 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -67101,9 +67114,9 @@ paths: application/json: schema: type: array - items: *454 + items: *455 examples: - default: *455 + default: *456 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -67128,7 +67141,7 @@ paths: - *90 - *17 - *19 - - &797 + - &798 name: targets description: | A comma-separated list of rule targets to filter by. @@ -67219,11 +67232,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *177 - conditions: *456 + conditions: *457 rules: type: array description: An array of rules within the ruleset. - items: &458 + items: &459 title: Repository Rule type: object description: A repository rule. @@ -67288,7 +67301,7 @@ paths: application/json: schema: *199 examples: - default: &457 + default: &458 value: id: 21 name: super cool ruleset @@ -67344,7 +67357,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *90 - - &799 + - &800 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -67356,14 +67369,14 @@ paths: x-multi-segment: true - *326 - *108 - - &800 + - &801 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &801 + - &802 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -67376,7 +67389,7 @@ paths: - bypass - all default: all - - &802 + - &803 name: evaluate_status description: |- The evaluate status to filter on. When specified, only rule suites resulting from rulesets with the specified evaluate status will be returned. @@ -67399,7 +67412,7 @@ paths: description: Response content: application/json: - schema: &803 + schema: &804 title: Rule Suites description: Response type: array @@ -67454,7 +67467,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &804 + default: &805 value: - id: 21 actor_id: 12 @@ -67498,7 +67511,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *90 - - &805 + - &806 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -67514,7 +67527,7 @@ paths: description: Response content: application/json: - schema: &806 + schema: &807 title: Rule Suite description: Response type: object @@ -67613,7 +67626,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &807 + default: &808 value: id: 21 actor_id: 12 @@ -67688,7 +67701,7 @@ paths: application/json: schema: *199 examples: - default: *457 + default: *458 '404': *6 '500': *41 put: @@ -67737,11 +67750,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *177 - conditions: *456 + conditions: *457 rules: description: An array of rules within the ruleset. type: array - items: *458 + items: *459 examples: default: value: @@ -67778,7 +67791,7 @@ paths: application/json: schema: *199 examples: - default: *457 + default: *458 '404': *6 '422': *15 '500': *41 @@ -67838,7 +67851,7 @@ paths: type: array items: *203 examples: - default: *459 + default: *460 '404': *6 '500': *41 x-github: @@ -67875,7 +67888,7 @@ paths: description: Response content: application/json: - schema: *460 + schema: *461 examples: default: value: @@ -67938,7 +67951,6 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *90 - - *461 - *462 - *463 - *464 @@ -67946,10 +67958,11 @@ paths: - *466 - *467 - *468 + - *469 - *113 - *19 - *17 - - &809 + - &810 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -67959,7 +67972,7 @@ paths: required: false schema: type: string - - &810 + - &811 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -67969,13 +67982,13 @@ paths: required: false schema: type: string - - *469 - *470 - *471 - *472 - *473 - *474 - *475 + - *476 responses: '200': description: Response @@ -67983,9 +67996,9 @@ paths: application/json: schema: type: array - items: *476 + items: *477 examples: - default: *477 + default: *478 headers: Link: *48 '404': *6 @@ -68015,9 +68028,9 @@ paths: subcategory: custom-patterns parameters: - *90 - - *478 - *479 - *480 + - *481 - *113 - *19 - *17 @@ -68030,7 +68043,7 @@ paths: type: array items: *205 examples: - default: *481 + default: *482 headers: Link: *48 '403': *29 @@ -68066,9 +68079,9 @@ paths: patterns: type: array description: The list of custom patterns to create. - items: *482 + items: *483 examples: - default: *483 + default: *484 responses: '201': description: All patterns created successfully. @@ -68082,7 +68095,7 @@ paths: description: The list of successfully created custom patterns. items: *205 examples: - default: *484 + default: *485 '400': *14 '403': *29 '404': *6 @@ -68106,7 +68119,7 @@ paths: errors: type: array description: List of validation errors for this pattern. - items: *485 + items: *486 delete: summary: Bulk delete organization custom patterns description: |- @@ -68139,7 +68152,7 @@ paths: type: array description: The list of custom patterns to delete. maxItems: 500 - items: *486 + items: *487 post_delete_action: type: string description: |- @@ -68152,7 +68165,7 @@ paths: - resolve_alerts default: delete_alerts examples: - default: *487 + default: *488 responses: '204': description: All patterns deleted successfully. @@ -68190,9 +68203,9 @@ paths: required: true content: application/json: - schema: *488 + schema: *489 examples: - default: *489 + default: *490 responses: '200': description: Pattern updated successfully. @@ -68200,7 +68213,7 @@ paths: application/json: schema: *205 examples: - default: *490 + default: *491 '400': *14 '403': *29 '404': *6 @@ -68231,9 +68244,9 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: *492 + default: *493 '403': *29 '404': *6 patch: @@ -68386,7 +68399,7 @@ paths: application/json: schema: type: array - items: &831 + items: &832 description: A repository security advisory. type: object properties: @@ -68606,7 +68619,7 @@ paths: login: type: string description: The username of the user credited. - type: *493 + type: *494 credits_detailed: type: array nullable: true @@ -68616,7 +68629,7 @@ paths: type: object properties: user: *4 - type: *493 + type: *494 state: type: string description: The state of the user's acceptance of the @@ -68677,7 +68690,7 @@ paths: - private_fork additionalProperties: false examples: - default: &832 + default: &833 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -69064,7 +69077,7 @@ paths: application/json: schema: type: array - items: *494 + items: *495 examples: default: value: @@ -69163,7 +69176,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *90 - - *495 + - *496 - *17 - *19 responses: @@ -69171,9 +69184,9 @@ paths: description: Success content: application/json: - schema: *496 + schema: *497 examples: - default: *497 + default: *498 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -69454,7 +69467,7 @@ paths: type: array items: *157 examples: - default: *498 + default: *499 headers: Link: *48 x-github: @@ -69683,15 +69696,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - *90 - - *499 + - *500 responses: '200': description: Response content: application/json: - schema: *500 + schema: *501 examples: - default: *501 + default: *502 headers: Link: *48 x-github: @@ -69729,7 +69742,7 @@ paths: description: Response content: application/json: - schema: &512 + schema: &513 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -69775,7 +69788,7 @@ paths: type: string nullable: true examples: - default: &513 + default: &514 value: groups: - group_id: '123' @@ -69832,7 +69845,7 @@ paths: type: array items: *329 examples: - default: *419 + default: *420 headers: Link: *48 '403': *29 @@ -69930,7 +69943,7 @@ paths: description: Response content: application/json: - schema: &502 + schema: &503 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -69993,8 +70006,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *417 - required: *418 + properties: *418 + required: *419 nullable: true members_count: type: integer @@ -70257,7 +70270,7 @@ paths: - repos_count - organization examples: - default: &503 + default: &504 value: id: 1 node_id: MDQ6VGVhbTE= @@ -70334,9 +70347,9 @@ paths: description: Response content: application/json: - schema: *502 + schema: *503 examples: - default: *503 + default: *504 '404': *6 x-github: githubCloudOnly: false @@ -70425,16 +70438,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *502 + schema: *503 examples: - default: *503 + default: *504 '201': description: Response content: application/json: - schema: *502 + schema: *503 examples: - default: *503 + default: *504 '404': *6 '422': *15 '403': *29 @@ -70464,7 +70477,7 @@ paths: responses: '204': description: Response - '422': &506 + '422': &507 description: Unprocessable entity if you attempt to modify an enterprise team at the organization level. x-github: @@ -70493,10 +70506,10 @@ paths: description: Response content: application/json: - schema: *504 + schema: *505 examples: - default: *505 - '422': *506 + default: *506 + '422': *507 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -70539,10 +70552,10 @@ paths: description: Response content: application/json: - schema: *507 + schema: *508 examples: - default: *508 - '422': *506 + default: *509 + '422': *507 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -70566,7 +70579,7 @@ paths: responses: '204': description: Response - '422': *506 + '422': *507 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -70598,12 +70611,12 @@ paths: application/json: schema: type: array - items: *398 + items: *399 examples: - default: *399 + default: *400 headers: Link: *48 - '422': *506 + '422': *507 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70647,7 +70660,7 @@ paths: application/json: schema: type: array - items: &874 + items: &875 title: Team Member description: A user that is a member of a team, including their role on the team and whether the membership is inherited from @@ -70766,7 +70779,7 @@ paths: - type - url examples: - default: &875 + default: &876 value: - login: octocat id: 1 @@ -70825,7 +70838,7 @@ paths: description: Response content: application/json: - schema: &509 + schema: &510 title: Team Membership description: Team Membership type: object @@ -70852,7 +70865,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &876 + response-if-user-is-a-team-maintainer: &877 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -70915,9 +70928,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - response-if-users-membership-with-team-is-now-pending: &877 + response-if-users-membership-with-team-is-now-pending: &878 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -70995,7 +71008,7 @@ paths: type: array items: *296 examples: - default: *426 + default: *427 headers: Link: *48 x-github: @@ -71026,14 +71039,14 @@ paths: parameters: - *90 - *227 - - *510 - *511 + - *512 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &878 + schema: &879 title: Team Repository description: A team's access to a repository. type: object @@ -71604,8 +71617,8 @@ paths: parameters: - *90 - *227 - - *510 - *511 + - *512 requestBody: required: false content: @@ -71652,8 +71665,8 @@ paths: parameters: - *90 - *227 - - *510 - *511 + - *512 responses: '204': description: Response @@ -71686,10 +71699,10 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: *513 - '422': *506 + default: *514 + '422': *507 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -71755,7 +71768,7 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: default: value: @@ -71767,7 +71780,7 @@ paths: group_name: Octocat docs members group_description: The people who make your octoworld come to life. - '422': *506 + '422': *507 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -71801,7 +71814,7 @@ paths: type: array items: *329 examples: - response-if-child-teams-exist: &879 + response-if-child-teams-exist: &880 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -71954,7 +71967,7 @@ paths: resources: type: object properties: - core: &514 + core: &515 title: Rate Limit type: object properties: @@ -71971,21 +71984,21 @@ paths: - remaining - reset - used - graphql: *514 - search: *514 - code_search: *514 - source_import: *514 - integration_manifest: *514 - actions_runner_registration: *514 - scim: *514 - dependency_snapshots: *514 - dependency_sbom: *514 - code_scanning_autofix: *514 - copilot_usage_records: *514 + graphql: *515 + search: *515 + code_search: *515 + source_import: *515 + integration_manifest: *515 + actions_runner_registration: *515 + scim: *515 + dependency_snapshots: *515 + dependency_sbom: *515 + code_scanning_autofix: *515 + copilot_usage_records: *515 required: - core - search - rate: *514 + rate: *515 required: - rate - resources @@ -72085,14 +72098,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#get-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response content: application/json: - schema: *515 + schema: *516 examples: default-response: summary: Default response @@ -72601,7 +72614,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *516 + '301': *517 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72619,8 +72632,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#update-a-repository parameters: - - *510 - *511 + - *512 requestBody: required: false content: @@ -72940,10 +72953,10 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: *517 - '307': &518 + default: *518 + '307': &519 description: Temporary Redirect content: application/json: @@ -72972,8 +72985,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#delete-a-repository parameters: - - *510 - *511 + - *512 responses: '204': description: Response @@ -72995,7 +73008,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#delete-a-repository - '307': *518 + '307': *519 '404': *6 '409': *122 x-github: @@ -73019,11 +73032,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *510 - *511 + - *512 - *17 - *19 - - &534 + - &535 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -73046,7 +73059,7 @@ paths: type: integer artifacts: type: array - items: &519 + items: &520 title: Artifact description: An artifact type: object @@ -73124,7 +73137,7 @@ paths: - expires_at - updated_at examples: - default: &535 + default: &536 value: total_count: 2 artifacts: @@ -73185,9 +73198,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/artifacts#get-an-artifact parameters: - - *510 - *511 - - &520 + - *512 + - &521 name: artifact_id description: The unique identifier of the artifact. in: path @@ -73199,7 +73212,7 @@ paths: description: Response content: application/json: - schema: *519 + schema: *520 examples: default: value: @@ -73237,9 +73250,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/artifacts#delete-an-artifact parameters: - - *510 - *511 - - *520 + - *512 + - *521 responses: '204': description: Response @@ -73263,9 +73276,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/artifacts#download-an-artifact parameters: - - *510 - *511 - - *520 + - *512 + - *521 - name: archive_format in: path required: true @@ -73275,7 +73288,7 @@ paths: '302': description: Response headers: - Location: &656 + Location: &657 example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string @@ -73300,14 +73313,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#get-github-actions-cache-retention-limit-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response content: application/json: - schema: &521 + schema: &522 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -73340,13 +73353,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#set-github-actions-cache-retention-limit-for-a-repository parameters: - - *510 - *511 + - *512 requestBody: required: true content: application/json: - schema: *521 + schema: *522 examples: selected_actions: *45 responses: @@ -73375,14 +73388,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#get-github-actions-cache-storage-limit-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response content: application/json: - schema: &522 + schema: &523 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -73415,13 +73428,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#set-github-actions-cache-storage-limit-for-a-repository parameters: - - *510 - *511 + - *512 requestBody: required: true content: application/json: - schema: *522 + schema: *523 examples: selected_actions: *47 responses: @@ -73452,14 +73465,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response content: application/json: - schema: *523 + schema: *524 examples: default: value: @@ -73485,11 +73498,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *510 - *511 + - *512 - *17 - *19 - - &524 + - &525 name: ref description: The full Git reference for narrowing down the cache. The `ref` for a branch should be formatted as `refs/heads/`. To reference @@ -73523,7 +73536,7 @@ paths: description: Response content: application/json: - schema: &525 + schema: &526 title: Repository actions caches description: Repository actions caches type: object @@ -73565,7 +73578,7 @@ paths: - total_count - actions_caches examples: - default: &526 + default: &527 value: total_count: 1 actions_caches: @@ -73597,23 +73610,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *510 - *511 + - *512 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *524 + - *525 responses: '200': description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: *526 + default: *527 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73633,8 +73646,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *510 - *511 + - *512 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -73663,8 +73676,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/concurrency-groups#list-concurrency-groups-for-a-repository parameters: - - *510 - *511 + - *512 - *17 - *112 responses: @@ -73746,8 +73759,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/concurrency-groups#get-a-concurrency-group-for-a-repository parameters: - - *510 - *511 + - *512 - name: concurrency_group_name description: The name of the concurrency group. in: path @@ -73899,9 +73912,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *510 - *511 - - &527 + - *512 + - &528 name: job_id description: The unique identifier of the job. in: path @@ -73913,7 +73926,7 @@ paths: description: Response content: application/json: - schema: &538 + schema: &539 title: Job description: Information of a job execution in a workflow run type: object @@ -74220,9 +74233,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *510 - *511 - - *527 + - *512 + - *528 responses: '302': description: Response @@ -74250,9 +74263,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *510 - *511 - - *527 + - *512 + - *528 requestBody: required: false content: @@ -74302,8 +74315,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Status response @@ -74362,8 +74375,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -74431,8 +74444,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#list-repository-organization-secrets parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -74450,7 +74463,7 @@ paths: type: integer secrets: type: array - items: &540 + items: &541 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -74470,7 +74483,7 @@ paths: - created_at - updated_at examples: - default: &541 + default: &542 value: total_count: 2 secrets: @@ -74503,8 +74516,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#list-repository-organization-variables parameters: - - *510 - *511 + - *512 - *315 - *19 responses: @@ -74522,7 +74535,7 @@ paths: type: integer variables: type: array - items: &542 + items: &543 title: Actions Variable type: object properties: @@ -74552,7 +74565,7 @@ paths: - created_at - updated_at examples: - default: &543 + default: &544 value: total_count: 2 variables: @@ -74585,8 +74598,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -74595,7 +74608,7 @@ paths: schema: type: object properties: - enabled: &528 + enabled: &529 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *63 @@ -74630,8 +74643,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *510 - *511 + - *512 responses: '204': description: Response @@ -74642,7 +74655,7 @@ paths: schema: type: object properties: - enabled: *528 + enabled: *529 allowed_actions: *63 sha_pinning_required: *64 required: @@ -74675,14 +74688,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response content: application/json: - schema: &529 + schema: &530 type: object properties: access_level: @@ -74700,7 +74713,7 @@ paths: required: - access_level examples: - default: &530 + default: &531 value: access_level: organization x-github: @@ -74725,15 +74738,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *510 - *511 + - *512 requestBody: required: true content: application/json: - schema: *529 + schema: *530 examples: - default: *530 + default: *531 responses: '204': description: Response @@ -74757,8 +74770,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -74788,8 +74801,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: - - *510 - *511 + - *512 responses: '204': description: Empty response for successful settings update @@ -74823,8 +74836,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -74851,8 +74864,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *510 - *511 + - *512 responses: '204': description: Response @@ -74886,8 +74899,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -74915,8 +74928,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -74947,8 +74960,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -74979,8 +74992,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *510 - *511 + - *512 responses: '204': description: Response @@ -75012,8 +75025,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -75042,8 +75055,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *510 - *511 + - *512 responses: '204': description: Success response @@ -75083,8 +75096,8 @@ paths: in: query schema: type: string - - *510 - *511 + - *512 - *17 - *19 responses: @@ -75129,8 +75142,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#get-runner-version-end-of-life-schedule-for-a-repository parameters: - - *510 - *511 + - *512 - name: version description: The runner version to look up. in: path @@ -75192,8 +75205,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -75225,8 +75238,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -75300,8 +75313,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *510 - *511 + - *512 responses: '201': description: Response @@ -75337,8 +75350,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *510 - *511 + - *512 responses: '201': description: Response @@ -75368,8 +75381,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *510 - *511 + - *512 - *78 responses: '200': @@ -75399,8 +75412,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *510 - *511 + - *512 - *78 responses: '204': @@ -75427,8 +75440,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *510 - *511 + - *512 - *78 responses: '200': *84 @@ -75453,8 +75466,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *510 - *511 + - *512 - *78 requestBody: required: true @@ -75503,8 +75516,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *510 - *511 + - *512 - *78 requestBody: required: true @@ -75554,8 +75567,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *510 - *511 + - *512 - *78 responses: '200': *303 @@ -75585,8 +75598,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *510 - *511 + - *512 - *78 - *304 responses: @@ -75616,9 +75629,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *510 - *511 - - &546 + - *512 + - &547 name: actor description: Returns someone's workflow runs. Use the login for the user who created the `push` associated with the check suite or workflow run. @@ -75626,7 +75639,7 @@ paths: required: false schema: type: string - - &547 + - &548 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -75634,7 +75647,7 @@ paths: required: false schema: type: string - - &548 + - &549 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -75643,7 +75656,7 @@ paths: required: false schema: type: string - - &549 + - &550 name: status description: Returns workflow runs with the check run `status` or `conclusion` that you specify. For example, a conclusion can be `success` or a status @@ -75670,7 +75683,7 @@ paths: - pending - *17 - *19 - - &550 + - &551 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -75679,7 +75692,7 @@ paths: schema: type: string format: date-time - - &531 + - &532 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -75688,13 +75701,13 @@ paths: schema: type: boolean default: false - - &551 + - &552 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &552 + - &553 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -75717,7 +75730,7 @@ paths: type: integer workflow_runs: type: array - items: &532 + items: &533 title: Workflow Run description: An invocation of a workflow type: object @@ -75865,7 +75878,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &576 + properties: &577 id: type: string description: SHA for the commit @@ -75916,7 +75929,7 @@ paths: - name - email nullable: true - required: &577 + required: &578 - id - tree_id - message @@ -75963,7 +75976,7 @@ paths: - workflow_url - pull_requests examples: - default: &553 + default: &554 value: total_count: 1 workflow_runs: @@ -76199,24 +76212,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *510 - *511 - - &533 + - *512 + - &534 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *531 + - *532 responses: '200': description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: &536 + default: &537 value: id: 30433642 name: Build @@ -76457,9 +76470,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *510 - *511 - - *533 + - *512 + - *534 responses: '204': description: Response @@ -76482,9 +76495,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *510 - *511 - - *533 + - *512 + - *534 responses: '200': description: Response @@ -76603,9 +76616,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *510 - *511 - - *533 + - *512 + - *534 responses: '201': description: Response @@ -76638,12 +76651,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *510 - *511 - - *533 + - *512 + - *534 - *17 - *19 - - *534 + - *535 - *113 responses: '200': @@ -76660,9 +76673,9 @@ paths: type: integer artifacts: type: array - items: *519 + items: *520 examples: - default: *535 + default: *536 headers: Link: *48 x-github: @@ -76686,25 +76699,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *510 - *511 - - *533 - - &537 + - *512 + - *534 + - &538 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *531 + - *532 responses: '200': description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: *536 + default: *537 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76727,10 +76740,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *510 - *511 - - *533 - - *537 + - *512 + - *534 + - *538 - *17 - *19 responses: @@ -76748,9 +76761,9 @@ paths: type: integer jobs: type: array - items: *538 + items: *539 examples: - default: &539 + default: &540 value: total_count: 1 jobs: @@ -76863,10 +76876,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *510 - *511 - - *533 - - *537 + - *512 + - *534 + - *538 responses: '302': description: Response @@ -76894,9 +76907,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *510 - *511 - - *533 + - *512 + - *534 responses: '202': description: Response @@ -76942,9 +76955,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/concurrency-groups#list-concurrency-groups-for-a-workflow-run parameters: - - *510 - *511 - - *533 + - *512 + - *534 - *17 - *111 - *112 @@ -77115,9 +77128,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *510 - *511 - - *533 + - *512 + - *534 requestBody: required: true content: @@ -77184,9 +77197,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *510 - *511 - - *533 + - *512 + - *534 responses: '202': description: Response @@ -77219,9 +77232,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *510 - *511 - - *533 + - *512 + - *534 - name: filter description: Filters jobs by their `completed_at` timestamp. `latest` returns jobs from the most recent execution of the workflow run. `all` returns all @@ -77251,9 +77264,9 @@ paths: type: integer jobs: type: array - items: *538 + items: *539 examples: - default: *539 + default: *540 headers: Link: *48 x-github: @@ -77278,9 +77291,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *510 - *511 - - *533 + - *512 + - *534 responses: '302': description: Response @@ -77307,9 +77320,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *510 - *511 - - *533 + - *512 + - *534 responses: '204': description: Response @@ -77336,9 +77349,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *510 - *511 - - *533 + - *512 + - *534 responses: '200': description: Response @@ -77398,7 +77411,7 @@ paths: items: type: object properties: - type: &671 + type: &672 type: string description: The type of reviewer. enum: @@ -77483,9 +77496,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *510 - *511 - - *533 + - *512 + - *534 requestBody: required: true content: @@ -77532,12 +77545,12 @@ paths: application/json: schema: type: array - items: &658 + items: &659 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &949 + properties: &950 url: type: string format: uri @@ -77622,7 +77635,7 @@ paths: nullable: true properties: *230 required: *231 - required: &950 + required: &951 - id - node_id - sha @@ -77638,7 +77651,7 @@ paths: - created_at - updated_at examples: - default: &659 + default: &660 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -77694,9 +77707,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *510 - *511 - - *533 + - *512 + - *534 requestBody: required: false content: @@ -77740,9 +77753,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *510 - *511 - - *533 + - *512 + - *534 requestBody: required: false content: @@ -77796,9 +77809,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *510 - *511 - - *533 + - *512 + - *534 responses: '200': description: Response @@ -77935,8 +77948,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#list-repository-secrets parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -77954,9 +77967,9 @@ paths: type: integer secrets: type: array - items: *540 + items: *541 examples: - default: *541 + default: *542 headers: Link: *48 x-github: @@ -77981,8 +77994,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#get-a-repository-public-key parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -78012,17 +78025,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#get-a-repository-secret parameters: - - *510 - *511 + - *512 - *306 responses: '200': description: Response content: application/json: - schema: *540 + schema: *541 examples: - default: &554 + default: &555 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -78048,8 +78061,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *510 - *511 + - *512 - *306 requestBody: required: true @@ -78107,8 +78120,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#delete-a-repository-secret parameters: - - *510 - *511 + - *512 - *306 responses: '204': @@ -78134,8 +78147,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#list-repository-variables parameters: - - *510 - *511 + - *512 - *315 - *19 responses: @@ -78153,9 +78166,9 @@ paths: type: integer variables: type: array - items: *542 + items: *543 examples: - default: *543 + default: *544 headers: Link: *48 x-github: @@ -78178,8 +78191,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#create-a-repository-variable parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -78231,17 +78244,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#get-a-repository-variable parameters: - - *510 - *511 + - *512 - *309 responses: '200': description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: &555 + default: &556 value: name: USERNAME value: octocat @@ -78267,8 +78280,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#update-a-repository-variable parameters: - - *510 - *511 + - *512 - *309 requestBody: required: true @@ -78311,8 +78324,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#delete-a-repository-variable parameters: - - *510 - *511 + - *512 - *309 responses: '204': @@ -78338,8 +78351,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflows#list-repository-workflows parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -78357,7 +78370,7 @@ paths: type: integer workflows: type: array - items: &544 + items: &545 title: Workflow description: A GitHub Actions workflow type: object @@ -78464,9 +78477,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflows#get-a-workflow parameters: - - *510 - *511 - - &545 + - *512 + - &546 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -78481,7 +78494,7 @@ paths: description: Response content: application/json: - schema: *544 + schema: *545 examples: default: value: @@ -78514,9 +78527,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflows#disable-a-workflow parameters: - - *510 - *511 - - *545 + - *512 + - *546 responses: '204': description: Response @@ -78541,9 +78554,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *510 - *511 - - *545 + - *512 + - *546 responses: '204': description: Empty response when `return_run_details` parameter is `false`. @@ -78630,9 +78643,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflows#enable-a-workflow parameters: - - *510 - *511 - - *545 + - *512 + - *546 responses: '204': description: Response @@ -78659,19 +78672,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *510 - *511 - - *545 + - *512 - *546 - *547 - *548 - *549 + - *550 - *17 - *19 - - *550 - - *531 - *551 + - *532 - *552 + - *553 responses: '200': description: Response @@ -78687,9 +78700,9 @@ paths: type: integer workflow_runs: type: array - items: *532 + items: *533 examples: - default: *553 + default: *554 headers: Link: *48 x-github: @@ -78722,9 +78735,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflows#get-workflow-usage parameters: - - *510 - *511 - - *545 + - *512 + - *546 responses: '200': description: Response @@ -78785,8 +78798,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-repository-activities parameters: - - *510 - *511 + - *512 - *113 - *17 - *111 @@ -78955,8 +78968,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#list-repository-organization-secrets parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -78974,9 +78987,9 @@ paths: type: integer secrets: type: array - items: *540 + items: *541 examples: - default: *541 + default: *542 headers: Link: *48 x-github: @@ -79000,8 +79013,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#list-repository-organization-variables parameters: - - *510 - *511 + - *512 - *315 - *19 responses: @@ -79019,9 +79032,9 @@ paths: type: integer variables: type: array - items: *542 + items: *543 examples: - default: *543 + default: *544 headers: Link: *48 x-github: @@ -79046,8 +79059,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#list-repository-secrets parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -79065,9 +79078,9 @@ paths: type: integer secrets: type: array - items: *540 + items: *541 examples: - default: *541 + default: *542 headers: Link: *48 x-github: @@ -79092,8 +79105,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#get-a-repository-public-key parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -79123,17 +79136,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#get-a-repository-secret parameters: - - *510 - *511 + - *512 - *306 responses: '200': description: Response content: application/json: - schema: *540 + schema: *541 examples: - default: *554 + default: *555 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79155,8 +79168,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#create-or-update-a-repository-secret parameters: - - *510 - *511 + - *512 - *306 requestBody: required: true @@ -79214,8 +79227,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#delete-a-repository-secret parameters: - - *510 - *511 + - *512 - *306 responses: '204': @@ -79241,8 +79254,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#list-repository-variables parameters: - - *510 - *511 + - *512 - *315 - *19 responses: @@ -79260,9 +79273,9 @@ paths: type: integer variables: type: array - items: *542 + items: *543 examples: - default: *543 + default: *544 headers: Link: *48 x-github: @@ -79285,8 +79298,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#create-a-repository-variable parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -79338,17 +79351,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#get-a-repository-variable parameters: - - *510 - *511 + - *512 - *309 responses: '200': description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: *555 + default: *556 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79369,8 +79382,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#update-a-repository-variable parameters: - - *510 - *511 + - *512 - *309 requestBody: required: true @@ -79413,8 +79426,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#delete-a-repository-variable parameters: - - *510 - *511 + - *512 - *309 responses: '204': @@ -79436,8 +79449,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/assignees#list-assignees parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -79474,8 +79487,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *510 - *511 + - *512 - name: assignee in: path required: true @@ -79511,8 +79524,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/attestations#create-an-attestation parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -79622,8 +79635,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/attestations#list-attestations parameters: - - *510 - *511 + - *512 - *17 - *111 - *112 @@ -79680,7 +79693,7 @@ paths: initiator: type: string examples: - default: *556 + default: *557 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79700,8 +79713,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -79709,7 +79722,7 @@ paths: application/json: schema: type: array - items: &557 + items: &558 title: Autolink reference description: An autolink reference. type: object @@ -79763,8 +79776,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -79803,9 +79816,9 @@ paths: description: response content: application/json: - schema: *557 + schema: *558 examples: - default: &558 + default: &559 value: id: 1 key_prefix: TICKET- @@ -79836,9 +79849,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *510 - *511 - - &559 + - *512 + - &560 name: autolink_id description: The unique identifier of the autolink. in: path @@ -79850,9 +79863,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *558 examples: - default: *558 + default: *559 '404': *6 x-github: githubCloudOnly: false @@ -79872,9 +79885,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *510 - *511 - - *559 + - *512 + - *560 responses: '204': description: Response @@ -79898,8 +79911,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response if Dependabot is enabled @@ -79947,8 +79960,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#enable-dependabot-security-updates parameters: - - *510 - *511 + - *512 responses: '204': description: Response @@ -79969,8 +79982,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#disable-dependabot-security-updates parameters: - - *510 - *511 + - *512 responses: '204': description: Response @@ -79990,8 +80003,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branches#list-branches parameters: - - *510 - *511 + - *512 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -80029,7 +80042,7 @@ paths: - url protected: type: boolean - protection: &561 + protection: &562 title: Branch Protection description: Branch Protection type: object @@ -80071,7 +80084,7 @@ paths: required: - contexts - checks - enforce_admins: &564 + enforce_admins: &565 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -80086,7 +80099,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &566 + required_pull_request_reviews: &567 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -80162,7 +80175,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &563 + restrictions: &564 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -80439,9 +80452,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branches#get-a-branch parameters: - - *510 - *511 - - &562 + - *512 + - &563 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/enterprise-cloud@latest/graphql). @@ -80455,14 +80468,14 @@ paths: description: Response content: application/json: - schema: &572 + schema: &573 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &629 + commit: &630 title: Commit description: Commit type: object @@ -80496,7 +80509,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &560 + properties: &561 name: type: string example: '"Chris Wanstrath"' @@ -80512,7 +80525,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *560 + properties: *561 nullable: true message: type: string @@ -80533,7 +80546,7 @@ paths: required: - sha - url - verification: &689 + verification: &690 title: Verification type: object properties: @@ -80603,7 +80616,7 @@ paths: type: integer files: type: array - items: &641 + items: &642 title: Diff Entry description: Diff Entry type: object @@ -80687,7 +80700,7 @@ paths: - self protected: type: boolean - protection: *561 + protection: *562 protection_url: type: string format: uri @@ -80794,7 +80807,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *516 + '301': *517 '404': *6 x-github: githubCloudOnly: false @@ -80816,15 +80829,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-branch-protection parameters: - - *510 - *511 - - *562 + - *512 + - *563 responses: '200': description: Response content: application/json: - schema: *561 + schema: *562 examples: default: value: @@ -81018,9 +81031,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#update-branch-protection parameters: - - *510 - *511 - - *562 + - *512 + - *563 requestBody: required: true content: @@ -81275,7 +81288,7 @@ paths: url: type: string format: uri - required_status_checks: &569 + required_status_checks: &570 title: Status Check Policy description: Status Check Policy type: object @@ -81427,7 +81440,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *563 + restrictions: *564 required_conversation_resolution: type: object properties: @@ -81539,9 +81552,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#delete-branch-protection parameters: - - *510 - *511 - - *562 + - *512 + - *563 responses: '204': description: Response @@ -81566,17 +81579,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *510 - *511 - - *562 + - *512 + - *563 responses: '200': description: Response content: application/json: - schema: *564 + schema: *565 examples: - default: &565 + default: &566 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -81598,17 +81611,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *510 - *511 - - *562 + - *512 + - *563 responses: '200': description: Response content: application/json: - schema: *564 + schema: *565 examples: - default: *565 + default: *566 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81627,9 +81640,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *510 - *511 - - *562 + - *512 + - *563 responses: '204': description: Response @@ -81654,17 +81667,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *510 - *511 - - *562 + - *512 + - *563 responses: '200': description: Response content: application/json: - schema: *566 + schema: *567 examples: - default: &567 + default: &568 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -81760,9 +81773,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *510 - *511 - - *562 + - *512 + - *563 requestBody: required: false content: @@ -81860,9 +81873,9 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 '422': *15 x-github: githubCloudOnly: false @@ -81883,9 +81896,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *510 - *511 - - *562 + - *512 + - *563 responses: '204': description: Response @@ -81912,17 +81925,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *510 - *511 - - *562 + - *512 + - *563 responses: '200': description: Response content: application/json: - schema: *564 + schema: *565 examples: - default: &568 + default: &569 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -81945,17 +81958,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *510 - *511 - - *562 + - *512 + - *563 responses: '200': description: Response content: application/json: - schema: *564 + schema: *565 examples: - default: *568 + default: *569 '404': *6 x-github: githubCloudOnly: false @@ -81975,9 +81988,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *510 - *511 - - *562 + - *512 + - *563 responses: '204': description: Response @@ -82002,17 +82015,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-status-checks-protection parameters: - - *510 - *511 - - *562 + - *512 + - *563 responses: '200': description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: &570 + default: &571 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -82038,9 +82051,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#update-status-check-protection parameters: - - *510 - *511 - - *562 + - *512 + - *563 requestBody: required: false content: @@ -82092,9 +82105,9 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: *570 + default: *571 '404': *6 '422': *15 x-github: @@ -82116,9 +82129,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#remove-status-check-protection parameters: - - *510 - *511 - - *562 + - *512 + - *563 responses: '204': description: Response @@ -82142,9 +82155,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *510 - *511 - - *562 + - *512 + - *563 responses: '200': description: Response @@ -82178,9 +82191,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#add-status-check-contexts parameters: - - *510 - *511 - - *562 + - *512 + - *563 requestBody: required: false content: @@ -82247,9 +82260,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#set-status-check-contexts parameters: - - *510 - *511 - - *562 + - *512 + - *563 requestBody: required: false content: @@ -82313,9 +82326,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *510 - *511 - - *562 + - *512 + - *563 requestBody: content: application/json: @@ -82381,15 +82394,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-access-restrictions parameters: - - *510 - *511 - - *562 + - *512 + - *563 responses: '200': description: Response content: application/json: - schema: *563 + schema: *564 examples: default: value: @@ -82480,9 +82493,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#delete-access-restrictions parameters: - - *510 - *511 - - *562 + - *512 + - *563 responses: '204': description: Response @@ -82505,9 +82518,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *510 - *511 - - *562 + - *512 + - *563 responses: '200': description: Response @@ -82517,7 +82530,7 @@ paths: type: array items: *5 examples: - default: &571 + default: &572 value: - id: 1 slug: octoapp @@ -82574,9 +82587,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *510 - *511 - - *562 + - *512 + - *563 requestBody: required: true content: @@ -82610,7 +82623,7 @@ paths: type: array items: *5 examples: - default: *571 + default: *572 '422': *15 x-github: githubCloudOnly: false @@ -82631,9 +82644,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *510 - *511 - - *562 + - *512 + - *563 requestBody: required: true content: @@ -82667,7 +82680,7 @@ paths: type: array items: *5 examples: - default: *571 + default: *572 '422': *15 x-github: githubCloudOnly: false @@ -82688,9 +82701,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *510 - *511 - - *562 + - *512 + - *563 requestBody: required: true content: @@ -82724,7 +82737,7 @@ paths: type: array items: *5 examples: - default: *571 + default: *572 '422': *15 x-github: githubCloudOnly: false @@ -82746,9 +82759,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *510 - *511 - - *562 + - *512 + - *563 responses: '200': description: Response @@ -82758,7 +82771,7 @@ paths: type: array items: *329 examples: - default: *419 + default: *420 '404': *6 x-github: githubCloudOnly: false @@ -82778,9 +82791,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *510 - *511 - - *562 + - *512 + - *563 requestBody: required: false content: @@ -82818,7 +82831,7 @@ paths: type: array items: *329 examples: - default: *419 + default: *420 '422': *15 x-github: githubCloudOnly: false @@ -82839,9 +82852,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *510 - *511 - - *562 + - *512 + - *563 requestBody: required: false content: @@ -82879,7 +82892,7 @@ paths: type: array items: *329 examples: - default: *419 + default: *420 '422': *15 x-github: githubCloudOnly: false @@ -82900,9 +82913,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *510 - *511 - - *562 + - *512 + - *563 requestBody: content: application/json: @@ -82939,7 +82952,7 @@ paths: type: array items: *329 examples: - default: *419 + default: *420 '422': *15 x-github: githubCloudOnly: false @@ -82961,9 +82974,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *510 - *511 - - *562 + - *512 + - *563 responses: '200': description: Response @@ -82997,9 +83010,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *510 - *511 - - *562 + - *512 + - *563 requestBody: required: true content: @@ -83057,9 +83070,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *510 - *511 - - *562 + - *512 + - *563 requestBody: required: true content: @@ -83117,9 +83130,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *510 - *511 - - *562 + - *512 + - *563 requestBody: required: true content: @@ -83179,9 +83192,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branches#rename-a-branch parameters: - - *510 - *511 - - *562 + - *512 + - *563 requestBody: required: true content: @@ -83203,7 +83216,7 @@ paths: description: Response content: application/json: - schema: *572 + schema: *573 examples: default: value: @@ -83317,8 +83330,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *510 - *511 + - *512 - *106 - *107 - *108 @@ -83354,8 +83367,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *510 - *511 + - *512 - name: bypass_request_number in: path required: true @@ -83428,8 +83441,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *510 - *511 + - *512 - *106 - *107 - *108 @@ -83469,8 +83482,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *510 - *511 + - *512 - name: bypass_request_number in: path required: true @@ -83540,8 +83553,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *510 - *511 + - *512 - name: bypass_request_number in: path required: true @@ -83612,8 +83625,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *510 - *511 + - *512 - name: bypass_response_id in: path required: true @@ -83646,8 +83659,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/runs#create-a-check-run parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -83926,7 +83939,7 @@ paths: description: Response content: application/json: - schema: &573 + schema: &574 title: CheckRun description: A check performed on the code of a given code change type: object @@ -84046,7 +84059,7 @@ paths: check. type: array items: *240 - deployment: &942 + deployment: &943 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -84326,9 +84339,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/runs#get-a-check-run parameters: - - *510 - *511 - - &574 + - *512 + - &575 name: check_run_id description: The unique identifier of the check run. in: path @@ -84340,9 +84353,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: &575 + default: &576 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -84442,9 +84455,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/runs#update-a-check-run parameters: - - *510 - *511 - - *574 + - *512 + - *575 requestBody: required: true content: @@ -84684,9 +84697,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: *575 + default: *576 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84706,9 +84719,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/runs#list-check-run-annotations parameters: - - *510 - *511 - - *574 + - *512 + - *575 - *17 - *19 responses: @@ -84803,9 +84816,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/runs#rerequest-a-check-run parameters: - - *510 - *511 - - *574 + - *512 + - *575 responses: '201': description: Response @@ -84849,8 +84862,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/suites#create-a-check-suite parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -84872,7 +84885,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &578 + schema: &579 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -84958,12 +84971,12 @@ paths: type: string format: date-time nullable: true - head_commit: &975 + head_commit: &976 title: Simple Commit description: A commit. type: object - properties: *576 - required: *577 + properties: *577 + required: *578 latest_check_runs_count: type: integer check_runs_url: @@ -84991,7 +85004,7 @@ paths: - check_runs_url - pull_requests examples: - default: &579 + default: &580 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -85282,9 +85295,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *578 + schema: *579 examples: - default: *579 + default: *580 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85303,8 +85316,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -85613,9 +85626,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/suites#get-a-check-suite parameters: - - *510 - *511 - - &580 + - *512 + - &581 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -85627,9 +85640,9 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: - default: *579 + default: *580 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85652,17 +85665,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *510 - *511 - - *580 - - &634 + - *512 + - *581 + - &635 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &635 + - &636 name: status description: Returns check runs with the specified `status`. in: query @@ -85701,9 +85714,9 @@ paths: type: integer check_runs: type: array - items: *573 + items: *574 examples: - default: &636 + default: &637 value: total_count: 1 check_runs: @@ -85805,9 +85818,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/suites#rerequest-a-check-suite parameters: - - *510 - *511 - - *580 + - *512 + - *581 responses: '201': description: Response @@ -85836,8 +85849,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-quality/code-quality#list-code-quality-findings-for-a-repository parameters: - - *510 - *511 + - *512 - *17 - *113 - *111 @@ -85859,7 +85872,7 @@ paths: application/json: schema: type: array - items: &581 + items: &582 description: Code quality finding type: object properties: @@ -85989,7 +86002,7 @@ paths: markdown: This check is useless. [o](java/UselessNullCheck.java#L9C4-L9C18) cannot be null at this check, since it is guarded by [...instanceof...](java/UselessNullCheck.java#L7C13-L7C25). created_at: '2026-01-23T12:34:56Z' - '403': &582 + '403': &583 description: Response if the user is not authorized to access Code quality for this repository. content: @@ -86016,8 +86029,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-quality/code-quality#get-a-code-quality-finding parameters: - - *510 - *511 + - *512 - name: finding_number in: path description: The number that identifies a finding. @@ -86029,7 +86042,7 @@ paths: description: Response content: application/json: - schema: *581 + schema: *582 examples: default: value: @@ -86058,7 +86071,7 @@ paths: markdown: This check is useless. [o](java/UselessNullCheck.java#L9C4-L9C18) cannot be null at this check, since it is guarded by [...instanceof...](java/UselessNullCheck.java#L7C13-L7C25). created_at: '2026-01-23T12:34:56Z' - '403': *582 + '403': *583 '404': *6 '503': *204 x-github: @@ -86080,8 +86093,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-quality/code-quality#get-a-code-quality-setup-configuration parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -86153,7 +86166,7 @@ paths: updated_at: '2023-01-01T00:00:00Z' schedule: weekly ai_findings_option: on_push - '403': *582 + '403': *583 '404': *6 '503': *204 x-github: @@ -86174,8 +86187,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-quality/code-quality#update-a-code-quality-setup-configuration parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -86311,21 +86324,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *510 - *511 + - *512 - *333 - *334 - *19 - *17 - - &599 + - &600 name: ref description: The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. in: query required: false - schema: *583 - - &600 + schema: *584 + - &601 name: pr description: The number of the pull request for the results you want to list. in: query @@ -86356,7 +86369,7 @@ paths: be returned. in: query required: false - schema: *584 + schema: *585 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -86380,7 +86393,7 @@ paths: updated_at: *144 url: *141 html_url: *142 - instances_url: *585 + instances_url: *586 state: *116 fixed_at: *146 dismissed_by: @@ -86391,11 +86404,11 @@ paths: required: *21 nullable: true dismissed_at: *145 - dismissed_reason: *586 - dismissed_comment: *587 - rule: *588 - tool: *589 - most_recent_instance: *590 + dismissed_reason: *587 + dismissed_comment: *588 + rule: *589 + tool: *590 + most_recent_instance: *591 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -86521,7 +86534,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *38 - '403': &592 + '403': &593 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -86548,9 +86561,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *510 - *511 - - &593 + - *512 + - &594 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -86564,7 +86577,7 @@ paths: description: Response content: application/json: - schema: &594 + schema: &595 type: object properties: number: *136 @@ -86572,7 +86585,7 @@ paths: updated_at: *144 url: *141 html_url: *142 - instances_url: *585 + instances_url: *586 state: *116 fixed_at: *146 dismissed_by: @@ -86583,8 +86596,8 @@ paths: required: *21 nullable: true dismissed_at: *145 - dismissed_reason: *586 - dismissed_comment: *587 + dismissed_reason: *587 + dismissed_comment: *588 rule: type: object properties: @@ -86638,8 +86651,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *589 - most_recent_instance: *590 + tool: *590 + most_recent_instance: *591 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -86653,7 +86666,7 @@ paths: linked_pull_requests: description: Pull requests linked to this alert. type: array - items: *591 + items: *592 required: - number - created_at @@ -86742,7 +86755,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *38 - '403': *592 + '403': *593 '404': *6 '503': *204 x-github: @@ -86762,9 +86775,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *510 - *511 - - *593 + - *512 + - *594 requestBody: required: true content: @@ -86779,8 +86792,8 @@ paths: enum: - open - dismissed - dismissed_reason: *586 - dismissed_comment: *587 + dismissed_reason: *587 + dismissed_comment: *588 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -86808,7 +86821,7 @@ paths: description: Response content: application/json: - schema: *594 + schema: *595 examples: default: value: @@ -86884,7 +86897,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &598 + '403': &599 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -86911,15 +86924,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert parameters: - - *510 - *511 - - *593 + - *512 + - *594 responses: '200': description: Response content: application/json: - schema: &595 + schema: &596 type: object properties: status: @@ -86945,13 +86958,13 @@ paths: - description - started_at examples: - default: &596 + default: &597 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &597 + '400': &598 description: Bad Request content: application/json: @@ -86962,7 +86975,7 @@ paths: message: The alert_number is not valid documentation_url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert status: '400' - '403': *592 + '403': *593 '404': *6 '500': *41 x-github: @@ -86987,29 +87000,29 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#create-an-autofix-for-a-code-scanning-alert parameters: - - *510 - *511 - - *593 + - *512 + - *594 responses: '200': description: OK content: application/json: - schema: *595 + schema: *596 examples: - default: *596 + default: *597 '202': description: Accepted content: application/json: - schema: *595 + schema: *596 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *597 + '400': *598 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -87041,9 +87054,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#commit-an-autofix-for-a-code-scanning-alert parameters: - - *510 - *511 - - *593 + - *512 + - *594 requestBody: required: false content: @@ -87088,8 +87101,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *597 - '403': *598 + '400': *598 + '403': *599 '404': *6 '422': description: Unprocessable Entity @@ -87113,13 +87126,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *510 - *511 - - *593 + - *512 + - *594 - *19 - *17 - - *599 - *600 + - *601 responses: '200': description: Response @@ -87130,10 +87143,10 @@ paths: items: type: object properties: - ref: *583 - analysis_key: *601 - environment: *602 - category: *603 + ref: *584 + analysis_key: *602 + environment: *603 + category: *604 state: type: string description: State of a code scanning alert instance. @@ -87148,7 +87161,7 @@ paths: properties: text: type: string - location: *604 + location: *605 html_url: type: string classifications: @@ -87156,7 +87169,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: *605 + items: *606 examples: default: value: @@ -87193,7 +87206,7 @@ paths: end_column: 50 classifications: - source - '403': *592 + '403': *593 '404': *6 '503': *204 x-github: @@ -87227,25 +87240,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *510 - *511 + - *512 - *333 - *334 - *19 - *17 - - *600 + - *601 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *583 + schema: *584 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &606 + schema: &607 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -87266,23 +87279,23 @@ paths: application/json: schema: type: array - items: &607 + items: &608 type: object properties: - ref: *583 - commit_sha: &615 + ref: *584 + commit_sha: &616 description: The SHA of the commit to which the analysis you are uploading relates. type: string minLength: 40 maxLength: 64 pattern: "^([0-9a-fA-F]{40}(?:[0-9a-fA-F]{24})?)$" - analysis_key: *601 + analysis_key: *602 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *603 + category: *604 error: type: string example: error reading field xyz @@ -87306,8 +87319,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *606 - tool: *589 + sarif_id: *607 + tool: *590 deletable: type: boolean warning: @@ -87368,7 +87381,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *592 + '403': *593 '404': *6 '503': *204 x-github: @@ -87404,8 +87417,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *510 - *511 + - *512 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -87418,7 +87431,7 @@ paths: description: Response content: application/json: - schema: *607 + schema: *608 examples: response: summary: application/json response @@ -87472,7 +87485,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *592 + '403': *593 '404': *6 '422': description: Response if analysis could not be processed @@ -87559,8 +87572,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *510 - *511 + - *512 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -87613,7 +87626,7 @@ paths: next_analysis_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41 confirm_delete_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41?confirm_delete '400': *14 - '403': *598 + '403': *599 '404': *6 '503': *204 x-github: @@ -87635,8 +87648,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -87644,7 +87657,7 @@ paths: application/json: schema: type: array - items: &608 + items: &609 title: CodeQL Database description: A CodeQL database. type: object @@ -87755,7 +87768,7 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '403': *592 + '403': *593 '404': *6 '503': *204 x-github: @@ -87784,8 +87797,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *510 - *511 + - *512 - name: language in: path description: The language of the CodeQL database. @@ -87797,7 +87810,7 @@ paths: description: Response content: application/json: - schema: *608 + schema: *609 examples: default: value: @@ -87829,9 +87842,9 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &645 + '302': &646 description: Found - '403': *592 + '403': *593 '404': *6 '503': *204 x-github: @@ -87853,8 +87866,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *510 - *511 + - *512 - name: language in: path description: The language of the CodeQL database. @@ -87864,7 +87877,7 @@ paths: responses: '204': description: Response - '403': *598 + '403': *599 '404': *6 '503': *204 x-github: @@ -87892,8 +87905,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -87902,7 +87915,7 @@ paths: type: object additionalProperties: false properties: - language: &609 + language: &610 type: string description: The language targeted by the CodeQL query enum: @@ -87982,7 +87995,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &613 + schema: &614 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -87992,7 +88005,7 @@ paths: description: The ID of the variant analysis. controller_repo: *123 actor: *4 - query_language: *609 + query_language: *610 query_pack_url: type: string description: The download url for the query pack. @@ -88039,7 +88052,7 @@ paths: items: type: object properties: - repository: &610 + repository: &611 title: Repository Identifier description: Repository Identifier type: object @@ -88075,7 +88088,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &614 + analysis_status: &615 type: string description: The new status of the CodeQL variant analysis repository task. @@ -88107,7 +88120,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &611 + access_mismatch_repos: &612 type: object properties: repository_count: @@ -88121,7 +88134,7 @@ paths: This list may not include all repositories that were skipped. This is only available when the repository was found and the user has access to it. - items: *610 + items: *611 required: - repository_count - repositories @@ -88143,8 +88156,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *611 - over_limit_repos: *611 + no_codeql_db_repos: *612 + over_limit_repos: *612 required: - access_mismatch_repos - not_found_repos @@ -88160,7 +88173,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &612 + value: &613 summary: Default response value: id: 1 @@ -88306,10 +88319,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *612 + value: *613 repository_lists: summary: Response for a successful variant analysis submission - value: *612 + value: *613 '404': *6 '422': description: Unable to process variant analysis submission @@ -88337,8 +88350,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#get-the-summary-of-a-codeql-variant-analysis parameters: - - *510 - *511 + - *512 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -88350,9 +88363,9 @@ paths: description: Response content: application/json: - schema: *613 + schema: *614 examples: - default: *612 + default: *613 '404': *6 '503': *204 x-github: @@ -88375,7 +88388,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#get-the-analysis-status-of-a-repository-in-a-codeql-variant-analysis parameters: - - *510 + - *511 - name: repo in: path description: The name of the controller repository. @@ -88410,7 +88423,7 @@ paths: type: object properties: repository: *123 - analysis_status: *614 + analysis_status: *615 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -88535,8 +88548,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -88621,7 +88634,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *592 + '403': *593 '404': *6 '503': *204 x-github: @@ -88642,8 +88655,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -88735,7 +88748,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *598 + '403': *599 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -88806,8 +88819,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -88815,7 +88828,7 @@ paths: schema: type: object properties: - commit_sha: *615 + commit_sha: *616 ref: type: string description: |- @@ -88873,7 +88886,7 @@ paths: schema: type: object properties: - id: *606 + id: *607 url: type: string description: The REST API URL for checking the status of the upload. @@ -88887,7 +88900,7 @@ paths: url: https://api.github.com/repos/octocat/hello-world/code-scanning/sarifs/47177e22-5596-11eb-80a1-c1e54ef945c6 '400': description: Bad Request if the sarif field is invalid - '403': *598 + '403': *599 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -88910,8 +88923,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *510 - *511 + - *512 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -88957,7 +88970,7 @@ paths: value: processing_status: complete analyses_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses?sarif_id=47177e22-5596-11eb-80a1-c1e54ef945c6 - '403': *592 + '403': *593 '404': description: Not Found if the sarif id does not match any upload '503': *204 @@ -88982,8 +88995,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -89064,8 +89077,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-codeowners-errors parameters: - - *510 - *511 + - *512 - name: ref description: 'A branch, tag or commit name used to determine which version of the CODEOWNERS file to use. Default: the repository''s default branch @@ -89185,8 +89198,8 @@ paths: parameters: - *17 - *19 - - *510 - *511 + - *512 responses: '200': description: Response @@ -89202,7 +89215,7 @@ paths: type: integer codespaces: type: array - items: *409 + items: *410 examples: default: value: @@ -89500,8 +89513,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -89564,17 +89577,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *409 + schema: *410 examples: - default: *616 + default: *617 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *409 + schema: *410 examples: - default: *616 + default: *617 '400': *14 '401': *25 '403': *29 @@ -89603,8 +89616,8 @@ paths: parameters: - *17 - *19 - - *510 - *511 + - *512 responses: '200': description: Response @@ -89668,8 +89681,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *510 - *511 + - *512 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -89704,14 +89717,14 @@ paths: type: integer machines: type: array - items: &885 + items: &886 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *617 - required: *618 + properties: *618 + required: *619 examples: - default: &886 + default: &887 value: total_count: 2 machines: @@ -89751,8 +89764,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *510 - *511 + - *512 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -89836,8 +89849,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user parameters: - - *510 - *511 + - *512 - name: ref description: The git reference that points to the location of the devcontainer configuration to use for the permission check. The value of `ref` will typically @@ -89903,8 +89916,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -89922,7 +89935,7 @@ paths: type: integer secrets: type: array - items: &622 + items: &623 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -89942,7 +89955,7 @@ paths: - created_at - updated_at examples: - default: *619 + default: *620 headers: Link: *48 x-github: @@ -89965,16 +89978,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *510 - *511 + - *512 responses: '200': description: Response content: application/json: - schema: *620 + schema: *621 examples: - default: *621 + default: *622 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89994,17 +90007,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *510 - *511 + - *512 - *306 responses: '200': description: Response content: application/json: - schema: *622 + schema: *623 examples: - default: *623 + default: *624 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -90024,8 +90037,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *510 - *511 + - *512 - *306 requestBody: required: true @@ -90078,8 +90091,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *510 - *511 + - *512 - *306 responses: '204': @@ -90108,8 +90121,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *510 - *511 + - *512 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -90151,7 +90164,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &624 + properties: &625 login: type: string example: octocat @@ -90244,7 +90257,7 @@ paths: user_view_type: type: string example: public - required: &625 + required: &626 - avatar_url - events_url - followers_url @@ -90318,8 +90331,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *510 - *511 + - *512 - *135 responses: '204': @@ -90366,8 +90379,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *510 - *511 + - *512 - *135 requestBody: required: false @@ -90394,7 +90407,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &702 + schema: &703 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -90623,8 +90636,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *510 - *511 + - *512 - *135 responses: '204': @@ -90656,8 +90669,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *510 - *511 + - *512 - *135 responses: '200': @@ -90678,8 +90691,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *624 - required: *625 + properties: *625 + required: *626 nullable: true required: - permission @@ -90734,8 +90747,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -90745,7 +90758,7 @@ paths: application/json: schema: type: array - items: &626 + items: &627 title: Commit Comment description: Commit Comment type: object @@ -90803,7 +90816,7 @@ paths: - created_at - updated_at examples: - default: &631 + default: &632 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -90862,17 +90875,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/comments#get-a-commit-comment parameters: - - *510 - *511 + - *512 - *251 responses: '200': description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: &632 + default: &633 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -90929,8 +90942,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/comments#update-a-commit-comment parameters: - - *510 - *511 + - *512 - *251 requestBody: required: true @@ -90953,7 +90966,7 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: default: value: @@ -91004,8 +91017,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/comments#delete-a-commit-comment parameters: - - *510 - *511 + - *512 - *251 responses: '204': @@ -91027,8 +91040,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *510 - *511 + - *512 - *251 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#about-reactions). @@ -91055,7 +91068,7 @@ paths: application/json: schema: type: array - items: &627 + items: &628 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -91098,7 +91111,7 @@ paths: - content - created_at examples: - default: &706 + default: &707 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -91143,8 +91156,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *510 - *511 + - *512 - *251 requestBody: required: true @@ -91177,9 +91190,9 @@ paths: description: Reaction exists content: application/json: - schema: *627 + schema: *628 examples: - default: &628 + default: &629 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -91208,9 +91221,9 @@ paths: description: Reaction created content: application/json: - schema: *627 + schema: *628 examples: - default: *628 + default: *629 '422': *15 x-github: githubCloudOnly: false @@ -91232,10 +91245,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *510 - *511 + - *512 - *251 - - &707 + - &708 name: reaction_id description: The unique identifier of the reaction. in: path @@ -91290,8 +91303,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/commits#list-commits parameters: - - *510 - *511 + - *512 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -91347,9 +91360,9 @@ paths: application/json: schema: type: array - items: *629 + items: *630 examples: - default: &780 + default: &781 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -91443,9 +91456,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/commits#list-branches-for-head-commit parameters: - - *510 - *511 - - &630 + - *512 + - &631 name: commit_sha description: The SHA of the commit. in: path @@ -91517,9 +91530,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/comments#list-commit-comments parameters: - - *510 - *511 - - *630 + - *512 + - *631 - *17 - *19 responses: @@ -91529,9 +91542,9 @@ paths: application/json: schema: type: array - items: *626 + items: *627 examples: - default: *631 + default: *632 headers: Link: *48 x-github: @@ -91559,9 +91572,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/comments#create-a-commit-comment parameters: - - *510 - *511 - - *630 + - *512 + - *631 requestBody: required: true content: @@ -91596,9 +91609,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: *632 + default: *633 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -91626,9 +91639,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *510 - *511 - - *630 + - *512 + - *631 - *17 - *19 responses: @@ -91638,9 +91651,9 @@ paths: application/json: schema: type: array - items: *591 + items: *592 examples: - default: &771 + default: &772 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -92177,11 +92190,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/commits#get-a-commit parameters: - - *510 - *511 + - *512 - *19 - *17 - - &633 + - &634 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), or tag name (`tags/TAG_NAME`). For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" @@ -92196,9 +92209,9 @@ paths: description: Response content: application/json: - schema: *629 + schema: *630 examples: - default: &756 + default: &757 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -92286,7 +92299,7 @@ paths: schema: type: string examples: - default: &642 + default: &643 value: | diff --git a/testfile b/testfile index 9bdeaeb..912c7ef 100644 @@ -92299,7 +92312,7 @@ paths: schema: type: string examples: - default: &643 + default: &644 value: | From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001 From: Mona Lisa <87831417+monalisa@users.noreply.github.com> @@ -92352,11 +92365,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *510 - *511 - - *633 + - *512 - *634 - *635 + - *636 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -92390,9 +92403,9 @@ paths: type: integer check_runs: type: array - items: *573 + items: *574 examples: - default: *636 + default: *637 headers: Link: *48 x-github: @@ -92417,9 +92430,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *510 - *511 - - *633 + - *512 + - *634 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -92427,7 +92440,7 @@ paths: schema: type: integer example: 1 - - *634 + - *635 - *17 - *19 responses: @@ -92445,7 +92458,7 @@ paths: type: integer check_suites: type: array - items: *578 + items: *579 examples: default: value: @@ -92645,9 +92658,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *510 - *511 - - *633 + - *512 + - *634 - *17 - *19 responses: @@ -92845,9 +92858,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *510 - *511 - - *633 + - *512 + - *634 - *17 - *19 responses: @@ -92857,7 +92870,7 @@ paths: application/json: schema: type: array - items: &837 + items: &838 title: Status description: The status of a commit. type: object @@ -92938,7 +92951,7 @@ paths: site_admin: false headers: Link: *48 - '301': *516 + '301': *517 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92966,8 +92979,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/community#get-community-profile-metrics parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -92996,20 +93009,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *637 - required: *638 + properties: *638 + required: *639 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &639 + properties: &640 url: type: string format: uri html_url: type: string format: uri - required: &640 + required: &641 - url - html_url nullable: true @@ -93023,26 +93036,26 @@ paths: contributing: title: Community Health File type: object - properties: *639 - required: *640 + properties: *640 + required: *641 nullable: true readme: title: Community Health File type: object - properties: *639 - required: *640 + properties: *640 + required: *641 nullable: true issue_template: title: Community Health File type: object - properties: *639 - required: *640 + properties: *640 + required: *641 nullable: true pull_request_template: title: Community Health File type: object - properties: *639 - required: *640 + properties: *640 + required: *641 nullable: true required: - code_of_conduct @@ -93169,8 +93182,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/commits#compare-two-commits parameters: - - *510 - *511 + - *512 - *19 - *17 - name: basehead @@ -93213,8 +93226,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *629 - merge_base_commit: *629 + base_commit: *630 + merge_base_commit: *630 status: type: string enum: @@ -93234,10 +93247,10 @@ paths: example: 6 commits: type: array - items: *629 + items: *630 files: type: array - items: *641 + items: *642 required: - url - html_url @@ -93483,12 +93496,12 @@ paths: schema: type: string examples: - default: *642 + default: *643 application/vnd.github.patch: schema: type: string examples: - default: *643 + default: *644 '404': *6 '500': *41 '503': *204 @@ -93533,8 +93546,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/contents#get-repository-content parameters: - - *510 - *511 + - *512 - name: path description: path parameter in: path @@ -93694,7 +93707,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &644 + response-if-content-is-a-file-github-object: &645 summary: Response if content is a file value: type: file @@ -93826,7 +93839,7 @@ paths: - size - type - url - - &786 + - &787 title: Content File description: Content File type: object @@ -94027,7 +94040,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *644 + response-if-content-is-a-file: *645 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -94096,7 +94109,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *645 + '302': *646 '304': *38 x-github: githubCloudOnly: false @@ -94119,8 +94132,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/contents#create-or-update-file-contents parameters: - - *510 - *511 + - *512 - name: path description: path parameter in: path @@ -94213,7 +94226,7 @@ paths: description: Response content: application/json: - schema: &646 + schema: &647 title: File Commit description: File Commit type: object @@ -94365,7 +94378,7 @@ paths: description: Response content: application/json: - schema: *646 + schema: *647 examples: example-for-creating-a-file: value: @@ -94419,7 +94432,7 @@ paths: schema: oneOf: - *3 - - &684 + - &685 description: Repository rule violation was detected type: object properties: @@ -94440,7 +94453,7 @@ paths: items: type: object properties: - placeholder_id: &828 + placeholder_id: &829 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -94472,8 +94485,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/contents#delete-a-file parameters: - - *510 - *511 + - *512 - name: path description: path parameter in: path @@ -94534,7 +94547,7 @@ paths: description: Response content: application/json: - schema: *646 + schema: *647 examples: default: value: @@ -94589,8 +94602,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-repository-contributors parameters: - - *510 - *511 + - *512 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -94719,8 +94732,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-cloud-agent-management#get-copilot-cloud-agent-configuration-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -94871,8 +94884,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *510 - *511 + - *512 - *354 - *355 - *356 @@ -94885,10 +94898,11 @@ paths: schema: type: string - *359 - - *647 + - *648 - *360 - *361 - *362 + - *363 - *113 - *111 - *112 @@ -94900,7 +94914,7 @@ paths: application/json: schema: type: array - items: &651 + items: &652 type: object description: A Dependabot alert. properties: @@ -94947,7 +94961,7 @@ paths: - direct - transitive - inconclusive - security_advisory: *648 + security_advisory: *649 security_vulnerability: *140 url: *141 html_url: *142 @@ -94978,8 +94992,8 @@ paths: nullable: true maxLength: 280 fixed_at: *146 - auto_dismissed_at: *649 - dismissal_request: *650 + auto_dismissed_at: *650 + dismissal_request: *651 assignees: type: array description: The users assigned to this alert. @@ -95012,6 +95026,7 @@ paths: name: django manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-rf4j-j272-fj86 cve_id: CVE-2018-6188 @@ -95133,6 +95148,7 @@ paths: name: ansible manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-8f4m-hccc-8qph cve_id: CVE-2021-20191 @@ -95234,9 +95250,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *510 - *511 - - &652 + - *512 + - &653 name: alert_number in: path description: |- @@ -95251,7 +95267,7 @@ paths: description: Response content: application/json: - schema: *651 + schema: *652 examples: default: value: @@ -95263,6 +95279,7 @@ paths: name: ansible manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-8f4m-hccc-8qph cve_id: CVE-2021-20191 @@ -95383,9 +95400,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *510 - *511 - - *652 + - *512 + - *653 requestBody: required: true content: @@ -95458,7 +95475,7 @@ paths: description: Response content: application/json: - schema: *651 + schema: *652 examples: default: value: @@ -95470,6 +95487,7 @@ paths: name: django manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-rf4j-j272-fj86 cve_id: CVE-2018-6188 @@ -95588,8 +95606,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#list-repository-secrets parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -95607,7 +95625,7 @@ paths: type: integer secrets: type: array - items: &655 + items: &656 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -95660,16 +95678,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *510 - *511 + - *512 responses: '200': description: Response content: application/json: - schema: *653 + schema: *654 examples: - default: *654 + default: *655 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95689,15 +95707,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#get-a-repository-secret parameters: - - *510 - *511 + - *512 - *306 responses: '200': description: Response content: application/json: - schema: *655 + schema: *656 examples: default: value: @@ -95723,8 +95741,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *510 - *511 + - *512 - *306 requestBody: required: true @@ -95777,8 +95795,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *510 - *511 + - *512 - *306 responses: '204': @@ -95801,8 +95819,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *510 - *511 + - *512 - name: basehead description: The base and head Git revisions to compare. The Git revisions will be resolved to commit SHAs. Named revisions will be resolved to their @@ -95965,8 +95983,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -96204,8 +96222,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependency-graph/sboms#fetch-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *510 - *511 + - *512 - name: sbom_uuid in: path required: true @@ -96216,7 +96234,7 @@ paths: '302': description: Redirects to a temporary download URL for the completed SBOM. headers: - Location: *656 + Location: *657 '202': description: SBOM is still being processed, no content is returned. '404': *6 @@ -96237,8 +96255,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependency-graph/sboms#request-generation-of-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *510 - *511 + - *512 responses: '201': description: Response @@ -96276,8 +96294,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -96352,7 +96370,7 @@ paths: - version - url additionalProperties: false - metadata: &657 + metadata: &658 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -96385,7 +96403,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *657 + metadata: *658 resolved: type: object description: A collection of resolved package dependencies. @@ -96398,7 +96416,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *657 + metadata: *658 relationship: type: string description: A notation of whether a dependency is requested @@ -96527,8 +96545,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/deployments#list-deployments parameters: - - *510 - *511 + - *512 - name: sha description: The SHA recorded at creation time. in: query @@ -96568,9 +96586,9 @@ paths: application/json: schema: type: array - items: *658 + items: *659 examples: - default: *659 + default: *660 headers: Link: *48 x-github: @@ -96636,8 +96654,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/deployments#create-a-deployment parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -96718,7 +96736,7 @@ paths: description: Response content: application/json: - schema: *658 + schema: *659 examples: simple-example: summary: Simple example @@ -96791,9 +96809,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/deployments#get-a-deployment parameters: - - *510 - *511 - - &660 + - *512 + - &661 name: deployment_id description: deployment_id parameter in: path @@ -96805,7 +96823,7 @@ paths: description: Response content: application/json: - schema: *658 + schema: *659 examples: default: value: @@ -96870,9 +96888,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/deployments#delete-a-deployment parameters: - - *510 - *511 - - *660 + - *512 + - *661 responses: '204': description: Response @@ -96894,9 +96912,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/statuses#list-deployment-statuses parameters: - - *510 - *511 - - *660 + - *512 + - *661 - *17 - *19 responses: @@ -96906,7 +96924,7 @@ paths: application/json: schema: type: array - items: &661 + items: &662 title: Deployment Status description: The status of a deployment. type: object @@ -97067,9 +97085,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/statuses#create-a-deployment-status parameters: - - *510 - *511 - - *660 + - *512 + - *661 requestBody: required: true content: @@ -97144,9 +97162,9 @@ paths: description: Response content: application/json: - schema: *661 + schema: *662 examples: - default: &662 + default: &663 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -97202,9 +97220,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/statuses#get-a-deployment-status parameters: - - *510 - *511 - - *660 + - *512 + - *661 - name: status_id in: path required: true @@ -97215,9 +97233,9 @@ paths: description: Response content: application/json: - schema: *661 + schema: *662 examples: - default: *662 + default: *663 '404': *6 x-github: githubCloudOnly: false @@ -97244,12 +97262,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *510 - *511 - - *663 + - *512 - *664 - *665 - *666 + - *667 - *17 - *19 responses: @@ -97259,9 +97277,9 @@ paths: application/json: schema: type: array - items: *667 + items: *668 examples: - default: *668 + default: *669 '404': *6 '403': *29 '500': *41 @@ -97285,8 +97303,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *510 - *511 + - *512 - name: alert_number in: path required: true @@ -97298,7 +97316,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *667 + schema: *668 examples: default: value: @@ -97354,8 +97372,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *510 - *511 + - *512 - name: alert_number in: path required: true @@ -97414,12 +97432,12 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *510 - *511 - - *663 + - *512 - *664 - *665 - *666 + - *667 - *17 - *19 responses: @@ -97429,9 +97447,9 @@ paths: application/json: schema: type: array - items: *669 + items: *670 examples: - default: *670 + default: *671 '404': *6 '403': *29 '500': *41 @@ -97455,8 +97473,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *510 - *511 + - *512 - name: alert_number in: path required: true @@ -97468,7 +97486,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *669 + schema: *670 examples: default: value: @@ -97519,8 +97537,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *510 - *511 + - *512 - name: alert_number in: path required: true @@ -97558,7 +97576,7 @@ paths: description: The created dismissal request. content: application/json: - schema: *669 + schema: *670 examples: default: value: @@ -97609,8 +97627,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *510 - *511 + - *512 - name: alert_number in: path required: true @@ -97681,8 +97699,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *510 - *511 + - *512 - name: alert_number in: path required: true @@ -97715,12 +97733,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *510 - *511 + - *512 - *106 - *107 - *108 - - *368 + - *369 - *17 - *19 responses: @@ -97730,9 +97748,9 @@ paths: application/json: schema: type: array - items: *370 + items: *371 examples: - default: *371 + default: *372 '404': *6 '403': *29 '500': *41 @@ -97757,8 +97775,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *510 - *511 + - *512 - name: alert_number in: path required: true @@ -97770,7 +97788,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *370 + schema: *371 examples: default: value: @@ -97828,8 +97846,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *510 - *511 + - *512 - name: alert_number in: path required: true @@ -97898,8 +97916,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -97956,8 +97974,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/environments#list-environments parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -97974,7 +97992,7 @@ paths: type: integer environments: type: array - items: &672 + items: &673 title: Environment description: Details of a deployment environment type: object @@ -98026,7 +98044,7 @@ paths: type: type: string example: wait_timer - wait_timer: &674 + wait_timer: &675 type: integer example: 30 description: The amount of time to delay a job after @@ -98063,7 +98081,7 @@ paths: items: type: object properties: - type: *671 + type: *672 reviewer: anyOf: - *4 @@ -98087,7 +98105,7 @@ paths: - id - node_id - type - deployment_branch_policy: &675 + deployment_branch_policy: &676 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -98203,9 +98221,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/environments#get-an-environment parameters: - - *510 - *511 - - &673 + - *512 + - &674 name: environment_name in: path required: true @@ -98218,9 +98236,9 @@ paths: description: Response content: application/json: - schema: *672 + schema: *673 examples: - default: &676 + default: &677 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -98304,9 +98322,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/environments#create-or-update-an-environment parameters: - - *510 - *511 - - *673 + - *512 + - *674 requestBody: required: false content: @@ -98315,7 +98333,7 @@ paths: type: object nullable: true properties: - wait_timer: *674 + wait_timer: *675 prevent_self_review: type: boolean example: false @@ -98332,13 +98350,13 @@ paths: items: type: object properties: - type: *671 + type: *672 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *675 + deployment_branch_policy: *676 additionalProperties: false examples: default: @@ -98358,9 +98376,9 @@ paths: description: Response content: application/json: - schema: *672 + schema: *673 examples: - default: *676 + default: *677 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -98384,9 +98402,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/environments#delete-an-environment parameters: - - *510 - *511 - - *673 + - *512 + - *674 responses: '204': description: Default response @@ -98411,9 +98429,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *510 - *511 - - *673 + - *512 + - *674 - *17 - *19 responses: @@ -98431,7 +98449,7 @@ paths: example: 2 branch_policies: type: array - items: &677 + items: &678 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -98488,9 +98506,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *510 - *511 - - *673 + - *512 + - *674 requestBody: required: true content: @@ -98536,9 +98554,9 @@ paths: description: Response content: application/json: - schema: *677 + schema: *678 examples: - example-wildcard: &678 + example-wildcard: &679 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -98580,10 +98598,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *510 - *511 - - *673 - - &679 + - *512 + - *674 + - &680 name: branch_policy_id in: path required: true @@ -98595,9 +98613,9 @@ paths: description: Response content: application/json: - schema: *677 + schema: *678 examples: - default: *678 + default: *679 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98616,10 +98634,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *510 - *511 - - *673 - - *679 + - *512 + - *674 + - *680 requestBody: required: true content: @@ -98647,9 +98665,9 @@ paths: description: Response content: application/json: - schema: *677 + schema: *678 examples: - default: *678 + default: *679 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98668,10 +98686,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *510 - *511 - - *673 - - *679 + - *512 + - *674 + - *680 responses: '204': description: Response @@ -98696,9 +98714,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *673 + - *674 + - *512 - *511 - - *510 responses: '200': description: List of deployment protection rules @@ -98714,7 +98732,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &680 + items: &681 title: Deployment protection rule description: Deployment protection rule type: object @@ -98733,7 +98751,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &681 + app: &682 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -98832,9 +98850,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *673 + - *674 + - *512 - *511 - - *510 requestBody: content: application/json: @@ -98855,9 +98873,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *680 + schema: *681 examples: - default: &682 + default: &683 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -98892,9 +98910,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *673 + - *674 + - *512 - *511 - - *510 - *19 - *17 responses: @@ -98913,7 +98931,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *681 + items: *682 examples: default: value: @@ -98948,10 +98966,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *510 - *511 - - *673 - - &683 + - *512 + - *674 + - &684 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -98963,9 +98981,9 @@ paths: description: Response content: application/json: - schema: *680 + schema: *681 examples: - default: *682 + default: *683 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98986,10 +99004,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *673 + - *674 + - *512 - *511 - - *510 - - *683 + - *684 responses: '204': description: Response @@ -99015,9 +99033,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#list-environment-secrets parameters: - - *510 - *511 - - *673 + - *512 + - *674 - *17 - *19 responses: @@ -99035,9 +99053,9 @@ paths: type: integer secrets: type: array - items: *540 + items: *541 examples: - default: *541 + default: *542 headers: Link: *48 x-github: @@ -99062,9 +99080,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#get-an-environment-public-key parameters: - - *510 - *511 - - *673 + - *512 + - *674 responses: '200': description: Response @@ -99094,18 +99112,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#get-an-environment-secret parameters: - - *510 - *511 - - *673 + - *512 + - *674 - *306 responses: '200': description: Response content: application/json: - schema: *540 + schema: *541 examples: - default: *554 + default: *555 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99127,9 +99145,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *510 - *511 - - *673 + - *512 + - *674 - *306 requestBody: required: true @@ -99187,9 +99205,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#delete-an-environment-secret parameters: - - *510 - *511 - - *673 + - *512 + - *674 - *306 responses: '204': @@ -99215,9 +99233,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#list-environment-variables parameters: - - *510 - *511 - - *673 + - *512 + - *674 - *315 - *19 responses: @@ -99235,9 +99253,9 @@ paths: type: integer variables: type: array - items: *542 + items: *543 examples: - default: *543 + default: *544 headers: Link: *48 x-github: @@ -99260,9 +99278,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#create-an-environment-variable parameters: - - *510 - *511 - - *673 + - *512 + - *674 requestBody: required: true content: @@ -99314,18 +99332,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#get-an-environment-variable parameters: - - *510 - *511 - - *673 + - *512 + - *674 - *309 responses: '200': description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: *555 + default: *556 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99346,10 +99364,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#update-an-environment-variable parameters: - - *510 - *511 + - *512 - *309 - - *673 + - *674 requestBody: required: true content: @@ -99391,10 +99409,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#delete-an-environment-variable parameters: - - *510 - *511 + - *512 - *309 - - *673 + - *674 responses: '204': description: Response @@ -99416,8 +99434,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-repository-events parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -99485,8 +99503,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/forks#list-forks parameters: - - *510 - *511 + - *512 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -99645,8 +99663,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/forks#create-a-fork parameters: - - *510 - *511 + - *512 requestBody: required: false content: @@ -99678,9 +99696,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: *517 + default: *518 '400': *14 '422': *15 '403': *29 @@ -99701,8 +99719,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/blobs#create-a-blob parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -99762,7 +99780,7 @@ paths: schema: oneOf: - *271 - - *684 + - *685 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99787,8 +99805,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/blobs#get-a-blob parameters: - - *510 - *511 + - *512 - name: file_sha in: path required: true @@ -99887,8 +99905,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/commits#create-a-commit parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -99997,7 +100015,7 @@ paths: description: Response content: application/json: - schema: &685 + schema: &686 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -100211,15 +100229,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/commits#get-a-commit-object parameters: - - *510 - *511 - - *630 + - *512 + - *631 responses: '200': description: Response content: application/json: - schema: *685 + schema: *686 examples: default: value: @@ -100275,9 +100293,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/refs#list-matching-references parameters: - - *510 - *511 - - &686 + - *512 + - &687 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -100294,7 +100312,7 @@ paths: application/json: schema: type: array - items: &687 + items: &688 title: Git Reference description: Git references within a repository type: object @@ -100369,17 +100387,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/refs#get-a-reference parameters: - - *510 - *511 - - *686 + - *512 + - *687 responses: '200': description: Response content: application/json: - schema: *687 + schema: *688 examples: - default: &688 + default: &689 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -100408,8 +100426,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/refs#create-a-reference parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -100438,9 +100456,9 @@ paths: description: Response content: application/json: - schema: *687 + schema: *688 examples: - default: *688 + default: *689 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -100466,9 +100484,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/refs#update-a-reference parameters: - - *510 - *511 - - *686 + - *512 + - *687 requestBody: required: true content: @@ -100497,9 +100515,9 @@ paths: description: Response content: application/json: - schema: *687 + schema: *688 examples: - default: *688 + default: *689 '422': *15 '409': *122 x-github: @@ -100517,9 +100535,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/refs#delete-a-reference parameters: - - *510 - *511 - - *686 + - *512 + - *687 responses: '204': description: Response @@ -100574,8 +100592,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/tags#create-a-tag-object parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -100642,7 +100660,7 @@ paths: description: Response content: application/json: - schema: &690 + schema: &691 title: Git Tag description: Metadata for a Git tag type: object @@ -100693,7 +100711,7 @@ paths: - sha - type - url - verification: *689 + verification: *690 required: - sha - url @@ -100703,7 +100721,7 @@ paths: - tag - message examples: - default: &691 + default: &692 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -100776,8 +100794,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/tags#get-a-tag parameters: - - *510 - *511 + - *512 - name: tag_sha in: path required: true @@ -100788,9 +100806,9 @@ paths: description: Response content: application/json: - schema: *690 + schema: *691 examples: - default: *691 + default: *692 '404': *6 '409': *122 x-github: @@ -100814,8 +100832,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/trees#create-a-tree parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -100888,7 +100906,7 @@ paths: description: Response content: application/json: - schema: &692 + schema: &693 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -100984,8 +101002,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/trees#get-a-tree parameters: - - *510 - *511 + - *512 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -101008,7 +101026,7 @@ paths: description: Response content: application/json: - schema: *692 + schema: *693 examples: default-response: summary: Default response @@ -101066,8 +101084,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#get-the-hash-algorithm-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -101110,8 +101128,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#list-repository-webhooks parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -101121,7 +101139,7 @@ paths: application/json: schema: type: array - items: &693 + items: &694 title: Webhook description: Webhooks for repositories. type: object @@ -101175,7 +101193,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &983 + last_response: &984 title: Hook Response type: object properties: @@ -101249,8 +101267,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#create-a-repository-webhook parameters: - - *510 - *511 + - *512 requestBody: required: false content: @@ -101302,9 +101320,9 @@ paths: description: Response content: application/json: - schema: *693 + schema: *694 examples: - default: &694 + default: &695 value: type: Repository id: 12345678 @@ -101352,17 +101370,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#get-a-repository-webhook parameters: - - *510 - *511 - - *376 + - *512 + - *377 responses: '200': description: Response content: application/json: - schema: *693 + schema: *694 examples: - default: *694 + default: *695 '404': *6 x-github: githubCloudOnly: false @@ -101382,9 +101400,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#update-a-repository-webhook parameters: - - *510 - *511 - - *376 + - *512 + - *377 requestBody: required: true content: @@ -101429,9 +101447,9 @@ paths: description: Response content: application/json: - schema: *693 + schema: *694 examples: - default: *694 + default: *695 '422': *15 '404': *6 x-github: @@ -101452,9 +101470,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *510 - *511 - - *376 + - *512 + - *377 responses: '204': description: Response @@ -101478,9 +101496,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *510 - *511 - - *376 + - *512 + - *377 responses: '200': description: Response @@ -101507,9 +101525,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *510 - *511 - - *376 + - *512 + - *377 requestBody: required: false content: @@ -101553,12 +101571,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *510 - *511 - - *376 - - *17 + - *512 - *377 + - *17 - *378 + - *379 responses: '200': description: Response @@ -101566,9 +101584,9 @@ paths: application/json: schema: type: array - items: *379 + items: *380 examples: - default: *380 + default: *381 '400': *14 '422': *15 x-github: @@ -101587,18 +101605,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *510 - *511 - - *376 + - *512 + - *377 - *16 responses: '200': description: Response content: application/json: - schema: *381 + schema: *382 examples: - default: *382 + default: *383 '400': *14 '422': *15 x-github: @@ -101617,9 +101635,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *510 - *511 - - *376 + - *512 + - *377 - *16 responses: '202': *40 @@ -101642,9 +101660,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *510 - *511 - - *376 + - *512 + - *377 responses: '204': description: Response @@ -101669,9 +101687,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *510 - *511 - - *376 + - *512 + - *377 responses: '204': description: Response @@ -101694,8 +101712,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#check-if-immutable-releases-are-enabled-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response if immutable releases are enabled @@ -101741,8 +101759,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#enable-immutable-releases parameters: - - *510 - *511 + - *512 responses: '204': *129 '409': *122 @@ -101762,8 +101780,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#disable-immutable-releases parameters: - - *510 - *511 + - *512 responses: '204': *129 '409': *122 @@ -101820,14 +101838,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#get-an-import-status parameters: - - *510 - *511 + - *512 responses: '200': description: Response content: application/json: - schema: &695 + schema: &696 title: Import description: A repository import from an external source. type: object @@ -101926,7 +101944,7 @@ paths: - html_url - authors_url examples: - default: &698 + default: &699 value: vcs: subversion use_lfs: true @@ -101942,7 +101960,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *6 - '503': &696 + '503': &697 description: Unavailable due to service under maintenance. content: application/json: @@ -101971,8 +101989,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#start-an-import parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -102020,7 +102038,7 @@ paths: description: Response content: application/json: - schema: *695 + schema: *696 examples: default: value: @@ -102045,7 +102063,7 @@ paths: type: string '422': *15 '404': *6 - '503': *696 + '503': *697 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102073,8 +102091,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#update-an-import parameters: - - *510 - *511 + - *512 requestBody: required: false content: @@ -102123,7 +102141,7 @@ paths: description: Response content: application/json: - schema: *695 + schema: *696 examples: example-1: summary: Example 1 @@ -102171,7 +102189,7 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '503': *696 + '503': *697 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102194,12 +102212,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#cancel-an-import parameters: - - *510 - *511 + - *512 responses: '204': description: Response - '503': *696 + '503': *697 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102225,9 +102243,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#get-commit-authors parameters: - - *510 - *511 - - &908 + - *512 + - &909 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -102241,7 +102259,7 @@ paths: application/json: schema: type: array - items: &697 + items: &698 title: Porter Author description: Porter Author type: object @@ -102295,7 +102313,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *6 - '503': *696 + '503': *697 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102320,8 +102338,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#map-a-commit-author parameters: - - *510 - *511 + - *512 - name: author_id in: path required: true @@ -102351,7 +102369,7 @@ paths: description: Response content: application/json: - schema: *697 + schema: *698 examples: default: value: @@ -102364,7 +102382,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *696 + '503': *697 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102388,8 +102406,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#get-large-files parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -102430,7 +102448,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *696 + '503': *697 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102458,8 +102476,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -102486,11 +102504,11 @@ paths: description: Response content: application/json: - schema: *695 + schema: *696 examples: - default: *698 + default: *699 '422': *15 - '503': *696 + '503': *697 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102513,8 +102531,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -102522,8 +102540,8 @@ paths: application/json: schema: *22 examples: - default: *394 - '301': *516 + default: *395 + '301': *517 '404': *6 x-github: githubCloudOnly: false @@ -102543,8 +102561,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -102552,12 +102570,12 @@ paths: application/json: schema: anyOf: - - *396 + - *397 - type: object properties: {} additionalProperties: false examples: - default: &700 + default: &701 value: limit: collaborators_only origin: repository @@ -102582,13 +102600,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *510 - *511 + - *512 requestBody: required: true content: application/json: - schema: *699 + schema: *700 examples: default: summary: Example request body @@ -102600,9 +102618,9 @@ paths: description: Response content: application/json: - schema: *396 + schema: *397 examples: - default: *700 + default: *701 '409': description: Response x-github: @@ -102624,8 +102642,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *510 - *511 + - *512 responses: '204': description: Response @@ -102652,8 +102670,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/interactions/repos#get-pull-request-creation-cap-bypass-list-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -102707,13 +102725,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/interactions/repos#add-users-to-the-pull-request-creation-cap-bypass-list-for-a-repository parameters: - - *510 - *511 + - *512 requestBody: required: true content: application/json: - schema: &701 + schema: &702 title: Interaction Limits Pull Request Bypass List description: A list of user logins to add or remove from the pull request creation cap bypass list. @@ -102763,13 +102781,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/interactions/repos#remove-users-from-the-pull-request-creation-cap-bypass-list-for-a-repository parameters: - - *510 - *511 + - *512 requestBody: required: true content: application/json: - schema: *701 + schema: *702 examples: default: summary: Example request body @@ -102802,8 +102820,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/interactions/repos#get-pull-request-creation-cap-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -102856,8 +102874,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/interactions/repos#update-pull-request-creation-cap-for-a-repository parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -102933,8 +102951,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/invitations#list-repository-invitations parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -102944,9 +102962,9 @@ paths: application/json: schema: type: array - items: *702 + items: *703 examples: - default: &901 + default: &902 value: - id: 1 repository: @@ -103077,9 +103095,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *510 - *511 - - *400 + - *512 + - *401 requestBody: required: false content: @@ -103108,7 +103126,7 @@ paths: description: Response content: application/json: - schema: *702 + schema: *703 examples: default: value: @@ -103239,9 +103257,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *510 - *511 - - *400 + - *512 + - *401 responses: '204': description: Response @@ -103264,8 +103282,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/issue-types#list-issue-types-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -103273,9 +103291,9 @@ paths: application/json: schema: type: array - items: *404 + items: *405 examples: - default: *703 + default: *704 '404': *6 x-github: githubCloudOnly: false @@ -103304,8 +103322,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#list-repository-issues parameters: - - *510 - *511 + - *512 - name: milestone description: If an `integer` is passed, it should refer to a milestone by its `number` field. If the string `*` is passed, issues with any milestone @@ -103367,7 +103385,7 @@ paths: required: false schema: type: string - - *407 + - *408 - name: sort description: What to sort results by. in: query @@ -103392,7 +103410,7 @@ paths: type: array items: *235 examples: - default: &717 + default: &718 value: - id: 1 node_id: MDU6SXNzdWUx @@ -103541,7 +103559,7 @@ paths: state_reason: completed headers: Link: *48 - '301': *516 + '301': *517 '422': *15 '404': *6 x-github: @@ -103570,8 +103588,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#create-an-issue parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -103680,7 +103698,7 @@ paths: application/json: schema: *235 examples: - default: &714 + default: &715 value: id: 1 node_id: MDU6SXNzdWUx @@ -103865,8 +103883,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *510 - *511 + - *512 - *259 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -103887,9 +103905,9 @@ paths: application/json: schema: type: array - items: *704 + items: *705 examples: - default: &716 + default: &717 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -103948,17 +103966,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#get-an-issue-comment parameters: - - *510 - *511 + - *512 - *251 responses: '200': description: Response content: application/json: - schema: *704 + schema: *705 examples: - default: &705 + default: &706 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -104014,8 +104032,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#update-an-issue-comment parameters: - - *510 - *511 + - *512 - *251 requestBody: required: true @@ -104038,9 +104056,9 @@ paths: description: Response content: application/json: - schema: *704 + schema: *705 examples: - default: *705 + default: *706 '422': *15 x-github: githubCloudOnly: false @@ -104058,8 +104076,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#delete-an-issue-comment parameters: - - *510 - *511 + - *512 - *251 responses: '204': @@ -104088,15 +104106,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#pin-an-issue-comment parameters: - - *510 - *511 + - *512 - *251 responses: '200': description: Response content: application/json: - schema: *704 + schema: *705 examples: default: value: @@ -104169,8 +104187,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#unpin-an-issue-comment parameters: - - *510 - *511 + - *512 - *251 responses: '204': @@ -104196,8 +104214,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *510 - *511 + - *512 - *251 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#about-reactions). @@ -104224,9 +104242,9 @@ paths: application/json: schema: type: array - items: *627 + items: *628 examples: - default: *706 + default: *707 headers: Link: *48 '404': *6 @@ -104247,8 +104265,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *510 - *511 + - *512 - *251 requestBody: required: true @@ -104281,16 +104299,16 @@ paths: description: Reaction exists content: application/json: - schema: *627 + schema: *628 examples: - default: *628 + default: *629 '201': description: Reaction created content: application/json: - schema: *627 + schema: *628 examples: - default: *628 + default: *629 '422': *15 x-github: githubCloudOnly: false @@ -104312,10 +104330,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *510 - *511 + - *512 - *251 - - *707 + - *708 responses: '204': description: Response @@ -104335,8 +104353,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/events#list-issue-events-for-a-repository parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -104346,7 +104364,7 @@ paths: application/json: schema: type: array - items: &713 + items: &714 title: Issue Event description: Issue Event type: object @@ -104389,8 +104407,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *708 - required: *709 + properties: *709 + required: *710 nullable: true label: title: Issue Event Label @@ -104499,7 +104517,7 @@ paths: required: - from - to - issue_type: &710 + issue_type: &711 title: Issue Type description: The type of issue. type: object @@ -104527,14 +104545,14 @@ paths: required: - id - name - prev_issue_type: *710 + prev_issue_type: *711 sub_issue: title: Issue Reference description: A minimal reference to an issue linked from a timeline event (e.g. sub-issue, parent-issue, or dependency events). type: object nullable: true - properties: &711 + properties: &712 number: type: integer description: The number of the referenced issue. @@ -104572,7 +104590,7 @@ paths: - id - node_id - name - required: &712 + required: &713 - number - title - state @@ -104584,24 +104602,24 @@ paths: event (e.g. sub-issue, parent-issue, or dependency events). type: object nullable: true - properties: *711 - required: *712 + properties: *712 + required: *713 blocked_by: title: Issue Reference description: A minimal reference to an issue linked from a timeline event (e.g. sub-issue, parent-issue, or dependency events). type: object nullable: true - properties: *711 - required: *712 + properties: *712 + required: *713 blocking: title: Issue Reference description: A minimal reference to an issue linked from a timeline event (e.g. sub-issue, parent-issue, or dependency events). type: object nullable: true - properties: *711 - required: *712 + properties: *712 + required: *713 intent: title: Issue Event Intent description: The intent behind an agent's action on an issue, @@ -104612,7 +104630,7 @@ paths: is disabled or the event type does not support intent. type: object nullable: true - properties: &718 + properties: &719 rationale: type: string description: The reasoning the agent provided for the change. @@ -104825,8 +104843,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/events#get-an-issue-event parameters: - - *510 - *511 + - *512 - name: event_id in: path required: true @@ -104837,7 +104855,7 @@ paths: description: Response content: application/json: - schema: *713 + schema: *714 examples: default: value: @@ -105064,9 +105082,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue parameters: - - *510 - *511 - - &715 + - *512 + - &716 name: issue_number description: The number that identifies the issue. in: path @@ -105082,7 +105100,7 @@ paths: examples: default: summary: Issue - value: *714 + value: *715 pinned_comment: summary: Issue with pinned comment value: @@ -105281,7 +105299,7 @@ paths: site_admin: false author_association: COLLABORATOR state_reason: completed - '301': *516 + '301': *517 '404': *6 '410': *33 '304': *38 @@ -105308,9 +105326,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#update-an-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 requestBody: required: false content: @@ -105662,11 +105680,11 @@ paths: - already_applied - issue_already_closed examples: - default: *714 + default: *715 '422': *15 '503': *204 '403': *29 - '301': *516 + '301': *517 '404': *6 '410': *33 x-github: @@ -105686,9 +105704,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 requestBody: required: false content: @@ -105738,7 +105756,7 @@ paths: application/json: schema: *235 examples: - default: *714 + default: *715 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105754,9 +105772,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 requestBody: content: application/json: @@ -105783,7 +105801,7 @@ paths: application/json: schema: *235 examples: - default: *714 + default: *715 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105805,9 +105823,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 - name: assignee in: path required: true @@ -105847,9 +105865,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#list-issue-comments parameters: - - *510 - *511 - - *715 + - *512 + - *716 - *242 - *17 - *19 @@ -105860,9 +105878,9 @@ paths: application/json: schema: type: array - items: *704 + items: *705 examples: - default: *716 + default: *717 headers: Link: *48 '404': *6 @@ -105895,9 +105913,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#create-an-issue-comment parameters: - - *510 - *511 - - *715 + - *512 + - *716 requestBody: required: true content: @@ -105919,9 +105937,9 @@ paths: description: Response content: application/json: - schema: *704 + schema: *705 examples: - default: *705 + default: *706 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 @@ -105956,9 +105974,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: - - *510 - *511 - - *715 + - *512 + - *716 - *17 - *19 responses: @@ -105970,10 +105988,10 @@ paths: type: array items: *235 examples: - default: *717 + default: *718 headers: Link: *48 - '301': *516 + '301': *517 '404': *6 '410': *33 x-github: @@ -106003,9 +106021,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: - - *510 - *511 - - *715 + - *512 + - *716 requestBody: required: true content: @@ -106029,13 +106047,13 @@ paths: application/json: schema: *235 examples: - default: *714 + default: *715 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *516 + '301': *517 '403': *29 '410': *33 '422': *15 @@ -106068,9 +106086,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: - - *510 - *511 - - *715 + - *512 + - *716 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -106084,8 +106102,8 @@ paths: application/json: schema: *235 examples: - default: *714 - '301': *516 + default: *715 + '301': *517 '400': *14 '401': *25 '403': *29 @@ -106116,9 +106134,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *510 - *511 - - *715 + - *512 + - *716 - *17 - *19 responses: @@ -106130,10 +106148,10 @@ paths: type: array items: *235 examples: - default: *717 + default: *718 headers: Link: *48 - '301': *516 + '301': *517 '404': *6 '410': *33 x-github: @@ -106152,9 +106170,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/events#list-issue-events parameters: - - *510 - *511 - - *715 + - *512 + - *716 - *17 - *19 responses: @@ -106168,7 +106186,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &724 + - &725 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -106221,7 +106239,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *718 + properties: *719 required: - label - id @@ -106233,7 +106251,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &725 + - &726 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -106286,7 +106304,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *718 + properties: *719 required: - label - id @@ -106332,7 +106350,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *718 + properties: *719 required: - id - node_id @@ -106391,7 +106409,7 @@ paths: - performed_via_github_app - assignee - assigner - - &726 + - &727 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -106442,7 +106460,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &727 + - &728 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -106493,7 +106511,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &728 + - &729 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -106547,7 +106565,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &729 + - &730 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -106594,7 +106612,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &730 + - &731 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -106641,7 +106659,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &731 + - &732 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -106701,7 +106719,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &732 + - &733 title: Locked Issue Event description: Locked Issue Event type: object @@ -106749,7 +106767,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &733 + - &734 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -106815,7 +106833,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &734 + - &735 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -106881,7 +106899,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &735 + - &736 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -106947,7 +106965,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &736 + - &737 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -107003,7 +107021,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &741 + - &742 title: Issue Type Added Issue Event description: Issue Type Added Issue Event type: object @@ -107036,7 +107054,7 @@ paths: nullable: true properties: *230 required: *231 - issue_type: *710 + issue_type: *711 intent: title: Issue Event Intent description: The intent behind an agent's action on an issue, @@ -107047,7 +107065,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *718 + properties: *719 required: - issue_type - id @@ -107059,7 +107077,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &742 + - &743 title: Issue Type Removed Issue Event description: Issue Type Removed Issue Event type: object @@ -107092,7 +107110,7 @@ paths: nullable: true properties: *230 required: *231 - prev_issue_type: *710 + prev_issue_type: *711 intent: title: Issue Event Intent description: The intent behind an agent's action on an issue, @@ -107103,7 +107121,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *718 + properties: *719 required: - prev_issue_type - id @@ -107115,7 +107133,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &743 + - &744 title: Issue Type Changed Issue Event description: Issue Type Changed Issue Event type: object @@ -107148,8 +107166,8 @@ paths: nullable: true properties: *230 required: *231 - issue_type: *710 - prev_issue_type: *710 + issue_type: *711 + prev_issue_type: *711 intent: title: Issue Event Intent description: The intent behind an agent's action on an issue, @@ -107160,7 +107178,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *718 + properties: *719 required: - issue_type - prev_issue_type @@ -107173,7 +107191,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &744 + - &745 title: Sub-issue Added Issue Event description: Sub-issue Added Issue Event type: object @@ -107213,8 +107231,8 @@ paths: events). type: object nullable: true - properties: *711 - required: *712 + properties: *712 + required: *713 required: - sub_issue - id @@ -107226,7 +107244,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &745 + - &746 title: Sub-issue Removed Issue Event description: Sub-issue Removed Issue Event type: object @@ -107266,8 +107284,8 @@ paths: events). type: object nullable: true - properties: *711 - required: *712 + properties: *712 + required: *713 required: - sub_issue - id @@ -107279,7 +107297,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &746 + - &747 title: Parent-issue Added Issue Event description: Parent-issue Added Issue Event type: object @@ -107319,8 +107337,8 @@ paths: events). type: object nullable: true - properties: *711 - required: *712 + properties: *712 + required: *713 required: - parent_issue - id @@ -107332,7 +107350,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &747 + - &748 title: Parent-issue Removed Issue Event description: Parent-issue Removed Issue Event type: object @@ -107372,8 +107390,8 @@ paths: events). type: object nullable: true - properties: *711 - required: *712 + properties: *712 + required: *713 required: - parent_issue - id @@ -107385,7 +107403,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &748 + - &749 title: Blocked-by Added Issue Event description: Blocked-by Added Issue Event type: object @@ -107425,8 +107443,8 @@ paths: events). type: object nullable: true - properties: *711 - required: *712 + properties: *712 + required: *713 required: - blocked_by - id @@ -107438,7 +107456,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &749 + - &750 title: Blocked-by Removed Issue Event description: Blocked-by Removed Issue Event type: object @@ -107478,8 +107496,8 @@ paths: events). type: object nullable: true - properties: *711 - required: *712 + properties: *712 + required: *713 required: - blocked_by - id @@ -107491,7 +107509,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &750 + - &751 title: Blocking Added Issue Event description: Blocking Added Issue Event type: object @@ -107531,8 +107549,8 @@ paths: events). type: object nullable: true - properties: *711 - required: *712 + properties: *712 + required: *713 required: - blocking - id @@ -107544,7 +107562,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &751 + - &752 title: Blocking Removed Issue Event description: Blocking Removed Issue Event type: object @@ -107584,8 +107602,8 @@ paths: events). type: object nullable: true - properties: *711 - required: *712 + properties: *712 + required: *713 required: - blocking - id @@ -107649,9 +107667,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issue-field-values#list-issue-field-values-for-an-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 - *17 - *19 responses: @@ -107661,9 +107679,9 @@ paths: application/json: schema: type: array - items: *719 + items: *720 examples: - default: &720 + default: &721 value: - issue_field_id: 1 issue_field_name: DRI @@ -107703,7 +107721,7 @@ paths: color: green headers: Link: *48 - '301': *516 + '301': *517 '404': *6 '410': *33 x-github: @@ -107734,9 +107752,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 requestBody: required: true content: @@ -107806,9 +107824,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *719 + items: *720 examples: - default: *720 + default: *721 '400': *14 '403': *29 '404': *6 @@ -107844,9 +107862,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 requestBody: required: true content: @@ -107911,9 +107929,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *719 + items: *720 examples: - default: *720 + default: *721 '400': *14 '403': *29 '404': *6 @@ -107944,10 +107962,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - - *510 - *511 - - *715 - - *403 + - *512 + - *716 + - *404 responses: '204': description: Issue field value deleted successfully @@ -107972,9 +107990,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#list-labels-for-an-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 - *17 - *19 responses: @@ -107986,7 +108004,7 @@ paths: type: array items: *234 examples: - default: &721 + default: &722 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -108004,7 +108022,7 @@ paths: default: false headers: Link: *48 - '301': *516 + '301': *517 '404': *6 '410': *33 x-github: @@ -108022,9 +108040,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#add-labels-to-an-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 requestBody: required: false content: @@ -108104,8 +108122,8 @@ paths: type: array items: *234 examples: - default: *721 - '301': *516 + default: *722 + '301': *517 '404': *6 '410': *33 '422': *15 @@ -108124,9 +108142,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#set-labels-for-an-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 requestBody: required: false content: @@ -108188,8 +108206,8 @@ paths: type: array items: *234 examples: - default: *721 - '301': *516 + default: *722 + '301': *517 '404': *6 '410': *33 '422': *15 @@ -108208,13 +108226,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 responses: '204': description: Response - '301': *516 + '301': *517 '404': *6 '410': *33 x-github: @@ -108235,9 +108253,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 - name: name in: path required: true @@ -108261,7 +108279,7 @@ paths: description: Something isn't working color: f29513 default: true - '301': *516 + '301': *517 '404': *6 '410': *33 x-github: @@ -108283,9 +108301,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#lock-an-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 requestBody: required: false content: @@ -108331,9 +108349,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#unlock-an-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 responses: '204': description: Response @@ -108363,9 +108381,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/sub-issues#get-parent-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 responses: '200': description: Response @@ -108373,8 +108391,8 @@ paths: application/json: schema: *235 examples: - default: *714 - '301': *516 + default: *715 + '301': *517 '404': *6 '410': *33 x-github: @@ -108393,9 +108411,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -108421,9 +108439,9 @@ paths: application/json: schema: type: array - items: *627 + items: *628 examples: - default: *706 + default: *707 headers: Link: *48 '404': *6 @@ -108445,9 +108463,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 requestBody: required: true content: @@ -108479,16 +108497,16 @@ paths: description: Response content: application/json: - schema: *627 + schema: *628 examples: - default: *628 + default: *629 '201': description: Response content: application/json: - schema: *627 + schema: *628 examples: - default: *628 + default: *629 '422': *15 x-github: githubCloudOnly: false @@ -108510,10 +108528,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *510 - *511 - - *715 - - *707 + - *512 + - *716 + - *708 responses: '204': description: Response @@ -108542,9 +108560,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/sub-issues#remove-sub-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 requestBody: required: true content: @@ -108568,7 +108586,7 @@ paths: application/json: schema: *235 examples: - default: *714 + default: *715 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -108601,9 +108619,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/sub-issues#list-sub-issues parameters: - - *510 - *511 - - *715 + - *512 + - *716 - *17 - *19 responses: @@ -108615,7 +108633,7 @@ paths: type: array items: *235 examples: - default: *717 + default: *718 headers: Link: *48 '404': *6 @@ -108647,9 +108665,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/sub-issues#add-sub-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 requestBody: required: true content: @@ -108678,7 +108696,7 @@ paths: application/json: schema: *235 examples: - default: *714 + default: *715 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 @@ -108705,9 +108723,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 requestBody: required: true content: @@ -108740,7 +108758,7 @@ paths: application/json: schema: *235 examples: - default: *714 + default: *715 '403': *29 '404': *6 '422': *7 @@ -108769,9 +108787,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#list-issue-suggestions parameters: - - *510 - *511 - - *715 + - *512 + - *716 - name: state in: query required: false @@ -108808,7 +108826,7 @@ paths: application/json: schema: type: array - items: &722 + items: &723 title: Issue Suggestion description: An agent-proposed change to an issue that a maintainer can approve or dismiss. @@ -108960,9 +108978,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#approve-an-issue-suggestion parameters: - - *510 - *511 - - *715 + - *512 + - *716 - name: suggestion_id in: path required: true @@ -108974,9 +108992,9 @@ paths: description: Response content: application/json: - schema: *722 + schema: *723 examples: - default: &723 + default: &724 value: id: 12 issue_id: 4567 @@ -109014,9 +109032,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#dismiss-an-issue-suggestion parameters: - - *510 - *511 - - *715 + - *512 + - *716 - name: suggestion_id in: path required: true @@ -109028,9 +109046,9 @@ paths: description: Response content: application/json: - schema: *722 + schema: *723 examples: - default: *723 + default: *724 '403': *29 '404': *6 '422': *15 @@ -109050,9 +109068,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 - *17 - *19 - name: exclude @@ -109073,7 +109091,6 @@ paths: description: Timeline Event type: object anyOf: - - *724 - *725 - *726 - *727 @@ -109086,6 +109103,7 @@ paths: - *734 - *735 - *736 + - *737 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -109146,15 +109164,15 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *737 - required: *738 + properties: *738 + required: *739 nullable: true minimized: title: Minimized Issue Comment description: Details about why an issue comment was minimized. type: object - properties: *739 - required: *740 + properties: *740 + required: *741 nullable: true required: - event @@ -109409,7 +109427,7 @@ paths: type: string comments: type: array - items: &774 + items: &775 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -109624,7 +109642,7 @@ paths: type: string comments: type: array - items: *626 + items: *627 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -109668,7 +109686,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *718 + properties: *719 required: - id - node_id @@ -109769,7 +109787,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *718 + properties: *719 required: - id - node_id @@ -109780,7 +109798,6 @@ paths: - commit_url - created_at - performed_via_github_app - - *741 - *742 - *743 - *744 @@ -109791,6 +109808,7 @@ paths: - *749 - *750 - *751 + - *752 examples: default: value: @@ -109964,8 +109982,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -109975,7 +109993,7 @@ paths: application/json: schema: type: array - items: &752 + items: &753 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -110041,8 +110059,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -110078,9 +110096,9 @@ paths: description: Response content: application/json: - schema: *752 + schema: *753 examples: - default: &753 + default: &754 value: id: 1 key: ssh-rsa AAA... @@ -110114,9 +110132,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *510 - *511 - - &754 + - *512 + - &755 name: key_id description: The unique identifier of the key. in: path @@ -110128,9 +110146,9 @@ paths: description: Response content: application/json: - schema: *752 + schema: *753 examples: - default: *753 + default: *754 '404': *6 x-github: githubCloudOnly: false @@ -110148,9 +110166,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *510 - *511 - - *754 + - *512 + - *755 responses: '204': description: Response @@ -110170,8 +110188,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#list-labels-for-a-repository parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -110183,7 +110201,7 @@ paths: type: array items: *234 examples: - default: *721 + default: *722 headers: Link: *48 '404': *6 @@ -110204,8 +110222,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#create-a-label parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -110243,7 +110261,7 @@ paths: application/json: schema: *234 examples: - default: &755 + default: &756 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -110275,8 +110293,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#get-a-label parameters: - - *510 - *511 + - *512 - name: name in: path required: true @@ -110289,7 +110307,7 @@ paths: application/json: schema: *234 examples: - default: *755 + default: *756 '404': *6 x-github: githubCloudOnly: false @@ -110306,8 +110324,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#update-a-label parameters: - - *510 - *511 + - *512 - name: name in: path required: true @@ -110372,8 +110390,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#delete-a-label parameters: - - *510 - *511 + - *512 - name: name in: path required: true @@ -110399,8 +110417,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-repository-languages parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -110436,8 +110454,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *510 - *511 + - *512 responses: '202': *40 '403': @@ -110465,8 +110483,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *510 - *511 + - *512 responses: '204': description: Response @@ -110492,9 +110510,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *510 - *511 - - *599 + - *512 + - *600 responses: '200': description: Response @@ -110639,8 +110657,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -110705,8 +110723,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branches#merge-a-branch parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -110740,9 +110758,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *629 + schema: *630 examples: - default: *756 + default: *757 '204': description: Response when already merged '404': @@ -110767,8 +110785,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/milestones#list-milestones parameters: - - *510 - *511 + - *512 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -110809,12 +110827,12 @@ paths: application/json: schema: type: array - items: &757 + items: &758 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *439 - required: *440 + properties: *440 + required: *441 examples: default: value: @@ -110870,8 +110888,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/milestones#create-a-milestone parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -110911,9 +110929,9 @@ paths: description: Response content: application/json: - schema: *757 + schema: *758 examples: - default: &758 + default: &759 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -110972,9 +110990,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/milestones#get-a-milestone parameters: - - *510 - *511 - - &759 + - *512 + - &760 name: milestone_number description: The number that identifies the milestone. in: path @@ -110986,9 +111004,9 @@ paths: description: Response content: application/json: - schema: *757 + schema: *758 examples: - default: *758 + default: *759 '404': *6 x-github: githubCloudOnly: false @@ -111005,9 +111023,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/milestones#update-a-milestone parameters: - - *510 - *511 - - *759 + - *512 + - *760 requestBody: required: false content: @@ -111045,9 +111063,9 @@ paths: description: Response content: application/json: - schema: *757 + schema: *758 examples: - default: *758 + default: *759 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111063,9 +111081,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/milestones#delete-a-milestone parameters: - - *510 - *511 - - *759 + - *512 + - *760 responses: '204': description: Response @@ -111086,9 +111104,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *510 - *511 - - *759 + - *512 + - *760 - *17 - *19 responses: @@ -111100,7 +111118,7 @@ paths: type: array items: *234 examples: - default: *721 + default: *722 headers: Link: *48 x-github: @@ -111119,12 +111137,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *510 - *511 - - *760 + - *512 - *761 - - *242 - *762 + - *242 + - *763 - *17 - *19 responses: @@ -111136,7 +111154,7 @@ paths: type: array items: *262 examples: - default: *763 + default: *764 headers: Link: *48 x-github: @@ -111160,8 +111178,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *510 - *511 + - *512 requestBody: required: false content: @@ -111219,14 +111237,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#get-a-apiname-pages-site parameters: - - *510 - *511 + - *512 responses: '200': description: Response content: application/json: - schema: &764 + schema: &765 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -111351,7 +111369,7 @@ paths: - custom_404 - public examples: - default: &765 + default: &766 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -111392,8 +111410,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#create-a-apiname-pages-site parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -111447,9 +111465,9 @@ paths: description: Response content: application/json: - schema: *764 + schema: *765 examples: - default: *765 + default: *766 '422': *15 '409': *122 x-github: @@ -111472,8 +111490,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -111580,8 +111598,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *510 - *511 + - *512 responses: '204': description: Response @@ -111607,8 +111625,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#list-apiname-pages-builds parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -111618,7 +111636,7 @@ paths: application/json: schema: type: array - items: &766 + items: &767 title: Page Build description: Page Build type: object @@ -111712,8 +111730,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#request-a-apiname-pages-build parameters: - - *510 - *511 + - *512 responses: '201': description: Response @@ -111758,16 +111776,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#get-latest-pages-build parameters: - - *510 - *511 + - *512 responses: '200': description: Response content: application/json: - schema: *766 + schema: *767 examples: - default: &767 + default: &768 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -111815,8 +111833,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#get-apiname-pages-build parameters: - - *510 - *511 + - *512 - name: build_id in: path required: true @@ -111827,9 +111845,9 @@ paths: description: Response content: application/json: - schema: *766 + schema: *767 examples: - default: *767 + default: *768 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111849,8 +111867,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#create-a-github-pages-deployment parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -111955,9 +111973,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *510 - *511 - - &768 + - *512 + - &769 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -112015,9 +112033,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *510 - *511 - - *768 + - *512 + - *769 responses: '204': *129 '404': *6 @@ -112044,8 +112062,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -112303,8 +112321,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#check-if-private-vulnerability-reporting-is-enabled-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Private vulnerability reporting status @@ -112341,8 +112359,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *510 - *511 + - *512 responses: '204': *129 '422': *14 @@ -112363,8 +112381,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *510 - *511 + - *512 responses: '204': *129 '422': *14 @@ -112386,8 +112404,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -112397,7 +112415,7 @@ paths: type: array items: *164 examples: - default: *769 + default: *770 '403': *29 '404': *6 x-github: @@ -112419,8 +112437,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -112436,7 +112454,7 @@ paths: required: - properties examples: - default: *770 + default: *771 responses: '204': description: No Content when custom property values are successfully created @@ -112474,8 +112492,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#list-pull-requests parameters: - - *510 - *511 + - *512 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -112535,9 +112553,9 @@ paths: application/json: schema: type: array - items: *591 + items: *592 examples: - default: *771 + default: *772 headers: Link: *48 '304': *38 @@ -112569,8 +112587,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#create-a-pull-request parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -112635,7 +112653,7 @@ paths: description: Response content: application/json: - schema: &776 + schema: &777 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -112746,8 +112764,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *439 - required: *440 + properties: *440 + required: *441 nullable: true active_lock_reason: type: string @@ -112790,7 +112808,7 @@ paths: items: *4 requested_teams: type: array - items: *494 + items: *495 head: type: object properties: @@ -112828,14 +112846,14 @@ paths: _links: type: object properties: - comments: *441 - commits: *441 - statuses: *441 - html: *441 - issue: *441 - review_comments: *441 - review_comment: *441 - self: *441 + comments: *442 + commits: *442 + statuses: *442 + html: *442 + issue: *442 + review_comments: *442 + review_comment: *442 + self: *442 required: - comments - commits @@ -112846,8 +112864,8 @@ paths: - review_comment - self author_association: *232 - auto_merge: *772 - stack: *773 + auto_merge: *773 + stack: *774 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -112939,7 +112957,7 @@ paths: - merged_by - review_comments examples: - default: &777 + default: &778 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -113466,8 +113484,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *510 - *511 + - *512 - name: sort in: query required: false @@ -113496,9 +113514,9 @@ paths: application/json: schema: type: array - items: *774 + items: *775 examples: - default: &779 + default: &780 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -113575,17 +113593,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *510 - *511 + - *512 - *251 responses: '200': description: Response content: application/json: - schema: *774 + schema: *775 examples: - default: &775 + default: &776 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -113660,8 +113678,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *510 - *511 + - *512 - *251 requestBody: required: true @@ -113684,9 +113702,9 @@ paths: description: Response content: application/json: - schema: *774 + schema: *775 examples: - default: *775 + default: *776 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -113702,8 +113720,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *510 - *511 + - *512 - *251 responses: '204': @@ -113725,8 +113743,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *510 - *511 + - *512 - *251 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#about-reactions). @@ -113753,9 +113771,9 @@ paths: application/json: schema: type: array - items: *627 + items: *628 examples: - default: *706 + default: *707 headers: Link: *48 '404': *6 @@ -113776,8 +113794,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *510 - *511 + - *512 - *251 requestBody: required: true @@ -113810,16 +113828,16 @@ paths: description: Reaction exists content: application/json: - schema: *627 + schema: *628 examples: - default: *628 + default: *629 '201': description: Reaction created content: application/json: - schema: *627 + schema: *628 examples: - default: *628 + default: *629 '422': *15 x-github: githubCloudOnly: false @@ -113841,10 +113859,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *510 - *511 + - *512 - *251 - - *707 + - *708 responses: '204': description: Response @@ -113887,9 +113905,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#get-a-pull-request parameters: - - *510 - *511 - - &778 + - *512 + - &779 name: pull_number description: The number that identifies the pull request. in: path @@ -113902,9 +113920,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *776 + schema: *777 examples: - default: *777 + default: *778 '304': *38 '404': *6 '406': @@ -113939,9 +113957,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#update-a-pull-request parameters: - - *510 - *511 - - *778 + - *512 + - *779 requestBody: required: false content: @@ -113983,9 +114001,9 @@ paths: description: Response content: application/json: - schema: *776 + schema: *777 examples: - default: *777 + default: *778 '422': *15 '403': *29 x-github: @@ -114007,9 +114025,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *510 - *511 - - *778 + - *512 + - *779 requestBody: required: true content: @@ -114069,17 +114087,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *409 + schema: *410 examples: - default: *616 + default: *617 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *409 + schema: *410 examples: - default: *616 + default: *617 '401': *25 '403': *29 '404': *6 @@ -114109,9 +114127,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *510 - *511 - - *778 + - *512 + - *779 - *259 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -114132,9 +114150,9 @@ paths: application/json: schema: type: array - items: *774 + items: *775 examples: - default: *779 + default: *780 headers: Link: *48 x-github: @@ -114167,9 +114185,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *510 - *511 - - *778 + - *512 + - *779 requestBody: required: true content: @@ -114274,7 +114292,7 @@ paths: description: Response content: application/json: - schema: *774 + schema: *775 examples: example-for-a-multi-line-comment: value: @@ -114362,9 +114380,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *510 - *511 - - *778 + - *512 + - *779 - *251 requestBody: required: true @@ -114387,7 +114405,7 @@ paths: description: Response content: application/json: - schema: *774 + schema: *775 examples: default: value: @@ -114473,9 +114491,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *510 - *511 - - *778 + - *512 + - *779 - *17 - *19 responses: @@ -114485,9 +114503,9 @@ paths: application/json: schema: type: array - items: *629 + items: *630 examples: - default: *780 + default: *781 headers: Link: *48 x-github: @@ -114517,9 +114535,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#list-pull-requests-files parameters: - - *510 - *511 - - *778 + - *512 + - *779 - *17 - *19 responses: @@ -114529,7 +114547,7 @@ paths: application/json: schema: type: array - items: *641 + items: *642 examples: default: value: @@ -114567,9 +114585,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *510 - *511 - - *778 + - *512 + - *779 responses: '204': description: Response if pull request has been merged @@ -114592,9 +114610,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#merge-a-pull-request parameters: - - *510 - *511 - - *778 + - *512 + - *779 requestBody: required: false content: @@ -114716,9 +114734,9 @@ paths: category: pulls subcategory: pulls parameters: - - *510 - *511 - - *778 + - *512 + - *779 requestBody: required: false content: @@ -114770,7 +114788,7 @@ paths: description: if the merge request was accepted and will run in the background content: application/json: - schema: &781 + schema: &782 title: Pull Request Merge Async Result description: Pull Request Merge Async Result type: object @@ -114855,7 +114873,7 @@ paths: merge queue content: application/json: - schema: *781 + schema: *782 examples: response-if-pull-request-was-already-merged: summary: Already merged @@ -114875,7 +114893,7 @@ paths: this pull request content: application/json: - schema: *781 + schema: *782 examples: response-if-a-merge-request-already-exists: value: @@ -114891,7 +114909,7 @@ paths: it is closed content: application/json: - schema: *781 + schema: *782 examples: response-if-pull-request-is-not-ready-to-be-merged: value: @@ -114923,9 +114941,9 @@ paths: category: pulls subcategory: pulls parameters: - - *510 - *511 - - *778 + - *512 + - *779 - name: uuid description: The UUID of the asynchronous merge request, as returned when the merge was requested. @@ -114938,7 +114956,7 @@ paths: description: the current result of the asynchronous merge request content: application/json: - schema: *781 + schema: *782 examples: response-if-the-merge-is-still-queued: summary: Still queued @@ -114986,9 +115004,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *510 - *511 - - *778 + - *512 + - *779 responses: '200': description: Response @@ -115063,9 +115081,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *510 - *511 - - *778 + - *512 + - *779 requestBody: required: false content: @@ -115102,7 +115120,7 @@ paths: description: Response content: application/json: - schema: *591 + schema: *592 examples: default: value: @@ -115638,9 +115656,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *510 - *511 - - *778 + - *512 + - *779 requestBody: required: true content: @@ -115674,7 +115692,7 @@ paths: description: Response content: application/json: - schema: *591 + schema: *592 examples: default: value: @@ -116179,9 +116197,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *510 - *511 - - *778 + - *512 + - *779 - *17 - *19 responses: @@ -116191,7 +116209,7 @@ paths: application/json: schema: type: array - items: &782 + items: &783 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -116342,9 +116360,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *510 - *511 - - *778 + - *512 + - *779 requestBody: required: false content: @@ -116430,9 +116448,9 @@ paths: description: Response content: application/json: - schema: *782 + schema: *783 examples: - default: &784 + default: &785 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -116495,10 +116513,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *510 - *511 - - *778 - - &783 + - *512 + - *779 + - &784 name: review_id description: The unique identifier of the review. in: path @@ -116510,9 +116528,9 @@ paths: description: Response content: application/json: - schema: *782 + schema: *783 examples: - default: &785 + default: &786 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -116571,10 +116589,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *510 - *511 - - *778 - - *783 + - *512 + - *779 + - *784 requestBody: required: true content: @@ -116597,7 +116615,7 @@ paths: description: Response content: application/json: - schema: *782 + schema: *783 examples: default: value: @@ -116659,18 +116677,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *510 - *511 - - *778 - - *783 + - *512 + - *779 + - *784 responses: '200': description: Response content: application/json: - schema: *782 + schema: *783 examples: - default: *784 + default: *785 '422': *7 '404': *6 x-github: @@ -116697,10 +116715,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *510 - *511 - - *778 - - *783 + - *512 + - *779 + - *784 - *17 - *19 responses: @@ -116783,9 +116801,9 @@ paths: _links: type: object properties: - self: *441 - html: *441 - pull_request: *441 + self: *442 + html: *442 + pull_request: *442 required: - self - html @@ -116935,10 +116953,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *510 - *511 - - *778 - - *783 + - *512 + - *779 + - *784 requestBody: required: true content: @@ -116966,7 +116984,7 @@ paths: description: Response content: application/json: - schema: *782 + schema: *783 examples: default: value: @@ -117029,10 +117047,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *510 - *511 - - *778 - - *783 + - *512 + - *779 + - *784 requestBody: required: true content: @@ -117067,9 +117085,9 @@ paths: description: Response content: application/json: - schema: *782 + schema: *783 examples: - default: *785 + default: *786 '404': *6 '422': *7 '403': *29 @@ -117091,9 +117109,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *510 - *511 - - *778 + - *512 + - *779 requestBody: required: false content: @@ -117156,8 +117174,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/contents#get-a-repository-readme parameters: - - *510 - *511 + - *512 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -117170,9 +117188,9 @@ paths: description: Response content: application/json: - schema: *786 + schema: *787 examples: - default: &787 + default: &788 value: type: file encoding: base64 @@ -117214,8 +117232,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *510 - *511 + - *512 - name: dir description: The alternate path to look for a README file in: path @@ -117235,9 +117253,9 @@ paths: description: Response content: application/json: - schema: *786 + schema: *787 examples: - default: *787 + default: *788 '404': *6 '422': *15 x-github: @@ -117259,8 +117277,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/releases#list-releases parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -117270,7 +117288,7 @@ paths: application/json: schema: type: array - items: *788 + items: *789 examples: default: value: @@ -117369,8 +117387,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/releases#create-a-release parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -117446,9 +117464,9 @@ paths: description: Response content: application/json: - schema: *788 + schema: *789 examples: - default: &792 + default: &793 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -117553,9 +117571,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/assets#get-a-release-asset parameters: - - *510 - *511 - - &790 + - *512 + - &791 name: asset_id description: The unique identifier of the asset. in: path @@ -117567,9 +117585,9 @@ paths: description: Response content: application/json: - schema: *789 + schema: *790 examples: - default: &791 + default: &792 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -117604,7 +117622,7 @@ paths: type: User site_admin: false '404': *6 - '302': *645 + '302': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -117620,9 +117638,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/assets#update-a-release-asset parameters: - - *510 - *511 - - *790 + - *512 + - *791 requestBody: required: false content: @@ -117650,9 +117668,9 @@ paths: description: Response content: application/json: - schema: *789 + schema: *790 examples: - default: *791 + default: *792 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -117668,9 +117686,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/assets#delete-a-release-asset parameters: - - *510 - *511 - - *790 + - *512 + - *791 responses: '204': description: Response @@ -117695,8 +117713,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -117781,16 +117799,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/releases#get-the-latest-release parameters: - - *510 - *511 + - *512 responses: '200': description: Response content: application/json: - schema: *788 + schema: *789 examples: - default: *792 + default: *793 '404': *6 x-github: githubCloudOnly: false @@ -117808,8 +117826,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/releases#get-a-release-by-tag-name parameters: - - *510 - *511 + - *512 - name: tag description: tag parameter in: path @@ -117822,9 +117840,9 @@ paths: description: Response content: application/json: - schema: *788 + schema: *789 examples: - default: *792 + default: *793 '404': *6 x-github: githubCloudOnly: false @@ -117846,9 +117864,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/releases#get-a-release parameters: - - *510 - *511 - - &793 + - *512 + - &794 name: release_id description: The unique identifier of the release. in: path @@ -117862,9 +117880,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *788 + schema: *789 examples: - default: *792 + default: *793 '401': description: Unauthorized x-github: @@ -117888,9 +117906,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/releases#update-a-release parameters: - - *510 - *511 - - *793 + - *512 + - *794 requestBody: required: false content: @@ -117954,9 +117972,9 @@ paths: description: Response content: application/json: - schema: *788 + schema: *789 examples: - default: *792 + default: *793 '404': description: Not Found if the discussion category name is invalid content: @@ -117977,9 +117995,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/releases#delete-a-release parameters: - - *510 - *511 - - *793 + - *512 + - *794 responses: '204': description: Response @@ -118000,9 +118018,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/assets#list-release-assets parameters: - - *510 - *511 - - *793 + - *512 + - *794 - *17 - *19 responses: @@ -118012,7 +118030,7 @@ paths: application/json: schema: type: array - items: *789 + items: *790 examples: default: value: @@ -118094,9 +118112,9 @@ paths: description: The URL origin (protocol + host name + port) is included in `upload_url` returned in the response of the "Create a release" endpoint parameters: - - *510 - *511 - - *793 + - *512 + - *794 - name: name in: query required: true @@ -118122,7 +118140,7 @@ paths: description: Response for successful upload content: application/json: - schema: *789 + schema: *790 examples: response-for-successful-upload: value: @@ -118177,9 +118195,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *510 - *511 - - *793 + - *512 + - *794 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -118203,9 +118221,9 @@ paths: application/json: schema: type: array - items: *627 + items: *628 examples: - default: *706 + default: *707 headers: Link: *48 '404': *6 @@ -118226,9 +118244,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *510 - *511 - - *793 + - *512 + - *794 requestBody: required: true content: @@ -118258,16 +118276,16 @@ paths: description: Reaction exists content: application/json: - schema: *627 + schema: *628 examples: - default: *628 + default: *629 '201': description: Reaction created content: application/json: - schema: *627 + schema: *628 examples: - default: *628 + default: *629 '422': *15 x-github: githubCloudOnly: false @@ -118289,10 +118307,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#delete-a-release-reaction parameters: - - *510 - *511 - - *793 - - *707 + - *512 + - *794 + - *708 responses: '204': description: Response @@ -118316,9 +118334,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/rules#get-rules-for-a-branch parameters: - - *510 - *511 - - *562 + - *512 + - *563 - *17 - *19 responses: @@ -118335,7 +118353,7 @@ paths: oneOf: - allOf: - *178 - - &794 + - &795 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -118356,70 +118374,70 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *179 - - *794 + - *795 - allOf: - *180 - - *794 + - *795 - allOf: - *181 - - *794 + - *795 - allOf: + - *796 - *795 - - *794 - allOf: - *182 - - *794 + - *795 - allOf: - *183 - - *794 + - *795 - allOf: - *184 - - *794 + - *795 - allOf: - *185 - - *794 + - *795 - allOf: - *186 - - *794 + - *795 - allOf: - *187 - - *794 + - *795 - allOf: - *188 - - *794 + - *795 - allOf: - *189 - - *794 + - *795 - allOf: - *190 - - *794 + - *795 - allOf: - *191 - - *794 + - *795 - allOf: - *192 - - *794 + - *795 - allOf: - *193 - - *794 + - *795 - allOf: - *194 - - *794 + - *795 - allOf: - - *796 - - *794 + - *797 + - *795 - allOf: - *195 - - *794 + - *795 - allOf: - *196 - - *794 + - *795 - allOf: - *197 - - *794 + - *795 - allOf: - *198 - - *794 + - *795 examples: default: value: @@ -118458,8 +118476,8 @@ paths: category: repos subcategory: rules parameters: - - *510 - *511 + - *512 - *17 - *19 - name: includes_parents @@ -118470,7 +118488,7 @@ paths: schema: type: boolean default: true - - *797 + - *798 responses: '200': description: Response @@ -118525,8 +118543,8 @@ paths: category: repos subcategory: rules parameters: - - *510 - *511 + - *512 requestBody: description: Request body required: true @@ -118555,7 +118573,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *798 + items: *799 required: - name - enforcement @@ -118588,7 +118606,7 @@ paths: application/json: schema: *199 examples: - default: &808 + default: &809 value: id: 42 name: super cool ruleset @@ -118636,13 +118654,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *510 - *511 - - *799 - - *108 + - *512 - *800 + - *108 - *801 - *802 + - *803 - *17 - *19 responses: @@ -118650,9 +118668,9 @@ paths: description: Response content: application/json: - schema: *803 + schema: *804 examples: - default: *804 + default: *805 '404': *6 '500': *41 x-github: @@ -118673,17 +118691,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *510 - *511 - - *805 + - *512 + - *806 responses: '200': description: Response content: application/json: - schema: *806 + schema: *807 examples: - default: *807 + default: *808 '404': *6 '500': *41 x-github: @@ -118711,8 +118729,8 @@ paths: category: repos subcategory: rules parameters: - - *510 - *511 + - *512 - name: ruleset_id description: The ID of the ruleset. in: path @@ -118734,7 +118752,7 @@ paths: application/json: schema: *199 examples: - default: *808 + default: *809 '404': *6 '500': *41 put: @@ -118752,8 +118770,8 @@ paths: category: repos subcategory: rules parameters: - - *510 - *511 + - *512 - name: ruleset_id description: The ID of the ruleset. in: path @@ -118787,7 +118805,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *798 + items: *799 examples: default: value: @@ -118817,7 +118835,7 @@ paths: application/json: schema: *199 examples: - default: *808 + default: *809 '404': *6 '422': *15 '500': *41 @@ -118836,8 +118854,8 @@ paths: category: repos subcategory: rules parameters: - - *510 - *511 + - *512 - name: ruleset_id description: The ID of the ruleset. in: path @@ -118860,8 +118878,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/rules#get-repository-ruleset-history parameters: - - *510 - *511 + - *512 - *17 - *19 - name: ruleset_id @@ -118879,7 +118897,7 @@ paths: type: array items: *203 examples: - default: *459 + default: *460 '404': *6 '500': *41 x-github: @@ -118898,8 +118916,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/rules#get-repository-ruleset-version parameters: - - *510 - *511 + - *512 - name: ruleset_id description: The ID of the ruleset. in: path @@ -118917,7 +118935,7 @@ paths: description: Response content: application/json: - schema: *460 + schema: *461 examples: default: value: @@ -118972,9 +118990,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *510 - *511 - - *461 + - *512 - *462 - *463 - *464 @@ -118982,18 +118999,19 @@ paths: - *466 - *467 - *468 + - *469 - *113 - *19 - *17 - - *809 - *810 - - *469 + - *811 - *470 - *471 - *472 - *473 - *474 - *475 + - *476 responses: '200': description: Response @@ -119020,8 +119038,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *811 - resolution: *812 + state: *812 + resolution: *813 resolved_at: type: string format: date-time @@ -119127,7 +119145,7 @@ paths: pull request. ' - oneOf: *813 + oneOf: *814 nullable: true has_more_locations: type: boolean @@ -119291,16 +119309,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *510 - *511 - - *593 - - *472 + - *512 + - *594 + - *473 responses: '200': description: Response content: application/json: - schema: &814 + schema: &815 type: object properties: number: *136 @@ -119318,8 +119336,8 @@ paths: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *811 - resolution: *812 + state: *812 + resolution: *813 resolved_at: type: string format: date-time @@ -119425,7 +119443,7 @@ paths: pull request. ' - oneOf: *813 + oneOf: *814 nullable: true has_more_locations: type: boolean @@ -119453,7 +119471,7 @@ paths: properties: *20 required: *21 nullable: true - metadata: &1004 + metadata: &1005 type: array description: A list of metadata key/value pairs associated with the secret scanning alert. @@ -119526,9 +119544,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *510 - *511 - - *593 + - *512 + - *594 requestBody: required: true content: @@ -119536,8 +119554,8 @@ paths: schema: type: object properties: - state: *811 - resolution: *812 + state: *812 + resolution: *813 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -119581,7 +119599,7 @@ paths: description: Response content: application/json: - schema: *814 + schema: *815 examples: default: value: @@ -119683,9 +119701,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *510 - *511 - - *593 + - *512 + - *594 - *19 - *17 responses: @@ -119696,7 +119714,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &1006 + items: &1007 type: object properties: type: @@ -119722,7 +119740,6 @@ paths: example: commit details: oneOf: - - *815 - *816 - *817 - *818 @@ -119735,6 +119752,7 @@ paths: - *825 - *826 - *827 + - *828 examples: default: value: @@ -119823,11 +119841,11 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *510 - *511 - - *478 + - *512 - *479 - *480 + - *481 - *113 - *19 - *17 @@ -119840,7 +119858,7 @@ paths: type: array items: *205 examples: - default: *481 + default: *482 headers: Link: *48 '403': *29 @@ -119863,8 +119881,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -119877,9 +119895,9 @@ paths: patterns: type: array description: The list of custom patterns to create. - items: *482 + items: *483 examples: - default: *483 + default: *484 responses: '201': description: All patterns created successfully. @@ -119893,7 +119911,7 @@ paths: description: The list of successfully created custom patterns. items: *205 examples: - default: *484 + default: *485 '400': *14 '403': *29 '404': *6 @@ -119917,7 +119935,7 @@ paths: errors: type: array description: List of validation errors for this pattern. - items: *485 + items: *486 delete: summary: Bulk delete repository custom patterns description: |- @@ -119936,8 +119954,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -119951,7 +119969,7 @@ paths: type: array description: The list of custom patterns to delete. maxItems: 500 - items: *486 + items: *487 post_delete_action: type: string description: |- @@ -119964,7 +119982,7 @@ paths: - resolve_alerts default: delete_alerts examples: - default: *487 + default: *488 responses: '204': description: All patterns deleted successfully. @@ -119991,8 +120009,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *510 - *511 + - *512 - name: pattern_id in: path required: true @@ -120003,9 +120021,9 @@ paths: required: true content: application/json: - schema: *488 + schema: *489 examples: - default: *489 + default: *490 responses: '200': description: Pattern updated successfully. @@ -120013,7 +120031,7 @@ paths: application/json: schema: *205 examples: - default: *490 + default: *491 '400': *14 '403': *29 '404': *6 @@ -120035,8 +120053,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -120044,14 +120062,14 @@ paths: schema: type: object properties: - reason: &829 + reason: &830 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *828 + placeholder_id: *829 required: - reason - placeholder_id @@ -120068,7 +120086,7 @@ paths: schema: type: object properties: - reason: *829 + reason: *830 expire_at: type: string format: date-time @@ -120114,8 +120132,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *510 - *511 + - *512 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -120130,7 +120148,7 @@ paths: properties: incremental_scans: type: array - items: &830 + items: &831 description: Information on a single scan performed by secret scanning on the repository type: object @@ -120161,15 +120179,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *830 + items: *831 backfill_scans: type: array - items: *830 + items: *831 custom_pattern_backfill_scans: type: array items: allOf: - - *830 + - *831 - type: object properties: pattern_name: @@ -120182,7 +120200,7 @@ paths: one of "repository", "organization", or "enterprise" generic_secrets_backfill_scans: type: array - items: *830 + items: *831 examples: default: value: @@ -120247,8 +120265,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *510 - *511 + - *512 - *113 - name: sort description: The property to sort the results by. @@ -120292,9 +120310,9 @@ paths: application/json: schema: type: array - items: *831 + items: *832 examples: - default: *832 + default: *833 '400': *14 '404': *6 x-github: @@ -120317,8 +120335,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -120391,7 +120409,7 @@ paths: login: type: string description: The username of the user credited. - type: *493 + type: *494 required: - login - type @@ -120478,9 +120496,9 @@ paths: description: Response content: application/json: - schema: *831 + schema: *832 examples: - default: &834 + default: &835 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -120713,8 +120731,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -120818,7 +120836,7 @@ paths: description: Response content: application/json: - schema: *831 + schema: *832 examples: default: value: @@ -120965,17 +120983,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *510 - *511 - - *833 + - *512 + - *834 responses: '200': description: Response content: application/json: - schema: *831 + schema: *832 examples: - default: *834 + default: *835 '403': *29 '404': *6 x-github: @@ -120999,9 +121017,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *510 - *511 - - *833 + - *512 + - *834 requestBody: required: true content: @@ -121074,7 +121092,7 @@ paths: login: type: string description: The username of the user credited. - type: *493 + type: *494 required: - login - type @@ -121160,10 +121178,10 @@ paths: description: Response content: application/json: - schema: *831 + schema: *832 examples: - default: *834 - add_credit: *834 + default: *835 + add_credit: *835 '403': *29 '404': *6 '422': @@ -121201,9 +121219,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *510 - *511 - - *833 + - *512 + - *834 responses: '202': *40 '400': *14 @@ -121230,17 +121248,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *510 - *511 - - *833 + - *512 + - *834 responses: '202': description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: *517 + default: *518 '400': *14 '422': *15 '403': *29 @@ -121261,8 +121279,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/stacks#list-pull-request-stacks parameters: - - *510 - *511 + - *512 - name: pull_request description: Filter to the stack containing this repository pull request number. in: query @@ -121394,8 +121412,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/stacks#create-a-pull-request-stack parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -121462,7 +121480,7 @@ paths: format: date-time pull_requests: type: array - items: &835 + items: &836 title: Pull Request Stack Pull Request type: object allOf: @@ -121688,8 +121706,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/stacks#get-a-pull-request-stack parameters: - - *510 - *511 + - *512 - name: stack_number description: The number that identifies the pull request stack. in: path @@ -121738,7 +121756,7 @@ paths: format: date-time pull_requests: type: array - items: *835 + items: *836 examples: default: value: @@ -121858,8 +121876,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/stacks#add-pull-requests-to-a-pull-request-stack parameters: - - *510 - *511 + - *512 - name: stack_number description: The number that identifies the pull request stack. in: path @@ -121931,7 +121949,7 @@ paths: format: date-time pull_requests: type: array - items: *835 + items: *836 examples: default: value: @@ -122135,8 +122153,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/stacks#remove-pull-requests-from-a-pull-request-stack parameters: - - *510 - *511 + - *512 - name: stack_number description: The number that identifies the pull request stack. in: path @@ -122185,7 +122203,7 @@ paths: format: date-time pull_requests: type: array - items: *835 + items: *836 examples: default: value: @@ -122291,8 +122309,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#list-stargazers parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -122391,8 +122409,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *510 - *511 + - *512 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -122401,7 +122419,7 @@ paths: application/json: schema: type: array - items: &836 + items: &837 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -122434,8 +122452,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -122511,8 +122529,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -122608,8 +122626,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *510 - *511 + - *512 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -122763,8 +122781,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *510 - *511 + - *512 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -122774,7 +122792,7 @@ paths: application/json: schema: type: array - items: *836 + items: *837 examples: default: value: @@ -122807,8 +122825,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/statuses#create-a-commit-status parameters: - - *510 - *511 + - *512 - name: sha in: path required: true @@ -122862,7 +122880,7 @@ paths: description: Response content: application/json: - schema: *837 + schema: *838 examples: default: value: @@ -122916,8 +122934,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/watching#list-watchers parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -122949,14 +122967,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/watching#get-a-repository-subscription parameters: - - *510 - *511 + - *512 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &838 + schema: &839 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -123024,8 +123042,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/watching#set-a-repository-subscription parameters: - - *510 - *511 + - *512 requestBody: required: false content: @@ -123051,7 +123069,7 @@ paths: description: Response content: application/json: - schema: *838 + schema: *839 examples: default: value: @@ -123078,8 +123096,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/watching#delete-a-repository-subscription parameters: - - *510 - *511 + - *512 responses: '204': description: Response @@ -123099,8 +123117,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-repository-tags parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -123179,8 +123197,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *510 - *511 + - *512 - name: ref in: path required: true @@ -123216,8 +123234,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-repository-teams parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -123229,7 +123247,7 @@ paths: type: array items: *329 examples: - default: *419 + default: *420 headers: Link: *48 '404': *6 @@ -123249,8 +123267,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#get-all-repository-topics parameters: - - *510 - *511 + - *512 - *19 - *17 responses: @@ -123258,7 +123276,7 @@ paths: description: Response content: application/json: - schema: &839 + schema: &840 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -123270,7 +123288,7 @@ paths: required: - names examples: - default: &840 + default: &841 value: names: - octocat @@ -123293,8 +123311,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#replace-all-repository-topics parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -123325,9 +123343,9 @@ paths: description: Response content: application/json: - schema: *839 + schema: *840 examples: - default: *840 + default: *841 '404': *6 '422': *7 x-github: @@ -123348,9 +123366,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/traffic#get-repository-clones parameters: - - *510 - *511 - - &841 + - *512 + - &842 name: per description: The time frame to display results for. in: query @@ -123379,7 +123397,7 @@ paths: example: 128 clones: type: array - items: &842 + items: &843 title: Traffic type: object properties: @@ -123466,8 +123484,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/traffic#get-top-referral-paths parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -123557,8 +123575,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/traffic#get-top-referral-sources parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -123618,9 +123636,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/traffic#get-page-views parameters: - - *510 - *511 - - *841 + - *512 + - *842 responses: '200': description: Response @@ -123639,7 +123657,7 @@ paths: example: 3782 views: type: array - items: *842 + items: *843 required: - uniques - count @@ -123716,8 +123734,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#transfer-a-repository parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -123991,8 +124009,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *510 - *511 + - *512 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -124015,8 +124033,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#enable-vulnerability-alerts parameters: - - *510 - *511 + - *512 responses: '204': description: Response @@ -124038,8 +124056,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#disable-vulnerability-alerts parameters: - - *510 - *511 + - *512 responses: '204': description: Response @@ -124065,8 +124083,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *510 - *511 + - *512 - name: ref in: path required: true @@ -124158,9 +124176,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: *517 + default: *518 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -124311,7 +124329,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &850 + - &851 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -124320,7 +124338,7 @@ paths: schema: type: string example: members - - &855 + - &856 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -124331,7 +124349,7 @@ paths: default: 1 format: int32 example: 1 - - &856 + - &857 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -124373,7 +124391,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &845 + items: &846 allOf: - type: object required: @@ -124448,7 +124466,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &857 + meta: &858 type: object description: The metadata associated with the creation/updates to the user. @@ -124508,30 +124526,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &846 + '400': &847 description: Bad request content: application/json: - schema: *843 + schema: *844 application/scim+json: - schema: *843 - '401': *844 - '403': &847 + schema: *844 + '401': *845 + '403': &848 description: Permission denied - '429': &848 + '429': &849 description: Too many requests content: application/json: - schema: *843 + schema: *844 application/scim+json: - schema: *843 - '500': &849 + schema: *844 + '500': &850 description: Internal server error content: application/json: - schema: *843 + schema: *844 application/scim+json: - schema: *843 + schema: *844 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -124555,7 +124573,7 @@ paths: required: true content: application/json: - schema: &853 + schema: &854 type: object required: - schemas @@ -124615,9 +124633,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *845 + schema: *846 examples: - group: &851 + group: &852 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -124636,13 +124654,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 - '400': *846 - '401': *844 - '403': *847 - '409': &854 + '400': *847 + '401': *845 + '403': *848 + '409': &855 description: Duplicate record detected - '429': *848 - '500': *849 + '429': *849 + '500': *850 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -124659,7 +124677,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &852 + - &853 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -124667,22 +124685,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *850 + - *851 - *42 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *845 + schema: *846 examples: - default: *851 - '400': *846 - '401': *844 - '403': *847 + default: *852 + '400': *847 + '401': *845 + '403': *848 '404': *6 - '429': *848 - '500': *849 + '429': *849 + '500': *850 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -124701,13 +124719,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *852 + - *853 - *42 requestBody: required: true content: application/json: - schema: *853 + schema: *854 examples: group: summary: Group @@ -124733,17 +124751,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *845 + schema: *846 examples: - group: *851 - groupWithMembers: *851 - '400': *846 - '401': *844 - '403': *847 + group: *852 + groupWithMembers: *852 + '400': *847 + '401': *845 + '403': *848 '404': *6 - '409': *854 - '429': *848 - '500': *849 + '409': *855 + '429': *849 + '500': *850 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -124767,13 +124785,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *852 + - *853 - *42 requestBody: required: true content: application/json: - schema: &864 + schema: &865 type: object required: - Operations @@ -124833,17 +124851,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *845 + schema: *846 examples: - updateGroup: *851 - addMembers: *851 - '400': *846 - '401': *844 - '403': *847 + updateGroup: *852 + addMembers: *852 + '400': *847 + '401': *845 + '403': *848 '404': *6 - '409': *854 - '429': *848 - '500': *849 + '409': *855 + '429': *849 + '500': *850 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -124859,17 +124877,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *852 + - *853 - *42 responses: '204': description: Group was deleted, no content - '400': *846 - '401': *844 - '403': *847 + '400': *847 + '401': *845 + '403': *848 '404': *6 - '429': *848 - '500': *849 + '429': *849 + '500': *850 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -124903,8 +124921,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *855 - *856 + - *857 - *42 responses: '200': @@ -124937,7 +124955,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &859 + items: &860 allOf: - type: object required: @@ -125016,7 +125034,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &858 + roles: &859 type: array description: The roles assigned to the user. items: @@ -125072,7 +125090,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *857 + meta: *858 startIndex: type: integer description: A starting index for the returned page @@ -125109,11 +125127,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *846 - '401': *844 - '403': *847 - '429': *848 - '500': *849 + '400': *847 + '401': *845 + '403': *848 + '429': *849 + '500': *850 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -125137,7 +125155,7 @@ paths: required: true content: application/json: - schema: &862 + schema: &863 type: object required: - schemas @@ -125219,9 +125237,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *858 + roles: *859 examples: - user: &863 + user: &864 summary: User value: schemas: @@ -125268,9 +125286,9 @@ paths: description: User has been created content: application/scim+json: - schema: *859 + schema: *860 examples: - user: &860 + user: &861 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -125296,13 +125314,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *860 - '400': *846 - '401': *844 - '403': *847 - '409': *854 - '429': *848 - '500': *849 + enterpriseOwner: *861 + '400': *847 + '401': *845 + '403': *848 + '409': *855 + '429': *849 + '500': *850 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -125319,7 +125337,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &861 + - &862 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -125332,15 +125350,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *859 + schema: *860 examples: - default: *860 - '400': *846 - '401': *844 - '403': *847 + default: *861 + '400': *847 + '401': *845 + '403': *848 '404': *6 - '429': *848 - '500': *849 + '429': *849 + '500': *850 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -125391,30 +125409,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *861 + - *862 - *42 requestBody: required: true content: application/json: - schema: *862 + schema: *863 examples: - user: *863 + user: *864 responses: '200': description: User was updated content: application/scim+json: - schema: *859 + schema: *860 examples: - user: *860 - '400': *846 - '401': *844 - '403': *847 + user: *861 + '400': *847 + '401': *845 + '403': *848 '404': *6 - '409': *854 - '429': *848 - '500': *849 + '409': *855 + '429': *849 + '500': *850 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -125455,13 +125473,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *861 + - *862 - *42 requestBody: required: true content: application/json: - schema: *864 + schema: *865 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -125501,18 +125519,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *859 - examples: - userMultiValuedProperties: *860 - userSingleValuedProperties: *860 - disableUser: *860 - '400': *846 - '401': *844 - '403': *847 + schema: *860 + examples: + userMultiValuedProperties: *861 + userSingleValuedProperties: *861 + disableUser: *861 + '400': *847 + '401': *845 + '403': *848 '404': *6 - '409': *854 - '429': *848 - '500': *849 + '409': *855 + '429': *849 + '500': *850 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -125532,17 +125550,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *861 + - *862 - *42 responses: '204': description: User was deleted, no content - '400': *846 - '401': *844 - '403': *847 + '400': *847 + '401': *845 + '403': *848 '404': *6 - '429': *848 - '500': *849 + '429': *849 + '500': *850 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -125629,7 +125647,7 @@ paths: example: 1 Resources: type: array - items: &865 + items: &866 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -125860,22 +125878,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *38 - '404': &866 + '404': &867 description: Resource not found content: application/json: - schema: *843 + schema: *844 application/scim+json: - schema: *843 - '403': &867 + schema: *844 + '403': &868 description: Forbidden content: application/json: - schema: *843 + schema: *844 application/scim+json: - schema: *843 - '400': *846 - '429': *848 + schema: *844 + '400': *847 + '429': *849 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -125901,9 +125919,9 @@ paths: description: Response content: application/scim+json: - schema: *865 + schema: *866 examples: - default: &868 + default: &869 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -125926,17 +125944,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *38 - '404': *866 - '403': *867 - '500': *849 + '404': *867 + '403': *868 + '500': *850 '409': description: Conflict content: application/json: - schema: *843 + schema: *844 application/scim+json: - schema: *843 - '400': *846 + schema: *844 + '400': *847 requestBody: required: true content: @@ -126034,17 +126052,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *90 - - *861 + - *862 responses: '200': description: Response content: application/scim+json: - schema: *865 + schema: *866 examples: - default: *868 - '404': *866 - '403': *867 + default: *869 + '404': *867 + '403': *868 '304': *38 x-github: githubCloudOnly: true @@ -126068,18 +126086,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#update-a-provisioned-organization-membership parameters: - *90 - - *861 + - *862 responses: '200': description: Response content: application/scim+json: - schema: *865 + schema: *866 examples: - default: *868 + default: *869 '304': *38 - '404': *866 - '403': *867 + '404': *867 + '403': *868 requestBody: required: true content: @@ -126192,19 +126210,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *90 - - *861 + - *862 responses: '200': description: Response content: application/scim+json: - schema: *865 + schema: *866 examples: - default: *868 + default: *869 '304': *38 - '404': *866 - '403': *867 - '400': *846 + '404': *867 + '403': *868 + '400': *847 '429': description: Response content: @@ -126295,12 +126313,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *90 - - *861 + - *862 responses: '204': description: Response - '404': *866 - '403': *867 + '404': *867 + '403': *868 '304': *38 x-github: githubCloudOnly: true @@ -126436,7 +126454,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &869 + text_matches: &870 title: Search Result Text Matches type: array items: @@ -126599,7 +126617,7 @@ paths: enum: - author-date - committer-date - - &870 + - &871 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 @@ -126670,7 +126688,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *560 + properties: *561 nullable: true comment_count: type: integer @@ -126690,7 +126708,7 @@ paths: url: type: string format: uri - verification: *689 + verification: *690 required: - author - committer @@ -126709,7 +126727,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *560 + properties: *561 nullable: true parents: type: array @@ -126727,7 +126745,7 @@ paths: type: number node_id: type: string - text_matches: *869 + text_matches: *870 required: - sha - node_id @@ -126920,7 +126938,7 @@ paths: - interactions - created - updated - - *870 + - *871 - *17 - *19 - name: advanced_search @@ -127034,11 +127052,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 issue_field_values: type: array - items: *719 + items: *720 state: type: string state_reason: @@ -127055,8 +127073,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *439 - required: *440 + properties: *440 + required: *441 nullable: true comments: type: integer @@ -127070,7 +127088,7 @@ paths: type: string format: date-time nullable: true - text_matches: *869 + text_matches: *870 pull_request: type: object properties: @@ -127114,7 +127132,7 @@ paths: timeline_url: type: string format: uri - type: *404 + type: *405 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -127352,7 +127370,7 @@ paths: enum: - created - updated - - *870 + - *871 - *17 - *19 responses: @@ -127396,7 +127414,7 @@ paths: nullable: true score: type: number - text_matches: *869 + text_matches: *870 required: - id - node_id @@ -127482,7 +127500,7 @@ paths: - forks - help-wanted-issues - updated - - *870 + - *871 - *17 - *19 responses: @@ -127730,7 +127748,7 @@ paths: - admin - pull - push - text_matches: *869 + text_matches: *870 temp_clone_token: type: string allow_merge_commit: @@ -128031,7 +128049,7 @@ paths: type: string format: uri nullable: true - text_matches: *869 + text_matches: *870 related: type: array nullable: true @@ -128224,7 +128242,7 @@ paths: - followers - repositories - joined - - *870 + - *871 - *17 - *19 responses: @@ -128328,7 +128346,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *869 + text_matches: *870 blog: type: string nullable: true @@ -128407,7 +128425,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#get-a-team-legacy parameters: - - &873 + - &874 name: team_id description: The unique identifier of the team. in: path @@ -128419,9 +128437,9 @@ paths: description: Response content: application/json: - schema: *502 + schema: *503 examples: - default: *503 + default: *504 '404': *6 x-github: githubCloudOnly: false @@ -128448,7 +128466,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#update-a-team-legacy parameters: - - *873 + - *874 requestBody: required: true content: @@ -128516,16 +128534,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *502 + schema: *503 examples: - default: *503 + default: *504 '201': description: Response content: application/json: - schema: *502 + schema: *503 examples: - default: *503 + default: *504 '404': *6 '422': *15 '403': *29 @@ -128553,7 +128571,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#delete-a-team-legacy parameters: - - *873 + - *874 responses: '204': description: Response @@ -128582,7 +128600,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *873 + - *874 - *17 - *19 responses: @@ -128592,9 +128610,9 @@ paths: application/json: schema: type: array - items: *398 + items: *399 examples: - default: *399 + default: *400 headers: Link: *48 x-github: @@ -128622,7 +128640,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#list-team-members-legacy parameters: - - *873 + - *874 - name: role description: Filters members returned by their role in the team. in: query @@ -128643,9 +128661,9 @@ paths: application/json: schema: type: array - items: *874 + items: *875 examples: - default: *875 + default: *876 headers: Link: *48 '404': *6 @@ -128673,7 +128691,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#get-team-member-legacy parameters: - - *873 + - *874 - *135 responses: '204': @@ -128710,7 +128728,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#add-team-member-legacy parameters: - - *873 + - *874 - *135 responses: '204': @@ -128750,7 +128768,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#remove-team-member-legacy parameters: - - *873 + - *874 - *135 responses: '204': @@ -128787,16 +128805,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *873 + - *874 - *135 responses: '200': description: Response content: application/json: - schema: *509 + schema: *510 examples: - response-if-user-is-a-team-maintainer: *876 + response-if-user-is-a-team-maintainer: *877 '404': *6 x-github: githubCloudOnly: false @@ -128829,7 +128847,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *873 + - *874 - *135 requestBody: required: false @@ -128855,9 +128873,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - response-if-users-membership-with-team-is-now-pending: *877 + response-if-users-membership-with-team-is-now-pending: *878 '403': description: Forbidden if team synchronization is set up '422': @@ -128891,7 +128909,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *873 + - *874 - *135 responses: '204': @@ -128919,7 +128937,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-team-repositories-legacy parameters: - - *873 + - *874 - *17 - *19 responses: @@ -128931,7 +128949,7 @@ paths: type: array items: *296 examples: - default: *426 + default: *427 headers: Link: *48 '404': *6 @@ -128961,15 +128979,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *873 - - *510 + - *874 - *511 + - *512 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *878 + schema: *879 examples: alternative-response-with-extra-repository-information: value: @@ -129120,9 +129138,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *873 - - *510 + - *874 - *511 + - *512 requestBody: required: false content: @@ -129172,9 +129190,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *873 - - *510 + - *874 - *511 + - *512 responses: '204': description: Response @@ -129203,15 +129221,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/team-sync#list-idp-groups-for-a-team-legacy parameters: - - *873 + - *874 responses: '200': description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: *513 + default: *514 '403': *29 '404': *6 x-github: @@ -129238,7 +129256,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/team-sync#create-or-update-idp-group-connections-legacy parameters: - - *873 + - *874 requestBody: required: true content: @@ -129295,7 +129313,7 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: default: value: @@ -129326,7 +129344,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-child-teams-legacy parameters: - - *873 + - *874 - *17 - *19 responses: @@ -129338,7 +129356,7 @@ paths: type: array items: *329 examples: - response-if-child-teams-exist: *879 + response-if-child-teams-exist: *880 headers: Link: *48 '404': *6 @@ -129371,7 +129389,7 @@ paths: application/json: schema: oneOf: - - &881 + - &882 title: Private User description: Private User type: object @@ -129574,7 +129592,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *880 + - *881 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -129727,7 +129745,7 @@ paths: description: Response content: application/json: - schema: *881 + schema: *882 examples: default: value: @@ -129930,9 +129948,9 @@ paths: type: integer codespaces: type: array - items: *409 + items: *410 examples: - default: *410 + default: *411 '304': *38 '500': *41 '401': *25 @@ -130071,17 +130089,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *409 + schema: *410 examples: - default: *616 + default: *617 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *409 + schema: *410 examples: - default: *616 + default: *617 '401': *25 '403': *29 '404': *6 @@ -130125,7 +130143,7 @@ paths: type: integer secrets: type: array - items: &882 + items: &883 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -130165,7 +130183,7 @@ paths: - visibility - selected_repositories_url examples: - default: *619 + default: *620 headers: Link: *48 x-github: @@ -130241,7 +130259,7 @@ paths: description: Response content: application/json: - schema: *882 + schema: *883 examples: default: value: @@ -130531,15 +130549,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *411 + - *412 responses: '200': description: Response content: application/json: - schema: *409 + schema: *410 examples: - default: *616 + default: *617 '304': *38 '500': *41 '401': *25 @@ -130565,7 +130583,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *411 + - *412 requestBody: required: false content: @@ -130595,9 +130613,9 @@ paths: description: Response content: application/json: - schema: *409 + schema: *410 examples: - default: *616 + default: *617 '401': *25 '403': *29 '404': *6 @@ -130619,7 +130637,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *411 + - *412 responses: '202': *40 '304': *38 @@ -130648,13 +130666,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *411 + - *412 responses: '202': description: Response content: application/json: - schema: &883 + schema: &884 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -130695,7 +130713,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &884 + default: &885 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -130727,7 +130745,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *411 + - *412 - name: export_id in: path required: true @@ -130740,9 +130758,9 @@ paths: description: Response content: application/json: - schema: *883 + schema: *884 examples: - default: *884 + default: *885 '404': *6 x-github: githubCloudOnly: false @@ -130763,7 +130781,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *411 + - *412 responses: '200': description: Response @@ -130779,9 +130797,9 @@ paths: type: integer machines: type: array - items: *885 + items: *886 examples: - default: *886 + default: *887 '304': *38 '500': *41 '401': *25 @@ -130810,7 +130828,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *411 + - *412 requestBody: required: true content: @@ -130860,13 +130878,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *515 + repository: *516 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *617 - required: *618 + properties: *618 + required: *619 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -131640,15 +131658,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *411 + - *412 responses: '200': description: Response content: application/json: - schema: *409 + schema: *410 examples: - default: *616 + default: *617 '304': *38 '500': *41 '400': *14 @@ -131680,15 +131698,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *411 + - *412 responses: '200': description: Response content: application/json: - schema: *409 + schema: *410 examples: - default: *616 + default: *617 '500': *41 '401': *25 '403': *29 @@ -131718,9 +131736,9 @@ paths: application/json: schema: type: array - items: *420 + items: *421 examples: - default: &898 + default: &899 value: - id: 197 name: hello_docker @@ -131821,7 +131839,7 @@ paths: application/json: schema: type: array - items: &887 + items: &888 title: Email description: Email type: object @@ -131886,9 +131904,9 @@ paths: application/json: schema: type: array - items: *887 + items: *888 examples: - default: &900 + default: &901 value: - email: octocat@github.com verified: true @@ -131963,7 +131981,7 @@ paths: application/json: schema: type: array - items: *887 + items: *888 examples: default: value: @@ -132219,7 +132237,7 @@ paths: application/json: schema: type: array - items: &888 + items: &889 title: GPG Key description: A unique encryption key type: object @@ -132350,7 +132368,7 @@ paths: - subkeys - revoked examples: - default: &917 + default: &918 value: - id: 3 name: Octocat's GPG Key @@ -132435,9 +132453,9 @@ paths: description: Response content: application/json: - schema: *888 + schema: *889 examples: - default: &889 + default: &890 value: id: 3 name: Octocat's GPG Key @@ -132494,7 +132512,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &890 + - &891 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -132506,9 +132524,9 @@ paths: description: Response content: application/json: - schema: *888 + schema: *889 examples: - default: *889 + default: *890 '404': *6 '304': *38 '403': *29 @@ -132531,7 +132549,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *890 + - *891 responses: '204': description: Response @@ -132819,12 +132837,12 @@ paths: application/json: schema: anyOf: - - *396 + - *397 - type: object properties: {} additionalProperties: false examples: - default: *397 + default: *398 '204': description: Response when there are no restrictions x-github: @@ -132848,7 +132866,7 @@ paths: required: true content: application/json: - schema: *699 + schema: *700 examples: default: value: @@ -132859,7 +132877,7 @@ paths: description: Response content: application/json: - schema: *396 + schema: *397 examples: default: value: @@ -132940,7 +132958,7 @@ paths: - closed - all default: open - - *407 + - *408 - name: sort description: What to sort results by. in: query @@ -132965,7 +132983,7 @@ paths: type: array items: *235 examples: - default: *408 + default: *409 headers: Link: *48 '404': *6 @@ -132998,7 +133016,7 @@ paths: application/json: schema: type: array - items: &891 + items: &892 title: Key description: Key type: object @@ -133099,9 +133117,9 @@ paths: description: Response content: application/json: - schema: *891 + schema: *892 examples: - default: &892 + default: &893 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -133134,15 +133152,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *754 + - *755 responses: '200': description: Response content: application/json: - schema: *891 + schema: *892 examples: - default: *892 + default: *893 '404': *6 '304': *38 '403': *29 @@ -133165,7 +133183,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *754 + - *755 responses: '204': description: Response @@ -133198,7 +133216,7 @@ paths: application/json: schema: type: array - items: &893 + items: &894 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -133266,7 +133284,7 @@ paths: - account - plan examples: - default: &894 + default: &895 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -133328,9 +133346,9 @@ paths: application/json: schema: type: array - items: *893 + items: *894 examples: - default: *894 + default: *895 headers: Link: *48 '304': *38 @@ -133370,7 +133388,7 @@ paths: application/json: schema: type: array - items: *412 + items: *413 examples: default: value: @@ -133484,7 +133502,7 @@ paths: description: Response content: application/json: - schema: *412 + schema: *413 examples: default: value: @@ -133571,9 +133589,9 @@ paths: description: The user's organization invitation was accepted synchronously. content: application/json: - schema: *412 + schema: *413 examples: - default: &895 + default: &896 value: url: https://api.github.com/orgs/octocat/memberships/defunkt state: active @@ -133620,9 +133638,9 @@ paths: processed asynchronously. content: application/json: - schema: *412 + schema: *413 examples: - default: *895 + default: *896 '403': *29 '404': *6 '422': *15 @@ -133651,7 +133669,7 @@ paths: application/json: schema: type: array - items: *414 + items: *415 examples: default: value: @@ -133904,7 +133922,7 @@ paths: description: Response content: application/json: - schema: *414 + schema: *415 examples: default: value: @@ -134084,7 +134102,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/users#get-a-user-migration-status parameters: - - *415 + - *416 - name: exclude in: query required: false @@ -134097,7 +134115,7 @@ paths: description: Response content: application/json: - schema: *414 + schema: *415 examples: default: value: @@ -134291,7 +134309,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/users#download-a-user-migration-archive parameters: - - *415 + - *416 responses: '302': description: Response @@ -134317,7 +134335,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/users#delete-a-user-migration-archive parameters: - - *415 + - *416 responses: '204': description: Response @@ -134346,8 +134364,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/users#unlock-a-user-repository parameters: - - *415 - - *896 + - *416 + - *897 responses: '204': description: Response @@ -134371,7 +134389,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *415 + - *416 - *17 - *19 responses: @@ -134383,7 +134401,7 @@ paths: type: array items: *296 examples: - default: *426 + default: *427 headers: Link: *48 '404': *6 @@ -134462,7 +134480,7 @@ paths: - docker - nuget - container - - *897 + - *898 - *19 - *17 responses: @@ -134472,10 +134490,10 @@ paths: application/json: schema: type: array - items: *420 + items: *421 examples: - default: *898 - '400': *899 + default: *899 + '400': *900 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -134495,16 +134513,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *422 - *423 + - *424 responses: '200': description: Response content: application/json: - schema: *420 + schema: *421 examples: - default: &918 + default: &919 value: id: 40201 name: octo-name @@ -134617,8 +134635,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *422 - *423 + - *424 responses: '204': description: Response @@ -134648,8 +134666,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *422 - *423 + - *424 - name: token description: package token schema: @@ -134681,8 +134699,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *422 - *423 + - *424 - *19 - *17 - name: state @@ -134702,7 +134720,7 @@ paths: application/json: schema: type: array - items: *424 + items: *425 examples: default: value: @@ -134751,15 +134769,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *422 - *423 - - *425 + - *424 + - *426 responses: '200': description: Response content: application/json: - schema: *424 + schema: *425 examples: default: value: @@ -134795,9 +134813,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *422 - *423 - - *425 + - *424 + - *426 responses: '204': description: Response @@ -134827,9 +134845,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *422 - *423 - - *425 + - *424 + - *426 responses: '204': description: Response @@ -134866,9 +134884,9 @@ paths: application/json: schema: type: array - items: *887 + items: *888 examples: - default: *900 + default: *901 headers: Link: *48 '304': *38 @@ -134981,7 +134999,7 @@ paths: type: array items: *81 examples: - default: &907 + default: &908 summary: Default response value: - id: 1296269 @@ -135285,9 +135303,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: *517 + default: *518 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -135325,9 +135343,9 @@ paths: application/json: schema: type: array - items: *702 + items: *703 examples: - default: *901 + default: *902 headers: Link: *48 '304': *38 @@ -135350,7 +135368,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *400 + - *401 responses: '204': description: Response @@ -135373,7 +135391,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *400 + - *401 responses: '204': description: Response @@ -135406,7 +135424,7 @@ paths: application/json: schema: type: array - items: &902 + items: &903 title: Social account description: Social media account type: object @@ -135421,7 +135439,7 @@ paths: - provider - url examples: - default: &903 + default: &904 value: - provider: twitter url: https://twitter.com/github @@ -135483,9 +135501,9 @@ paths: application/json: schema: type: array - items: *902 + items: *903 examples: - default: *903 + default: *904 '422': *15 '304': *38 '404': *6 @@ -135572,7 +135590,7 @@ paths: application/json: schema: type: array - items: &904 + items: &905 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -135592,7 +135610,7 @@ paths: - title - created_at examples: - default: &932 + default: &933 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -135656,9 +135674,9 @@ paths: description: Response content: application/json: - schema: *904 + schema: *905 examples: - default: &905 + default: &906 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -135688,7 +135706,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &906 + - &907 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -135700,9 +135718,9 @@ paths: description: Response content: application/json: - schema: *904 + schema: *905 examples: - default: *905 + default: *906 '404': *6 '304': *38 '403': *29 @@ -135725,7 +135743,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *906 + - *907 responses: '204': description: Response @@ -135754,7 +135772,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &933 + - &934 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 @@ -135779,11 +135797,11 @@ paths: type: array items: *81 examples: - default-response: *907 + default-response: *908 application/vnd.github.v3.star+json: schema: type: array - items: &934 + items: &935 title: Starred Repository description: Starred Repository type: object @@ -135939,8 +135957,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *510 - *511 + - *512 responses: '204': description: Response if this repository is starred by you @@ -135968,8 +135986,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *510 - *511 + - *512 responses: '204': description: Response @@ -135993,8 +136011,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *510 - *511 + - *512 responses: '204': description: Response @@ -136029,7 +136047,7 @@ paths: type: array items: *296 examples: - default: *426 + default: *427 headers: Link: *48 '304': *38 @@ -136066,7 +136084,7 @@ paths: application/json: schema: type: array - items: *502 + items: *503 examples: default: value: @@ -136152,10 +136170,10 @@ paths: application/json: schema: oneOf: + - *882 - *881 - - *880 examples: - default-response: &911 + default-response: &912 summary: Default response value: login: octocat @@ -136190,7 +136208,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &912 + response-with-git-hub-plan-information: &913 summary: Response with GitHub plan information value: login: octocat @@ -136247,14 +136265,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &909 + - &910 name: user_id description: The unique identifier of the user. in: path required: true schema: type: string - - *438 + - *439 requestBody: required: true description: Details of the draft item to create in the project. @@ -136288,9 +136306,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: - draft_issue: *445 + draft_issue: *446 '304': *38 '403': *29 '401': *25 @@ -136313,7 +136331,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/users#list-users parameters: - - *908 + - *909 - *17 responses: '200': @@ -136348,8 +136366,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *909 - - *438 + - *910 + - *439 requestBody: required: true content: @@ -136420,17 +136438,17 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *910 + schema: *911 examples: table_view: summary: Response for creating a table view - value: *449 + value: *450 board_view: summary: Response for creating a board view with filter - value: *449 + value: *450 roadmap_view: summary: Response for creating a roadmap view - value: *449 + value: *450 '304': *38 '403': *29 '401': *25 @@ -136472,11 +136490,11 @@ paths: application/json: schema: oneOf: + - *882 - *881 - - *880 examples: - default-response: *911 - response-with-git-hub-plan-information: *912 + default-response: *912 + response-with-git-hub-plan-information: *913 '404': *6 x-github: githubCloudOnly: false @@ -136526,8 +136544,8 @@ paths: required: - subject_digests examples: - default: *913 - withPredicateType: *914 + default: *914 + withPredicateType: *915 responses: '200': description: Response @@ -136580,7 +136598,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *915 + default: *916 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -136785,7 +136803,7 @@ paths: initiator: type: string examples: - default: *556 + default: *557 '201': description: Response content: @@ -137066,7 +137084,7 @@ paths: application/json: schema: *344 examples: - default: &916 + default: &917 summary: Example response for a user copilot space value: id: 42 @@ -137167,7 +137185,7 @@ paths: application/json: schema: *344 examples: - default: *916 + default: *917 '403': *29 '404': *6 x-github: @@ -137290,7 +137308,7 @@ paths: application/json: schema: *344 examples: - default: *916 + default: *917 '403': *29 '404': *6 '422': *15 @@ -138056,9 +138074,9 @@ paths: application/json: schema: type: array - items: *420 + items: *421 examples: - default: *898 + default: *899 '403': *29 '401': *25 x-github: @@ -138442,9 +138460,9 @@ paths: application/json: schema: type: array - items: *888 + items: *889 examples: - default: *917 + default: *918 headers: Link: *48 x-github: @@ -138548,7 +138566,7 @@ paths: application/json: schema: *22 examples: - default: *394 + default: *395 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -138672,7 +138690,7 @@ paths: - docker - nuget - container - - *897 + - *898 - *135 - *19 - *17 @@ -138683,12 +138701,12 @@ paths: application/json: schema: type: array - items: *420 + items: *421 examples: - default: *898 + default: *899 '403': *29 '401': *25 - '400': *899 + '400': *900 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -138708,17 +138726,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#get-a-package-for-a-user parameters: - - *422 - *423 + - *424 - *135 responses: '200': description: Response content: application/json: - schema: *420 + schema: *421 examples: - default: *918 + default: *919 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -138739,8 +138757,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#delete-a-package-for-a-user parameters: - - *422 - *423 + - *424 - *135 responses: '204': @@ -138773,8 +138791,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#restore-a-package-for-a-user parameters: - - *422 - *423 + - *424 - *135 - name: token description: package token @@ -138807,8 +138825,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *422 - *423 + - *424 - *135 responses: '200': @@ -138817,7 +138835,7 @@ paths: application/json: schema: type: array - items: *424 + items: *425 examples: default: value: @@ -138875,16 +138893,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *422 - *423 - - *425 + - *424 + - *426 - *135 responses: '200': description: Response content: application/json: - schema: *424 + schema: *425 examples: default: value: @@ -138919,10 +138937,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#delete-package-version-for-a-user parameters: - - *422 - *423 + - *424 - *135 - - *425 + - *426 responses: '204': description: Response @@ -138954,10 +138972,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#restore-package-version-for-a-user parameters: - - *422 - *423 + - *424 - *135 - - *425 + - *426 responses: '204': description: Response @@ -138998,9 +139016,9 @@ paths: application/json: schema: type: array - items: *436 + items: *437 examples: - default: *437 + default: *438 headers: Link: *48 '304': *38 @@ -139022,16 +139040,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/projects#get-project-for-user parameters: - - *438 + - *439 - *135 responses: '200': description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: *437 + default: *438 headers: Link: *48 '304': *38 @@ -139053,7 +139071,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#list-project-fields-for-user parameters: - - *438 + - *439 - *135 - *17 - *111 @@ -139065,9 +139083,9 @@ paths: application/json: schema: type: array - items: *442 + items: *443 examples: - default: *919 + default: *920 headers: Link: *48 '304': *38 @@ -139089,7 +139107,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#add-field-to-user-owned-project parameters: - *135 - - *438 + - *439 requestBody: required: true content: @@ -139127,7 +139145,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *920 + items: *921 required: - name - data_type @@ -139143,7 +139161,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *921 + iteration_configuration: *922 required: - name - data_type @@ -139165,20 +139183,20 @@ paths: value: name: Due date data_type: date - single_select_field: *922 - iteration_field: *923 + single_select_field: *923 + iteration_field: *924 responses: '201': description: Response content: application/json: - schema: *442 + schema: *443 examples: - text_field: *924 - number_field: *925 - date_field: *926 - single_select_field: *927 - iteration_field: *928 + text_field: *925 + number_field: *926 + date_field: *927 + single_select_field: *928 + iteration_field: *929 '304': *38 '403': *29 '401': *25 @@ -139199,17 +139217,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#get-project-field-for-user parameters: - - *438 - - *929 + - *439 + - *930 - *135 responses: '200': description: Response content: application/json: - schema: *442 + schema: *443 examples: - default: *930 + default: *931 headers: Link: *48 '304': *38 @@ -139232,7 +139250,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#list-items-for-a-user-owned-project parameters: - - *438 + - *439 - *135 - *111 - *112 @@ -139265,9 +139283,9 @@ paths: application/json: schema: type: array - items: *446 + items: *447 examples: - default: *447 + default: *448 headers: Link: *48 '304': *38 @@ -139289,7 +139307,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#add-item-to-user-owned-project parameters: - *135 - - *438 + - *439 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -139359,22 +139377,22 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *445 + value: *446 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *445 + value: *446 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *445 + value: *446 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *445 + value: *446 '304': *38 '403': *29 '401': *25 @@ -139394,9 +139412,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#get-an-item-for-a-user-owned-project parameters: - - *438 + - *439 - *135 - - *448 + - *449 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -139416,9 +139434,9 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *447 + default: *448 headers: Link: *48 '304': *38 @@ -139439,9 +139457,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#update-project-item-for-user parameters: - - *438 + - *439 - *135 - - *448 + - *449 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -139511,13 +139529,13 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: - text_field: *447 - number_field: *447 - date_field: *447 - single_select_field: *447 - iteration_field: *447 + text_field: *448 + number_field: *448 + date_field: *448 + single_select_field: *448 + iteration_field: *448 '401': *25 '403': *29 '404': *6 @@ -139537,9 +139555,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#delete-project-item-for-user parameters: - - *438 + - *439 - *135 - - *448 + - *449 responses: '204': description: Response @@ -139561,9 +139579,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#list-items-for-a-user-project-view parameters: - - *438 + - *439 - *135 - - *931 + - *932 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -139589,9 +139607,9 @@ paths: application/json: schema: type: array - items: *446 + items: *447 examples: - default: *447 + default: *448 headers: Link: *48 '304': *38 @@ -139812,7 +139830,7 @@ paths: type: array items: *296 examples: - default: *426 + default: *427 headers: Link: *48 x-github: @@ -139842,9 +139860,9 @@ paths: application/json: schema: type: array - items: *902 + items: *903 examples: - default: *903 + default: *904 headers: Link: *48 x-github: @@ -139874,9 +139892,9 @@ paths: application/json: schema: type: array - items: *904 + items: *905 examples: - default: *932 + default: *933 headers: Link: *48 x-github: @@ -139901,7 +139919,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *135 - - *933 + - *934 - *113 - *17 - *19 @@ -139913,11 +139931,11 @@ paths: schema: anyOf: - type: array - items: *934 + items: *935 - type: array items: *81 examples: - default-response: *907 + default-response: *908 headers: Link: *48 x-github: @@ -139948,7 +139966,7 @@ paths: type: array items: *296 examples: - default: *426 + default: *427 headers: Link: *48 x-github: @@ -140076,7 +140094,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &935 + enterprise: &936 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -140134,7 +140152,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &936 + installation: &937 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -140153,7 +140171,7 @@ x-webhooks: required: - id - node_id - organization: &937 + organization: &938 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -140213,13 +140231,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &938 + repository: &939 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &977 + properties: &978 id: description: Unique identifier of the repository example: 42 @@ -140914,7 +140932,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &978 + required: &979 - archive_url - assignees_url - blobs_url @@ -141065,10 +141083,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -141144,11 +141162,11 @@ x-webhooks: type: string enum: - created - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 - rule: &939 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 + rule: &940 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-cloud@latest/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -141371,11 +141389,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 - rule: *939 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 + rule: *940 sender: *4 required: - action @@ -141558,11 +141576,11 @@ x-webhooks: - everyone required: - from - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 - rule: *939 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 + rule: *940 sender: *4 required: - action @@ -141635,7 +141653,7 @@ x-webhooks: required: true content: application/json: - schema: &961 + schema: &962 title: Exemption request cancellation event type: object properties: @@ -141643,11 +141661,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 - exemption_request: &940 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 + exemption_request: &941 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -141951,7 +141969,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &941 + items: &942 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -142061,7 +142079,7 @@ x-webhooks: required: true content: application/json: - schema: &962 + schema: &963 title: Exemption request completed event type: object properties: @@ -142069,11 +142087,11 @@ x-webhooks: type: string enum: - completed - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 - exemption_request: *940 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 + exemption_request: *941 sender: *4 required: - action @@ -142145,7 +142163,7 @@ x-webhooks: required: true content: application/json: - schema: &959 + schema: &960 title: Exemption request created event type: object properties: @@ -142153,11 +142171,11 @@ x-webhooks: type: string enum: - created - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 - exemption_request: *940 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 + exemption_request: *941 sender: *4 required: - action @@ -142229,7 +142247,7 @@ x-webhooks: required: true content: application/json: - schema: &963 + schema: &964 title: Exemption response dismissed event type: object properties: @@ -142237,12 +142255,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 - exemption_request: *940 - exemption_response: *941 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 + exemption_request: *941 + exemption_response: *942 sender: *4 required: - action @@ -142316,7 +142334,7 @@ x-webhooks: required: true content: application/json: - schema: &960 + schema: &961 title: Exemption response submitted event type: object properties: @@ -142324,12 +142342,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 - exemption_request: *940 - exemption_response: *941 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 + exemption_request: *941 + exemption_response: *942 sender: *4 required: - action @@ -142413,7 +142431,7 @@ x-webhooks: type: string enum: - completed - check_run: &943 + check_run: &944 title: CheckRun description: A check performed on the code of a given code change type: object @@ -142504,7 +142522,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *942 + deployment: *943 details_url: example: https://example.com type: string @@ -142589,10 +142607,10 @@ x-webhooks: - output - app - pull_requests - installation: *936 - enterprise: *935 - organization: *937 - repository: *938 + installation: *937 + enterprise: *936 + organization: *938 + repository: *939 sender: *4 required: - check_run @@ -142983,11 +143001,11 @@ x-webhooks: type: string enum: - created - check_run: *943 - installation: *936 - enterprise: *935 - organization: *937 - repository: *938 + check_run: *944 + installation: *937 + enterprise: *936 + organization: *938 + repository: *939 sender: *4 required: - check_run @@ -143381,11 +143399,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *943 - installation: *936 - enterprise: *935 - organization: *937 - repository: *938 + check_run: *944 + installation: *937 + enterprise: *936 + organization: *938 + repository: *939 requested_action: description: The action requested by the user. type: object @@ -143788,11 +143806,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *943 - installation: *936 - enterprise: *935 - organization: *937 - repository: *938 + check_run: *944 + installation: *937 + enterprise: *936 + organization: *938 + repository: *939 sender: *4 required: - check_run @@ -144762,10 +144780,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -145464,10 +145482,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -146160,10 +146178,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -146329,7 +146347,7 @@ x-webhooks: required: - login - id - dismissed_comment: *587 + dismissed_comment: *588 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -146474,20 +146492,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &944 + commit_oid: &945 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: *935 - installation: *936 - organization: *937 - ref: &945 + enterprise: *936 + installation: *937 + organization: *938 + ref: &946 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: *938 + repository: *939 sender: *4 required: - action @@ -146652,7 +146670,7 @@ x-webhooks: required: - login - id - dismissed_comment: *587 + dismissed_comment: *588 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -146882,12 +146900,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *944 - enterprise: *935 - installation: *936 - organization: *937 - ref: *945 - repository: *938 + commit_oid: *945 + enterprise: *936 + installation: *937 + organization: *938 + ref: *946 + repository: *939 sender: *4 required: - action @@ -146982,7 +147000,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *587 + dismissed_comment: *588 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -147153,12 +147171,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *944 - enterprise: *935 - installation: *936 - organization: *937 - ref: *945 - repository: *938 + commit_oid: *945 + enterprise: *936 + installation: *937 + organization: *938 + ref: *946 + repository: *939 sender: *4 required: - action @@ -147324,7 +147342,7 @@ x-webhooks: required: - login - id - dismissed_comment: *587 + dismissed_comment: *588 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -147490,12 +147508,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *944 - enterprise: *935 - installation: *936 - organization: *937 - ref: *945 - repository: *938 + commit_oid: *945 + enterprise: *936 + installation: *937 + organization: *938 + ref: *946 + repository: *939 sender: *4 required: - action @@ -147594,7 +147612,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *587 + dismissed_comment: *588 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -147769,16 +147787,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *938 + repository: *939 sender: *4 required: - action @@ -147875,7 +147893,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *587 + dismissed_comment: *588 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -148015,12 +148033,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *944 - enterprise: *935 - installation: *936 - organization: *937 - ref: *945 - repository: *938 + commit_oid: *945 + enterprise: *936 + installation: *937 + organization: *938 + ref: *946 + repository: *939 sender: *4 required: - action @@ -148186,7 +148204,7 @@ x-webhooks: required: - login - id - dismissed_comment: *587 + dismissed_comment: *588 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -148331,10 +148349,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -148589,10 +148607,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -148672,18 +148690,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *937 - pusher_type: &946 + organization: *938 + pusher_type: &947 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &947 + ref: &948 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest/rest/git/refs#get-a-reference) resource. type: string @@ -148693,7 +148711,7 @@ x-webhooks: enum: - tag - branch - repository: *938 + repository: *939 sender: *4 required: - ref @@ -148776,9 +148794,9 @@ x-webhooks: enum: - created definition: *165 - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 sender: *4 required: - action @@ -148863,9 +148881,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 sender: *4 required: - action @@ -148943,9 +148961,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *165 - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 sender: *4 required: - action @@ -149023,9 +149041,9 @@ x-webhooks: enum: - updated definition: *165 - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 sender: *4 required: - action @@ -149102,10 +149120,10 @@ x-webhooks: type: string enum: - updated - enterprise: *935 - installation: *936 - repository: *938 - organization: *937 + enterprise: *936 + installation: *937 + repository: *939 + organization: *938 sender: *4 new_property_values: type: array @@ -149190,18 +149208,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *935 - installation: *936 - organization: *937 - pusher_type: *946 - ref: *947 + enterprise: *936 + installation: *937 + organization: *938 + pusher_type: *947 + ref: *948 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *938 + repository: *939 sender: *4 required: - ref @@ -149281,11 +149299,11 @@ x-webhooks: type: string enum: - assignees_changed - alert: *651 - installation: *936 - organization: *937 - enterprise: *935 - repository: *938 + alert: *652 + installation: *937 + organization: *938 + enterprise: *936 + repository: *939 sender: *4 required: - action @@ -149365,11 +149383,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *651 - installation: *936 - organization: *937 - enterprise: *935 - repository: *938 + alert: *652 + installation: *937 + organization: *938 + enterprise: *936 + repository: *939 sender: *4 required: - action @@ -149450,11 +149468,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *651 - installation: *936 - organization: *937 - enterprise: *935 - repository: *938 + alert: *652 + installation: *937 + organization: *938 + enterprise: *936 + repository: *939 sender: *4 required: - action @@ -149535,11 +149553,11 @@ x-webhooks: type: string enum: - created - alert: *651 - installation: *936 - organization: *937 - enterprise: *935 - repository: *938 + alert: *652 + installation: *937 + organization: *938 + enterprise: *936 + repository: *939 sender: *4 required: - action @@ -149618,11 +149636,11 @@ x-webhooks: type: string enum: - dismissed - alert: *651 - installation: *936 - organization: *937 - enterprise: *935 - repository: *938 + alert: *652 + installation: *937 + organization: *938 + enterprise: *936 + repository: *939 sender: *4 required: - action @@ -149701,11 +149719,11 @@ x-webhooks: type: string enum: - fixed - alert: *651 - installation: *936 - organization: *937 - enterprise: *935 - repository: *938 + alert: *652 + installation: *937 + organization: *938 + enterprise: *936 + repository: *939 sender: *4 required: - action @@ -149785,11 +149803,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *651 - installation: *936 - organization: *937 - enterprise: *935 - repository: *938 + alert: *652 + installation: *937 + organization: *938 + enterprise: *936 + repository: *939 sender: *4 required: - action @@ -149868,11 +149886,11 @@ x-webhooks: type: string enum: - reopened - alert: *651 - installation: *936 - organization: *937 - enterprise: *935 - repository: *938 + alert: *652 + installation: *937 + organization: *938 + enterprise: *936 + repository: *939 sender: *4 required: - action @@ -149949,9 +149967,9 @@ x-webhooks: type: string enum: - created - enterprise: *935 - installation: *936 - key: &948 + enterprise: *936 + installation: *937 + key: &949 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -149987,8 +150005,8 @@ x-webhooks: - verified - created_at - read_only - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -150065,11 +150083,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *935 - installation: *936 - key: *948 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + key: *949 + organization: *938 + repository: *939 sender: *4 required: - action @@ -150625,12 +150643,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 - workflow: &954 + workflow: &955 title: Workflow type: object nullable: true @@ -151371,15 +151389,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *949 - required: *950 + properties: *950 + required: *951 nullable: true pull_requests: type: array - items: *776 - repository: *938 - organization: *937 - installation: *936 + items: *777 + repository: *939 + organization: *938 + installation: *937 sender: *4 responses: '200': @@ -151450,7 +151468,7 @@ x-webhooks: type: string enum: - approved - approver: &951 + approver: &952 type: object properties: avatar_url: @@ -151493,11 +151511,11 @@ x-webhooks: type: string comment: type: string - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 - reviewers: &952 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 + reviewers: &953 type: array items: type: object @@ -151576,7 +151594,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &953 + workflow_job_run: &954 type: object properties: conclusion: @@ -152307,18 +152325,18 @@ x-webhooks: type: string enum: - rejected - approver: *951 + approver: *952 comment: type: string - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 - reviewers: *952 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 + reviewers: *953 sender: *4 since: type: string - workflow_job_run: *953 + workflow_job_run: *954 workflow_job_runs: type: array items: @@ -153022,13 +153040,13 @@ x-webhooks: type: string enum: - requested - enterprise: *935 + enterprise: *936 environment: type: string - installation: *936 - organization: *937 - repository: *938 - requestor: &964 + installation: *937 + organization: *938 + repository: *939 + requestor: &965 title: User type: object nullable: true @@ -154917,12 +154935,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 - workflow: *954 + workflow: *955 workflow_run: title: Deployment Workflow Run type: object @@ -155602,7 +155620,7 @@ x-webhooks: type: string enum: - answered - answer: &957 + answer: &958 type: object properties: author_association: @@ -155759,11 +155777,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *955 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + discussion: *956 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -155890,11 +155908,11 @@ x-webhooks: - from required: - category - discussion: *955 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + discussion: *956 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -155977,11 +155995,11 @@ x-webhooks: type: string enum: - closed - discussion: *955 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + discussion: *956 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -156063,7 +156081,7 @@ x-webhooks: type: string enum: - created - comment: &956 + comment: &957 type: object properties: author_association: @@ -156220,11 +156238,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *955 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + discussion: *956 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -156307,12 +156325,12 @@ x-webhooks: type: string enum: - deleted - comment: *956 - discussion: *955 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + comment: *957 + discussion: *956 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -156407,12 +156425,12 @@ x-webhooks: - from required: - body - comment: *956 - discussion: *955 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + comment: *957 + discussion: *956 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -156496,11 +156514,11 @@ x-webhooks: type: string enum: - created - discussion: *955 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + discussion: *956 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -156582,11 +156600,11 @@ x-webhooks: type: string enum: - deleted - discussion: *955 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + discussion: *956 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -156686,11 +156704,11 @@ x-webhooks: type: string required: - from - discussion: *955 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + discussion: *956 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -156772,10 +156790,10 @@ x-webhooks: type: string enum: - labeled - discussion: *955 - enterprise: *935 - installation: *936 - label: &958 + discussion: *956 + enterprise: *936 + installation: *937 + label: &959 title: Label type: object properties: @@ -156807,8 +156825,8 @@ x-webhooks: - color - default - description - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -156891,11 +156909,11 @@ x-webhooks: type: string enum: - locked - discussion: *955 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + discussion: *956 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -156977,11 +156995,11 @@ x-webhooks: type: string enum: - pinned - discussion: *955 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + discussion: *956 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -157063,11 +157081,11 @@ x-webhooks: type: string enum: - reopened - discussion: *955 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + discussion: *956 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -157152,16 +157170,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *955 - new_repository: *938 + new_discussion: *956 + new_repository: *939 required: - new_discussion - new_repository - discussion: *955 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + discussion: *956 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -157244,10 +157262,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *955 - old_answer: *957 - organization: *937 - repository: *938 + discussion: *956 + old_answer: *958 + organization: *938 + repository: *939 sender: *4 required: - action @@ -157329,12 +157347,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *955 - enterprise: *935 - installation: *936 - label: *958 - organization: *937 - repository: *938 + discussion: *956 + enterprise: *936 + installation: *937 + label: *959 + organization: *938 + repository: *939 sender: *4 required: - action @@ -157417,11 +157435,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *955 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + discussion: *956 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -157503,11 +157521,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *955 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + discussion: *956 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -157576,7 +157594,7 @@ x-webhooks: required: true content: application/json: - schema: *959 + schema: *960 responses: '200': description: Return a 200 status to indicate that the data was received @@ -157639,7 +157657,7 @@ x-webhooks: required: true content: application/json: - schema: *960 + schema: *961 responses: '200': description: Return a 200 status to indicate that the data was received @@ -157702,7 +157720,7 @@ x-webhooks: required: true content: application/json: - schema: *961 + schema: *962 responses: '200': description: Return a 200 status to indicate that the data was received @@ -157765,7 +157783,7 @@ x-webhooks: required: true content: application/json: - schema: *959 + schema: *960 responses: '200': description: Return a 200 status to indicate that the data was received @@ -157828,7 +157846,7 @@ x-webhooks: required: true content: application/json: - schema: *960 + schema: *961 responses: '200': description: Return a 200 status to indicate that the data was received @@ -157894,7 +157912,7 @@ x-webhooks: required: true content: application/json: - schema: *961 + schema: *962 responses: '200': description: Return a 200 status to indicate that the data was received @@ -157960,7 +157978,7 @@ x-webhooks: required: true content: application/json: - schema: *962 + schema: *963 responses: '200': description: Return a 200 status to indicate that the data was received @@ -158026,7 +158044,7 @@ x-webhooks: required: true content: application/json: - schema: *959 + schema: *960 responses: '200': description: Return a 200 status to indicate that the data was received @@ -158092,7 +158110,7 @@ x-webhooks: required: true content: application/json: - schema: *963 + schema: *964 responses: '200': description: Return a 200 status to indicate that the data was received @@ -158158,7 +158176,7 @@ x-webhooks: required: true content: application/json: - schema: *960 + schema: *961 responses: '200': description: Return a 200 status to indicate that the data was received @@ -158223,7 +158241,7 @@ x-webhooks: required: true content: application/json: - schema: *961 + schema: *962 responses: '200': description: Return a 200 status to indicate that the data was received @@ -158288,7 +158306,7 @@ x-webhooks: required: true content: application/json: - schema: *962 + schema: *963 responses: '200': description: Return a 200 status to indicate that the data was received @@ -158353,7 +158371,7 @@ x-webhooks: required: true content: application/json: - schema: *959 + schema: *960 responses: '200': description: Return a 200 status to indicate that the data was received @@ -158418,7 +158436,7 @@ x-webhooks: required: true content: application/json: - schema: *963 + schema: *964 responses: '200': description: Return a 200 status to indicate that the data was received @@ -158484,7 +158502,7 @@ x-webhooks: required: true content: application/json: - schema: *960 + schema: *961 responses: '200': description: Return a 200 status to indicate that the data was received @@ -158551,7 +158569,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *935 + enterprise: *936 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#get-a-repository) resource. @@ -159211,9 +159229,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *936 - organization: *937 - repository: *938 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - forkee @@ -159359,9 +159377,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 pages: description: The pages that were updated. type: array @@ -159398,7 +159416,7 @@ x-webhooks: - action - sha - html_url - repository: *938 + repository: *939 sender: *4 required: - pages @@ -159474,10 +159492,10 @@ x-webhooks: type: string enum: - created - enterprise: *935 + enterprise: *936 installation: *22 - organization: *937 - repositories: &965 + organization: *938 + repositories: &966 description: An array of repository objects that the installation can access. type: array @@ -159503,8 +159521,8 @@ x-webhooks: - name - full_name - private - repository: *938 - requester: *964 + repository: *939 + requester: *965 sender: *4 required: - action @@ -159579,11 +159597,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *935 + enterprise: *936 installation: *22 - organization: *937 - repositories: *965 - repository: *938 + organization: *938 + repositories: *966 + repository: *939 requester: nullable: true sender: *4 @@ -159659,11 +159677,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *935 + enterprise: *936 installation: *22 - organization: *937 - repositories: *965 - repository: *938 + organization: *938 + repositories: *966 + repository: *939 requester: nullable: true sender: *4 @@ -159739,10 +159757,10 @@ x-webhooks: type: string enum: - added - enterprise: *935 + enterprise: *936 installation: *22 - organization: *937 - repositories_added: &966 + organization: *938 + repositories_added: &967 description: An array of repository objects, which were added to the installation. type: array @@ -159788,15 +159806,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *938 - repository_selection: &967 + repository: *939 + repository_selection: &968 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *964 + requester: *965 sender: *4 required: - action @@ -159875,10 +159893,10 @@ x-webhooks: type: string enum: - removed - enterprise: *935 + enterprise: *936 installation: *22 - organization: *937 - repositories_added: *966 + organization: *938 + repositories_added: *967 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -159905,9 +159923,9 @@ x-webhooks: - name - full_name - private - repository: *938 - repository_selection: *967 - requester: *964 + repository: *939 + repository_selection: *968 + requester: *965 sender: *4 required: - action @@ -159986,11 +160004,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *935 + enterprise: *936 installation: *22 - organization: *937 - repositories: *965 - repository: *938 + organization: *938 + repositories: *966 + repository: *939 requester: nullable: true sender: *4 @@ -160169,10 +160187,10 @@ x-webhooks: type: string required: - from - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 target_type: type: string @@ -160251,11 +160269,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *935 + enterprise: *936 installation: *22 - organization: *937 - repositories: *965 - repository: *938 + organization: *938 + repositories: *966 + repository: *939 requester: nullable: true sender: *4 @@ -160429,15 +160447,15 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *737 - required: *738 + properties: *738 + required: *739 nullable: true minimized: title: Minimized Issue Comment description: Details about why an issue comment was minimized. type: object - properties: *739 - required: *740 + properties: *740 + required: *741 nullable: true user: title: User @@ -160522,8 +160540,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -161312,8 +161330,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161329,7 +161347,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -161662,8 +161680,8 @@ x-webhooks: - state - locked - assignee - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -161743,7 +161761,7 @@ x-webhooks: type: string enum: - deleted - comment: &968 + comment: &969 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#get-an-issue-comment) itself. @@ -161900,15 +161918,15 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *737 - required: *738 + properties: *738 + required: *739 nullable: true minimized: title: Minimized Issue Comment description: Details about why an issue comment was minimized. type: object - properties: *739 - required: *740 + properties: *740 + required: *741 nullable: true required: - url @@ -161923,8 +161941,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -162709,8 +162727,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162726,7 +162744,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -163061,8 +163079,8 @@ x-webhooks: - state - locked - assignee - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -163142,7 +163160,7 @@ x-webhooks: type: string enum: - edited - changes: &997 + changes: &998 description: The changes to the comment. type: object properties: @@ -163154,9 +163172,9 @@ x-webhooks: type: string required: - from - comment: *968 - enterprise: *935 - installation: *936 + comment: *969 + enterprise: *936 + installation: *937 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -163944,8 +163962,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 state: description: State of the issue; either 'open' or 'closed' type: string @@ -163961,7 +163979,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -164294,8 +164312,8 @@ x-webhooks: - state - locked - assignee - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -164376,9 +164394,9 @@ x-webhooks: type: string enum: - pinned - comment: *968 - enterprise: *935 - installation: *936 + comment: *969 + enterprise: *936 + installation: *937 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -165168,8 +165186,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 state: description: State of the issue; either 'open' or 'closed' type: string @@ -165185,7 +165203,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -165520,8 +165538,8 @@ x-webhooks: - state - locked - assignee - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -165601,9 +165619,9 @@ x-webhooks: type: string enum: - unpinned - comment: *968 - enterprise: *935 - installation: *936 + comment: *969 + enterprise: *936 + installation: *937 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -166393,8 +166411,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 state: description: State of the issue; either 'open' or 'closed' type: string @@ -166410,7 +166428,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -166745,8 +166763,8 @@ x-webhooks: - state - locked - assignee - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -166835,9 +166853,9 @@ x-webhooks: type: number blocking_issue: *235 blocking_issue_repo: *81 - installation: *936 - organization: *937 - repository: *938 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -166926,9 +166944,9 @@ x-webhooks: type: number blocking_issue: *235 blocking_issue_repo: *81 - installation: *936 - organization: *937 - repository: *938 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -167016,9 +167034,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *235 - installation: *936 - organization: *937 - repository: *938 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -167107,9 +167125,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *235 - installation: *936 - organization: *937 - repository: *938 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -167189,10 +167207,10 @@ x-webhooks: type: string enum: - assigned - assignee: *964 - enterprise: *935 - installation: *936 - issue: &969 + assignee: *965 + enterprise: *936 + installation: *937 + issue: &970 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -167984,11 +168002,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 issue_field_values: type: array - items: *719 + items: *720 state: description: State of the issue; either 'open' or 'closed' type: string @@ -168004,7 +168022,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -168105,8 +168123,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -168186,8 +168204,8 @@ x-webhooks: type: string enum: - closed - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -168984,11 +169002,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 issue_field_values: type: array - items: *719 + items: *720 state: description: State of the issue; either 'open' or 'closed' type: string @@ -169004,7 +169022,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -169240,8 +169258,8 @@ x-webhooks: required: - state - closed_at - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -169320,8 +169338,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -170109,11 +170127,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 issue_field_values: type: array - items: *719 + items: *720 state: description: State of the issue; either 'open' or 'closed' type: string @@ -170129,7 +170147,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -170229,8 +170247,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -170309,8 +170327,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -171120,11 +171138,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 issue_field_values: type: array - items: *719 + items: *720 state: description: State of the issue; either 'open' or 'closed' type: string @@ -171140,7 +171158,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -171219,7 +171237,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &970 + milestone: &971 title: Milestone description: A collection of related issues and pull requests. type: object @@ -171357,8 +171375,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -171457,8 +171475,8 @@ x-webhooks: type: string required: - from - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -172250,11 +172268,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 issue_field_values: type: array - items: *719 + items: *720 state: description: State of the issue; either 'open' or 'closed' type: string @@ -172267,7 +172285,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *404 + type: *405 title: description: Title of the issue type: string @@ -172371,9 +172389,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *958 - organization: *937 - repository: *938 + label: *959 + organization: *938 + repository: *939 sender: *4 required: - action @@ -172453,9 +172471,9 @@ x-webhooks: type: string enum: - field_added - enterprise: *935 - installation: *936 - issue: *969 + enterprise: *936 + installation: *937 + issue: *970 issue_field: type: object description: The issue field whose value was set or updated on the @@ -172609,8 +172627,8 @@ x-webhooks: - id required: - from - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -172690,9 +172708,9 @@ x-webhooks: type: string enum: - field_removed - enterprise: *935 - installation: *936 - issue: *969 + enterprise: *936 + installation: *937 + issue: *970 issue_field: type: object description: The issue field whose value was cleared from the issue. @@ -172773,8 +172791,8 @@ x-webhooks: nullable: true required: - id - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -172854,8 +172872,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -173646,11 +173664,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 issue_field_values: type: array - items: *719 + items: *720 state: description: State of the issue; either 'open' or 'closed' type: string @@ -173663,7 +173681,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *404 + type: *405 title: description: Title of the issue type: string @@ -173767,9 +173785,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *958 - organization: *937 - repository: *938 + label: *959 + organization: *938 + repository: *939 sender: *4 required: - action @@ -173849,8 +173867,8 @@ x-webhooks: type: string enum: - locked - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -174665,11 +174683,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 issue_field_values: type: array - items: *719 + items: *720 state: description: State of the issue; either 'open' or 'closed' type: string @@ -174682,7 +174700,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *404 + type: *405 title: description: Title of the issue type: string @@ -174763,8 +174781,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -174843,8 +174861,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -175653,11 +175671,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 issue_field_values: type: array - items: *719 + items: *720 state: description: State of the issue; either 'open' or 'closed' type: string @@ -175673,7 +175691,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -175751,9 +175769,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *970 - organization: *937 - repository: *938 + milestone: *971 + organization: *938 + repository: *939 sender: *4 required: - action @@ -176616,11 +176634,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 issue_field_values: type: array - items: *719 + items: *720 state: description: State of the issue; either 'open' or 'closed' type: string @@ -176721,7 +176739,7 @@ x-webhooks: required: - login - id - type: *404 + type: *405 required: - id - number @@ -177201,8 +177219,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -177986,11 +178004,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 issue_field_values: type: array - items: *719 + items: *720 state: description: State of the issue; either 'open' or 'closed' type: string @@ -178006,7 +178024,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -178114,8 +178132,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -178195,9 +178213,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *935 - installation: *936 - issue: &971 + enterprise: *936 + installation: *937 + issue: &972 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -178983,11 +179001,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 issue_field_values: type: array - items: *719 + items: *720 state: description: State of the issue; either 'open' or 'closed' type: string @@ -179003,7 +179021,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -179103,8 +179121,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -179183,8 +179201,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -179997,11 +180015,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 issue_field_values: type: array - items: *719 + items: *720 state: description: State of the issue; either 'open' or 'closed' type: string @@ -180095,9 +180113,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *404 - organization: *937 - repository: *938 + type: *405 + organization: *938 + repository: *939 sender: *4 required: - action @@ -180966,11 +180984,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 issue_field_values: type: array - items: *719 + items: *720 state: description: State of the issue; either 'open' or 'closed' type: string @@ -180986,7 +181004,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -181565,11 +181583,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *935 - installation: *936 - issue: *971 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + issue: *972 + organization: *938 + repository: *939 sender: *4 required: - action @@ -181649,12 +181667,12 @@ x-webhooks: type: string enum: - typed - enterprise: *935 - installation: *936 - issue: *969 - type: *404 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + issue: *970 + type: *405 + organization: *938 + repository: *939 sender: *4 required: - action @@ -181735,7 +181753,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &1000 + assignee: &1001 title: User type: object nullable: true @@ -181805,11 +181823,11 @@ x-webhooks: required: - login - id - enterprise: *935 - installation: *936 - issue: *969 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + issue: *970 + organization: *938 + repository: *939 sender: *4 required: - action @@ -181888,12 +181906,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *935 - installation: *936 - issue: *969 - label: *958 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + issue: *970 + label: *959 + organization: *938 + repository: *939 sender: *4 required: - action @@ -181973,8 +181991,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -182787,11 +182805,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 issue_field_values: type: array - items: *719 + items: *720 state: description: State of the issue; either 'open' or 'closed' type: string @@ -182807,7 +182825,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -182885,8 +182903,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -182966,11 +182984,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *935 - installation: *936 - issue: *971 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + issue: *972 + organization: *938 + repository: *939 sender: *4 required: - action @@ -183049,12 +183067,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *935 - installation: *936 - issue: *969 - type: *404 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + issue: *970 + type: *405 + organization: *938 + repository: *939 sender: *4 required: - action @@ -183134,11 +183152,11 @@ x-webhooks: type: string enum: - created - enterprise: *935 - installation: *936 - label: *958 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + label: *959 + organization: *938 + repository: *939 sender: *4 required: - action @@ -183216,11 +183234,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *935 - installation: *936 - label: *958 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + label: *959 + organization: *938 + repository: *939 sender: *4 required: - action @@ -183330,11 +183348,11 @@ x-webhooks: type: string required: - from - enterprise: *935 - installation: *936 - label: *958 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + label: *959 + organization: *938 + repository: *939 sender: *4 required: - action @@ -183416,9 +183434,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *935 - installation: *936 - marketplace_purchase: &972 + enterprise: *936 + installation: *937 + marketplace_purchase: &973 title: Marketplace Purchase type: object required: @@ -183501,8 +183519,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *937 - previous_marketplace_purchase: &973 + organization: *938 + previous_marketplace_purchase: &974 title: Marketplace Purchase type: object properties: @@ -183582,7 +183600,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *938 + repository: *939 sender: *4 required: - action @@ -183662,10 +183680,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *935 - installation: *936 - marketplace_purchase: *972 - organization: *937 + enterprise: *936 + installation: *937 + marketplace_purchase: *973 + organization: *938 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -183748,7 +183766,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *938 + repository: *939 sender: *4 required: - action @@ -183830,10 +183848,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *935 - installation: *936 - marketplace_purchase: *972 - organization: *937 + enterprise: *936 + installation: *937 + marketplace_purchase: *973 + organization: *938 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -183915,7 +183933,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *938 + repository: *939 sender: *4 required: - action @@ -183996,8 +184014,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 marketplace_purchase: title: Marketplace Purchase type: object @@ -184079,9 +184097,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *937 - previous_marketplace_purchase: *973 - repository: *938 + organization: *938 + previous_marketplace_purchase: *974 + repository: *939 sender: *4 required: - action @@ -184161,12 +184179,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *935 - installation: *936 - marketplace_purchase: *972 - organization: *937 - previous_marketplace_purchase: *973 - repository: *938 + enterprise: *936 + installation: *937 + marketplace_purchase: *973 + organization: *938 + previous_marketplace_purchase: *974 + repository: *939 sender: *4 required: - action @@ -184268,11 +184286,11 @@ x-webhooks: type: string required: - to - enterprise: *935 - installation: *936 - member: *964 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + member: *965 + organization: *938 + repository: *939 sender: *4 required: - action @@ -184372,11 +184390,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *935 - installation: *936 - member: *964 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + member: *965 + organization: *938 + repository: *939 sender: *4 required: - action @@ -184455,11 +184473,11 @@ x-webhooks: type: string enum: - removed - enterprise: *935 - installation: *936 - member: *964 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + member: *965 + organization: *938 + repository: *939 sender: *4 required: - action @@ -184537,11 +184555,11 @@ x-webhooks: type: string enum: - added - enterprise: *935 - installation: *936 - member: *964 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + member: *965 + organization: *938 + repository: *939 scope: description: The scope of the membership. Currently, can only be `team`. @@ -184617,7 +184635,7 @@ x-webhooks: required: - login - id - team: &974 + team: &975 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -184840,11 +184858,11 @@ x-webhooks: type: string enum: - removed - enterprise: *935 - installation: *936 - member: *964 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + member: *965 + organization: *938 + repository: *939 scope: description: The scope of the membership. Currently, can only be `team`. @@ -184921,7 +184939,7 @@ x-webhooks: required: - login - id - team: *974 + team: *975 required: - action - scope @@ -185003,8 +185021,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *936 - merge_group: &976 + installation: *937 + merge_group: &977 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -185023,15 +185041,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *975 + head_commit: *976 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -185117,10 +185135,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *936 - merge_group: *976 - organization: *937 - repository: *938 + installation: *937 + merge_group: *977 + organization: *938 + repository: *939 sender: *4 required: - action @@ -185193,7 +185211,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *935 + enterprise: *936 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -185302,16 +185320,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *936 - organization: *937 + installation: *937 + organization: *938 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *977 - required: *978 + properties: *978 + required: *979 nullable: true sender: *4 required: @@ -185392,11 +185410,11 @@ x-webhooks: type: string enum: - closed - enterprise: *935 - installation: *936 - milestone: *970 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + milestone: *971 + organization: *938 + repository: *939 sender: *4 required: - action @@ -185475,9 +185493,9 @@ x-webhooks: type: string enum: - created - enterprise: *935 - installation: *936 - milestone: &979 + enterprise: *936 + installation: *937 + milestone: &980 title: Milestone description: A collection of related issues and pull requests. type: object @@ -185614,8 +185632,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -185694,11 +185712,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *935 - installation: *936 - milestone: *970 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + milestone: *971 + organization: *938 + repository: *939 sender: *4 required: - action @@ -185808,11 +185826,11 @@ x-webhooks: type: string required: - from - enterprise: *935 - installation: *936 - milestone: *970 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + milestone: *971 + organization: *938 + repository: *939 sender: *4 required: - action @@ -185892,11 +185910,11 @@ x-webhooks: type: string enum: - opened - enterprise: *935 - installation: *936 - milestone: *979 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + milestone: *980 + organization: *938 + repository: *939 sender: *4 required: - action @@ -185975,11 +185993,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *964 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + blocked_user: *965 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -186058,11 +186076,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *964 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + blocked_user: *965 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -186138,7 +186156,7 @@ x-webhooks: enum: - created definition: *160 - enterprise: *935 + enterprise: *936 sender: *4 required: - action @@ -186218,8 +186236,8 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 sender: *4 required: - action @@ -186292,8 +186310,8 @@ x-webhooks: enum: - updated definition: *160 - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 sender: *4 required: - action @@ -186365,9 +186383,9 @@ x-webhooks: type: string enum: - updated - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 sender: *4 new_property_values: type: array @@ -186455,9 +186473,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *935 - installation: *936 - membership: &980 + enterprise: *936 + installation: *937 + membership: &981 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -186564,8 +186582,8 @@ x-webhooks: - role - organization_url - user - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -186643,11 +186661,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *935 - installation: *936 - membership: *980 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + membership: *981 + organization: *938 + repository: *939 sender: *4 required: - action @@ -186726,8 +186744,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -186843,10 +186861,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 - user: *964 + user: *965 required: - action - invitation @@ -186924,11 +186942,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *935 - installation: *936 - membership: *980 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + membership: *981 + organization: *938 + repository: *939 sender: *4 required: - action @@ -187015,11 +187033,11 @@ x-webhooks: properties: from: type: string - enterprise: *935 - installation: *936 - membership: *980 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + membership: *981 + organization: *938 + repository: *939 sender: *4 required: - action @@ -187097,9 +187115,9 @@ x-webhooks: type: string enum: - published - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 package: description: Information about the package. type: object @@ -187598,7 +187616,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &981 + items: &982 title: Ruby Gems metadata type: object properties: @@ -187693,7 +187711,7 @@ x-webhooks: - owner - package_version - registry - repository: *938 + repository: *939 sender: *4 required: - action @@ -187770,9 +187788,9 @@ x-webhooks: type: string enum: - updated - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 package: description: Information about the package. type: object @@ -188125,7 +188143,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *981 + items: *982 source_url: type: string format: uri @@ -188195,7 +188213,7 @@ x-webhooks: - owner - package_version - registry - repository: *938 + repository: *939 sender: *4 required: - action @@ -188371,12 +188389,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *935 + enterprise: *936 id: type: integer - installation: *936 - organization: *937 - repository: *938 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - id @@ -188453,7 +188471,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &982 + personal_access_token_request: &983 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -188599,10 +188617,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *935 - organization: *937 + enterprise: *936 + organization: *938 sender: *4 - installation: *936 + installation: *937 required: - action - personal_access_token_request @@ -188679,11 +188697,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *982 - enterprise: *935 - organization: *937 + personal_access_token_request: *983 + enterprise: *936 + organization: *938 sender: *4 - installation: *936 + installation: *937 required: - action - personal_access_token_request @@ -188759,11 +188777,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *982 - enterprise: *935 - organization: *937 + personal_access_token_request: *983 + enterprise: *936 + organization: *938 sender: *4 - installation: *936 + installation: *937 required: - action - personal_access_token_request @@ -188838,11 +188856,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *982 - organization: *937 - enterprise: *935 + personal_access_token_request: *983 + organization: *938 + enterprise: *936 sender: *4 - installation: *936 + installation: *937 required: - action - personal_access_token_request @@ -188947,7 +188965,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *983 + last_response: *984 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -188979,8 +188997,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 zen: description: Random string of GitHub zen. @@ -189225,10 +189243,10 @@ x-webhooks: - from required: - note - enterprise: *935 - installation: *936 - organization: *937 - project_card: &984 + enterprise: *936 + installation: *937 + organization: *938 + project_card: &985 title: Project Card type: object properties: @@ -189347,7 +189365,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *938 + repository: *939 sender: *4 required: - action @@ -189428,11 +189446,11 @@ x-webhooks: type: string enum: - created - enterprise: *935 - installation: *936 - organization: *937 - project_card: *984 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + project_card: *985 + repository: *939 sender: *4 required: - action @@ -189512,9 +189530,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 project_card: title: Project Card type: object @@ -189642,8 +189660,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *977 - required: *978 + properties: *978 + required: *979 nullable: true sender: *4 required: @@ -189737,11 +189755,11 @@ x-webhooks: - from required: - note - enterprise: *935 - installation: *936 - organization: *937 - project_card: *984 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + project_card: *985 + repository: *939 sender: *4 required: - action @@ -189835,9 +189853,9 @@ x-webhooks: - from required: - column_id - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 project_card: allOf: - title: Project Card @@ -190027,7 +190045,7 @@ x-webhooks: type: string required: - after_id - repository: *938 + repository: *939 sender: *4 required: - action @@ -190107,10 +190125,10 @@ x-webhooks: type: string enum: - closed - enterprise: *935 - installation: *936 - organization: *937 - project: &986 + enterprise: *936 + installation: *937 + organization: *938 + project: &987 title: Project type: object properties: @@ -190234,7 +190252,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *938 + repository: *939 sender: *4 required: - action @@ -190314,10 +190332,10 @@ x-webhooks: type: string enum: - created - enterprise: *935 - installation: *936 - organization: *937 - project_column: &985 + enterprise: *936 + installation: *937 + organization: *938 + project_column: &986 title: Project Column type: object properties: @@ -190356,7 +190374,7 @@ x-webhooks: - name - created_at - updated_at - repository: *938 + repository: *939 sender: *4 required: - action @@ -190435,18 +190453,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *935 - installation: *936 - organization: *937 - project_column: *985 + enterprise: *936 + installation: *937 + organization: *938 + project_column: *986 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *977 - required: *978 + properties: *978 + required: *979 nullable: true sender: *4 required: @@ -190536,11 +190554,11 @@ x-webhooks: type: string required: - from - enterprise: *935 - installation: *936 - organization: *937 - project_column: *985 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + project_column: *986 + repository: *939 sender: *4 required: - action @@ -190620,11 +190638,11 @@ x-webhooks: type: string enum: - moved - enterprise: *935 - installation: *936 - organization: *937 - project_column: *985 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + project_column: *986 + repository: *939 sender: *4 required: - action @@ -190704,11 +190722,11 @@ x-webhooks: type: string enum: - created - enterprise: *935 - installation: *936 - organization: *937 - project: *986 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + project: *987 + repository: *939 sender: *4 required: - action @@ -190788,18 +190806,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *935 - installation: *936 - organization: *937 - project: *986 + enterprise: *936 + installation: *937 + organization: *938 + project: *987 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *977 - required: *978 + properties: *978 + required: *979 nullable: true sender: *4 required: @@ -190901,11 +190919,11 @@ x-webhooks: type: string required: - from - enterprise: *935 - installation: *936 - organization: *937 - project: *986 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + project: *987 + repository: *939 sender: *4 required: - action @@ -190984,11 +191002,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *935 - installation: *936 - organization: *937 - project: *986 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + project: *987 + repository: *939 sender: *4 required: - action @@ -191069,9 +191087,9 @@ x-webhooks: type: string enum: - closed - installation: *936 - organization: *937 - projects_v2: *436 + installation: *937 + organization: *938 + projects_v2: *437 sender: *4 required: - action @@ -191152,9 +191170,9 @@ x-webhooks: type: string enum: - created - installation: *936 - organization: *937 - projects_v2: *436 + installation: *937 + organization: *938 + projects_v2: *437 sender: *4 required: - action @@ -191235,9 +191253,9 @@ x-webhooks: type: string enum: - deleted - installation: *936 - organization: *937 - projects_v2: *436 + installation: *937 + organization: *938 + projects_v2: *437 sender: *4 required: - action @@ -191354,9 +191372,9 @@ x-webhooks: type: string to: type: string - installation: *936 - organization: *937 - projects_v2: *436 + installation: *937 + organization: *938 + projects_v2: *437 sender: *4 required: - action @@ -191439,7 +191457,7 @@ x-webhooks: type: string enum: - archived - changes: &990 + changes: &991 type: object properties: archived_at: @@ -191453,9 +191471,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *936 - organization: *937 - projects_v2_item: &987 + installation: *937 + organization: *938 + projects_v2_item: &988 title: Projects v2 Item description: An item belonging to a project type: object @@ -191473,7 +191491,7 @@ x-webhooks: type: string description: The node ID of the content represented by this item. - content_type: *443 + content_type: *444 creator: *4 created_at: type: string @@ -191590,9 +191608,9 @@ x-webhooks: nullable: true to: type: string - installation: *936 - organization: *937 - projects_v2_item: *987 + installation: *937 + organization: *938 + projects_v2_item: *988 sender: *4 required: - action @@ -191674,9 +191692,9 @@ x-webhooks: type: string enum: - created - installation: *936 - organization: *937 - projects_v2_item: *987 + installation: *937 + organization: *938 + projects_v2_item: *988 sender: *4 required: - action @@ -191757,9 +191775,9 @@ x-webhooks: type: string enum: - deleted - installation: *936 - organization: *937 - projects_v2_item: *987 + installation: *937 + organization: *938 + projects_v2_item: *988 sender: *4 required: - action @@ -191865,7 +191883,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &988 + - &989 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -191887,7 +191905,7 @@ x-webhooks: required: - id - name - - &989 + - &990 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -191921,8 +191939,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *988 - *989 + - *990 required: - field_value - type: object @@ -191938,9 +191956,9 @@ x-webhooks: nullable: true required: - body - installation: *936 - organization: *937 - projects_v2_item: *987 + installation: *937 + organization: *938 + projects_v2_item: *988 sender: *4 required: - action @@ -192035,9 +192053,9 @@ x-webhooks: to: type: string nullable: true - installation: *936 - organization: *937 - projects_v2_item: *987 + installation: *937 + organization: *938 + projects_v2_item: *988 sender: *4 required: - action @@ -192120,10 +192138,10 @@ x-webhooks: type: string enum: - restored - changes: *990 - installation: *936 - organization: *937 - projects_v2_item: *987 + changes: *991 + installation: *937 + organization: *938 + projects_v2_item: *988 sender: *4 required: - action @@ -192205,9 +192223,9 @@ x-webhooks: type: string enum: - reopened - installation: *936 - organization: *937 - projects_v2: *436 + installation: *937 + organization: *938 + projects_v2: *437 sender: *4 required: - action @@ -192288,14 +192306,14 @@ x-webhooks: type: string enum: - created - installation: *936 - organization: *937 - projects_v2_status_update: &993 + installation: *937 + organization: *938 + projects_v2_status_update: &994 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *991 - required: *992 + properties: *992 + required: *993 sender: *4 required: - action @@ -192376,9 +192394,9 @@ x-webhooks: type: string enum: - deleted - installation: *936 - organization: *937 - projects_v2_status_update: *993 + installation: *937 + organization: *938 + projects_v2_status_update: *994 sender: *4 required: - action @@ -192514,9 +192532,9 @@ x-webhooks: type: string format: date nullable: true - installation: *936 - organization: *937 - projects_v2_status_update: *993 + installation: *937 + organization: *938 + projects_v2_status_update: *994 sender: *4 required: - action @@ -192587,10 +192605,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - repository @@ -192667,13 +192685,13 @@ x-webhooks: type: string enum: - assigned - assignee: *964 - enterprise: *935 - installation: *936 - number: &994 + assignee: *965 + enterprise: *936 + installation: *937 + number: &995 description: The pull request number. type: integer - organization: *937 + organization: *938 pull_request: title: Pull Request type: object @@ -194852,7 +194870,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -194979,7 +194997,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *938 + repository: *939 sender: *4 required: - action @@ -195061,11 +195079,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 number: type: integer - organization: *937 + organization: *938 pull_request: title: Pull Request type: object @@ -197237,7 +197255,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -197366,7 +197384,7 @@ x-webhooks: - draft reason: type: string - repository: *938 + repository: *939 sender: *4 required: - action @@ -197448,11 +197466,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 number: type: integer - organization: *937 + organization: *938 pull_request: title: Pull Request type: object @@ -199624,7 +199642,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -199753,7 +199771,7 @@ x-webhooks: - draft reason: type: string - repository: *938 + repository: *939 sender: *4 required: - action @@ -199835,13 +199853,13 @@ x-webhooks: type: string enum: - closed - enterprise: *935 - installation: *936 - number: *994 - organization: *937 - pull_request: &995 + enterprise: *936 + installation: *937 + number: *995 + organization: *938 + pull_request: &996 allOf: - - *776 + - *777 - type: object properties: allow_auto_merge: @@ -199903,7 +199921,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *938 + repository: *939 sender: *4 required: - action @@ -199984,12 +200002,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *935 - installation: *936 - number: *994 - organization: *937 - pull_request: *995 - repository: *938 + enterprise: *936 + installation: *937 + number: *995 + organization: *938 + pull_request: *996 + repository: *939 sender: *4 required: - action @@ -200069,11 +200087,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *935 - milestone: *757 - number: *994 - organization: *937 - pull_request: &996 + enterprise: *936 + milestone: *758 + number: *995 + organization: *938 + pull_request: &997 title: Pull Request type: object properties: @@ -202232,7 +202250,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -202359,7 +202377,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *938 + repository: *939 sender: *4 required: - action @@ -202438,11 +202456,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 number: type: integer - organization: *937 + organization: *938 pull_request: title: Pull Request type: object @@ -204605,7 +204623,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -204747,7 +204765,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *938 + repository: *939 sender: *4 required: - action @@ -204871,12 +204889,12 @@ x-webhooks: type: string required: - from - enterprise: *935 - installation: *936 - number: *994 - organization: *937 - pull_request: *995 - repository: *938 + enterprise: *936 + installation: *937 + number: *995 + organization: *938 + pull_request: *996 + repository: *939 sender: *4 required: - action @@ -204956,11 +204974,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 number: type: integer - organization: *937 + organization: *938 pull_request: title: Pull Request type: object @@ -207123,7 +207141,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -207250,7 +207268,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *938 + repository: *939 sender: *4 required: - action @@ -207330,11 +207348,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *935 - installation: *936 - label: *958 - number: *994 - organization: *937 + enterprise: *936 + installation: *937 + label: *959 + number: *995 + organization: *938 pull_request: title: Pull Request type: object @@ -209512,7 +209530,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -209639,7 +209657,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *938 + repository: *939 sender: *4 required: - action @@ -209720,10 +209738,10 @@ x-webhooks: type: string enum: - locked - enterprise: *935 - installation: *936 - number: *994 - organization: *937 + enterprise: *936 + installation: *937 + number: *995 + organization: *938 pull_request: title: Pull Request type: object @@ -211899,7 +211917,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -212026,7 +212044,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *938 + repository: *939 sender: *4 required: - action @@ -212106,12 +212124,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *935 - milestone: *757 - number: *994 - organization: *937 - pull_request: *996 - repository: *938 + enterprise: *936 + milestone: *758 + number: *995 + organization: *938 + pull_request: *997 + repository: *939 sender: *4 required: - action @@ -212190,12 +212208,12 @@ x-webhooks: type: string enum: - opened - enterprise: *935 - installation: *936 - number: *994 - organization: *937 - pull_request: *995 - repository: *938 + enterprise: *936 + installation: *937 + number: *995 + organization: *938 + pull_request: *996 + repository: *939 sender: *4 required: - action @@ -212276,12 +212294,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *935 - installation: *936 - number: *994 - organization: *937 - pull_request: *995 - repository: *938 + enterprise: *936 + installation: *937 + number: *995 + organization: *938 + pull_request: *996 + repository: *939 sender: *4 required: - action @@ -212361,12 +212379,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *935 - installation: *936 - number: *994 - organization: *937 - pull_request: *995 - repository: *938 + enterprise: *936 + installation: *937 + number: *995 + organization: *938 + pull_request: *996 + repository: *939 sender: *4 required: - action @@ -212732,9 +212750,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 pull_request: type: object properties: @@ -214805,7 +214823,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: type: string enum: @@ -214927,7 +214945,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *938 + repository: *939 sender: *4 required: - action @@ -215007,7 +215025,7 @@ x-webhooks: type: string enum: - deleted - comment: &998 + comment: &999 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-cloud@latest/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -215292,9 +215310,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 pull_request: type: object properties: @@ -217353,7 +217371,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: type: string enum: @@ -217475,7 +217493,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *938 + repository: *939 sender: *4 required: - action @@ -217555,11 +217573,11 @@ x-webhooks: type: string enum: - edited - changes: *997 - comment: *998 - enterprise: *935 - installation: *936 - organization: *937 + changes: *998 + comment: *999 + enterprise: *936 + installation: *937 + organization: *938 pull_request: type: object properties: @@ -219621,7 +219639,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: type: string enum: @@ -219743,7 +219761,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *938 + repository: *939 sender: *4 required: - action @@ -219824,9 +219842,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 pull_request: title: Simple Pull Request type: object @@ -221898,7 +221916,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: type: string enum: @@ -222022,7 +222040,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *938 + repository: *939 review: description: The review that was affected. type: object @@ -222269,9 +222287,9 @@ x-webhooks: type: string required: - from - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 pull_request: title: Simple Pull Request type: object @@ -224325,8 +224343,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *938 - review: &999 + repository: *939 + review: &1000 description: The review that was affected. type: object properties: @@ -224559,12 +224577,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 number: description: The pull request number. type: integer - organization: *937 + organization: *938 pull_request: title: Pull Request type: object @@ -226743,7 +226761,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. @@ -226870,7 +226888,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *938 + repository: *939 requested_reviewer: title: User type: object @@ -226954,12 +226972,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 number: description: The pull request number. type: integer - organization: *937 + organization: *938 pull_request: title: Pull Request type: object @@ -229145,7 +229163,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. @@ -229272,7 +229290,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *938 + repository: *939 requested_team: title: Team description: Groups of organization members that gives permissions @@ -229464,12 +229482,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 number: description: The pull request number. type: integer - organization: *937 + organization: *938 pull_request: title: Pull Request type: object @@ -231649,7 +231667,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. @@ -231777,7 +231795,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *938 + repository: *939 requested_reviewer: title: User type: object @@ -231862,12 +231880,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 number: description: The pull request number. type: integer - organization: *937 + organization: *938 pull_request: title: Pull Request type: object @@ -234038,7 +234056,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. @@ -234166,7 +234184,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *938 + repository: *939 requested_team: title: Team description: Groups of organization members that gives permissions @@ -234347,9 +234365,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 pull_request: title: Simple Pull Request type: object @@ -236423,7 +236441,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: type: string enum: @@ -236547,8 +236565,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *938 - review: *999 + repository: *939 + review: *1000 sender: *4 required: - action @@ -236628,9 +236646,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 pull_request: title: Simple Pull Request type: object @@ -238599,7 +238617,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: type: string enum: @@ -238723,7 +238741,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *938 + repository: *939 sender: *4 thread: type: object @@ -239110,9 +239128,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 pull_request: title: Simple Pull Request type: object @@ -241068,7 +241086,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: type: string enum: @@ -241191,7 +241209,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *938 + repository: *939 sender: *4 thread: type: object @@ -241575,11 +241593,11 @@ x-webhooks: type: string enum: - stacked - enterprise: *935 - installation: *936 - stack: *773 - number: *994 - organization: *937 + enterprise: *936 + installation: *937 + stack: *774 + number: *995 + organization: *938 pull_request: title: Pull Request type: object @@ -243757,7 +243775,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -243884,7 +243902,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *938 + repository: *939 sender: *4 required: - action @@ -243970,10 +243988,10 @@ x-webhooks: type: string before: type: string - enterprise: *935 - installation: *936 - number: *994 - organization: *937 + enterprise: *936 + installation: *937 + number: *995 + organization: *938 pull_request: title: Pull Request type: object @@ -246140,7 +246158,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -246267,7 +246285,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *938 + repository: *939 sender: *4 required: - action @@ -246349,11 +246367,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *1000 - enterprise: *935 - installation: *936 - number: *994 - organization: *937 + assignee: *1001 + enterprise: *936 + installation: *937 + number: *995 + organization: *938 pull_request: title: Pull Request type: object @@ -248532,7 +248550,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -248659,7 +248677,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *938 + repository: *939 sender: *4 required: - action @@ -248738,11 +248756,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *935 - installation: *936 - label: *958 - number: *994 - organization: *937 + enterprise: *936 + installation: *937 + label: *959 + number: *995 + organization: *938 pull_request: title: Pull Request type: object @@ -250911,7 +250929,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -251038,7 +251056,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *938 + repository: *939 sender: *4 required: - action @@ -251119,10 +251137,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *935 - installation: *936 - number: *994 - organization: *937 + enterprise: *936 + installation: *937 + number: *995 + organization: *938 pull_request: title: Pull Request type: object @@ -253284,7 +253302,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -253410,7 +253428,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *938 + repository: *939 sender: *4 required: - action @@ -253610,7 +253628,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *935 + enterprise: *936 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -253702,8 +253720,8 @@ x-webhooks: - url - author - committer - installation: *936 - organization: *937 + installation: *937 + organization: *938 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -254289,9 +254307,9 @@ x-webhooks: type: string enum: - published - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 registry_package: type: object properties: @@ -254737,7 +254755,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *981 + items: *982 summary: type: string tag_name: @@ -254791,7 +254809,7 @@ x-webhooks: - owner - package_version - registry - repository: *938 + repository: *939 sender: *4 required: - action @@ -254869,9 +254887,9 @@ x-webhooks: type: string enum: - updated - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 registry_package: type: object properties: @@ -255179,7 +255197,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *981 + items: *982 summary: type: string tag_name: @@ -255228,7 +255246,7 @@ x-webhooks: - owner - package_version - registry - repository: *938 + repository: *939 sender: *4 required: - action @@ -255305,10 +255323,10 @@ x-webhooks: type: string enum: - created - enterprise: *935 - installation: *936 - organization: *937 - release: &1001 + enterprise: *936 + installation: *937 + organization: *938 + release: &1002 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) object. @@ -255626,7 +255644,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *938 + repository: *939 sender: *4 required: - action @@ -255703,11 +255721,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *935 - installation: *936 - organization: *937 - release: *1001 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + release: *1002 + repository: *939 sender: *4 required: - action @@ -255824,11 +255842,11 @@ x-webhooks: type: boolean required: - to - enterprise: *935 - installation: *936 - organization: *937 - release: *1001 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + release: *1002 + repository: *939 sender: *4 required: - action @@ -255906,9 +255924,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) @@ -256230,7 +256248,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *938 + repository: *939 sender: *4 required: - action @@ -256306,10 +256324,10 @@ x-webhooks: type: string enum: - published - enterprise: *935 - installation: *936 - organization: *937 - release: &1002 + enterprise: *936 + installation: *937 + organization: *938 + release: &1003 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) object. @@ -256628,7 +256646,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *938 + repository: *939 sender: *4 required: - action @@ -256704,11 +256722,11 @@ x-webhooks: type: string enum: - released - enterprise: *935 - installation: *936 - organization: *937 - release: *1001 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + release: *1002 + repository: *939 sender: *4 required: - action @@ -256784,11 +256802,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *935 - installation: *936 - organization: *937 - release: *1002 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + release: *1003 + repository: *939 sender: *4 required: - action @@ -256864,11 +256882,11 @@ x-webhooks: type: string enum: - published - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 - repository_advisory: *831 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 + repository_advisory: *832 sender: *4 required: - action @@ -256944,11 +256962,11 @@ x-webhooks: type: string enum: - reported - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 - repository_advisory: *831 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 + repository_advisory: *832 sender: *4 required: - action @@ -257024,10 +257042,10 @@ x-webhooks: type: string enum: - archived - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -257104,10 +257122,10 @@ x-webhooks: type: string enum: - created - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -257185,10 +257203,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -257272,10 +257290,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -257387,10 +257405,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -257462,10 +257480,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 status: type: string @@ -257546,10 +257564,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -257626,10 +257644,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -257723,10 +257741,10 @@ x-webhooks: - name required: - repository - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -257806,10 +257824,10 @@ x-webhooks: type: string enum: - created - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 repository_ruleset: *199 sender: *4 required: @@ -257888,10 +257906,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 repository_ruleset: *199 sender: *4 required: @@ -257970,10 +257988,10 @@ x-webhooks: type: string enum: - edited - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 repository_ruleset: *199 changes: type: object @@ -258035,16 +258053,16 @@ x-webhooks: properties: added: type: array - items: *798 + items: *799 deleted: type: array - items: *798 + items: *799 updated: type: array items: type: object properties: - rule: *798 + rule: *799 changes: type: object properties: @@ -258278,10 +258296,10 @@ x-webhooks: - from required: - owner - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -258359,10 +258377,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -258440,7 +258458,7 @@ x-webhooks: type: string enum: - create - alert: &1003 + alert: &1004 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -258562,10 +258580,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -258771,10 +258789,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -258852,11 +258870,11 @@ x-webhooks: type: string enum: - reopen - alert: *1003 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + alert: *1004 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -259055,10 +259073,10 @@ x-webhooks: enum: - fixed - open - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -259136,7 +259154,7 @@ x-webhooks: type: string enum: - assigned - alert: &1005 + alert: &1006 type: object properties: number: *136 @@ -259286,12 +259304,12 @@ x-webhooks: properties: *20 required: *21 nullable: true - metadata: *1004 + metadata: *1005 assignee: *4 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -259369,11 +259387,11 @@ x-webhooks: type: string enum: - created - alert: *1005 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + alert: *1006 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -259454,11 +259472,11 @@ x-webhooks: type: string enum: - created - alert: *1005 - installation: *936 - location: *1006 - organization: *937 - repository: *938 + alert: *1006 + installation: *937 + location: *1007 + organization: *938 + repository: *939 sender: *4 required: - location @@ -259696,11 +259714,11 @@ x-webhooks: type: string enum: - metadata_created - alert: *1005 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + alert: *1006 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -259777,11 +259795,11 @@ x-webhooks: type: string enum: - metadata_removed - alert: *1005 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + alert: *1006 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -259858,11 +259876,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *1005 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + alert: *1006 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -259940,11 +259958,11 @@ x-webhooks: type: string enum: - reopened - alert: *1005 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + alert: *1006 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -260022,11 +260040,11 @@ x-webhooks: type: string enum: - resolved - alert: *1005 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + alert: *1006 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -260104,12 +260122,12 @@ x-webhooks: type: string enum: - unassigned - alert: *1005 + alert: *1006 assignee: *4 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -260187,11 +260205,11 @@ x-webhooks: type: string enum: - validated - alert: *1005 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + alert: *1006 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -260317,10 +260335,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *938 - enterprise: *935 - installation: *936 - organization: *937 + repository: *939 + enterprise: *936 + installation: *937 + organization: *938 sender: *4 required: - action @@ -260398,11 +260416,11 @@ x-webhooks: type: string enum: - published - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 - security_advisory: &1007 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 + security_advisory: &1008 description: The details of the security advisory, including summary, description, and severity. type: object @@ -260585,11 +260603,11 @@ x-webhooks: type: string enum: - updated - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 - security_advisory: *1007 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 + security_advisory: *1008 sender: *4 required: - action @@ -260662,10 +260680,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -260849,11 +260867,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *453 - enterprise: *935 - installation: *936 - organization: *937 - repository: *515 + security_and_analysis: *454 + enterprise: *936 + installation: *937 + organization: *938 + repository: *516 sender: *4 required: - changes @@ -260931,12 +260949,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 - sponsorship: &1008 + sponsorship: &1009 type: object properties: created_at: @@ -261237,12 +261255,12 @@ x-webhooks: type: string enum: - created - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 - sponsorship: *1008 + sponsorship: *1009 required: - action - sponsorship @@ -261330,12 +261348,12 @@ x-webhooks: type: string required: - from - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 - sponsorship: *1008 + sponsorship: *1009 required: - action - changes @@ -261412,17 +261430,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &1009 + effective_date: &1010 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: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 - sponsorship: *1008 + sponsorship: *1009 required: - action - sponsorship @@ -261496,7 +261514,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &1010 + changes: &1011 type: object properties: tier: @@ -261540,13 +261558,13 @@ x-webhooks: - from required: - tier - effective_date: *1009 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + effective_date: *1010 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 - sponsorship: *1008 + sponsorship: *1009 required: - action - changes @@ -261623,13 +261641,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *1010 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + changes: *1011 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 - sponsorship: *1008 + sponsorship: *1009 required: - action - changes @@ -261703,10 +261721,10 @@ x-webhooks: type: string enum: - created - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -261789,10 +261807,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -262212,15 +262230,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *935 + enterprise: *936 id: description: The unique identifier of the status. type: integer - installation: *936 + installation: *937 name: type: string - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 sha: description: The Commit SHA. @@ -262335,9 +262353,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *235 - installation: *936 - organization: *937 - repository: *938 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -262426,9 +262444,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *235 - installation: *936 - organization: *937 - repository: *938 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -262517,9 +262535,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *235 - installation: *936 - organization: *937 - repository: *938 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -262608,9 +262626,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *235 - installation: *936 - organization: *937 - repository: *938 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -262686,12 +262704,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 - team: &1011 + team: &1012 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -262914,9 +262932,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 repository: title: Repository description: A git repository @@ -263374,7 +263392,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1011 + team: *1012 required: - action - team @@ -263450,9 +263468,9 @@ x-webhooks: type: string enum: - created - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 repository: title: Repository description: A git repository @@ -263910,7 +263928,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1011 + team: *1012 required: - action - team @@ -263987,9 +264005,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 repository: title: Repository description: A git repository @@ -264447,7 +264465,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1011 + team: *1012 required: - action - team @@ -264591,9 +264609,9 @@ x-webhooks: - from required: - permissions - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 repository: title: Repository description: A git repository @@ -265051,7 +265069,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1011 + team: *1012 required: - action - changes @@ -265129,9 +265147,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 repository: title: Repository description: A git repository @@ -265589,7 +265607,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1011 + team: *1012 required: - action - team @@ -265665,10 +265683,10 @@ x-webhooks: type: string enum: - started - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -265741,16 +265759,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *935 + enterprise: *936 inputs: type: object nullable: true additionalProperties: true - installation: *936 - organization: *937 + installation: *937 + organization: *938 ref: type: string - repository: *938 + repository: *939 sender: *4 workflow: type: string @@ -265832,10 +265850,10 @@ x-webhooks: type: string enum: - completed - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 workflow_job: allOf: @@ -266072,7 +266090,7 @@ x-webhooks: type: string required: - conclusion - deployment: *658 + deployment: *659 required: - action - repository @@ -266151,10 +266169,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 workflow_job: allOf: @@ -266414,7 +266432,7 @@ x-webhooks: required: - status - steps - deployment: *658 + deployment: *659 required: - action - repository @@ -266493,10 +266511,10 @@ x-webhooks: type: string enum: - queued - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 workflow_job: type: object @@ -266631,7 +266649,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *658 + deployment: *659 required: - action - repository @@ -266710,10 +266728,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 workflow_job: type: object @@ -266849,7 +266867,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *658 + deployment: *659 required: - action - repository @@ -266929,12 +266947,12 @@ x-webhooks: type: string enum: - completed - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 - workflow: *954 + workflow: *955 workflow_run: title: Workflow Run type: object @@ -267933,12 +267951,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 - workflow: *954 + workflow: *955 workflow_run: title: Workflow Run type: object @@ -268922,12 +268940,12 @@ x-webhooks: type: string enum: - requested - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 - workflow: *954 + workflow: *955 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.json b/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.json index ce3a14d2fe..0b2e198640 100644 --- a/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.json @@ -50498,6 +50498,14 @@ ] } }, + { + "name": "relationship", + "in": "query", + "description": "A comma-separated list of relationships of the vulnerable dependency to your project. If specified, only alerts with these relationships will be returned.\n\n> [!NOTE]\n> We are rolling out support for dependency relationship across ecosystems. This value will be \"unknown\" for all dependencies in unsupported ecosystems.", + "schema": { + "type": "string" + } + }, { "name": "sort", "in": "query", @@ -51828,7 +51836,8 @@ "name": "django" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-rf4j-j272-fj86", @@ -52053,7 +52062,8 @@ "name": "ansible" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-8f4m-hccc-8qph", @@ -180177,6 +180187,14 @@ ] } }, + { + "name": "relationship", + "in": "query", + "description": "A comma-separated list of relationships of the vulnerable dependency to your project. If specified, only alerts with these relationships will be returned.\n\n> [!NOTE]\n> We are rolling out support for dependency relationship across ecosystems. This value will be \"unknown\" for all dependencies in unsupported ecosystems.", + "schema": { + "type": "string" + } + }, { "name": "sort", "in": "query", @@ -181507,7 +181525,8 @@ "name": "django" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-rf4j-j272-fj86", @@ -181732,7 +181751,8 @@ "name": "ansible" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-8f4m-hccc-8qph", @@ -409777,6 +409797,14 @@ ] } }, + { + "name": "relationship", + "in": "query", + "description": "A comma-separated list of relationships of the vulnerable dependency to your project. If specified, only alerts with these relationships will be returned.\n\n> [!NOTE]\n> We are rolling out support for dependency relationship across ecosystems. This value will be \"unknown\" for all dependencies in unsupported ecosystems.", + "schema": { + "type": "string" + } + }, { "name": "sort", "in": "query", @@ -410687,7 +410715,8 @@ "name": "django" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-rf4j-j272-fj86", @@ -410845,7 +410874,8 @@ "name": "ansible" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-8f4m-hccc-8qph", @@ -412009,7 +412039,8 @@ "name": "ansible" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-8f4m-hccc-8qph", @@ -413189,7 +413220,8 @@ "name": "django" }, "manifest_path": "path/to/requirements.txt", - "scope": "runtime" + "scope": "runtime", + "relationship": "direct" }, "security_advisory": { "ghsa_id": "GHSA-rf4j-j272-fj86", diff --git a/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.yaml b/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.yaml index 738decd7e5..fbbbe241c7 100644 --- a/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.yaml @@ -844,7 +844,7 @@ paths: - subscriptions_url - type - url - type: &493 + type: &494 type: string description: The type of credit the user is receiving. enum: @@ -1009,7 +1009,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &833 + - &834 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -4229,7 +4229,7 @@ paths: schema: type: integer default: 30 - - &377 + - &378 name: cursor description: 'Used for pagination: the starting delivery from which the page of deliveries is fetched. Refer to the `link` header for the next and previous @@ -4238,7 +4238,7 @@ paths: required: false schema: type: string - - &378 + - &379 name: status description: Returns webhook deliveries filtered by delivery outcome classification based on `status_code` range. A `status` of `success` returns deliveries @@ -4258,7 +4258,7 @@ paths: application/json: schema: type: array - items: &379 + items: &380 title: Simple webhook delivery description: Delivery made by a webhook, without request and response information. @@ -4338,7 +4338,7 @@ paths: - installation_id - repository_id examples: - default: &380 + default: &381 value: - id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -4370,7 +4370,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &843 + schema: &844 title: Scim Error description: Scim Error type: object @@ -4466,7 +4466,7 @@ paths: description: Response content: application/json: - schema: &381 + schema: &382 title: Webhook delivery description: Delivery made by a webhook. type: object @@ -4580,7 +4580,7 @@ paths: - request - response examples: - default: &382 + default: &383 value: id: 12345678 guid: 0b989ba4-242f-11e5-81e1-c7b6966d2516 @@ -5592,7 +5592,7 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: &451 + properties: &452 id: description: Unique identifier of the repository example: 42 @@ -6028,7 +6028,7 @@ paths: type: boolean lexical_commit_sha: type: string - required: &452 + required: &453 - archive_url - assignees_url - blobs_url @@ -11785,7 +11785,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &844 + '401': &845 description: Authorization failure '404': *6 x-github: @@ -16067,7 +16067,7 @@ paths: description: The GitHub URL of the alert resource. format: uri readOnly: true - instances_url: &585 + instances_url: &586 type: string description: The REST API URL for fetching the list of instances for an alert. @@ -16102,7 +16102,7 @@ paths: format: date-time readOnly: true nullable: true - dismissed_reason: &586 + dismissed_reason: &587 type: string description: "**Required when the state is dismissed.** The reason for dismissing or closing the alert." @@ -16111,13 +16111,13 @@ paths: - false positive - won't fix - used in tests - dismissed_comment: &587 + dismissed_comment: &588 type: string description: The dismissal comment associated with the dismissal of the alert. nullable: true maxLength: 280 - rule: &588 + rule: &589 type: object properties: id: @@ -16170,7 +16170,7 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: &589 + tool: &590 type: object properties: name: *114 @@ -16180,26 +16180,26 @@ paths: description: The version of the tool used to generate the code scanning analysis. guid: *115 - most_recent_instance: &590 + most_recent_instance: &591 type: object properties: - ref: &583 + ref: &584 type: string description: |- The Git reference, formatted as `refs/pull//merge`, `refs/pull//head`, `refs/heads/` or simply ``. - analysis_key: &601 + analysis_key: &602 type: string description: Identifies the configuration under which the analysis was executed. For example, in GitHub Actions this includes the workflow filename and job name. - environment: &602 + environment: &603 type: string description: Identifies the variable values associated with the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed. - category: &603 + category: &604 type: string description: Identifies the configuration under which the analysis was executed. Used to distinguish between multiple @@ -16219,7 +16219,7 @@ paths: with placeholder links for related locations replaced by links to the relevant code. Only populated when related locations are available for the alert instance. - location: &604 + location: &605 type: object description: Describe a region within a file for the alert. properties: @@ -16240,7 +16240,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: &605 + items: &606 type: string description: A classification of the file. For example to identify it as generated. @@ -18599,7 +18599,7 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: &417 + properties: &418 id: description: Unique identifier of the team type: integer @@ -18671,7 +18671,7 @@ paths: description: Unique identifier of the enterprise to which this team belongs example: 42 - required: &418 + required: &419 - id - node_id - url @@ -20854,7 +20854,7 @@ paths: Filters the list of alerts based on EPSS percentages. If specified, only alerts with the provided EPSS percentages will be returned. schema: type: string - - &647 + - &648 name: has in: query description: |- @@ -20888,6 +20888,16 @@ paths: - development - runtime - &362 + name: relationship + in: query + description: |- + A comma-separated list of relationships of the vulnerable dependency to your project. If specified, only alerts with these relationships will be returned. + + > [!NOTE] + > We are rolling out support for dependency relationship across ecosystems. This value will be "unknown" for all dependencies in unsupported ecosystems. + schema: + type: string + - &363 name: sort in: query description: |- @@ -20913,7 +20923,7 @@ paths: application/json: schema: type: array - items: &363 + items: &364 type: object description: A Dependabot alert. properties: @@ -20977,7 +20987,7 @@ paths: - direct - transitive - inconclusive - security_advisory: &648 + security_advisory: &649 type: object description: Details for the GitHub Security Advisory. readOnly: true @@ -21194,14 +21204,14 @@ paths: nullable: true maxLength: 280 fixed_at: *146 - auto_dismissed_at: &649 + auto_dismissed_at: &650 type: string description: 'The time that the alert was auto-dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true nullable: true - dismissal_request: &650 + dismissal_request: &651 title: Dependabot alert dismissal request description: Information about an active dismissal request for this Dependabot alert. @@ -21263,7 +21273,7 @@ paths: - repository additionalProperties: false examples: - default: &364 + default: &365 value: - number: 2 state: dismissed @@ -21273,6 +21283,7 @@ paths: name: django manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-rf4j-j272-fj86 cve_id: CVE-2018-6188 @@ -21459,6 +21470,7 @@ paths: name: ansible manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-8f4m-hccc-8qph cve_id: CVE-2021-20191 @@ -21648,7 +21660,7 @@ paths: description: Response content: application/json: - schema: &365 + schema: &366 title: Dependabot Repository Access Details description: Information about repositories that Dependabot is able to access in an organization @@ -21674,7 +21686,7 @@ paths: nullable: true additionalProperties: false examples: - default: &366 + default: &367 value: default_level: public accessible_repositories: @@ -21896,7 +21908,7 @@ paths: - *106 - *107 - *108 - - &368 + - &369 name: request_status description: The status of the dismissal request to filter on. When specified, only requests with this status will be returned. @@ -21922,7 +21934,7 @@ paths: application/json: schema: type: array - items: &370 + items: &371 title: Secret scanning alert dismissal request description: A dismissal request made by a user asking to close a secret scanning alert in this repository. @@ -22043,7 +22055,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/secret-scanning/17 examples: - default: &371 + default: &372 value: - id: 21 number: 42 @@ -23122,7 +23134,7 @@ paths: application/json: schema: *22 examples: - default: &394 + default: &395 value: id: 1 account: @@ -23376,7 +23388,7 @@ paths: - name - created_on examples: - default: &498 + default: &499 value: total_count: 2 network_configurations: @@ -23627,7 +23639,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-enterprise parameters: - *42 - - &499 + - &500 name: network_settings_id description: Unique identifier of the hosted compute network settings. in: path @@ -23639,7 +23651,7 @@ paths: description: Response content: application/json: - schema: &500 + schema: &501 title: Hosted compute network settings resource description: A hosted compute network settings resource. type: object @@ -23673,7 +23685,7 @@ paths: - subnet_id - region examples: - default: &501 + default: &502 value: id: 220F78DACB92BBFBC5E6F22DE1CCF52309D network_configuration_id: 934E208B3EE0BD60CF5F752C426BFB53562 @@ -24492,7 +24504,7 @@ paths: required: true content: application/json: - schema: &450 + schema: &451 title: Custom Property Set Payload description: Custom property set payload type: object @@ -25723,7 +25735,7 @@ paths: nullable: true anyOf: - *170 - - &456 + - &457 title: Organization ruleset conditions type: object description: |- @@ -25770,7 +25782,7 @@ paths: - *173 rules: type: array - items: &798 + items: &799 title: Repository Rule type: object description: A repository rule. @@ -25779,7 +25791,7 @@ paths: - *179 - *180 - *181 - - &795 + - &796 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -25870,7 +25882,7 @@ paths: - *192 - *193 - *194 - - &796 + - &797 title: license_compliance_scanning description: Enforce any added or changed dependencies to comply with the organization's license policy. @@ -26119,7 +26131,7 @@ paths: type: string format: date-time examples: - default: &459 + default: &460 value: - version_id: 3 actor: @@ -26172,7 +26184,7 @@ paths: description: Response content: application/json: - schema: &460 + schema: &461 allOf: - *203 - type: object @@ -26227,7 +26239,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-enterprise parameters: - *42 - - &461 + - &462 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -26238,7 +26250,7 @@ paths: enum: - open - resolved - - &462 + - &463 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -26248,7 +26260,7 @@ paths: required: false schema: type: string - - &463 + - &464 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -26259,7 +26271,7 @@ paths: required: false schema: type: string - - &464 + - &465 name: exclude_providers in: query description: |- @@ -26270,7 +26282,7 @@ paths: required: false schema: type: string - - &465 + - &466 name: providers in: query description: |- @@ -26281,7 +26293,7 @@ paths: required: false schema: type: string - - &466 + - &467 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -26290,7 +26302,7 @@ paths: required: false schema: type: string - - &467 + - &468 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -26309,7 +26321,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &468 + - &469 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. @@ -26325,7 +26337,7 @@ paths: - *17 - *111 - *112 - - &469 + - &470 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -26334,7 +26346,7 @@ paths: required: false schema: type: string - - &470 + - &471 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -26343,7 +26355,7 @@ paths: schema: type: boolean default: false - - &471 + - &472 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -26352,7 +26364,7 @@ paths: schema: type: boolean default: false - - &472 + - &473 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -26361,7 +26373,7 @@ paths: schema: type: boolean default: false - - &473 + - &474 name: is_bypassed in: query description: A boolean value (`true` or `false`) indicating whether to filter @@ -26372,7 +26384,7 @@ paths: required: false schema: type: boolean - - &474 + - &475 name: included_metadata in: query description: |- @@ -26383,7 +26395,7 @@ paths: required: false schema: type: string - - &475 + - &476 name: owner_email_hash in: query description: |- @@ -26402,7 +26414,7 @@ paths: application/json: schema: type: array - items: &476 + items: &477 type: object properties: number: *136 @@ -26421,14 +26433,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &811 + state: &812 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: &812 + resolution: &813 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -26545,8 +26557,8 @@ paths: pull request. ' - oneOf: &813 - - &815 + oneOf: &814 + - &816 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -26604,7 +26616,7 @@ paths: - blob_url - commit_sha - commit_url - - &816 + - &817 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. @@ -26659,7 +26671,7 @@ paths: - page_url - commit_sha - commit_url - - &817 + - &818 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -26679,7 +26691,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &818 + - &819 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -26699,7 +26711,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &819 + - &820 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -26719,7 +26731,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &820 + - &821 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -26733,7 +26745,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &821 + - &822 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -26747,7 +26759,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &822 + - &823 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -26761,7 +26773,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &823 + - &824 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. @@ -26781,7 +26793,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &824 + - &825 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. @@ -26801,7 +26813,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &825 + - &826 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. @@ -26821,7 +26833,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &826 + - &827 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. @@ -26841,7 +26853,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &827 + - &828 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request. @@ -26889,7 +26901,7 @@ paths: required: *21 nullable: true examples: - default: &477 + default: &478 value: - number: 2 created_at: '2020-11-06T18:48:51Z' @@ -27093,7 +27105,7 @@ paths: subcategory: custom-patterns parameters: - *42 - - &478 + - &479 name: state description: Filter custom patterns by state. When absent, returns patterns in all states. @@ -27104,7 +27116,7 @@ paths: enum: - published - unpublished - - &479 + - &480 name: push_protection description: Filter custom patterns by whether push protection is enabled. When absent, returns patterns regardless of push protection status. @@ -27115,7 +27127,7 @@ paths: enum: - enabled - disabled - - &480 + - &481 name: sort description: The property to sort the results by. in: query @@ -27209,7 +27221,7 @@ paths: - state - push_protection_enabled examples: - default: &481 + default: &482 value: - id: 1 name: Example Custom Pattern @@ -27272,7 +27284,7 @@ paths: patterns: type: array description: The list of custom patterns to create. - items: &482 + items: &483 title: Secret Scanning Custom Pattern To Create description: A custom pattern to create in a bulk operation. type: object @@ -27309,7 +27321,7 @@ paths: items: type: string examples: - default: &483 + default: &484 value: patterns: - name: Example Custom Pattern @@ -27335,7 +27347,7 @@ paths: description: The list of successfully created custom patterns. items: *205 examples: - default: &484 + default: &485 value: created_patterns: - id: 1 @@ -27387,7 +27399,7 @@ paths: errors: type: array description: List of validation errors for this pattern. - items: &485 + items: &486 title: Secret Scanning Custom Pattern Validation Error description: A validation error for a custom pattern in a batch operation. @@ -27441,7 +27453,7 @@ paths: type: array description: The list of custom patterns to delete. maxItems: 500 - items: &486 + items: &487 title: Secret Scanning Custom Pattern To Delete description: A custom pattern to delete in a bulk operation. type: object @@ -27464,7 +27476,7 @@ paths: - resolve_alerts default: delete_alerts examples: - default: &487 + default: &488 value: patterns: - pattern_id: 2 @@ -27510,7 +27522,7 @@ paths: required: true content: application/json: - schema: &488 + schema: &489 title: Secret Scanning Custom Pattern To Update description: Fields to update on a custom pattern. At least one updatable field (`pattern`, `start_delimiter`, `end_delimiter`, `must_match`, @@ -27551,7 +27563,7 @@ paths: type: string custom_pattern_version: *206 examples: - default: &489 + default: &490 value: pattern: updated_secret_[0-9A-Z]{16} start_delimiter: "[^0-9A-Za-z]" @@ -27568,7 +27580,7 @@ paths: application/json: schema: *205 examples: - default: &490 + default: &491 value: id: 1 name: Example Custom Pattern @@ -27615,7 +27627,7 @@ paths: description: Response content: application/json: - schema: &491 + schema: &492 title: Secret scanning pattern configuration description: A collection of secret scanning patterns and their settings related to push protection. @@ -27693,7 +27705,7 @@ paths: description: Overrides for custom patterns defined by the organization. items: *208 examples: - default: &492 + default: &493 value: pattern_config_version: 0ujsswThIGTUYm2K8FjOOfXtY1K provider_pattern_overrides: @@ -27829,7 +27841,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/licensing#get-github-advanced-security-active-committers-for-an-enterprise parameters: - *42 - - &495 + - &496 name: advanced_security_product in: query description: | @@ -27849,7 +27861,7 @@ paths: description: Success content: application/json: - schema: &496 + schema: &497 type: object properties: total_advanced_security_committers: @@ -27904,7 +27916,7 @@ paths: required: - repositories examples: - default: &497 + default: &498 value: total_advanced_security_committers: 2 total_count: 2 @@ -31749,7 +31761,7 @@ paths: properties: action: type: string - discussion: &955 + discussion: &956 title: Discussion description: A Discussion in a repository. type: object @@ -32116,7 +32128,7 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: &708 + properties: &709 id: type: integer format: int64 @@ -32222,7 +32234,7 @@ paths: description: A collection of related issues and pull requests. type: object - properties: &439 + properties: &440 url: type: string format: uri @@ -32292,7 +32304,7 @@ paths: format: date-time example: '2012-10-09T23:39:01Z' nullable: true - required: &440 + required: &441 - closed_issues - creator - description @@ -32371,7 +32383,7 @@ paths: timeline_url: type: string format: uri - type: &404 + type: &405 title: Issue Type description: The type assigned to the issue. This is only present for issues in repositories where @@ -32487,7 +32499,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &871 + sub_issues_summary: &872 title: Sub-issues Summary type: object properties: @@ -32574,7 +32586,7 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: &737 + properties: &738 pinned_at: type: string format: date-time @@ -32586,7 +32598,7 @@ paths: properties: *20 required: *21 nullable: true - required: &738 + required: &739 - pinned_at - pinned_by nullable: true @@ -32595,13 +32607,13 @@ paths: description: Details about why an issue comment was minimized. type: object - properties: &739 + properties: &740 reason: description: The reason the comment was minimized. type: string nullable: true example: low-quality - required: &740 + required: &741 - reason nullable: true required: &237 @@ -32614,7 +32626,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &872 + issue_dependencies_summary: &873 title: Issue Dependencies Summary type: object properties: @@ -32633,7 +32645,7 @@ paths: - total_blocking issue_field_values: type: array - items: &719 + items: &720 title: Issue Field Value description: A value assigned to an issue field type: object @@ -32725,7 +32737,7 @@ paths: - node_id - data_type - value - required: &709 + required: &710 - closed_at - comments - comments_url @@ -32762,7 +32774,7 @@ paths: action: type: string issue: *235 - comment: &704 + comment: &705 title: Issue Comment description: Comments provide a way for people to collaborate on an issue. @@ -33426,7 +33438,7 @@ paths: type: string release: allOf: - - &788 + - &789 title: Release description: A release. type: object @@ -33497,7 +33509,7 @@ paths: author: *4 assets: type: array - items: &789 + items: &790 title: Release Asset description: Data related to a release. type: object @@ -35727,7 +35739,7 @@ paths: - closed - all default: open - - &407 + - &408 name: labels description: 'A list of comma separated label names. Example: `bug,ui,@high`' in: query @@ -35778,7 +35790,7 @@ paths: type: array items: *235 examples: - default: &408 + default: &409 value: - id: 1 node_id: MDU6SXNzdWUx @@ -37177,14 +37189,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-public-events-for-a-network-of-repositories parameters: - - &510 + - &511 name: owner description: The account owner of the repository. The name is not case sensitive. in: path required: true schema: type: string - - &511 + - &512 name: repo description: The name of the repository without the `.git` extension. The name is not case sensitive. @@ -37246,7 +37258,7 @@ paths: '404': *6 '403': *29 '304': *38 - '301': &516 + '301': &517 description: Moved permanently content: application/json: @@ -37268,7 +37280,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &760 + - &761 name: all description: If `true`, show notifications marked as read. in: query @@ -37276,7 +37288,7 @@ paths: schema: type: boolean default: false - - &761 + - &762 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -37286,7 +37298,7 @@ paths: type: boolean default: false - *242 - - &762 + - &763 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -37322,7 +37334,7 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: &372 + properties: &373 id: type: integer format: int64 @@ -37606,7 +37618,7 @@ paths: web_commit_signoff_required: type: boolean example: false - security_and_analysis: &453 + security_and_analysis: &454 nullable: true type: object properties: @@ -37734,7 +37746,7 @@ paths: the repository. The keys are the custom property names, and the values are the corresponding custom property values. additionalProperties: true - required: &373 + required: &374 - archive_url - assignees_url - blobs_url @@ -37822,7 +37834,7 @@ paths: - url - subscription_url examples: - default: &763 + default: &764 value: - id: '1' repository: @@ -38594,7 +38606,7 @@ paths: type: array items: *164 examples: - default: &769 + default: &770 value: - property_name: environment value: production @@ -38644,7 +38656,7 @@ paths: required: - properties examples: - default: &770 + default: &771 value: properties: - property_name: environment @@ -39448,7 +39460,7 @@ paths: type: integer repository_cache_usages: type: array - items: &523 + items: &524 title: Actions Cache Usage by repository description: GitHub Actions Cache Usage by repository. type: object @@ -45700,12 +45712,12 @@ paths: required: - subject_digests examples: - default: &913 + default: &914 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &914 + withPredicateType: &915 value: subject_digests: - sha256:abc123 @@ -45749,7 +45761,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &915 + default: &916 value: attestations_subject_digests: - sha256:abc: @@ -46082,7 +46094,7 @@ paths: initiator: type: string examples: - default: &556 + default: &557 value: attestations: - repository_id: 1 @@ -46917,7 +46929,7 @@ paths: be returned. in: query required: false - schema: &584 + schema: &585 type: string description: Severity of a code scanning alert. enum: @@ -47983,7 +47995,7 @@ paths: type: integer codespaces: type: array - items: &409 + items: &410 type: object title: Codespace description: A codespace. @@ -48013,7 +48025,7 @@ paths: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: &617 + properties: &618 name: type: string description: The name of the machine. @@ -48055,7 +48067,7 @@ paths: - ready - in_progress nullable: true - required: &618 + required: &619 - name - display_name - operating_system @@ -48260,7 +48272,7 @@ paths: - pulls_url - recent_folders examples: - default: &410 + default: &411 value: total_count: 3 codespaces: @@ -48923,7 +48935,7 @@ paths: - updated_at - visibility examples: - default: &619 + default: &620 value: total_count: 2 secrets: @@ -48961,7 +48973,7 @@ paths: description: Response content: application/json: - schema: &620 + schema: &621 title: CodespacesPublicKey description: The public key used for setting Codespaces secrets. type: object @@ -48990,7 +49002,7 @@ paths: - key_id - key examples: - default: &621 + default: &622 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -49022,7 +49034,7 @@ paths: application/json: schema: *343 examples: - default: &623 + default: &624 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -52899,6 +52911,7 @@ paths: type: string - *361 - *362 + - *363 - *113 - *111 - *112 @@ -52910,9 +52923,9 @@ paths: application/json: schema: type: array - items: *363 + items: *364 examples: - default: *364 + default: *365 '304': *38 '400': *14 '403': *29 @@ -52961,9 +52974,9 @@ paths: description: Response content: application/json: - schema: *365 + schema: *366 examples: - default: *366 + default: *367 '403': *29 '404': *6 x-github: @@ -53126,7 +53139,7 @@ paths: type: integer secrets: type: array - items: &367 + items: &368 title: Dependabot Secret for an Organization description: Secrets for GitHub Dependabot for an organization. type: object @@ -53203,7 +53216,7 @@ paths: description: Response content: application/json: - schema: &653 + schema: &654 title: DependabotPublicKey description: The public key used for setting Dependabot Secrets. type: object @@ -53220,7 +53233,7 @@ paths: - key_id - key examples: - default: &654 + default: &655 value: key_id: '012345678912345678' key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -53250,7 +53263,7 @@ paths: description: Response content: application/json: - schema: *367 + schema: *368 examples: default: value: @@ -53546,7 +53559,7 @@ paths: subcategory: alert-dismissal-requests parameters: - *90 - - &663 + - &664 name: reviewer description: Filter alert dismissal requests by the handle of the GitHub user who reviewed the dismissal request. @@ -53554,7 +53567,7 @@ paths: required: false schema: type: string - - &664 + - &665 name: requester description: Filter alert dismissal requests by the handle of the GitHub user who requested the dismissal. @@ -53562,7 +53575,7 @@ paths: required: false schema: type: string - - &665 + - &666 name: time_period description: |- The time period to filter by. @@ -53578,7 +53591,7 @@ paths: - week - month default: month - - &666 + - &667 name: request_status description: Filter alert dismissal requests by status. When specified, only requests with this status will be returned. @@ -53603,7 +53616,7 @@ paths: application/json: schema: type: array - items: &667 + items: &668 title: Code scanning alert dismissal request description: Alert dismisal request made by a user asking to dismiss a code scanning alert. @@ -53709,7 +53722,7 @@ paths: type: array description: The responses to the dismissal request. nullable: true - items: &369 + items: &370 title: Dismissal request response description: A response made by a requester to dismiss the request. @@ -53759,7 +53772,7 @@ paths: format: uri example: https://github.com/octo-org/smile/code-scanning/alerts/1 examples: - default: &668 + default: &669 value: - id: 21 number: 42 @@ -53851,7 +53864,7 @@ paths: - *106 - *107 - *108 - - *368 + - *369 - *17 - *19 responses: @@ -53861,7 +53874,7 @@ paths: application/json: schema: type: array - items: &669 + items: &670 title: Dependabot alert dismissal request description: Alert dismissal request made by a user asking to dismiss a Dependabot alert. @@ -53967,7 +53980,7 @@ paths: type: array description: The responses to the dismissal request. nullable: true - items: *369 + items: *370 url: type: string format: uri @@ -53978,7 +53991,7 @@ paths: format: uri example: https://github.com/octo-org/smile/security/dependabot/1 examples: - default: &670 + default: &671 value: - id: 21 number: 42 @@ -54070,7 +54083,7 @@ paths: - *106 - *107 - *108 - - *368 + - *369 - *17 - *19 responses: @@ -54080,9 +54093,9 @@ paths: application/json: schema: type: array - items: *370 + items: *371 examples: - default: *371 + default: *372 '404': *6 '403': *29 '500': *41 @@ -54108,7 +54121,7 @@ paths: application/json: schema: type: array - items: &420 + items: &421 title: Package description: A software package type: object @@ -54158,8 +54171,8 @@ paths: title: Minimal Repository description: Minimal Repository type: object - properties: *372 - required: *373 + properties: *373 + required: *374 nullable: true created_at: type: string @@ -54178,7 +54191,7 @@ paths: - created_at - updated_at examples: - default: &421 + default: &422 value: - id: 197 name: hello_docker @@ -54365,7 +54378,7 @@ paths: description: Response content: application/json: - schema: &507 + schema: &508 title: ExternalGroup description: Information about an external group's usage and its members type: object @@ -54446,7 +54459,7 @@ paths: example: mona_lisa@github.com type: string examples: - default: &508 + default: &509 value: group_id: '123' group_name: Octocat admins @@ -54501,7 +54514,7 @@ paths: description: Response content: application/json: - schema: &504 + schema: &505 title: ExternalGroups description: A list of external groups available to be connected to a team @@ -54538,7 +54551,7 @@ paths: example: 2019-06-03 22:27:15:000 -700 type: string examples: - default: &505 + default: &506 value: groups: - group_id: '123' @@ -54583,7 +54596,7 @@ paths: application/json: schema: type: array - items: &398 + items: &399 title: Organization Invitation description: Organization Invitation type: object @@ -54630,7 +54643,7 @@ paths: - invitation_teams_url - node_id examples: - default: &399 + default: &400 value: - id: 1 login: monalisa @@ -54697,7 +54710,7 @@ paths: application/json: schema: type: array - items: &454 + items: &455 title: Repository Fine-Grained Permission description: A fine-grained permission that protects repository resources. @@ -54711,7 +54724,7 @@ paths: - name - description examples: - default: &455 + default: &456 value: - name: add_assignee description: Assign or remove a user @@ -54752,7 +54765,7 @@ paths: application/json: schema: type: array - items: &374 + items: &375 title: Org Hook description: Org Hook type: object @@ -54921,9 +54934,9 @@ paths: description: Response content: application/json: - schema: *374 + schema: *375 examples: - default: &375 + default: &376 value: id: 1 url: https://api.github.com/orgs/octocat/hooks/1 @@ -54968,7 +54981,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#get-an-organization-webhook parameters: - *90 - - &376 + - &377 name: hook_id description: The unique identifier of the hook. You can find this value in the `X-GitHub-Hook-ID` header of a webhook delivery. @@ -54981,9 +54994,9 @@ paths: description: Response content: application/json: - schema: *374 + schema: *375 examples: - default: *375 + default: *376 '404': *6 x-github: githubCloudOnly: false @@ -55005,7 +55018,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#update-an-organization-webhook parameters: - *90 - - *376 + - *377 requestBody: required: false content: @@ -55050,7 +55063,7 @@ paths: description: Response content: application/json: - schema: *374 + schema: *375 examples: default: value: @@ -55090,7 +55103,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#delete-an-organization-webhook parameters: - *90 - - *376 + - *377 responses: '204': description: Response @@ -55116,7 +55129,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization parameters: - *90 - - *376 + - *377 responses: '200': description: Response @@ -55145,7 +55158,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization parameters: - *90 - - *376 + - *377 requestBody: required: false content: @@ -55194,10 +55207,10 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook parameters: - *90 - - *376 - - *17 - *377 + - *17 - *378 + - *379 responses: '200': description: Response @@ -55205,9 +55218,9 @@ paths: application/json: schema: type: array - items: *379 + items: *380 examples: - default: *380 + default: *381 '400': *14 '422': *15 x-github: @@ -55231,16 +55244,16 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook parameters: - *90 - - *376 + - *377 - *16 responses: '200': description: Response content: application/json: - schema: *381 + schema: *382 examples: - default: *382 + default: *383 '400': *14 '422': *15 x-github: @@ -55264,7 +55277,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook parameters: - *90 - - *376 + - *377 - *16 responses: '202': *40 @@ -55291,7 +55304,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/webhooks#ping-an-organization-webhook parameters: - *90 - - *376 + - *377 responses: '204': description: Response @@ -55316,7 +55329,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-route-stats-by-actor parameters: - *90 - - &387 + - &388 name: actor_type in: path description: The type of the actor @@ -55329,14 +55342,14 @@ paths: - fine_grained_pat - oauth_app - github_app_user_to_server - - &388 + - &389 name: actor_id in: path description: The ID of the actor required: true schema: type: integer - - &383 + - &384 name: min_timestamp description: 'The minimum timestamp to query for stats. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -55344,7 +55357,7 @@ paths: required: true schema: type: string - - &384 + - &385 name: max_timestamp description: 'The maximum timestamp to query for stats. Defaults to the time 30 days ago. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -55440,12 +55453,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-subject-stats parameters: - *90 - - *383 - *384 + - *385 - *19 - *17 - *113 - - &393 + - &394 name: sort description: The property to sort the results by. in: query @@ -55525,14 +55538,14 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-summary-stats parameters: - *90 - - *383 - *384 + - *385 responses: '200': description: Response content: application/json: - schema: &385 + schema: &386 title: Summary Stats description: API Insights usage summary stats for an organization type: object @@ -55548,7 +55561,7 @@ paths: type: integer format: int64 examples: - default: &386 + default: &387 value: total_request_count: 34225 rate_limited_request_count: 23 @@ -55571,23 +55584,23 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-summary-stats-by-user parameters: - *90 - - &389 + - &390 name: user_id in: path description: The ID of the user to query for stats required: true schema: type: string - - *383 - *384 + - *385 responses: '200': description: Response content: application/json: - schema: *385 + schema: *386 examples: - default: *386 + default: *387 x-github: enabledForGitHubApps: true category: orgs @@ -55607,18 +55620,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-summary-stats-by-actor parameters: - *90 - - *383 - *384 - - *387 + - *385 - *388 + - *389 responses: '200': description: Response content: application/json: - schema: *385 + schema: *386 examples: - default: *386 + default: *387 x-github: enabledForGitHubApps: true category: orgs @@ -55638,9 +55651,9 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-time-stats parameters: - *90 - - *383 - *384 - - &390 + - *385 + - &391 name: timestamp_increment description: The increment of time used to breakdown the query results (5m, 10m, 1h, etc.) @@ -55653,7 +55666,7 @@ paths: description: Response content: application/json: - schema: &391 + schema: &392 title: Time Stats description: API Insights usage time stats for an organization type: array @@ -55669,7 +55682,7 @@ paths: type: integer format: int64 examples: - default: &392 + default: &393 value: - timestamp: '2024-09-11T15:00:00Z' total_request_count: 34225 @@ -55708,18 +55721,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-time-stats-by-user parameters: - *90 - - *389 - - *383 - - *384 - *390 + - *384 + - *385 + - *391 responses: '200': description: Response content: application/json: - schema: *391 + schema: *392 examples: - default: *392 + default: *393 x-github: enabledForGitHubApps: true category: orgs @@ -55739,19 +55752,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-time-stats-by-actor parameters: - *90 - - *387 - *388 - - *383 + - *389 - *384 - - *390 + - *385 + - *391 responses: '200': description: Response content: application/json: - schema: *391 + schema: *392 examples: - default: *392 + default: *393 x-github: enabledForGitHubApps: true category: orgs @@ -55771,13 +55784,13 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/api-insights#get-user-stats parameters: - *90 - - *389 - - *383 + - *390 - *384 + - *385 - *19 - *17 - *113 - - *393 + - *394 - name: actor_name_substring in: query description: Providing a substring will filter results where the actor name @@ -55858,7 +55871,7 @@ paths: application/json: schema: *22 examples: - default: *394 + default: *395 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -55978,12 +55991,12 @@ paths: application/json: schema: anyOf: - - &396 + - &397 title: Interaction Limits description: Interaction limit settings. type: object properties: - limit: &395 + limit: &396 type: string description: The type of GitHub user that can comment, open issues, or create pull requests while the interaction limit @@ -56008,7 +56021,7 @@ paths: properties: {} additionalProperties: false examples: - default: &397 + default: &398 value: limit: collaborators_only origin: organization @@ -56037,13 +56050,13 @@ paths: required: true content: application/json: - schema: &699 + schema: &700 title: Interaction Restrictions description: Limit interactions to a specific type of user for a specified duration type: object properties: - limit: *395 + limit: *396 expiry: type: string description: 'The duration of the interaction restriction. Default: @@ -56067,9 +56080,9 @@ paths: description: Response content: application/json: - schema: *396 + schema: *397 examples: - default: *397 + default: *398 '422': *15 x-github: githubCloudOnly: false @@ -56281,9 +56294,9 @@ paths: application/json: schema: type: array - items: *398 + items: *399 examples: - default: *399 + default: *400 headers: Link: *48 '404': *6 @@ -56361,7 +56374,7 @@ paths: description: Response content: application/json: - schema: *398 + schema: *399 examples: default: value: @@ -56418,7 +56431,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#cancel-an-organization-invitation parameters: - *90 - - &400 + - &401 name: invitation_id description: The unique identifier of the invitation. in: path @@ -56452,7 +56465,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#list-organization-invitation-teams parameters: - *90 - - *400 + - *401 - *17 - *19 responses: @@ -56464,7 +56477,7 @@ paths: type: array items: *329 examples: - default: &419 + default: &420 value: - id: 1 node_id: MDQ6VGVhbTE= @@ -56507,7 +56520,7 @@ paths: application/json: schema: type: array - items: &401 + items: &402 title: Issue Field description: A custom attribute defined at the organization level for attaching structured data to issues. @@ -56760,9 +56773,9 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: &402 + default: &403 value: id: 512 node_id: IF_kwDNAd3NAZr @@ -56818,7 +56831,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/issue-fields#update-issue-field-for-an-organization parameters: - *90 - - &403 + - &404 name: issue_field_id description: The unique identifier of the issue field. in: path @@ -56926,9 +56939,9 @@ paths: description: Response content: application/json: - schema: *401 + schema: *402 examples: - default: *402 + default: *403 '404': *6 '422': *7 x-github: @@ -56953,7 +56966,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/issue-fields#delete-issue-field-for-an-organization parameters: - *90 - - *403 + - *404 responses: '204': *129 '404': *6 @@ -56983,9 +56996,9 @@ paths: application/json: schema: type: array - items: *404 + items: *405 examples: - default: &703 + default: &704 value: - id: 410 node_id: IT_kwDNAd3NAZo @@ -57068,9 +57081,9 @@ paths: description: Response content: application/json: - schema: *404 + schema: *405 examples: - default: &405 + default: &406 value: id: 410 node_id: IT_kwDNAd3NAZo @@ -57103,7 +57116,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/issue-types#update-issue-type-for-an-organization parameters: - *90 - - &406 + - &407 name: issue_type_id description: The unique identifier of the issue type. in: path @@ -57156,9 +57169,9 @@ paths: description: Response content: application/json: - schema: *404 + schema: *405 examples: - default: *405 + default: *406 '404': *6 '422': *7 x-github: @@ -57183,7 +57196,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/issue-types#delete-issue-type-for-an-organization parameters: - *90 - - *406 + - *407 responses: '204': description: Response @@ -57246,7 +57259,7 @@ paths: - closed - all default: open - - *407 + - *408 - name: type description: Can be the name of an issue type. in: query @@ -57277,7 +57290,7 @@ paths: type: array items: *235 examples: - default: *408 + default: *409 headers: Link: *48 '404': *6 @@ -57437,9 +57450,9 @@ paths: type: integer codespaces: type: array - items: *409 + items: *410 examples: - default: *410 + default: *411 '304': *38 '500': *41 '401': *25 @@ -57466,7 +57479,7 @@ paths: parameters: - *90 - *135 - - &411 + - &412 name: codespace_name in: path required: true @@ -57501,15 +57514,15 @@ paths: parameters: - *90 - *135 - - *411 + - *412 responses: '200': description: Response content: application/json: - schema: *409 + schema: *410 examples: - default: &616 + default: &617 value: id: 1 name: monalisa-octocat-hello-world-g4wpq6h95q @@ -57765,7 +57778,7 @@ paths: description: Response content: application/json: - schema: &412 + schema: &413 title: Org Membership description: Org Membership type: object @@ -57832,7 +57845,7 @@ paths: - organization - user examples: - response-if-user-has-an-active-admin-membership-with-organization: &413 + response-if-user-has-an-active-admin-membership-with-organization: &414 summary: Response if user has an active admin membership with organization value: url: https://api.github.com/orgs/octocat/memberships/defunkt @@ -57933,9 +57946,9 @@ paths: description: Response content: application/json: - schema: *412 + schema: *413 examples: - response-if-user-already-had-membership-with-organization: *413 + response-if-user-already-had-membership-with-organization: *414 '422': *15 '403': *29 '451': *15 @@ -58007,7 +58020,7 @@ paths: application/json: schema: type: array - items: &414 + items: &415 title: Migration description: A migration. type: object @@ -58336,7 +58349,7 @@ paths: description: Response content: application/json: - schema: *414 + schema: *415 examples: default: value: @@ -58515,7 +58528,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/orgs#get-an-organization-migration-status parameters: - *90 - - &415 + - &416 name: migration_id description: The unique identifier of the migration. in: path @@ -58542,7 +58555,7 @@ paths: * `failed`, which means the migration failed. content: application/json: - schema: *414 + schema: *415 examples: default: value: @@ -58712,7 +58725,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/orgs#download-an-organization-migration-archive parameters: - *90 - - *415 + - *416 responses: '302': description: Response @@ -58734,7 +58747,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/orgs#delete-an-organization-migration-archive parameters: - *90 - - *415 + - *416 responses: '204': description: Response @@ -58758,8 +58771,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/orgs#unlock-an-organization-repository parameters: - *90 - - *415 - - &895 + - *416 + - &896 name: repo_name description: repo_name parameter in: path @@ -58787,7 +58800,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/orgs#list-repositories-in-an-organization-migration parameters: - *90 - - *415 + - *416 - *17 - *19 responses: @@ -58897,7 +58910,7 @@ paths: roles: type: array description: The list of organization roles available to the organization. - items: &416 + items: &417 title: Organization Role description: Organization roles type: object @@ -59104,7 +59117,7 @@ paths: description: Response content: application/json: - schema: *416 + schema: *417 examples: default: value: @@ -59334,7 +59347,7 @@ paths: description: Response content: application/json: - schema: *416 + schema: *417 examples: default: value: @@ -59431,7 +59444,7 @@ paths: description: Response content: application/json: - schema: *416 + schema: *417 examples: default: value: @@ -59589,8 +59602,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *417 - required: *418 + properties: *418 + required: *419 nullable: true type: description: The ownership type of the team @@ -59622,7 +59635,7 @@ paths: - type - parent examples: - default: *419 + default: *420 headers: Link: *48 '404': @@ -59680,13 +59693,13 @@ paths: inherited_from: description: Team the user has gotten the role through type: array - items: &494 + items: &495 title: Team Simple description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *417 - required: *418 + properties: *418 + required: *419 name: nullable: true type: string @@ -59974,7 +59987,7 @@ paths: - nuget - container - *90 - - &896 + - &897 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -60010,12 +60023,12 @@ paths: application/json: schema: type: array - items: *420 + items: *421 examples: - default: *421 + default: *422 '403': *29 '401': *25 - '400': &898 + '400': &899 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -60037,7 +60050,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#get-a-package-for-an-organization parameters: - - &422 + - &423 name: package_type description: The type of supported package. Packages in GitHub's Gradle registry have the type `maven`. Docker images pushed to GitHub's Container registry @@ -60055,7 +60068,7 @@ paths: - docker - nuget - container - - &423 + - &424 name: package_name description: The name of the package. in: path @@ -60068,7 +60081,7 @@ paths: description: Response content: application/json: - schema: *420 + schema: *421 examples: default: value: @@ -60120,8 +60133,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#delete-a-package-for-an-organization parameters: - - *422 - *423 + - *424 - *90 responses: '204': @@ -60154,8 +60167,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#restore-a-package-for-an-organization parameters: - - *422 - *423 + - *424 - *90 - name: token description: package token @@ -60188,8 +60201,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#list-package-versions-for-a-package-owned-by-an-organization parameters: - - *422 - *423 + - *424 - *90 - *19 - *17 @@ -60210,7 +60223,7 @@ paths: application/json: schema: type: array - items: &424 + items: &425 title: Package Version description: A version of a software package type: object @@ -60335,10 +60348,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#get-a-package-version-for-an-organization parameters: - - *422 - *423 + - *424 - *90 - - &425 + - &426 name: package_version_id description: Unique identifier of the package version. in: path @@ -60350,7 +60363,7 @@ paths: description: Response content: application/json: - schema: *424 + schema: *425 examples: default: value: @@ -60386,10 +60399,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#delete-package-version-for-an-organization parameters: - - *422 - *423 + - *424 - *90 - - *425 + - *426 responses: '204': description: Response @@ -60421,10 +60434,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#restore-package-version-for-an-organization parameters: - - *422 - *423 + - *424 - *90 - - *425 + - *426 responses: '204': description: Response @@ -60454,7 +60467,7 @@ paths: - *90 - *17 - *19 - - &426 + - &427 name: sort description: The property by which to sort the results. in: query @@ -60465,7 +60478,7 @@ paths: - created_at default: created_at - *113 - - &427 + - &428 name: owner description: A list of owner usernames to use to filter the results. in: query @@ -60476,7 +60489,7 @@ paths: items: type: string example: owner[]=octocat1,owner[]=octocat2 - - &428 + - &429 name: repository description: The name of the repository to use to filter the results. in: query @@ -60484,7 +60497,7 @@ paths: schema: type: string example: Hello-World - - &429 + - &430 name: permission description: The permission to use to filter the results. in: query @@ -60492,7 +60505,7 @@ paths: schema: type: string example: issues_read - - &430 + - &431 name: last_used_before description: 'Only show fine-grained personal access tokens used before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -60502,7 +60515,7 @@ paths: schema: type: string format: date-time - - &431 + - &432 name: last_used_after description: 'Only show fine-grained personal access tokens used after the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) @@ -60512,7 +60525,7 @@ paths: schema: type: string format: date-time - - &432 + - &433 name: token_id description: The ID of the token in: query @@ -60825,7 +60838,7 @@ paths: type: array items: *296 examples: - default: &433 + default: &434 value: - id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -60962,14 +60975,14 @@ paths: - *90 - *17 - *19 - - *426 - - *113 - *427 + - *113 - *428 - *429 - *430 - *431 - *432 + - *433 responses: '500': *41 '422': *15 @@ -61251,7 +61264,7 @@ paths: type: array items: *296 examples: - default: *433 + default: *434 headers: Link: *48 x-github: @@ -61293,7 +61306,7 @@ paths: type: integer configurations: type: array - items: &434 + items: &435 title: Organization private registry description: Private registry configuration for an organization type: object @@ -61804,7 +61817,7 @@ paths: - created_at - updated_at examples: - org-private-registry-with-selected-visibility: &435 + org-private-registry-with-selected-visibility: &436 value: name: MAVEN_REPOSITORY_SECRET registry_type: maven_repository @@ -61900,9 +61913,9 @@ paths: description: The specified private registry configuration for the organization content: application/json: - schema: *434 + schema: *435 examples: - default: *435 + default: *436 '404': *6 x-github: githubCloudOnly: false @@ -62153,7 +62166,7 @@ paths: application/json: schema: type: array - items: &436 + items: &437 title: Projects v2 Project description: A projects v2 project type: object @@ -62223,7 +62236,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &991 + properties: &992 id: type: number description: The unique identifier of the status update. @@ -62271,7 +62284,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &992 + required: &993 - id - node_id - created_at @@ -62296,7 +62309,7 @@ paths: - deleted_at - deleted_by examples: - default: &437 + default: &438 value: id: 2 node_id: MDc6UHJvamVjdDEwMDI2MDM= @@ -62399,7 +62412,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/projects#get-project-for-organization parameters: - - &438 + - &439 name: project_number description: The project's number. in: path @@ -62412,9 +62425,9 @@ paths: description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: *437 + default: *438 headers: Link: *48 '304': *38 @@ -62437,7 +62450,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/drafts#create-draft-item-for-organization-owned-project parameters: - *90 - - *438 + - *439 requestBody: required: true description: Details of the draft item to create in the project. @@ -62471,7 +62484,7 @@ paths: description: Response content: application/json: - schema: &444 + schema: &445 title: Projects v2 Item description: An item belonging to a project type: object @@ -62485,7 +62498,7 @@ paths: content: oneOf: - *235 - - &591 + - &592 title: Pull Request Simple description: Pull Request Simple type: object @@ -62591,8 +62604,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *439 - required: *440 + properties: *440 + required: *441 nullable: true active_lock_reason: type: string @@ -62674,7 +62687,7 @@ paths: _links: type: object properties: - comments: &441 + comments: &442 title: Link description: Hypermedia Link type: object @@ -62683,13 +62696,13 @@ paths: type: string required: - href - commits: *441 - statuses: *441 - html: *441 - issue: *441 - review_comments: *441 - review_comment: *441 - self: *441 + commits: *442 + statuses: *442 + html: *442 + issue: *442 + review_comments: *442 + review_comment: *442 + self: *442 required: - comments - commits @@ -62700,7 +62713,7 @@ paths: - review_comment - self author_association: *232 - auto_merge: &772 + auto_merge: &773 title: Auto merge description: The status of auto merging a pull request. type: object @@ -62725,7 +62738,7 @@ paths: - commit_title - commit_message nullable: true - stack: &773 + stack: &774 title: Pull Request Stack description: The stack information associated with a pull request. @@ -62839,7 +62852,7 @@ paths: - created_at - updated_at description: The content represented by the item. - content_type: &443 + content_type: &444 title: Projects v2 Item Content Type description: The type of content tracked in a project item type: string @@ -62879,7 +62892,7 @@ paths: - updated_at - archived_at examples: - draft_issue: &445 + draft_issue: &446 value: id: 17 node_id: PVTI_lADOANN5s84ACbL0zgBueEI @@ -62953,7 +62966,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#list-project-fields-for-organization parameters: - - *438 + - *439 - *90 - *17 - *111 @@ -62965,7 +62978,7 @@ paths: application/json: schema: type: array - items: &442 + items: &443 title: Projects v2 Field description: A field inside a projects v2 project type: object @@ -63115,7 +63128,7 @@ paths: - updated_at - project_url examples: - default: &919 + default: &920 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -63245,7 +63258,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#add-a-field-to-an-organization-owned-project parameters: - - *438 + - *439 - *90 requestBody: required: true @@ -63292,7 +63305,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &920 + items: &921 type: object properties: name: @@ -63329,7 +63342,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &921 + iteration_configuration: &922 type: object description: The configuration for iteration fields. properties: @@ -63379,7 +63392,7 @@ paths: value: name: Due date data_type: date - single_select_field: &922 + single_select_field: &923 summary: Create a single select field value: name: Priority @@ -63406,7 +63419,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &923 + iteration_field: &924 summary: Create an iteration field value: name: Sprint @@ -63430,9 +63443,9 @@ paths: description: Response for adding a field to an organization-owned project. content: application/json: - schema: *442 + schema: *443 examples: - text_field: &924 + text_field: &925 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -63441,7 +63454,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: &925 + number_field: &926 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -63450,7 +63463,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: &926 + date_field: &927 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -63459,7 +63472,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: &927 + single_select_field: &928 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -63493,7 +63506,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &928 + iteration_field: &929 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -63538,8 +63551,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#get-project-field-for-organization parameters: - - *438 - - &929 + - *439 + - &930 name: field_id description: The unique identifier of the field. in: path @@ -63552,9 +63565,9 @@ paths: description: Response content: application/json: - schema: *442 + schema: *443 examples: - default: &930 + default: &931 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -63610,7 +63623,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#list-items-for-an-organization-owned-project parameters: - - *438 + - *439 - *90 - name: q description: Search query to filter items, see [Filtering projects](https://docs.github.com/enterprise-cloud@latest/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects) @@ -63643,7 +63656,7 @@ paths: application/json: schema: type: array - items: &446 + items: &447 title: Projects v2 Item description: An item belonging to a project type: object @@ -63659,7 +63672,7 @@ paths: format: uri example: https://api.github.com/users/monalisa/2/projectsV2/3 description: The API URL of the project that contains this item. - content_type: *443 + content_type: *444 content: type: object additionalProperties: true @@ -63702,7 +63715,7 @@ paths: - updated_at - archived_at examples: - default: &447 + default: &448 value: id: 13 node_id: PVTI_lAAFAQ0 @@ -64400,7 +64413,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#add-item-to-organization-owned-project parameters: - *90 - - *438 + - *439 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -64470,22 +64483,22 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *445 + value: *446 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *445 + value: *446 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *445 + value: *446 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *445 + value: *446 '304': *38 '403': *29 '401': *25 @@ -64505,9 +64518,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#get-an-item-for-an-organization-owned-project parameters: - - *438 + - *439 - *90 - - &448 + - &449 name: item_id description: The unique identifier of the project item. in: path @@ -64533,9 +64546,9 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *447 + default: *448 headers: Link: *48 '304': *38 @@ -64556,9 +64569,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#update-project-item-for-organization parameters: - - *438 + - *439 - *90 - - *448 + - *449 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -64628,13 +64641,13 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: - text_field: *447 - number_field: *447 - date_field: *447 - single_select_field: *447 - iteration_field: *447 + text_field: *448 + number_field: *448 + date_field: *448 + single_select_field: *448 + iteration_field: *448 '401': *25 '403': *29 '404': *6 @@ -64654,9 +64667,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#delete-project-item-for-organization parameters: - - *438 + - *439 - *90 - - *448 + - *449 responses: '204': description: Response @@ -64680,7 +64693,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/views#create-a-view-for-an-organization-owned-project parameters: - *90 - - *438 + - *439 requestBody: required: true content: @@ -64751,7 +64764,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &910 + schema: &911 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -64849,7 +64862,7 @@ paths: examples: table_view: summary: Response for creating a table view - value: &449 + value: &450 value: id: 1 number: 1 @@ -64895,10 +64908,10 @@ paths: - 456 board_view: summary: Response for creating a board view with filter - value: *449 + value: *450 roadmap_view: summary: Response for creating a roadmap view - value: *449 + value: *450 '304': *38 '403': *29 '401': *25 @@ -64926,9 +64939,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#list-items-for-an-organization-project-view parameters: - - *438 + - *439 - *90 - - &931 + - &932 name: view_number description: The number that identifies the project view. in: path @@ -64960,9 +64973,9 @@ paths: application/json: schema: type: array - items: *446 + items: *447 examples: - default: *447 + default: *448 headers: Link: *48 '304': *38 @@ -65126,7 +65139,7 @@ paths: required: true content: application/json: - schema: *450 + schema: *451 examples: default: value: @@ -65491,7 +65504,7 @@ paths: type: array items: *296 examples: - default: *433 + default: *434 headers: Link: *48 x-github: @@ -65694,7 +65707,7 @@ paths: description: Response content: application/json: - schema: &515 + schema: &516 title: Full Repository description: Full Repository type: object @@ -65979,8 +65992,8 @@ paths: title: Repository description: A repository on GitHub. type: object - properties: *451 - required: *452 + properties: *452 + required: *453 nullable: true temp_clone_token: type: string @@ -66092,7 +66105,7 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: &637 + properties: &638 url: type: string format: uri @@ -66108,12 +66121,12 @@ paths: nullable: true format: uri example: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md - required: &638 + required: &639 - url - key - name - html_url - security_and_analysis: *453 + security_and_analysis: *454 custom_properties: type: object description: The custom properties that were defined for the repository. @@ -66197,7 +66210,7 @@ paths: - network_count - subscribers_count examples: - default: &517 + default: &518 value: id: 1296269 node_id: MDEwOlJlcG9zaXRvcnkxMjk2MjY5 @@ -66723,9 +66736,9 @@ paths: application/json: schema: type: array - items: *454 + items: *455 examples: - default: *455 + default: *456 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -66750,7 +66763,7 @@ paths: - *90 - *17 - *19 - - &797 + - &798 name: targets description: | A comma-separated list of rule targets to filter by. @@ -66841,11 +66854,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *177 - conditions: *456 + conditions: *457 rules: type: array description: An array of rules within the ruleset. - items: &458 + items: &459 title: Repository Rule type: object description: A repository rule. @@ -66910,7 +66923,7 @@ paths: application/json: schema: *199 examples: - default: &457 + default: &458 value: id: 21 name: super cool ruleset @@ -66966,7 +66979,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *90 - - &799 + - &800 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -66978,14 +66991,14 @@ paths: x-multi-segment: true - *326 - *108 - - &800 + - &801 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &801 + - &802 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -66998,7 +67011,7 @@ paths: - bypass - all default: all - - &802 + - &803 name: evaluate_status description: |- The evaluate status to filter on. When specified, only rule suites resulting from rulesets with the specified evaluate status will be returned. @@ -67021,7 +67034,7 @@ paths: description: Response content: application/json: - schema: &803 + schema: &804 title: Rule Suites description: Response type: array @@ -67076,7 +67089,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &804 + default: &805 value: - id: 21 actor_id: 12 @@ -67120,7 +67133,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *90 - - &805 + - &806 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -67136,7 +67149,7 @@ paths: description: Response content: application/json: - schema: &806 + schema: &807 title: Rule Suite description: Response type: object @@ -67235,7 +67248,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &807 + default: &808 value: id: 21 actor_id: 12 @@ -67310,7 +67323,7 @@ paths: application/json: schema: *199 examples: - default: *457 + default: *458 '404': *6 '500': *41 put: @@ -67359,11 +67372,11 @@ paths: type: array description: The actors that can bypass the rules in this ruleset items: *177 - conditions: *456 + conditions: *457 rules: description: An array of rules within the ruleset. type: array - items: *458 + items: *459 examples: default: value: @@ -67400,7 +67413,7 @@ paths: application/json: schema: *199 examples: - default: *457 + default: *458 '404': *6 '422': *15 '500': *41 @@ -67460,7 +67473,7 @@ paths: type: array items: *203 examples: - default: *459 + default: *460 '404': *6 '500': *41 x-github: @@ -67497,7 +67510,7 @@ paths: description: Response content: application/json: - schema: *460 + schema: *461 examples: default: value: @@ -67560,7 +67573,6 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *90 - - *461 - *462 - *463 - *464 @@ -67568,10 +67580,11 @@ paths: - *466 - *467 - *468 + - *469 - *113 - *19 - *17 - - &809 + - &810 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -67581,7 +67594,7 @@ paths: required: false schema: type: string - - &810 + - &811 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -67591,13 +67604,13 @@ paths: required: false schema: type: string - - *469 - *470 - *471 - *472 - *473 - *474 - *475 + - *476 responses: '200': description: Response @@ -67605,9 +67618,9 @@ paths: application/json: schema: type: array - items: *476 + items: *477 examples: - default: *477 + default: *478 headers: Link: *48 '404': *6 @@ -67637,9 +67650,9 @@ paths: subcategory: custom-patterns parameters: - *90 - - *478 - *479 - *480 + - *481 - *113 - *19 - *17 @@ -67652,7 +67665,7 @@ paths: type: array items: *205 examples: - default: *481 + default: *482 headers: Link: *48 '403': *29 @@ -67688,9 +67701,9 @@ paths: patterns: type: array description: The list of custom patterns to create. - items: *482 + items: *483 examples: - default: *483 + default: *484 responses: '201': description: All patterns created successfully. @@ -67704,7 +67717,7 @@ paths: description: The list of successfully created custom patterns. items: *205 examples: - default: *484 + default: *485 '400': *14 '403': *29 '404': *6 @@ -67728,7 +67741,7 @@ paths: errors: type: array description: List of validation errors for this pattern. - items: *485 + items: *486 delete: summary: Bulk delete organization custom patterns description: |- @@ -67761,7 +67774,7 @@ paths: type: array description: The list of custom patterns to delete. maxItems: 500 - items: *486 + items: *487 post_delete_action: type: string description: |- @@ -67774,7 +67787,7 @@ paths: - resolve_alerts default: delete_alerts examples: - default: *487 + default: *488 responses: '204': description: All patterns deleted successfully. @@ -67812,9 +67825,9 @@ paths: required: true content: application/json: - schema: *488 + schema: *489 examples: - default: *489 + default: *490 responses: '200': description: Pattern updated successfully. @@ -67822,7 +67835,7 @@ paths: application/json: schema: *205 examples: - default: *490 + default: *491 '400': *14 '403': *29 '404': *6 @@ -67853,9 +67866,9 @@ paths: description: Response content: application/json: - schema: *491 + schema: *492 examples: - default: *492 + default: *493 '403': *29 '404': *6 patch: @@ -68008,7 +68021,7 @@ paths: application/json: schema: type: array - items: &831 + items: &832 description: A repository security advisory. type: object properties: @@ -68210,7 +68223,7 @@ paths: login: type: string description: The username of the user credited. - type: *493 + type: *494 credits_detailed: type: array nullable: true @@ -68220,7 +68233,7 @@ paths: type: object properties: user: *4 - type: *493 + type: *494 state: type: string description: The state of the user's acceptance of the @@ -68280,7 +68293,7 @@ paths: - private_fork additionalProperties: false examples: - default: &832 + default: &833 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -68667,7 +68680,7 @@ paths: application/json: schema: type: array - items: *494 + items: *495 examples: default: value: @@ -68766,7 +68779,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/billing/billing#get-github-advanced-security-active-committers-for-an-organization parameters: - *90 - - *495 + - *496 - *17 - *19 responses: @@ -68774,9 +68787,9 @@ paths: description: Success content: application/json: - schema: *496 + schema: *497 examples: - default: *497 + default: *498 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -69057,7 +69070,7 @@ paths: type: array items: *157 examples: - default: *498 + default: *499 headers: Link: *48 x-github: @@ -69286,15 +69299,15 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/network-configurations#get-a-hosted-compute-network-settings-resource-for-an-organization parameters: - *90 - - *499 + - *500 responses: '200': description: Response content: application/json: - schema: *500 + schema: *501 examples: - default: *501 + default: *502 headers: Link: *48 x-github: @@ -69332,7 +69345,7 @@ paths: description: Response content: application/json: - schema: &512 + schema: &513 title: GroupMapping description: External Groups to be mapped to a team for membership type: object @@ -69378,7 +69391,7 @@ paths: type: string nullable: true examples: - default: &513 + default: &514 value: groups: - group_id: '123' @@ -69435,7 +69448,7 @@ paths: type: array items: *329 examples: - default: *419 + default: *420 headers: Link: *48 '403': *29 @@ -69525,7 +69538,7 @@ paths: description: Response content: application/json: - schema: &502 + schema: &503 title: Full Team description: Groups of organization members that gives permissions on specified repositories. @@ -69588,8 +69601,8 @@ paths: description: Groups of organization members that gives permissions on specified repositories. type: object - properties: *417 - required: *418 + properties: *418 + required: *419 nullable: true members_count: type: integer @@ -69852,7 +69865,7 @@ paths: - repos_count - organization examples: - default: &503 + default: &504 value: id: 1 node_id: MDQ6VGVhbTE= @@ -69929,9 +69942,9 @@ paths: description: Response content: application/json: - schema: *502 + schema: *503 examples: - default: *503 + default: *504 '404': *6 x-github: githubCloudOnly: false @@ -70020,16 +70033,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *502 + schema: *503 examples: - default: *503 + default: *504 '201': description: Response content: application/json: - schema: *502 + schema: *503 examples: - default: *503 + default: *504 '404': *6 '422': *15 '403': *29 @@ -70059,7 +70072,7 @@ paths: responses: '204': description: Response - '422': &506 + '422': &507 description: Unprocessable entity if you attempt to modify an enterprise team at the organization level. x-github: @@ -70088,10 +70101,10 @@ paths: description: Response content: application/json: - schema: *504 + schema: *505 examples: - default: *505 - '422': *506 + default: *506 + '422': *507 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -70134,10 +70147,10 @@ paths: description: Response content: application/json: - schema: *507 + schema: *508 examples: - default: *508 - '422': *506 + default: *509 + '422': *507 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -70161,7 +70174,7 @@ paths: responses: '204': description: Response - '422': *506 + '422': *507 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -70193,12 +70206,12 @@ paths: application/json: schema: type: array - items: *398 + items: *399 examples: - default: *399 + default: *400 headers: Link: *48 - '422': *506 + '422': *507 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -70242,7 +70255,7 @@ paths: application/json: schema: type: array - items: &874 + items: &875 title: Team Member description: A user that is a member of a team, including their role on the team and whether the membership is inherited from @@ -70361,7 +70374,7 @@ paths: - type - url examples: - default: &875 + default: &876 value: - login: octocat id: 1 @@ -70420,7 +70433,7 @@ paths: description: Response content: application/json: - schema: &509 + schema: &510 title: Team Membership description: Team Membership type: object @@ -70447,7 +70460,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &876 + response-if-user-is-a-team-maintainer: &877 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -70510,9 +70523,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - response-if-users-membership-with-team-is-now-pending: &877 + response-if-users-membership-with-team-is-now-pending: &878 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -70590,7 +70603,7 @@ paths: type: array items: *296 examples: - default: *433 + default: *434 headers: Link: *48 x-github: @@ -70621,14 +70634,14 @@ paths: parameters: - *90 - *227 - - *510 - *511 + - *512 responses: '200': description: Alternative response with repository permissions content: application/json: - schema: &878 + schema: &879 title: Team Repository description: A team's access to a repository. type: object @@ -71192,8 +71205,8 @@ paths: parameters: - *90 - *227 - - *510 - *511 + - *512 requestBody: required: false content: @@ -71240,8 +71253,8 @@ paths: parameters: - *90 - *227 - - *510 - *511 + - *512 responses: '204': description: Response @@ -71274,10 +71287,10 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: *513 - '422': *506 + default: *514 + '422': *507 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -71343,7 +71356,7 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: default: value: @@ -71355,7 +71368,7 @@ paths: group_name: Octocat docs members group_description: The people who make your octoworld come to life. - '422': *506 + '422': *507 x-github: githubCloudOnly: true enabledForGitHubApps: false @@ -71389,7 +71402,7 @@ paths: type: array items: *329 examples: - response-if-child-teams-exist: &879 + response-if-child-teams-exist: &880 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -71542,7 +71555,7 @@ paths: resources: type: object properties: - core: &514 + core: &515 title: Rate Limit type: object properties: @@ -71559,17 +71572,17 @@ paths: - remaining - reset - used - graphql: *514 - search: *514 - code_search: *514 - source_import: *514 - integration_manifest: *514 - actions_runner_registration: *514 - scim: *514 - dependency_snapshots: *514 - dependency_sbom: *514 - code_scanning_autofix: *514 - copilot_usage_records: *514 + graphql: *515 + search: *515 + code_search: *515 + source_import: *515 + integration_manifest: *515 + actions_runner_registration: *515 + scim: *515 + dependency_snapshots: *515 + dependency_sbom: *515 + code_scanning_autofix: *515 + copilot_usage_records: *515 required: - core - search @@ -71666,14 +71679,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#get-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response content: application/json: - schema: *515 + schema: *516 examples: default-response: summary: Default response @@ -72181,7 +72194,7 @@ paths: status: disabled '403': *29 '404': *6 - '301': *516 + '301': *517 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -72199,8 +72212,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#update-a-repository parameters: - - *510 - *511 + - *512 requestBody: required: false content: @@ -72520,10 +72533,10 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: *517 - '307': &518 + default: *518 + '307': &519 description: Temporary Redirect content: application/json: @@ -72552,8 +72565,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#delete-a-repository parameters: - - *510 - *511 + - *512 responses: '204': description: Response @@ -72575,7 +72588,7 @@ paths: value: message: Organization members cannot delete repositories. documentation_url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#delete-a-repository - '307': *518 + '307': *519 '404': *6 '409': *122 x-github: @@ -72599,11 +72612,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/artifacts#list-artifacts-for-a-repository parameters: - - *510 - *511 + - *512 - *17 - *19 - - &534 + - &535 name: name description: The name field of an artifact. When specified, only artifacts with this name will be returned. @@ -72626,7 +72639,7 @@ paths: type: integer artifacts: type: array - items: &519 + items: &520 title: Artifact description: An artifact type: object @@ -72704,7 +72717,7 @@ paths: - expires_at - updated_at examples: - default: &535 + default: &536 value: total_count: 2 artifacts: @@ -72765,9 +72778,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/artifacts#get-an-artifact parameters: - - *510 - *511 - - &520 + - *512 + - &521 name: artifact_id description: The unique identifier of the artifact. in: path @@ -72779,7 +72792,7 @@ paths: description: Response content: application/json: - schema: *519 + schema: *520 examples: default: value: @@ -72817,9 +72830,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/artifacts#delete-an-artifact parameters: - - *510 - *511 - - *520 + - *512 + - *521 responses: '204': description: Response @@ -72843,9 +72856,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/artifacts#download-an-artifact parameters: - - *510 - *511 - - *520 + - *512 + - *521 - name: archive_format in: path required: true @@ -72855,7 +72868,7 @@ paths: '302': description: Response headers: - Location: &656 + Location: &657 example: https://pipelines.actions.githubusercontent.com/OhgS4QRKqmgx7bKC27GKU83jnQjyeqG8oIMTge8eqtheppcmw8/_apis/pipelines/1/runs/176/signedlogcontent?urlExpires=2020-01-24T18%3A10%3A31.5729946Z&urlSigningMethod=HMACV1&urlSignature=agG73JakPYkHrh06seAkvmH7rBR4Ji4c2%2B6a2ejYh3E%3D schema: type: string @@ -72880,14 +72893,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#get-github-actions-cache-retention-limit-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response content: application/json: - schema: &521 + schema: &522 title: Actions cache retention limit for a repository description: GitHub Actions cache retention policy for a repository. type: object @@ -72920,13 +72933,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#set-github-actions-cache-retention-limit-for-a-repository parameters: - - *510 - *511 + - *512 requestBody: required: true content: application/json: - schema: *521 + schema: *522 examples: selected_actions: *45 responses: @@ -72955,14 +72968,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#get-github-actions-cache-storage-limit-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response content: application/json: - schema: &522 + schema: &523 title: Actions cache storage limit for a repository description: GitHub Actions cache storage policy for a repository. type: object @@ -72995,13 +73008,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#set-github-actions-cache-storage-limit-for-a-repository parameters: - - *510 - *511 + - *512 requestBody: required: true content: application/json: - schema: *522 + schema: *523 examples: selected_actions: *47 responses: @@ -73032,14 +73045,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#get-github-actions-cache-usage-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response content: application/json: - schema: *523 + schema: *524 examples: default: value: @@ -73065,11 +73078,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#list-github-actions-caches-for-a-repository parameters: - - *510 - *511 + - *512 - *17 - *19 - - &524 + - &525 name: ref description: The full Git reference for narrowing down the cache. The `ref` for a branch should be formatted as `refs/heads/`. To reference @@ -73103,7 +73116,7 @@ paths: description: Response content: application/json: - schema: &525 + schema: &526 title: Repository actions caches description: Repository actions caches type: object @@ -73145,7 +73158,7 @@ paths: - total_count - actions_caches examples: - default: &526 + default: &527 value: total_count: 1 actions_caches: @@ -73177,23 +73190,23 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key parameters: - - *510 - *511 + - *512 - name: key description: A key for identifying the cache. in: query required: true schema: type: string - - *524 + - *525 responses: '200': description: Response content: application/json: - schema: *525 + schema: *526 examples: - default: *526 + default: *527 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -73213,8 +73226,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id parameters: - - *510 - *511 + - *512 - name: cache_id description: The unique identifier of the GitHub Actions cache. in: path @@ -73243,8 +73256,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/concurrency-groups#list-concurrency-groups-for-a-repository parameters: - - *510 - *511 + - *512 - *17 - *112 responses: @@ -73326,8 +73339,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/concurrency-groups#get-a-concurrency-group-for-a-repository parameters: - - *510 - *511 + - *512 - name: concurrency_group_name description: The name of the concurrency group. in: path @@ -73479,9 +73492,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run parameters: - - *510 - *511 - - &527 + - *512 + - &528 name: job_id description: The unique identifier of the job. in: path @@ -73493,7 +73506,7 @@ paths: description: Response content: application/json: - schema: &538 + schema: &539 title: Job description: Information of a job execution in a workflow run type: object @@ -73800,9 +73813,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run parameters: - - *510 - *511 - - *527 + - *512 + - *528 responses: '302': description: Response @@ -73830,9 +73843,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#re-run-a-job-from-a-workflow-run parameters: - - *510 - *511 - - *527 + - *512 + - *528 requestBody: required: false content: @@ -73882,8 +73895,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Status response @@ -73942,8 +73955,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-a-repository parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -74011,8 +74024,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#list-repository-organization-secrets parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -74030,7 +74043,7 @@ paths: type: integer secrets: type: array - items: &540 + items: &541 title: Actions Secret description: Set secrets for GitHub Actions. type: object @@ -74050,7 +74063,7 @@ paths: - created_at - updated_at examples: - default: &541 + default: &542 value: total_count: 2 secrets: @@ -74083,8 +74096,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#list-repository-organization-variables parameters: - - *510 - *511 + - *512 - *315 - *19 responses: @@ -74102,7 +74115,7 @@ paths: type: integer variables: type: array - items: &542 + items: &543 title: Actions Variable type: object properties: @@ -74132,7 +74145,7 @@ paths: - created_at - updated_at examples: - default: &543 + default: &544 value: total_count: 2 variables: @@ -74165,8 +74178,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-github-actions-permissions-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -74175,7 +74188,7 @@ paths: schema: type: object properties: - enabled: &528 + enabled: &529 type: boolean description: Whether GitHub Actions is enabled on the repository. allowed_actions: *63 @@ -74210,8 +74223,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-github-actions-permissions-for-a-repository parameters: - - *510 - *511 + - *512 responses: '204': description: Response @@ -74222,7 +74235,7 @@ paths: schema: type: object properties: - enabled: *528 + enabled: *529 allowed_actions: *63 sha_pinning_required: *64 required: @@ -74255,14 +74268,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response content: application/json: - schema: &529 + schema: &530 type: object properties: access_level: @@ -74280,7 +74293,7 @@ paths: required: - access_level examples: - default: &530 + default: &531 value: access_level: organization x-github: @@ -74305,15 +74318,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-the-level-of-access-for-workflows-outside-of-the-repository parameters: - - *510 - *511 + - *512 requestBody: required: true content: application/json: - schema: *529 + schema: *530 examples: - default: *530 + default: *531 responses: '204': description: Response @@ -74337,8 +74350,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-artifact-and-log-retention-settings-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -74368,8 +74381,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-artifact-and-log-retention-settings-for-a-repository parameters: - - *510 - *511 + - *512 responses: '204': description: Empty response for successful settings update @@ -74403,8 +74416,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -74431,8 +74444,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-fork-pr-contributor-approval-permissions-for-a-repository parameters: - - *510 - *511 + - *512 responses: '204': description: Response @@ -74466,8 +74479,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -74495,8 +74508,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-private-repo-fork-pr-workflow-settings-for-a-repository parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -74527,8 +74540,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -74559,8 +74572,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-allowed-actions-and-reusable-workflows-for-a-repository parameters: - - *510 - *511 + - *512 responses: '204': description: Response @@ -74592,8 +74605,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#get-default-workflow-permissions-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -74622,8 +74635,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/permissions#set-default-workflow-permissions-for-a-repository parameters: - - *510 - *511 + - *512 responses: '204': description: Success response @@ -74663,8 +74676,8 @@ paths: in: query schema: type: string - - *510 - *511 + - *512 - *17 - *19 responses: @@ -74709,8 +74722,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#get-runner-version-end-of-life-schedule-for-a-repository parameters: - - *510 - *511 + - *512 - name: version description: The runner version to look up. in: path @@ -74772,8 +74785,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -74805,8 +74818,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#create-configuration-for-a-just-in-time-runner-for-a-repository parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -74880,8 +74893,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository parameters: - - *510 - *511 + - *512 responses: '201': description: Response @@ -74917,8 +74930,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository parameters: - - *510 - *511 + - *512 responses: '201': description: Response @@ -74948,8 +74961,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository parameters: - - *510 - *511 + - *512 - *78 responses: '200': @@ -74979,8 +74992,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository parameters: - - *510 - *511 + - *512 - *78 responses: '204': @@ -75007,8 +75020,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *510 - *511 + - *512 - *78 responses: '200': *84 @@ -75033,8 +75046,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository parameters: - - *510 - *511 + - *512 - *78 requestBody: required: true @@ -75083,8 +75096,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository parameters: - - *510 - *511 + - *512 - *78 requestBody: required: true @@ -75134,8 +75147,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository parameters: - - *510 - *511 + - *512 - *78 responses: '200': *303 @@ -75165,8 +75178,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository parameters: - - *510 - *511 + - *512 - *78 - *304 responses: @@ -75196,9 +75209,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#list-workflow-runs-for-a-repository parameters: - - *510 - *511 - - &546 + - *512 + - &547 name: actor description: Returns someone's workflow runs. Use the login for the user who created the `push` associated with the check suite or workflow run. @@ -75206,7 +75219,7 @@ paths: required: false schema: type: string - - &547 + - &548 name: branch description: Returns workflow runs associated with a branch. Use the name of the branch of the `push`. @@ -75214,7 +75227,7 @@ paths: required: false schema: type: string - - &548 + - &549 name: event description: Returns workflow run triggered by the event you specify. For example, `push`, `pull_request` or `issue`. For more information, see "[Events @@ -75223,7 +75236,7 @@ paths: required: false schema: type: string - - &549 + - &550 name: status description: Returns workflow runs with the check run `status` or `conclusion` that you specify. For example, a conclusion can be `success` or a status @@ -75250,7 +75263,7 @@ paths: - pending - *17 - *19 - - &550 + - &551 name: created description: Returns workflow runs created within the given date-time range. For more information on the syntax, see "[Understanding the search syntax](https://docs.github.com/enterprise-cloud@latest/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates)." @@ -75259,7 +75272,7 @@ paths: schema: type: string format: date-time - - &531 + - &532 name: exclude_pull_requests description: If `true` pull requests are omitted from the response (empty array). @@ -75268,13 +75281,13 @@ paths: schema: type: boolean default: false - - &551 + - &552 name: check_suite_id description: Returns workflow runs with the `check_suite_id` that you specify. in: query schema: type: integer - - &552 + - &553 name: head_sha description: Only returns workflow runs that are associated with the specified `head_sha`. @@ -75297,7 +75310,7 @@ paths: type: integer workflow_runs: type: array - items: &532 + items: &533 title: Workflow Run description: An invocation of a workflow type: object @@ -75445,7 +75458,7 @@ paths: title: Simple Commit description: A commit. type: object - properties: &576 + properties: &577 id: type: string description: SHA for the commit @@ -75496,7 +75509,7 @@ paths: - name - email nullable: true - required: &577 + required: &578 - id - tree_id - message @@ -75543,7 +75556,7 @@ paths: - workflow_url - pull_requests examples: - default: &553 + default: &554 value: total_count: 1 workflow_runs: @@ -75779,24 +75792,24 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#get-a-workflow-run parameters: - - *510 - *511 - - &533 + - *512 + - &534 name: run_id description: The unique identifier of the workflow run. in: path required: true schema: type: integer - - *531 + - *532 responses: '200': description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: &536 + default: &537 value: id: 30433642 name: Build @@ -76037,9 +76050,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#delete-a-workflow-run parameters: - - *510 - *511 - - *533 + - *512 + - *534 responses: '204': description: Response @@ -76062,9 +76075,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run parameters: - - *510 - *511 - - *533 + - *512 + - *534 responses: '200': description: Response @@ -76183,9 +76196,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request parameters: - - *510 - *511 - - *533 + - *512 + - *534 responses: '201': description: Response @@ -76218,12 +76231,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/artifacts#list-workflow-run-artifacts parameters: - - *510 - *511 - - *533 + - *512 + - *534 - *17 - *19 - - *534 + - *535 - *113 responses: '200': @@ -76240,9 +76253,9 @@ paths: type: integer artifacts: type: array - items: *519 + items: *520 examples: - default: *535 + default: *536 headers: Link: *48 x-github: @@ -76266,25 +76279,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#get-a-workflow-run-attempt parameters: - - *510 - *511 - - *533 - - &537 + - *512 + - *534 + - &538 name: attempt_number description: The attempt number of the workflow run. in: path required: true schema: type: integer - - *531 + - *532 responses: '200': description: Response content: application/json: - schema: *532 + schema: *533 examples: - default: *536 + default: *537 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -76307,10 +76320,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt parameters: - - *510 - *511 - - *533 - - *537 + - *512 + - *534 + - *538 - *17 - *19 responses: @@ -76328,9 +76341,9 @@ paths: type: integer jobs: type: array - items: *538 + items: *539 examples: - default: &539 + default: &540 value: total_count: 1 jobs: @@ -76443,10 +76456,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#download-workflow-run-attempt-logs parameters: - - *510 - *511 - - *533 - - *537 + - *512 + - *534 + - *538 responses: '302': description: Response @@ -76474,9 +76487,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#cancel-a-workflow-run parameters: - - *510 - *511 - - *533 + - *512 + - *534 responses: '202': description: Response @@ -76522,9 +76535,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/concurrency-groups#list-concurrency-groups-for-a-workflow-run parameters: - - *510 - *511 - - *533 + - *512 + - *534 - *17 - *111 - *112 @@ -76695,9 +76708,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#review-custom-deployment-protection-rules-for-a-workflow-run parameters: - - *510 - *511 - - *533 + - *512 + - *534 requestBody: required: true content: @@ -76764,9 +76777,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#force-cancel-a-workflow-run parameters: - - *510 - *511 - - *533 + - *512 + - *534 responses: '202': description: Response @@ -76799,9 +76812,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run parameters: - - *510 - *511 - - *533 + - *512 + - *534 - name: filter description: Filters jobs by their `completed_at` timestamp. `latest` returns jobs from the most recent execution of the workflow run. `all` returns all @@ -76831,9 +76844,9 @@ paths: type: integer jobs: type: array - items: *538 + items: *539 examples: - default: *539 + default: *540 headers: Link: *48 x-github: @@ -76858,9 +76871,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#download-workflow-run-logs parameters: - - *510 - *511 - - *533 + - *512 + - *534 responses: '302': description: Response @@ -76887,9 +76900,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#delete-workflow-run-logs parameters: - - *510 - *511 - - *533 + - *512 + - *534 responses: '204': description: Response @@ -76916,9 +76929,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run parameters: - - *510 - *511 - - *533 + - *512 + - *534 responses: '200': description: Response @@ -76978,7 +76991,7 @@ paths: items: type: object properties: - type: &671 + type: &672 type: string description: The type of reviewer. enum: @@ -77063,9 +77076,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run parameters: - - *510 - *511 - - *533 + - *512 + - *534 requestBody: required: true content: @@ -77112,12 +77125,12 @@ paths: application/json: schema: type: array - items: &658 + items: &659 title: Deployment description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &949 + properties: &950 url: type: string format: uri @@ -77202,7 +77215,7 @@ paths: nullable: true properties: *230 required: *231 - required: &950 + required: &951 - id - node_id - sha @@ -77218,7 +77231,7 @@ paths: - created_at - updated_at examples: - default: &659 + default: &660 value: - url: https://api.github.com/repos/octocat/example/deployments/1 id: 1 @@ -77274,9 +77287,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#re-run-a-workflow parameters: - - *510 - *511 - - *533 + - *512 + - *534 requestBody: required: false content: @@ -77320,9 +77333,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#re-run-failed-jobs-from-a-workflow-run parameters: - - *510 - *511 - - *533 + - *512 + - *534 requestBody: required: false content: @@ -77376,9 +77389,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#get-workflow-run-usage parameters: - - *510 - *511 - - *533 + - *512 + - *534 responses: '200': description: Response @@ -77515,8 +77528,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#list-repository-secrets parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -77534,9 +77547,9 @@ paths: type: integer secrets: type: array - items: *540 + items: *541 examples: - default: *541 + default: *542 headers: Link: *48 x-github: @@ -77561,8 +77574,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#get-a-repository-public-key parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -77592,17 +77605,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#get-a-repository-secret parameters: - - *510 - *511 + - *512 - *306 responses: '200': description: Response content: application/json: - schema: *540 + schema: *541 examples: - default: &554 + default: &555 value: name: GH_TOKEN created_at: '2019-08-10T14:59:22Z' @@ -77628,8 +77641,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#create-or-update-a-repository-secret parameters: - - *510 - *511 + - *512 - *306 requestBody: required: true @@ -77687,8 +77700,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#delete-a-repository-secret parameters: - - *510 - *511 + - *512 - *306 responses: '204': @@ -77714,8 +77727,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#list-repository-variables parameters: - - *510 - *511 + - *512 - *315 - *19 responses: @@ -77733,9 +77746,9 @@ paths: type: integer variables: type: array - items: *542 + items: *543 examples: - default: *543 + default: *544 headers: Link: *48 x-github: @@ -77758,8 +77771,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#create-a-repository-variable parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -77811,17 +77824,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#get-a-repository-variable parameters: - - *510 - *511 + - *512 - *309 responses: '200': description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: &555 + default: &556 value: name: USERNAME value: octocat @@ -77847,8 +77860,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#update-a-repository-variable parameters: - - *510 - *511 + - *512 - *309 requestBody: required: true @@ -77891,8 +77904,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#delete-a-repository-variable parameters: - - *510 - *511 + - *512 - *309 responses: '204': @@ -77918,8 +77931,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflows#list-repository-workflows parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -77937,7 +77950,7 @@ paths: type: integer workflows: type: array - items: &544 + items: &545 title: Workflow description: A GitHub Actions workflow type: object @@ -78044,9 +78057,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflows#get-a-workflow parameters: - - *510 - *511 - - &545 + - *512 + - &546 name: workflow_id in: path description: The ID of the workflow. You can also pass the workflow file name @@ -78061,7 +78074,7 @@ paths: description: Response content: application/json: - schema: *544 + schema: *545 examples: default: value: @@ -78094,9 +78107,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflows#disable-a-workflow parameters: - - *510 - *511 - - *545 + - *512 + - *546 responses: '204': description: Response @@ -78121,9 +78134,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflows#create-a-workflow-dispatch-event parameters: - - *510 - *511 - - *545 + - *512 + - *546 responses: '200': description: Response including the workflow run ID and URLs. @@ -78203,9 +78216,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflows#enable-a-workflow parameters: - - *510 - *511 - - *545 + - *512 + - *546 responses: '204': description: Response @@ -78232,19 +78245,19 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflow-runs#list-workflow-runs-for-a-workflow parameters: - - *510 - *511 - - *545 + - *512 - *546 - *547 - *548 - *549 + - *550 - *17 - *19 - - *550 - - *531 - *551 + - *532 - *552 + - *553 responses: '200': description: Response @@ -78260,9 +78273,9 @@ paths: type: integer workflow_runs: type: array - items: *532 + items: *533 examples: - default: *553 + default: *554 headers: Link: *48 x-github: @@ -78295,9 +78308,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/workflows#get-workflow-usage parameters: - - *510 - *511 - - *545 + - *512 + - *546 responses: '200': description: Response @@ -78358,8 +78371,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-repository-activities parameters: - - *510 - *511 + - *512 - *113 - *17 - *111 @@ -78528,8 +78541,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#list-repository-organization-secrets parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -78547,9 +78560,9 @@ paths: type: integer secrets: type: array - items: *540 + items: *541 examples: - default: *541 + default: *542 headers: Link: *48 x-github: @@ -78573,8 +78586,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#list-repository-organization-variables parameters: - - *510 - *511 + - *512 - *315 - *19 responses: @@ -78592,9 +78605,9 @@ paths: type: integer variables: type: array - items: *542 + items: *543 examples: - default: *543 + default: *544 headers: Link: *48 x-github: @@ -78619,8 +78632,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#list-repository-secrets parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -78638,9 +78651,9 @@ paths: type: integer secrets: type: array - items: *540 + items: *541 examples: - default: *541 + default: *542 headers: Link: *48 x-github: @@ -78665,8 +78678,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#get-a-repository-public-key parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -78696,17 +78709,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#get-a-repository-secret parameters: - - *510 - *511 + - *512 - *306 responses: '200': description: Response content: application/json: - schema: *540 + schema: *541 examples: - default: *554 + default: *555 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78728,8 +78741,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#create-or-update-a-repository-secret parameters: - - *510 - *511 + - *512 - *306 requestBody: required: true @@ -78787,8 +78800,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/secrets#delete-a-repository-secret parameters: - - *510 - *511 + - *512 - *306 responses: '204': @@ -78814,8 +78827,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#list-repository-variables parameters: - - *510 - *511 + - *512 - *315 - *19 responses: @@ -78833,9 +78846,9 @@ paths: type: integer variables: type: array - items: *542 + items: *543 examples: - default: *543 + default: *544 headers: Link: *48 x-github: @@ -78858,8 +78871,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#create-a-repository-variable parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -78911,17 +78924,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#get-a-repository-variable parameters: - - *510 - *511 + - *512 - *309 responses: '200': description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: *555 + default: *556 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -78942,8 +78955,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#update-a-repository-variable parameters: - - *510 - *511 + - *512 - *309 requestBody: required: true @@ -78986,8 +78999,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/agents/variables#delete-a-repository-variable parameters: - - *510 - *511 + - *512 - *309 responses: '204': @@ -79009,8 +79022,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/assignees#list-assignees parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -79047,8 +79060,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/assignees#check-if-a-user-can-be-assigned parameters: - - *510 - *511 + - *512 - name: assignee in: path required: true @@ -79084,8 +79097,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/attestations#create-an-attestation parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -79195,8 +79208,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/attestations#list-attestations parameters: - - *510 - *511 + - *512 - *17 - *111 - *112 @@ -79237,7 +79250,7 @@ paths: initiator: type: string examples: - default: *556 + default: *557 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -79257,8 +79270,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/autolinks#get-all-autolinks-of-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -79266,7 +79279,7 @@ paths: application/json: schema: type: array - items: &557 + items: &558 title: Autolink reference description: An autolink reference. type: object @@ -79320,8 +79333,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/autolinks#create-an-autolink-reference-for-a-repository parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -79360,9 +79373,9 @@ paths: description: response content: application/json: - schema: *557 + schema: *558 examples: - default: &558 + default: &559 value: id: 1 key_prefix: TICKET- @@ -79393,9 +79406,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/autolinks#get-an-autolink-reference-of-a-repository parameters: - - *510 - *511 - - &559 + - *512 + - &560 name: autolink_id description: The unique identifier of the autolink. in: path @@ -79407,9 +79420,9 @@ paths: description: Response content: application/json: - schema: *557 + schema: *558 examples: - default: *558 + default: *559 '404': *6 x-github: githubCloudOnly: false @@ -79429,9 +79442,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/autolinks#delete-an-autolink-reference-from-a-repository parameters: - - *510 - *511 - - *559 + - *512 + - *560 responses: '204': description: Response @@ -79455,8 +79468,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#check-if-dependabot-security-updates-are-enabled-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response if Dependabot is enabled @@ -79504,8 +79517,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#enable-dependabot-security-updates parameters: - - *510 - *511 + - *512 responses: '204': description: Response @@ -79526,8 +79539,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#disable-dependabot-security-updates parameters: - - *510 - *511 + - *512 responses: '204': description: Response @@ -79547,8 +79560,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branches#list-branches parameters: - - *510 - *511 + - *512 - name: protected description: Setting to `true` returns only branches protected by branch protections or rulesets. When set to `false`, only unprotected branches are returned. @@ -79586,7 +79599,7 @@ paths: - url protected: type: boolean - protection: &561 + protection: &562 title: Branch Protection description: Branch Protection type: object @@ -79628,7 +79641,7 @@ paths: required: - contexts - checks - enforce_admins: &564 + enforce_admins: &565 title: Protected Branch Admin Enforced description: Protected Branch Admin Enforced type: object @@ -79643,7 +79656,7 @@ paths: required: - url - enabled - required_pull_request_reviews: &566 + required_pull_request_reviews: &567 title: Protected Branch Pull Request Review description: Protected Branch Pull Request Review type: object @@ -79719,7 +79732,7 @@ paths: required: - dismiss_stale_reviews - require_code_owner_reviews - restrictions: &563 + restrictions: &564 title: Branch Restriction Policy description: Branch Restriction Policy type: object @@ -79996,9 +80009,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branches#get-a-branch parameters: - - *510 - *511 - - &562 + - *512 + - &563 name: branch description: The name of the branch. Cannot contain wildcard characters. To use wildcard characters in branch names, use [the GraphQL API](https://docs.github.com/enterprise-cloud@latest/graphql). @@ -80012,14 +80025,14 @@ paths: description: Response content: application/json: - schema: &572 + schema: &573 title: Branch With Protection description: Branch With Protection type: object properties: name: type: string - commit: &629 + commit: &630 title: Commit description: Commit type: object @@ -80053,7 +80066,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: &560 + properties: &561 name: type: string example: '"Chris Wanstrath"' @@ -80069,7 +80082,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *560 + properties: *561 nullable: true message: type: string @@ -80090,7 +80103,7 @@ paths: required: - sha - url - verification: &689 + verification: &690 title: Verification type: object properties: @@ -80160,7 +80173,7 @@ paths: type: integer files: type: array - items: &641 + items: &642 title: Diff Entry description: Diff Entry type: object @@ -80244,7 +80257,7 @@ paths: - self protected: type: boolean - protection: *561 + protection: *562 protection_url: type: string format: uri @@ -80351,7 +80364,7 @@ paths: contexts: [] checks: [] protection_url: https://api.github.com/repos/octocat/Hello-World/branches/main/protection - '301': *516 + '301': *517 '404': *6 x-github: githubCloudOnly: false @@ -80373,15 +80386,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-branch-protection parameters: - - *510 - *511 - - *562 + - *512 + - *563 responses: '200': description: Response content: application/json: - schema: *561 + schema: *562 examples: default: value: @@ -80575,9 +80588,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#update-branch-protection parameters: - - *510 - *511 - - *562 + - *512 + - *563 requestBody: required: true content: @@ -80832,7 +80845,7 @@ paths: url: type: string format: uri - required_status_checks: &569 + required_status_checks: &570 title: Status Check Policy description: Status Check Policy type: object @@ -80984,7 +80997,7 @@ paths: additionalProperties: false required: - enabled - restrictions: *563 + restrictions: *564 required_conversation_resolution: type: object properties: @@ -81096,9 +81109,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#delete-branch-protection parameters: - - *510 - *511 - - *562 + - *512 + - *563 responses: '204': description: Response @@ -81123,17 +81136,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-admin-branch-protection parameters: - - *510 - *511 - - *562 + - *512 + - *563 responses: '200': description: Response content: application/json: - schema: *564 + schema: *565 examples: - default: &565 + default: &566 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/enforce_admins enabled: true @@ -81155,17 +81168,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#set-admin-branch-protection parameters: - - *510 - *511 - - *562 + - *512 + - *563 responses: '200': description: Response content: application/json: - schema: *564 + schema: *565 examples: - default: *565 + default: *566 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -81184,9 +81197,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#delete-admin-branch-protection parameters: - - *510 - *511 - - *562 + - *512 + - *563 responses: '204': description: Response @@ -81211,17 +81224,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-pull-request-review-protection parameters: - - *510 - *511 - - *562 + - *512 + - *563 responses: '200': description: Response content: application/json: - schema: *566 + schema: *567 examples: - default: &567 + default: &568 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_pull_request_reviews dismissal_restrictions: @@ -81317,9 +81330,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#update-pull-request-review-protection parameters: - - *510 - *511 - - *562 + - *512 + - *563 requestBody: required: false content: @@ -81417,9 +81430,9 @@ paths: description: Response content: application/json: - schema: *566 + schema: *567 examples: - default: *567 + default: *568 '422': *15 x-github: githubCloudOnly: false @@ -81440,9 +81453,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#delete-pull-request-review-protection parameters: - - *510 - *511 - - *562 + - *512 + - *563 responses: '204': description: Response @@ -81469,17 +81482,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-commit-signature-protection parameters: - - *510 - *511 - - *562 + - *512 + - *563 responses: '200': description: Response content: application/json: - schema: *564 + schema: *565 examples: - default: &568 + default: &569 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_signatures enabled: true @@ -81502,17 +81515,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#create-commit-signature-protection parameters: - - *510 - *511 - - *562 + - *512 + - *563 responses: '200': description: Response content: application/json: - schema: *564 + schema: *565 examples: - default: *568 + default: *569 '404': *6 x-github: githubCloudOnly: false @@ -81532,9 +81545,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#delete-commit-signature-protection parameters: - - *510 - *511 - - *562 + - *512 + - *563 responses: '204': description: Response @@ -81559,17 +81572,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-status-checks-protection parameters: - - *510 - *511 - - *562 + - *512 + - *563 responses: '200': description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: &570 + default: &571 value: url: https://api.github.com/repos/octocat/Hello-World/branches/master/protection/required_status_checks strict: true @@ -81595,9 +81608,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#update-status-check-protection parameters: - - *510 - *511 - - *562 + - *512 + - *563 requestBody: required: false content: @@ -81649,9 +81662,9 @@ paths: description: Response content: application/json: - schema: *569 + schema: *570 examples: - default: *570 + default: *571 '404': *6 '422': *15 x-github: @@ -81673,9 +81686,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#remove-status-check-protection parameters: - - *510 - *511 - - *562 + - *512 + - *563 responses: '204': description: Response @@ -81699,9 +81712,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-all-status-check-contexts parameters: - - *510 - *511 - - *562 + - *512 + - *563 responses: '200': description: Response @@ -81735,9 +81748,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#add-status-check-contexts parameters: - - *510 - *511 - - *562 + - *512 + - *563 requestBody: required: false content: @@ -81804,9 +81817,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#set-status-check-contexts parameters: - - *510 - *511 - - *562 + - *512 + - *563 requestBody: required: false content: @@ -81870,9 +81883,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#remove-status-check-contexts parameters: - - *510 - *511 - - *562 + - *512 + - *563 requestBody: content: application/json: @@ -81938,15 +81951,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-access-restrictions parameters: - - *510 - *511 - - *562 + - *512 + - *563 responses: '200': description: Response content: application/json: - schema: *563 + schema: *564 examples: default: value: @@ -82037,9 +82050,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#delete-access-restrictions parameters: - - *510 - *511 - - *562 + - *512 + - *563 responses: '204': description: Response @@ -82062,9 +82075,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-apps-with-access-to-the-protected-branch parameters: - - *510 - *511 - - *562 + - *512 + - *563 responses: '200': description: Response @@ -82074,7 +82087,7 @@ paths: type: array items: *5 examples: - default: &571 + default: &572 value: - id: 1 slug: octoapp @@ -82131,9 +82144,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#add-app-access-restrictions parameters: - - *510 - *511 - - *562 + - *512 + - *563 requestBody: required: true content: @@ -82167,7 +82180,7 @@ paths: type: array items: *5 examples: - default: *571 + default: *572 '422': *15 x-github: githubCloudOnly: false @@ -82188,9 +82201,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#set-app-access-restrictions parameters: - - *510 - *511 - - *562 + - *512 + - *563 requestBody: required: true content: @@ -82224,7 +82237,7 @@ paths: type: array items: *5 examples: - default: *571 + default: *572 '422': *15 x-github: githubCloudOnly: false @@ -82245,9 +82258,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#remove-app-access-restrictions parameters: - - *510 - *511 - - *562 + - *512 + - *563 requestBody: required: true content: @@ -82281,7 +82294,7 @@ paths: type: array items: *5 examples: - default: *571 + default: *572 '422': *15 x-github: githubCloudOnly: false @@ -82303,9 +82316,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-teams-with-access-to-the-protected-branch parameters: - - *510 - *511 - - *562 + - *512 + - *563 responses: '200': description: Response @@ -82315,7 +82328,7 @@ paths: type: array items: *329 examples: - default: *419 + default: *420 '404': *6 x-github: githubCloudOnly: false @@ -82335,9 +82348,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#add-team-access-restrictions parameters: - - *510 - *511 - - *562 + - *512 + - *563 requestBody: required: false content: @@ -82375,7 +82388,7 @@ paths: type: array items: *329 examples: - default: *419 + default: *420 '422': *15 x-github: githubCloudOnly: false @@ -82396,9 +82409,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#set-team-access-restrictions parameters: - - *510 - *511 - - *562 + - *512 + - *563 requestBody: required: false content: @@ -82436,7 +82449,7 @@ paths: type: array items: *329 examples: - default: *419 + default: *420 '422': *15 x-github: githubCloudOnly: false @@ -82457,9 +82470,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#remove-team-access-restrictions parameters: - - *510 - *511 - - *562 + - *512 + - *563 requestBody: content: application/json: @@ -82496,7 +82509,7 @@ paths: type: array items: *329 examples: - default: *419 + default: *420 '422': *15 x-github: githubCloudOnly: false @@ -82518,9 +82531,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#get-users-with-access-to-the-protected-branch parameters: - - *510 - *511 - - *562 + - *512 + - *563 responses: '200': description: Response @@ -82554,9 +82567,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#add-user-access-restrictions parameters: - - *510 - *511 - - *562 + - *512 + - *563 requestBody: required: true content: @@ -82614,9 +82627,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#set-user-access-restrictions parameters: - - *510 - *511 - - *562 + - *512 + - *563 requestBody: required: true content: @@ -82674,9 +82687,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branch-protection#remove-user-access-restrictions parameters: - - *510 - *511 - - *562 + - *512 + - *563 requestBody: required: true content: @@ -82736,9 +82749,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branches#rename-a-branch parameters: - - *510 - *511 - - *562 + - *512 + - *563 requestBody: required: true content: @@ -82760,7 +82773,7 @@ paths: description: Response content: application/json: - schema: *572 + schema: *573 examples: default: value: @@ -82874,8 +82887,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *510 - *511 + - *512 - *106 - *107 - *108 @@ -82911,8 +82924,8 @@ paths: category: repos subcategory: bypass-requests parameters: - - *510 - *511 + - *512 - name: bypass_request_number in: path required: true @@ -82985,8 +82998,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *510 - *511 + - *512 - *106 - *107 - *108 @@ -83026,8 +83039,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *510 - *511 + - *512 - name: bypass_request_number in: path required: true @@ -83097,8 +83110,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *510 - *511 + - *512 - name: bypass_request_number in: path required: true @@ -83169,8 +83182,8 @@ paths: category: secret-scanning subcategory: delegated-bypass parameters: - - *510 - *511 + - *512 - name: bypass_response_id in: path required: true @@ -83203,8 +83216,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/runs#create-a-check-run parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -83483,7 +83496,7 @@ paths: description: Response content: application/json: - schema: &573 + schema: &574 title: CheckRun description: A check performed on the code of a given code change type: object @@ -83603,7 +83616,7 @@ paths: check. type: array items: *240 - deployment: &942 + deployment: &943 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -83883,9 +83896,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/runs#get-a-check-run parameters: - - *510 - *511 - - &574 + - *512 + - &575 name: check_run_id description: The unique identifier of the check run. in: path @@ -83897,9 +83910,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: &575 + default: &576 value: id: 4 head_sha: ce587453ced02b1526dfb4cb910479d431683101 @@ -83999,9 +84012,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/runs#update-a-check-run parameters: - - *510 - *511 - - *574 + - *512 + - *575 requestBody: required: true content: @@ -84241,9 +84254,9 @@ paths: description: Response content: application/json: - schema: *573 + schema: *574 examples: - default: *575 + default: *576 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84263,9 +84276,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/runs#list-check-run-annotations parameters: - - *510 - *511 - - *574 + - *512 + - *575 - *17 - *19 responses: @@ -84360,9 +84373,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/runs#rerequest-a-check-run parameters: - - *510 - *511 - - *574 + - *512 + - *575 responses: '201': description: Response @@ -84406,8 +84419,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/suites#create-a-check-suite parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -84429,7 +84442,7 @@ paths: description: Response when the suite already exists content: application/json: - schema: &578 + schema: &579 title: CheckSuite description: A suite of checks performed on the code of a given code change @@ -84515,12 +84528,12 @@ paths: type: string format: date-time nullable: true - head_commit: &975 + head_commit: &976 title: Simple Commit description: A commit. type: object - properties: *576 - required: *577 + properties: *577 + required: *578 latest_check_runs_count: type: integer check_runs_url: @@ -84548,7 +84561,7 @@ paths: - check_runs_url - pull_requests examples: - default: &579 + default: &580 value: id: 5 node_id: MDEwOkNoZWNrU3VpdGU1 @@ -84839,9 +84852,9 @@ paths: description: Response when the suite was created content: application/json: - schema: *578 + schema: *579 examples: - default: *579 + default: *580 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -84860,8 +84873,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/suites#update-repository-preferences-for-check-suites parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -85170,9 +85183,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/suites#get-a-check-suite parameters: - - *510 - *511 - - &580 + - *512 + - &581 name: check_suite_id description: The unique identifier of the check suite. in: path @@ -85184,9 +85197,9 @@ paths: description: Response content: application/json: - schema: *578 + schema: *579 examples: - default: *579 + default: *580 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -85209,17 +85222,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/runs#list-check-runs-in-a-check-suite parameters: - - *510 - *511 - - *580 - - &634 + - *512 + - *581 + - &635 name: check_name description: Returns check runs with the specified `name`. in: query required: false schema: type: string - - &635 + - &636 name: status description: Returns check runs with the specified `status`. in: query @@ -85258,9 +85271,9 @@ paths: type: integer check_runs: type: array - items: *573 + items: *574 examples: - default: &636 + default: &637 value: total_count: 1 check_runs: @@ -85362,9 +85375,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/suites#rerequest-a-check-suite parameters: - - *510 - *511 - - *580 + - *512 + - *581 responses: '201': description: Response @@ -85393,8 +85406,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-quality/code-quality#list-code-quality-findings-for-a-repository parameters: - - *510 - *511 + - *512 - *17 - *113 - *111 @@ -85416,7 +85429,7 @@ paths: application/json: schema: type: array - items: &581 + items: &582 description: Code quality finding type: object properties: @@ -85546,7 +85559,7 @@ paths: markdown: This check is useless. [o](java/UselessNullCheck.java#L9C4-L9C18) cannot be null at this check, since it is guarded by [...instanceof...](java/UselessNullCheck.java#L7C13-L7C25). created_at: '2026-01-23T12:34:56Z' - '403': &582 + '403': &583 description: Response if the user is not authorized to access Code quality for this repository. content: @@ -85573,8 +85586,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-quality/code-quality#get-a-code-quality-finding parameters: - - *510 - *511 + - *512 - name: finding_number in: path description: The number that identifies a finding. @@ -85586,7 +85599,7 @@ paths: description: Response content: application/json: - schema: *581 + schema: *582 examples: default: value: @@ -85615,7 +85628,7 @@ paths: markdown: This check is useless. [o](java/UselessNullCheck.java#L9C4-L9C18) cannot be null at this check, since it is guarded by [...instanceof...](java/UselessNullCheck.java#L7C13-L7C25). created_at: '2026-01-23T12:34:56Z' - '403': *582 + '403': *583 '404': *6 '503': *204 x-github: @@ -85637,8 +85650,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-quality/code-quality#get-a-code-quality-setup-configuration parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -85710,7 +85723,7 @@ paths: updated_at: '2023-01-01T00:00:00Z' schedule: weekly ai_findings_option: on_push - '403': *582 + '403': *583 '404': *6 '503': *204 x-github: @@ -85731,8 +85744,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-quality/code-quality#update-a-code-quality-setup-configuration parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -85868,21 +85881,21 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#list-code-scanning-alerts-for-a-repository parameters: - - *510 - *511 + - *512 - *333 - *334 - *19 - *17 - - &599 + - &600 name: ref description: The Git reference for the results you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. in: query required: false - schema: *583 - - &600 + schema: *584 + - &601 name: pr description: The number of the pull request for the results you want to list. in: query @@ -85913,7 +85926,7 @@ paths: be returned. in: query required: false - schema: *584 + schema: *585 - name: assignees description: | Filter alerts by assignees. Provide a comma-separated list of user handles (e.g., `octocat` or `octocat,hubot`). @@ -85937,7 +85950,7 @@ paths: updated_at: *144 url: *141 html_url: *142 - instances_url: *585 + instances_url: *586 state: *116 fixed_at: *146 dismissed_by: @@ -85948,11 +85961,11 @@ paths: required: *21 nullable: true dismissed_at: *145 - dismissed_reason: *586 - dismissed_comment: *587 - rule: *588 - tool: *589 - most_recent_instance: *590 + dismissed_reason: *587 + dismissed_comment: *588 + rule: *589 + tool: *590 + most_recent_instance: *591 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -86078,7 +86091,7 @@ paths: classifications: [] instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/3/instances '304': *38 - '403': &592 + '403': &593 description: Response if GitHub Advanced Security is not enabled for this repository content: @@ -86105,9 +86118,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#get-a-code-scanning-alert parameters: - - *510 - *511 - - &593 + - *512 + - &594 name: alert_number in: path description: The number that identifies an alert. You can find this at the @@ -86121,7 +86134,7 @@ paths: description: Response content: application/json: - schema: &594 + schema: &595 type: object properties: number: *136 @@ -86129,7 +86142,7 @@ paths: updated_at: *144 url: *141 html_url: *142 - instances_url: *585 + instances_url: *586 state: *116 fixed_at: *146 dismissed_by: @@ -86140,8 +86153,8 @@ paths: required: *21 nullable: true dismissed_at: *145 - dismissed_reason: *586 - dismissed_comment: *587 + dismissed_reason: *587 + dismissed_comment: *588 rule: type: object properties: @@ -86195,8 +86208,8 @@ paths: type: string description: A link to the documentation for the rule used to detect the alert. - tool: *589 - most_recent_instance: *590 + tool: *590 + most_recent_instance: *591 dismissal_approved_by: title: Simple User description: A GitHub user. @@ -86210,7 +86223,7 @@ paths: linked_pull_requests: description: Pull requests linked to this alert. type: array - items: *591 + items: *592 required: - number - created_at @@ -86299,7 +86312,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '304': *38 - '403': *592 + '403': *593 '404': *6 '503': *204 x-github: @@ -86319,9 +86332,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#update-a-code-scanning-alert parameters: - - *510 - *511 - - *593 + - *512 + - *594 requestBody: required: true content: @@ -86336,8 +86349,8 @@ paths: enum: - open - dismissed - dismissed_reason: *586 - dismissed_comment: *587 + dismissed_reason: *587 + dismissed_comment: *588 create_request: type: boolean description: If `true`, attempt to create an alert dismissal request. @@ -86365,7 +86378,7 @@ paths: description: Response content: application/json: - schema: *594 + schema: *595 examples: default: value: @@ -86441,7 +86454,7 @@ paths: - test instances_url: https://api.github.com/repos/octocat/hello-world/code-scanning/alerts/42/instances '400': *14 - '403': &598 + '403': &599 description: Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository content: @@ -86468,15 +86481,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert parameters: - - *510 - *511 - - *593 + - *512 + - *594 responses: '200': description: Response content: application/json: - schema: &595 + schema: &596 type: object properties: status: @@ -86502,13 +86515,13 @@ paths: - description - started_at examples: - default: &596 + default: &597 value: status: success description: This fixes an XSS vulnerability by escaping the user input. started_at: '2024-02-14T12:29:18Z' - '400': &597 + '400': &598 description: Bad Request content: application/json: @@ -86519,7 +86532,7 @@ paths: message: The alert_number is not valid documentation_url: https://docs.github.com/rest/code-scanning/code-scanning#get-the-status-of-an-autofix-for-a-code-scanning-alert status: '400' - '403': *592 + '403': *593 '404': *6 '500': *41 x-github: @@ -86544,29 +86557,29 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#create-an-autofix-for-a-code-scanning-alert parameters: - - *510 - *511 - - *593 + - *512 + - *594 responses: '200': description: OK content: application/json: - schema: *595 + schema: *596 examples: - default: *596 + default: *597 '202': description: Accepted content: application/json: - schema: *595 + schema: *596 examples: default: value: status: pending description: started_at: '2024-02-14T12:29:18Z' - '400': *597 + '400': *598 '403': description: Response if the repository is archived, if GitHub Advanced Security is not enabled for this repository or if rate limit is exceeded @@ -86598,9 +86611,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#commit-an-autofix-for-a-code-scanning-alert parameters: - - *510 - *511 - - *593 + - *512 + - *594 requestBody: required: false content: @@ -86645,8 +86658,8 @@ paths: value: target_ref: refs/heads/main sha: 178f4f6090b3fccad4a65b3e83d076a622d59652 - '400': *597 - '403': *598 + '400': *598 + '403': *599 '404': *6 '422': description: Unprocessable Entity @@ -86670,13 +86683,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#list-instances-of-a-code-scanning-alert parameters: - - *510 - *511 - - *593 + - *512 + - *594 - *19 - *17 - - *599 - *600 + - *601 responses: '200': description: Response @@ -86687,10 +86700,10 @@ paths: items: type: object properties: - ref: *583 - analysis_key: *601 - environment: *602 - category: *603 + ref: *584 + analysis_key: *602 + environment: *603 + category: *604 state: type: string description: State of a code scanning alert instance. @@ -86705,7 +86718,7 @@ paths: properties: text: type: string - location: *604 + location: *605 html_url: type: string classifications: @@ -86713,7 +86726,7 @@ paths: description: |- Classifications that have been applied to the file that triggered the alert. For example identifying it as documentation, or a generated file. - items: *605 + items: *606 examples: default: value: @@ -86750,7 +86763,7 @@ paths: end_column: 50 classifications: - source - '403': *592 + '403': *593 '404': *6 '503': *204 x-github: @@ -86784,25 +86797,25 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#list-code-scanning-analyses-for-a-repository parameters: - - *510 - *511 + - *512 - *333 - *334 - *19 - *17 - - *600 + - *601 - name: ref in: query description: The Git reference for the analyses you want to list. The `ref` for a branch can be formatted either as `refs/heads/` or simply ``. To reference a pull request use `refs/pull//merge`. required: false - schema: *583 + schema: *584 - name: sarif_id in: query description: Filter analyses belonging to the same SARIF upload. required: false - schema: &606 + schema: &607 type: string description: An identifier for the upload. example: 6c81cd8e-b078-4ac3-a3be-1dad7dbd0b53 @@ -86823,23 +86836,23 @@ paths: application/json: schema: type: array - items: &607 + items: &608 type: object properties: - ref: *583 - commit_sha: &615 + ref: *584 + commit_sha: &616 description: The SHA of the commit to which the analysis you are uploading relates. type: string minLength: 40 maxLength: 64 pattern: "^([0-9a-fA-F]{40}(?:[0-9a-fA-F]{24})?)$" - analysis_key: *601 + analysis_key: *602 environment: type: string description: Identifies the variable values associated with the environment in which this analysis was performed. - category: *603 + category: *604 error: type: string example: error reading field xyz @@ -86863,8 +86876,8 @@ paths: description: The REST API URL of the analysis resource. format: uri readOnly: true - sarif_id: *606 - tool: *589 + sarif_id: *607 + tool: *590 deletable: type: boolean warning: @@ -86925,7 +86938,7 @@ paths: version: 1.2.0 deletable: true warning: '' - '403': *592 + '403': *593 '404': *6 '503': *204 x-github: @@ -86961,8 +86974,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#get-a-code-scanning-analysis-for-a-repository parameters: - - *510 - *511 + - *512 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -86975,7 +86988,7 @@ paths: description: Response content: application/json: - schema: *607 + schema: *608 examples: response: summary: application/json response @@ -87029,7 +87042,7 @@ paths: properties: - github/alertNumber: 2 - github/alertUrl: https://api.github.com/repos/monalisa/monalisa/code-scanning/alerts/2 - '403': *592 + '403': *593 '404': *6 '422': description: Response if analysis could not be processed @@ -87116,8 +87129,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#delete-a-code-scanning-analysis-from-a-repository parameters: - - *510 - *511 + - *512 - name: analysis_id in: path description: The ID of the analysis, as returned from the `GET /repos/{owner}/{repo}/code-scanning/analyses` @@ -87170,7 +87183,7 @@ paths: next_analysis_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41 confirm_delete_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses/41?confirm_delete '400': *14 - '403': *598 + '403': *599 '404': *6 '503': *204 x-github: @@ -87192,8 +87205,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#list-codeql-databases-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -87201,7 +87214,7 @@ paths: application/json: schema: type: array - items: &608 + items: &609 title: CodeQL Database description: A CodeQL database. type: object @@ -87312,7 +87325,7 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/ruby commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '403': *592 + '403': *593 '404': *6 '503': *204 x-github: @@ -87341,8 +87354,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#get-a-codeql-database-for-a-repository parameters: - - *510 - *511 + - *512 - name: language in: path description: The language of the CodeQL database. @@ -87354,7 +87367,7 @@ paths: description: Response content: application/json: - schema: *608 + schema: *609 examples: default: value: @@ -87386,9 +87399,9 @@ paths: updated_at: '2022-09-12T12:14:32Z' url: https://api.github.com/repos/octocat/Hello-World/code-scanning/codeql/databases/java commit_oid: 1927de39fefa25a9d0e64e3f540ff824a72f538c - '302': &645 + '302': &646 description: Found - '403': *592 + '403': *593 '404': *6 '503': *204 x-github: @@ -87410,8 +87423,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#delete-a-codeql-database parameters: - - *510 - *511 + - *512 - name: language in: path description: The language of the CodeQL database. @@ -87421,7 +87434,7 @@ paths: responses: '204': description: Response - '403': *598 + '403': *599 '404': *6 '503': *204 x-github: @@ -87449,8 +87462,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#create-a-codeql-variant-analysis parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -87459,7 +87472,7 @@ paths: type: object additionalProperties: false properties: - language: &609 + language: &610 type: string description: The language targeted by the CodeQL query enum: @@ -87539,7 +87552,7 @@ paths: description: Variant analysis submitted for processing content: application/json: - schema: &613 + schema: &614 title: Variant Analysis description: A run of a CodeQL query against one or more repositories. type: object @@ -87549,7 +87562,7 @@ paths: description: The ID of the variant analysis. controller_repo: *123 actor: *4 - query_language: *609 + query_language: *610 query_pack_url: type: string description: The download url for the query pack. @@ -87596,7 +87609,7 @@ paths: items: type: object properties: - repository: &610 + repository: &611 title: Repository Identifier description: Repository Identifier type: object @@ -87632,7 +87645,7 @@ paths: - private - stargazers_count - updated_at - analysis_status: &614 + analysis_status: &615 type: string description: The new status of the CodeQL variant analysis repository task. @@ -87664,7 +87677,7 @@ paths: from processing. This information is only available to the user that initiated the variant analysis. properties: - access_mismatch_repos: &611 + access_mismatch_repos: &612 type: object properties: repository_count: @@ -87678,7 +87691,7 @@ paths: This list may not include all repositories that were skipped. This is only available when the repository was found and the user has access to it. - items: *610 + items: *611 required: - repository_count - repositories @@ -87700,8 +87713,8 @@ paths: required: - repository_count - repository_full_names - no_codeql_db_repos: *611 - over_limit_repos: *611 + no_codeql_db_repos: *612 + over_limit_repos: *612 required: - access_mismatch_repos - not_found_repos @@ -87717,7 +87730,7 @@ paths: examples: repositories_parameter: summary: Response for a successful variant analysis submission - value: &612 + value: &613 summary: Default response value: id: 1 @@ -87863,10 +87876,10 @@ paths: private: false repository_owners: summary: Response for a successful variant analysis submission - value: *612 + value: *613 repository_lists: summary: Response for a successful variant analysis submission - value: *612 + value: *613 '404': *6 '422': description: Unable to process variant analysis submission @@ -87894,8 +87907,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#get-the-summary-of-a-codeql-variant-analysis parameters: - - *510 - *511 + - *512 - name: codeql_variant_analysis_id in: path description: The unique identifier of the variant analysis. @@ -87907,9 +87920,9 @@ paths: description: Response content: application/json: - schema: *613 + schema: *614 examples: - default: *612 + default: *613 '404': *6 '503': *204 x-github: @@ -87932,7 +87945,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#get-the-analysis-status-of-a-repository-in-a-codeql-variant-analysis parameters: - - *510 + - *511 - name: repo in: path description: The name of the controller repository. @@ -87967,7 +87980,7 @@ paths: type: object properties: repository: *123 - analysis_status: *614 + analysis_status: *615 artifact_size_in_bytes: type: integer description: The size of the artifact. This is only available @@ -88092,8 +88105,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#get-a-code-scanning-default-setup-configuration parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -88176,7 +88189,7 @@ paths: threat_model: remote updated_at: '2023-01-19T11:21:34Z' schedule: weekly - '403': *592 + '403': *593 '404': *6 '503': *204 x-github: @@ -88197,8 +88210,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#update-a-code-scanning-default-setup-configuration parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -88290,7 +88303,7 @@ paths: value: run_id: 42 run_url: https://api.github.com/repos/octoorg/octocat/actions/runs/42 - '403': *598 + '403': *599 '404': *6 '409': description: Response if there is already a validation run in progress with @@ -88361,8 +88374,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#upload-an-analysis-as-sarif-data parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -88370,7 +88383,7 @@ paths: schema: type: object properties: - commit_sha: *615 + commit_sha: *616 ref: type: string description: |- @@ -88428,7 +88441,7 @@ paths: schema: type: object properties: - id: *606 + id: *607 url: type: string description: The REST API URL for checking the status of the upload. @@ -88442,7 +88455,7 @@ paths: url: https://api.github.com/repos/octocat/hello-world/code-scanning/sarifs/47177e22-5596-11eb-80a1-c1e54ef945c6 '400': description: Bad Request if the sarif field is invalid - '403': *598 + '403': *599 '404': *6 '413': description: Payload Too Large if the sarif field is too large @@ -88465,8 +88478,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-scanning/code-scanning#get-information-about-a-sarif-upload parameters: - - *510 - *511 + - *512 - name: sarif_id description: The SARIF ID obtained after uploading. in: path @@ -88512,7 +88525,7 @@ paths: value: processing_status: complete analyses_url: https://api.github.com/repos/octocat/hello-world/code-scanning/analyses?sarif_id=47177e22-5596-11eb-80a1-c1e54ef945c6 - '403': *592 + '403': *593 '404': description: Not Found if the sarif id does not match any upload '503': *204 @@ -88537,8 +88550,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/code-security/configurations#get-the-code-security-configuration-associated-with-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -88619,8 +88632,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-codeowners-errors parameters: - - *510 - *511 + - *512 - name: ref description: 'A branch, tag or commit name used to determine which version of the CODEOWNERS file to use. Default: the repository''s default branch @@ -88740,8 +88753,8 @@ paths: parameters: - *17 - *19 - - *510 - *511 + - *512 responses: '200': description: Response @@ -88757,7 +88770,7 @@ paths: type: integer codespaces: type: array - items: *409 + items: *410 examples: default: value: @@ -89055,8 +89068,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#create-a-codespace-in-a-repository parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -89119,17 +89132,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *409 + schema: *410 examples: - default: *616 + default: *617 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *409 + schema: *410 examples: - default: *616 + default: *617 '400': *14 '401': *25 '403': *29 @@ -89158,8 +89171,8 @@ paths: parameters: - *17 - *19 - - *510 - *511 + - *512 responses: '200': description: Response @@ -89223,8 +89236,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/machines#list-available-machine-types-for-a-repository parameters: - - *510 - *511 + - *512 - name: location description: The location to check for available machines. Assigned by IP if not provided. @@ -89259,14 +89272,14 @@ paths: type: integer machines: type: array - items: &884 + items: &885 type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *617 - required: *618 + properties: *618 + required: *619 examples: - default: &885 + default: &886 value: total_count: 2 machines: @@ -89306,8 +89319,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#get-default-attributes-for-a-codespace parameters: - - *510 - *511 + - *512 - name: ref description: The branch or commit to check for a default devcontainer path. If not specified, the default branch will be checked. @@ -89391,8 +89404,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user parameters: - - *510 - *511 + - *512 - name: ref description: The git reference that points to the location of the devcontainer configuration to use for the permission check. The value of `ref` will typically @@ -89458,8 +89471,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/repository-secrets#list-repository-secrets parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -89477,7 +89490,7 @@ paths: type: integer secrets: type: array - items: &622 + items: &623 title: Codespaces Secret description: Set repository secrets for GitHub Codespaces. type: object @@ -89497,7 +89510,7 @@ paths: - created_at - updated_at examples: - default: *619 + default: *620 headers: Link: *48 x-github: @@ -89520,16 +89533,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/repository-secrets#get-a-repository-public-key parameters: - - *510 - *511 + - *512 responses: '200': description: Response content: application/json: - schema: *620 + schema: *621 examples: - default: *621 + default: *622 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -89549,17 +89562,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/repository-secrets#get-a-repository-secret parameters: - - *510 - *511 + - *512 - *306 responses: '200': description: Response content: application/json: - schema: *622 + schema: *623 examples: - default: *623 + default: *624 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -89579,8 +89592,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/repository-secrets#create-or-update-a-repository-secret parameters: - - *510 - *511 + - *512 - *306 requestBody: required: true @@ -89633,8 +89646,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/repository-secrets#delete-a-repository-secret parameters: - - *510 - *511 + - *512 - *306 responses: '204': @@ -89663,8 +89676,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/collaborators#list-repository-collaborators parameters: - - *510 - *511 + - *512 - name: affiliation description: Filter collaborators returned by their affiliation. `outside` means all outside collaborators of an organization-owned repository. `direct` @@ -89706,7 +89719,7 @@ paths: title: Collaborator description: Collaborator type: object - properties: &624 + properties: &625 login: type: string example: octocat @@ -89799,7 +89812,7 @@ paths: user_view_type: type: string example: public - required: &625 + required: &626 - avatar_url - events_url - followers_url @@ -89873,8 +89886,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator parameters: - - *510 - *511 + - *512 - *135 responses: '204': @@ -89921,8 +89934,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/collaborators#add-a-repository-collaborator parameters: - - *510 - *511 + - *512 - *135 requestBody: required: false @@ -89949,7 +89962,7 @@ paths: description: Response when a new invitation is created content: application/json: - schema: &702 + schema: &703 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -90178,8 +90191,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/collaborators#remove-a-repository-collaborator parameters: - - *510 - *511 + - *512 - *135 responses: '204': @@ -90211,8 +90224,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/collaborators#get-repository-permissions-for-a-user parameters: - - *510 - *511 + - *512 - *135 responses: '200': @@ -90233,8 +90246,8 @@ paths: title: Collaborator description: Collaborator type: object - properties: *624 - required: *625 + properties: *625 + required: *626 nullable: true required: - permission @@ -90289,8 +90302,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/comments#list-commit-comments-for-a-repository parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -90300,7 +90313,7 @@ paths: application/json: schema: type: array - items: &626 + items: &627 title: Commit Comment description: Commit Comment type: object @@ -90358,7 +90371,7 @@ paths: - created_at - updated_at examples: - default: &631 + default: &632 value: - html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -90417,17 +90430,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/comments#get-a-commit-comment parameters: - - *510 - *511 + - *512 - *251 responses: '200': description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: &632 + default: &633 value: html_url: https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e#commitcomment-1 url: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -90484,8 +90497,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/comments#update-a-commit-comment parameters: - - *510 - *511 + - *512 - *251 requestBody: required: true @@ -90508,7 +90521,7 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: default: value: @@ -90559,8 +90572,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/comments#delete-a-commit-comment parameters: - - *510 - *511 + - *512 - *251 responses: '204': @@ -90582,8 +90595,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#list-reactions-for-a-commit-comment parameters: - - *510 - *511 + - *512 - *251 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#about-reactions). @@ -90610,7 +90623,7 @@ paths: application/json: schema: type: array - items: &627 + items: &628 title: Reaction description: Reactions to conversations provide a way to help people express their feelings more simply and effectively. @@ -90653,7 +90666,7 @@ paths: - content - created_at examples: - default: &706 + default: &707 value: - id: 1 node_id: MDg6UmVhY3Rpb24x @@ -90698,8 +90711,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#create-reaction-for-a-commit-comment parameters: - - *510 - *511 + - *512 - *251 requestBody: required: true @@ -90732,9 +90745,9 @@ paths: description: Reaction exists content: application/json: - schema: *627 + schema: *628 examples: - default: &628 + default: &629 value: id: 1 node_id: MDg6UmVhY3Rpb24x @@ -90763,9 +90776,9 @@ paths: description: Reaction created content: application/json: - schema: *627 + schema: *628 examples: - default: *628 + default: *629 '422': *15 x-github: githubCloudOnly: false @@ -90787,10 +90800,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#delete-a-commit-comment-reaction parameters: - - *510 - *511 + - *512 - *251 - - &707 + - &708 name: reaction_id description: The unique identifier of the reaction. in: path @@ -90845,8 +90858,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/commits#list-commits parameters: - - *510 - *511 + - *512 - name: sha description: 'SHA or branch to start listing commits from. Default: the repository’s default branch (usually `main`).' @@ -90902,9 +90915,9 @@ paths: application/json: schema: type: array - items: *629 + items: *630 examples: - default: &780 + default: &781 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -90998,9 +91011,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/commits#list-branches-for-head-commit parameters: - - *510 - *511 - - &630 + - *512 + - &631 name: commit_sha description: The SHA of the commit. in: path @@ -91072,9 +91085,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/comments#list-commit-comments parameters: - - *510 - *511 - - *630 + - *512 + - *631 - *17 - *19 responses: @@ -91084,9 +91097,9 @@ paths: application/json: schema: type: array - items: *626 + items: *627 examples: - default: *631 + default: *632 headers: Link: *48 x-github: @@ -91114,9 +91127,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/comments#create-a-commit-comment parameters: - - *510 - *511 - - *630 + - *512 + - *631 requestBody: required: true content: @@ -91151,9 +91164,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: *632 + default: *633 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/comments/1 @@ -91181,9 +91194,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/commits#list-pull-requests-associated-with-a-commit parameters: - - *510 - *511 - - *630 + - *512 + - *631 - *17 - *19 responses: @@ -91193,9 +91206,9 @@ paths: application/json: schema: type: array - items: *591 + items: *592 examples: - default: &771 + default: &772 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -91732,11 +91745,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/commits#get-a-commit parameters: - - *510 - *511 + - *512 - *19 - *17 - - &633 + - &634 name: ref description: The commit reference. Can be a commit SHA, branch name (`heads/BRANCH_NAME`), or tag name (`tags/TAG_NAME`). For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" @@ -91751,9 +91764,9 @@ paths: description: Response content: application/json: - schema: *629 + schema: *630 examples: - default: &756 + default: &757 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -91841,7 +91854,7 @@ paths: schema: type: string examples: - default: &642 + default: &643 value: | diff --git a/testfile b/testfile index 9bdeaeb..912c7ef 100644 @@ -91854,7 +91867,7 @@ paths: schema: type: string examples: - default: &643 + default: &644 value: | From ac3282a2725be3b1d4979169a7a311c89066af1c Mon Sep 17 00:00:00 2001 From: Mona Lisa <87831417+monalisa@users.noreply.github.com> @@ -91907,11 +91920,11 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/runs#list-check-runs-for-a-git-reference parameters: - - *510 - *511 - - *633 + - *512 - *634 - *635 + - *636 - name: filter description: Filters check runs by their `completed_at` timestamp. `latest` returns the most recent check runs. @@ -91945,9 +91958,9 @@ paths: type: integer check_runs: type: array - items: *573 + items: *574 examples: - default: *636 + default: *637 headers: Link: *48 x-github: @@ -91972,9 +91985,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/checks/suites#list-check-suites-for-a-git-reference parameters: - - *510 - *511 - - *633 + - *512 + - *634 - name: app_id description: Filters check suites by GitHub App `id`. in: query @@ -91982,7 +91995,7 @@ paths: schema: type: integer example: 1 - - *634 + - *635 - *17 - *19 responses: @@ -92000,7 +92013,7 @@ paths: type: integer check_suites: type: array - items: *578 + items: *579 examples: default: value: @@ -92200,9 +92213,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/statuses#get-the-combined-status-for-a-specific-reference parameters: - - *510 - *511 - - *633 + - *512 + - *634 - *17 - *19 responses: @@ -92400,9 +92413,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/statuses#list-commit-statuses-for-a-reference parameters: - - *510 - *511 - - *633 + - *512 + - *634 - *17 - *19 responses: @@ -92412,7 +92425,7 @@ paths: application/json: schema: type: array - items: &837 + items: &838 title: Status description: The status of a commit. type: object @@ -92493,7 +92506,7 @@ paths: site_admin: false headers: Link: *48 - '301': *516 + '301': *517 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -92521,8 +92534,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/community#get-community-profile-metrics parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -92551,20 +92564,20 @@ paths: title: Code Of Conduct Simple description: Code of Conduct Simple type: object - properties: *637 - required: *638 + properties: *638 + required: *639 nullable: true code_of_conduct_file: title: Community Health File type: object - properties: &639 + properties: &640 url: type: string format: uri html_url: type: string format: uri - required: &640 + required: &641 - url - html_url nullable: true @@ -92578,26 +92591,26 @@ paths: contributing: title: Community Health File type: object - properties: *639 - required: *640 + properties: *640 + required: *641 nullable: true readme: title: Community Health File type: object - properties: *639 - required: *640 + properties: *640 + required: *641 nullable: true issue_template: title: Community Health File type: object - properties: *639 - required: *640 + properties: *640 + required: *641 nullable: true pull_request_template: title: Community Health File type: object - properties: *639 - required: *640 + properties: *640 + required: *641 nullable: true required: - code_of_conduct @@ -92724,8 +92737,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/commits#compare-two-commits parameters: - - *510 - *511 + - *512 - *19 - *17 - name: basehead @@ -92768,8 +92781,8 @@ paths: type: string format: uri example: https://github.com/octocat/Hello-World/compare/master...topic.patch - base_commit: *629 - merge_base_commit: *629 + base_commit: *630 + merge_base_commit: *630 status: type: string enum: @@ -92789,10 +92802,10 @@ paths: example: 6 commits: type: array - items: *629 + items: *630 files: type: array - items: *641 + items: *642 required: - url - html_url @@ -93038,12 +93051,12 @@ paths: schema: type: string examples: - default: *642 + default: *643 application/vnd.github.patch: schema: type: string examples: - default: *643 + default: *644 '404': *6 '500': *41 '503': *204 @@ -93088,8 +93101,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/contents#get-repository-content parameters: - - *510 - *511 + - *512 - name: path description: path parameter in: path @@ -93249,7 +93262,7 @@ paths: - type - url examples: - response-if-content-is-a-file-github-object: &644 + response-if-content-is-a-file-github-object: &645 summary: Response if content is a file value: type: file @@ -93381,7 +93394,7 @@ paths: - size - type - url - - &786 + - &787 title: Content File description: Content File type: object @@ -93582,7 +93595,7 @@ paths: - url - submodule_git_url examples: - response-if-content-is-a-file: *644 + response-if-content-is-a-file: *645 response-if-content-is-a-directory: summary: Response if content is a directory and the application/json media type is requested @@ -93651,7 +93664,7 @@ paths: html: https://github.com/jquery/qunit/tree/6ca3721222109997540bd6d9ccd396902e0ad2f9 '404': *6 '403': *29 - '302': *645 + '302': *646 '304': *38 x-github: githubCloudOnly: false @@ -93674,8 +93687,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/contents#create-or-update-file-contents parameters: - - *510 - *511 + - *512 - name: path description: path parameter in: path @@ -93768,7 +93781,7 @@ paths: description: Response content: application/json: - schema: &646 + schema: &647 title: File Commit description: File Commit type: object @@ -93920,7 +93933,7 @@ paths: description: Response content: application/json: - schema: *646 + schema: *647 examples: example-for-creating-a-file: value: @@ -93974,7 +93987,7 @@ paths: schema: oneOf: - *3 - - &684 + - &685 description: Repository rule violation was detected type: object properties: @@ -93995,7 +94008,7 @@ paths: items: type: object properties: - placeholder_id: &828 + placeholder_id: &829 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -94027,8 +94040,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/contents#delete-a-file parameters: - - *510 - *511 + - *512 - name: path description: path parameter in: path @@ -94089,7 +94102,7 @@ paths: description: Response content: application/json: - schema: *646 + schema: *647 examples: default: value: @@ -94144,8 +94157,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-repository-contributors parameters: - - *510 - *511 + - *512 - name: anon description: Set to `1` or `true` to include anonymous contributors in results. in: query @@ -94274,8 +94287,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-cloud-agent-management#get-copilot-cloud-agent-configuration-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -94426,8 +94439,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/alerts#list-dependabot-alerts-for-a-repository parameters: - - *510 - *511 + - *512 - *354 - *355 - *356 @@ -94440,10 +94453,11 @@ paths: schema: type: string - *359 - - *647 + - *648 - *360 - *361 - *362 + - *363 - *113 - *111 - *112 @@ -94455,7 +94469,7 @@ paths: application/json: schema: type: array - items: &651 + items: &652 type: object description: A Dependabot alert. properties: @@ -94502,7 +94516,7 @@ paths: - direct - transitive - inconclusive - security_advisory: *648 + security_advisory: *649 security_vulnerability: *140 url: *141 html_url: *142 @@ -94533,8 +94547,8 @@ paths: nullable: true maxLength: 280 fixed_at: *146 - auto_dismissed_at: *649 - dismissal_request: *650 + auto_dismissed_at: *650 + dismissal_request: *651 assignees: type: array description: The users assigned to this alert. @@ -94567,6 +94581,7 @@ paths: name: django manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-rf4j-j272-fj86 cve_id: CVE-2018-6188 @@ -94688,6 +94703,7 @@ paths: name: ansible manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-8f4m-hccc-8qph cve_id: CVE-2021-20191 @@ -94789,9 +94805,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/alerts#get-a-dependabot-alert parameters: - - *510 - *511 - - &652 + - *512 + - &653 name: alert_number in: path description: |- @@ -94806,7 +94822,7 @@ paths: description: Response content: application/json: - schema: *651 + schema: *652 examples: default: value: @@ -94818,6 +94834,7 @@ paths: name: ansible manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-8f4m-hccc-8qph cve_id: CVE-2021-20191 @@ -94938,9 +94955,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/alerts#update-a-dependabot-alert parameters: - - *510 - *511 - - *652 + - *512 + - *653 requestBody: required: true content: @@ -95013,7 +95030,7 @@ paths: description: Response content: application/json: - schema: *651 + schema: *652 examples: default: value: @@ -95025,6 +95042,7 @@ paths: name: django manifest_path: path/to/requirements.txt scope: runtime + relationship: direct security_advisory: ghsa_id: GHSA-rf4j-j272-fj86 cve_id: CVE-2018-6188 @@ -95143,8 +95161,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#list-repository-secrets parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -95162,7 +95180,7 @@ paths: type: integer secrets: type: array - items: &655 + items: &656 title: Dependabot Secret description: Set secrets for Dependabot. type: object @@ -95215,16 +95233,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#get-a-repository-public-key parameters: - - *510 - *511 + - *512 responses: '200': description: Response content: application/json: - schema: *653 + schema: *654 examples: - default: *654 + default: *655 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95244,15 +95262,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#get-a-repository-secret parameters: - - *510 - *511 + - *512 - *306 responses: '200': description: Response content: application/json: - schema: *655 + schema: *656 examples: default: value: @@ -95278,8 +95296,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#create-or-update-a-repository-secret parameters: - - *510 - *511 + - *512 - *306 requestBody: required: true @@ -95332,8 +95350,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependabot/secrets#delete-a-repository-secret parameters: - - *510 - *511 + - *512 - *306 responses: '204': @@ -95356,8 +95374,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits parameters: - - *510 - *511 + - *512 - name: basehead description: The base and head Git revisions to compare. The Git revisions will be resolved to commit SHAs. Named revisions will be resolved to their @@ -95520,8 +95538,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependency-graph/sboms#export-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -95759,8 +95777,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependency-graph/sboms#fetch-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *510 - *511 + - *512 - name: sbom_uuid in: path required: true @@ -95771,7 +95789,7 @@ paths: '302': description: Redirects to a temporary download URL for the completed SBOM. headers: - Location: *656 + Location: *657 '202': description: SBOM is still being processed, no content is returned. '404': *6 @@ -95792,8 +95810,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependency-graph/sboms#request-generation-of-a-software-bill-of-materials-sbom-for-a-repository parameters: - - *510 - *511 + - *512 responses: '201': description: Response @@ -95831,8 +95849,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -95907,7 +95925,7 @@ paths: - version - url additionalProperties: false - metadata: &657 + metadata: &658 title: metadata description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -95940,7 +95958,7 @@ paths: the root of the Git repository. example: "/src/build/package-lock.json" additionalProperties: false - metadata: *657 + metadata: *658 resolved: type: object description: A collection of resolved package dependencies. @@ -95953,7 +95971,7 @@ paths: for more details. example: pkg:/npm/%40actions/http-client@1.0.11 pattern: "^pkg" - metadata: *657 + metadata: *658 relationship: type: string description: A notation of whether a dependency is requested @@ -96082,8 +96100,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/deployments#list-deployments parameters: - - *510 - *511 + - *512 - name: sha description: The SHA recorded at creation time. in: query @@ -96123,9 +96141,9 @@ paths: application/json: schema: type: array - items: *658 + items: *659 examples: - default: *659 + default: *660 headers: Link: *48 x-github: @@ -96191,8 +96209,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/deployments#create-a-deployment parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -96273,7 +96291,7 @@ paths: description: Response content: application/json: - schema: *658 + schema: *659 examples: simple-example: summary: Simple example @@ -96346,9 +96364,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/deployments#get-a-deployment parameters: - - *510 - *511 - - &660 + - *512 + - &661 name: deployment_id description: deployment_id parameter in: path @@ -96360,7 +96378,7 @@ paths: description: Response content: application/json: - schema: *658 + schema: *659 examples: default: value: @@ -96425,9 +96443,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/deployments#delete-a-deployment parameters: - - *510 - *511 - - *660 + - *512 + - *661 responses: '204': description: Response @@ -96449,9 +96467,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/statuses#list-deployment-statuses parameters: - - *510 - *511 - - *660 + - *512 + - *661 - *17 - *19 responses: @@ -96461,7 +96479,7 @@ paths: application/json: schema: type: array - items: &661 + items: &662 title: Deployment Status description: The status of a deployment. type: object @@ -96622,9 +96640,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/statuses#create-a-deployment-status parameters: - - *510 - *511 - - *660 + - *512 + - *661 requestBody: required: true content: @@ -96699,9 +96717,9 @@ paths: description: Response content: application/json: - schema: *661 + schema: *662 examples: - default: &662 + default: &663 value: url: https://api.github.com/repos/octocat/example/deployments/42/statuses/1 id: 1 @@ -96757,9 +96775,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/statuses#get-a-deployment-status parameters: - - *510 - *511 - - *660 + - *512 + - *661 - name: status_id in: path required: true @@ -96770,9 +96788,9 @@ paths: description: Response content: application/json: - schema: *661 + schema: *662 examples: - default: *662 + default: *663 '404': *6 x-github: githubCloudOnly: false @@ -96799,12 +96817,12 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *510 - *511 - - *663 + - *512 - *664 - *665 - *666 + - *667 - *17 - *19 responses: @@ -96814,9 +96832,9 @@ paths: application/json: schema: type: array - items: *667 + items: *668 examples: - default: *668 + default: *669 '404': *6 '403': *29 '500': *41 @@ -96840,8 +96858,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *510 - *511 + - *512 - name: alert_number in: path required: true @@ -96853,7 +96871,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *667 + schema: *668 examples: default: value: @@ -96909,8 +96927,8 @@ paths: category: code-scanning subcategory: alert-dismissal-requests parameters: - - *510 - *511 + - *512 - name: alert_number in: path required: true @@ -96969,12 +96987,12 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *510 - *511 - - *663 + - *512 - *664 - *665 - *666 + - *667 - *17 - *19 responses: @@ -96984,9 +97002,9 @@ paths: application/json: schema: type: array - items: *669 + items: *670 examples: - default: *670 + default: *671 '404': *6 '403': *29 '500': *41 @@ -97010,8 +97028,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *510 - *511 + - *512 - name: alert_number in: path required: true @@ -97023,7 +97041,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *669 + schema: *670 examples: default: value: @@ -97074,8 +97092,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *510 - *511 + - *512 - name: alert_number in: path required: true @@ -97113,7 +97131,7 @@ paths: description: The created dismissal request. content: application/json: - schema: *669 + schema: *670 examples: default: value: @@ -97164,8 +97182,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *510 - *511 + - *512 - name: alert_number in: path required: true @@ -97236,8 +97254,8 @@ paths: category: dependabot subcategory: alert-dismissal-requests parameters: - - *510 - *511 + - *512 - name: alert_number in: path required: true @@ -97270,12 +97288,12 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *510 - *511 + - *512 - *106 - *107 - *108 - - *368 + - *369 - *17 - *19 responses: @@ -97285,9 +97303,9 @@ paths: application/json: schema: type: array - items: *370 + items: *371 examples: - default: *371 + default: *372 '404': *6 '403': *29 '500': *41 @@ -97312,8 +97330,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *510 - *511 + - *512 - name: alert_number in: path required: true @@ -97325,7 +97343,7 @@ paths: description: A single dismissal request. content: application/json: - schema: *370 + schema: *371 examples: default: value: @@ -97383,8 +97401,8 @@ paths: category: secret-scanning subcategory: alert-dismissal-requests parameters: - - *510 - *511 + - *512 - name: alert_number in: path required: true @@ -97453,8 +97471,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#create-a-repository-dispatch-event parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -97511,8 +97529,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/environments#list-environments parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -97529,7 +97547,7 @@ paths: type: integer environments: type: array - items: &672 + items: &673 title: Environment description: Details of a deployment environment type: object @@ -97581,7 +97599,7 @@ paths: type: type: string example: wait_timer - wait_timer: &674 + wait_timer: &675 type: integer example: 30 description: The amount of time to delay a job after @@ -97618,7 +97636,7 @@ paths: items: type: object properties: - type: *671 + type: *672 reviewer: anyOf: - *4 @@ -97642,7 +97660,7 @@ paths: - id - node_id - type - deployment_branch_policy: &675 + deployment_branch_policy: &676 type: object description: The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. @@ -97758,9 +97776,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/environments#get-an-environment parameters: - - *510 - *511 - - &673 + - *512 + - &674 name: environment_name in: path required: true @@ -97773,9 +97791,9 @@ paths: description: Response content: application/json: - schema: *672 + schema: *673 examples: - default: &676 + default: &677 value: id: 161088068 node_id: MDExOkVudmlyb25tZW50MTYxMDg4MDY4 @@ -97859,9 +97877,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/environments#create-or-update-an-environment parameters: - - *510 - *511 - - *673 + - *512 + - *674 requestBody: required: false content: @@ -97870,7 +97888,7 @@ paths: type: object nullable: true properties: - wait_timer: *674 + wait_timer: *675 prevent_self_review: type: boolean example: false @@ -97887,13 +97905,13 @@ paths: items: type: object properties: - type: *671 + type: *672 id: type: integer description: The id of the user or team who can review the deployment example: 4532992 - deployment_branch_policy: *675 + deployment_branch_policy: *676 additionalProperties: false examples: default: @@ -97913,9 +97931,9 @@ paths: description: Response content: application/json: - schema: *672 + schema: *673 examples: - default: *676 + default: *677 '422': description: Validation error when the environment name is invalid or when `protected_branches` and `custom_branch_policies` in `deployment_branch_policy` @@ -97939,9 +97957,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/environments#delete-an-environment parameters: - - *510 - *511 - - *673 + - *512 + - *674 responses: '204': description: Default response @@ -97966,9 +97984,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/branch-policies#list-deployment-branch-policies parameters: - - *510 - *511 - - *673 + - *512 + - *674 - *17 - *19 responses: @@ -97986,7 +98004,7 @@ paths: example: 2 branch_policies: type: array - items: &677 + items: &678 title: Deployment branch policy description: Details of a deployment branch or tag policy. type: object @@ -98043,9 +98061,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/branch-policies#create-a-deployment-branch-policy parameters: - - *510 - *511 - - *673 + - *512 + - *674 requestBody: required: true content: @@ -98091,9 +98109,9 @@ paths: description: Response content: application/json: - schema: *677 + schema: *678 examples: - example-wildcard: &678 + example-wildcard: &679 value: id: 364662 node_id: MDE2OkdhdGVCcmFuY2hQb2xpY3kzNjQ2NjI= @@ -98135,10 +98153,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/branch-policies#get-a-deployment-branch-policy parameters: - - *510 - *511 - - *673 - - &679 + - *512 + - *674 + - &680 name: branch_policy_id in: path required: true @@ -98150,9 +98168,9 @@ paths: description: Response content: application/json: - schema: *677 + schema: *678 examples: - default: *678 + default: *679 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98171,10 +98189,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/branch-policies#update-a-deployment-branch-policy parameters: - - *510 - *511 - - *673 - - *679 + - *512 + - *674 + - *680 requestBody: required: true content: @@ -98202,9 +98220,9 @@ paths: description: Response content: application/json: - schema: *677 + schema: *678 examples: - default: *678 + default: *679 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98223,10 +98241,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/branch-policies#delete-a-deployment-branch-policy parameters: - - *510 - *511 - - *673 - - *679 + - *512 + - *674 + - *680 responses: '204': description: Response @@ -98251,9 +98269,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/protection-rules#get-all-deployment-protection-rules-for-an-environment parameters: - - *673 + - *674 + - *512 - *511 - - *510 responses: '200': description: List of deployment protection rules @@ -98269,7 +98287,7 @@ paths: example: 10 custom_deployment_protection_rules: type: array - items: &680 + items: &681 title: Deployment protection rule description: Deployment protection rule type: object @@ -98288,7 +98306,7 @@ paths: example: true description: Whether the deployment protection rule is enabled for the environment. - app: &681 + app: &682 title: Custom deployment protection rule app description: A GitHub App that is providing a custom deployment protection rule. @@ -98387,9 +98405,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/protection-rules#create-a-custom-deployment-protection-rule-on-an-environment parameters: - - *673 + - *674 + - *512 - *511 - - *510 requestBody: content: application/json: @@ -98410,9 +98428,9 @@ paths: description: The enabled custom deployment protection rule content: application/json: - schema: *680 + schema: *681 examples: - default: &682 + default: &683 value: id: 3 node_id: IEH37kRlcGxveW1lbnRTdGF0ddiv @@ -98447,9 +98465,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/protection-rules#list-custom-deployment-rule-integrations-available-for-an-environment parameters: - - *673 + - *674 + - *512 - *511 - - *510 - *19 - *17 responses: @@ -98468,7 +98486,7 @@ paths: example: 35 available_custom_deployment_protection_rule_integrations: type: array - items: *681 + items: *682 examples: default: value: @@ -98503,10 +98521,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/protection-rules#get-a-custom-deployment-protection-rule parameters: - - *510 - *511 - - *673 - - &683 + - *512 + - *674 + - &684 name: protection_rule_id description: The unique identifier of the protection rule. in: path @@ -98518,9 +98536,9 @@ paths: description: Response content: application/json: - schema: *680 + schema: *681 examples: - default: *682 + default: *683 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98541,10 +98559,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deployments/protection-rules#disable-a-custom-protection-rule-for-an-environment parameters: - - *673 + - *674 + - *512 - *511 - - *510 - - *683 + - *684 responses: '204': description: Response @@ -98570,9 +98588,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#list-environment-secrets parameters: - - *510 - *511 - - *673 + - *512 + - *674 - *17 - *19 responses: @@ -98590,9 +98608,9 @@ paths: type: integer secrets: type: array - items: *540 + items: *541 examples: - default: *541 + default: *542 headers: Link: *48 x-github: @@ -98617,9 +98635,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#get-an-environment-public-key parameters: - - *510 - *511 - - *673 + - *512 + - *674 responses: '200': description: Response @@ -98649,18 +98667,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#get-an-environment-secret parameters: - - *510 - *511 - - *673 + - *512 + - *674 - *306 responses: '200': description: Response content: application/json: - schema: *540 + schema: *541 examples: - default: *554 + default: *555 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98682,9 +98700,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#create-or-update-an-environment-secret parameters: - - *510 - *511 - - *673 + - *512 + - *674 - *306 requestBody: required: true @@ -98742,9 +98760,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/secrets#delete-an-environment-secret parameters: - - *510 - *511 - - *673 + - *512 + - *674 - *306 responses: '204': @@ -98770,9 +98788,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#list-environment-variables parameters: - - *510 - *511 - - *673 + - *512 + - *674 - *315 - *19 responses: @@ -98790,9 +98808,9 @@ paths: type: integer variables: type: array - items: *542 + items: *543 examples: - default: *543 + default: *544 headers: Link: *48 x-github: @@ -98815,9 +98833,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#create-an-environment-variable parameters: - - *510 - *511 - - *673 + - *512 + - *674 requestBody: required: true content: @@ -98869,18 +98887,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#get-an-environment-variable parameters: - - *510 - *511 - - *673 + - *512 + - *674 - *309 responses: '200': description: Response content: application/json: - schema: *542 + schema: *543 examples: - default: *555 + default: *556 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98901,10 +98919,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#update-an-environment-variable parameters: - - *510 - *511 + - *512 - *309 - - *673 + - *674 requestBody: required: true content: @@ -98946,10 +98964,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/actions/variables#delete-an-environment-variable parameters: - - *510 - *511 + - *512 - *309 - - *673 + - *674 responses: '204': description: Response @@ -98971,8 +98989,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-repository-events parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -99040,8 +99058,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/forks#list-forks parameters: - - *510 - *511 + - *512 - name: sort description: The sort order. `stargazers` will sort by star count. in: query @@ -99200,8 +99218,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/forks#create-a-fork parameters: - - *510 - *511 + - *512 requestBody: required: false content: @@ -99233,9 +99251,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: *517 + default: *518 '400': *14 '422': *15 '403': *29 @@ -99256,8 +99274,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/blobs#create-a-blob parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -99317,7 +99335,7 @@ paths: schema: oneOf: - *271 - - *684 + - *685 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -99342,8 +99360,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/blobs#get-a-blob parameters: - - *510 - *511 + - *512 - name: file_sha in: path required: true @@ -99442,8 +99460,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/commits#create-a-commit parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -99552,7 +99570,7 @@ paths: description: Response content: application/json: - schema: &685 + schema: &686 title: Git Commit description: Low-level Git commit operations within a repository type: object @@ -99766,15 +99784,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/commits#get-a-commit-object parameters: - - *510 - *511 - - *630 + - *512 + - *631 responses: '200': description: Response content: application/json: - schema: *685 + schema: *686 examples: default: value: @@ -99830,9 +99848,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/refs#list-matching-references parameters: - - *510 - *511 - - &686 + - *512 + - &687 name: ref description: The Git reference. For more information, see "[Git References](https://git-scm.com/book/en/v2/Git-Internals-Git-References)" in the Git documentation. @@ -99849,7 +99867,7 @@ paths: application/json: schema: type: array - items: &687 + items: &688 title: Git Reference description: Git references within a repository type: object @@ -99924,17 +99942,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/refs#get-a-reference parameters: - - *510 - *511 - - *686 + - *512 + - *687 responses: '200': description: Response content: application/json: - schema: *687 + schema: *688 examples: - default: &688 + default: &689 value: ref: refs/heads/featureA node_id: MDM6UmVmcmVmcy9oZWFkcy9mZWF0dXJlQQ== @@ -99963,8 +99981,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/refs#create-a-reference parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -99993,9 +100011,9 @@ paths: description: Response content: application/json: - schema: *687 + schema: *688 examples: - default: *688 + default: *689 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/git/refs/heads/featureA @@ -100021,9 +100039,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/refs#update-a-reference parameters: - - *510 - *511 - - *686 + - *512 + - *687 requestBody: required: true content: @@ -100052,9 +100070,9 @@ paths: description: Response content: application/json: - schema: *687 + schema: *688 examples: - default: *688 + default: *689 '422': *15 '409': *122 x-github: @@ -100072,9 +100090,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/refs#delete-a-reference parameters: - - *510 - *511 - - *686 + - *512 + - *687 responses: '204': description: Response @@ -100129,8 +100147,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/tags#create-a-tag-object parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -100197,7 +100215,7 @@ paths: description: Response content: application/json: - schema: &690 + schema: &691 title: Git Tag description: Metadata for a Git tag type: object @@ -100248,7 +100266,7 @@ paths: - sha - type - url - verification: *689 + verification: *690 required: - sha - url @@ -100258,7 +100276,7 @@ paths: - tag - message examples: - default: &691 + default: &692 value: node_id: MDM6VGFnOTQwYmQzMzYyNDhlZmFlMGY5ZWU1YmM3YjJkNWM5ODU4ODdiMTZhYw== tag: v0.0.1 @@ -100331,8 +100349,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/tags#get-a-tag parameters: - - *510 - *511 + - *512 - name: tag_sha in: path required: true @@ -100343,9 +100361,9 @@ paths: description: Response content: application/json: - schema: *690 + schema: *691 examples: - default: *691 + default: *692 '404': *6 '409': *122 x-github: @@ -100369,8 +100387,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/trees#create-a-tree parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -100443,7 +100461,7 @@ paths: description: Response content: application/json: - schema: &692 + schema: &693 title: Git Tree description: The hierarchy between files in a Git repository. type: object @@ -100539,8 +100557,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/git/trees#get-a-tree parameters: - - *510 - *511 + - *512 - name: tree_sha description: The SHA1 value or ref (branch or tag) name of the tree. in: path @@ -100563,7 +100581,7 @@ paths: description: Response content: application/json: - schema: *692 + schema: *693 examples: default-response: summary: Default response @@ -100621,8 +100639,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#get-the-hash-algorithm-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -100665,8 +100683,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#list-repository-webhooks parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -100676,7 +100694,7 @@ paths: application/json: schema: type: array - items: &693 + items: &694 title: Webhook description: Webhooks for repositories. type: object @@ -100730,7 +100748,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &983 + last_response: &984 title: Hook Response type: object properties: @@ -100804,8 +100822,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#create-a-repository-webhook parameters: - - *510 - *511 + - *512 requestBody: required: false content: @@ -100857,9 +100875,9 @@ paths: description: Response content: application/json: - schema: *693 + schema: *694 examples: - default: &694 + default: &695 value: type: Repository id: 12345678 @@ -100907,17 +100925,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#get-a-repository-webhook parameters: - - *510 - *511 - - *376 + - *512 + - *377 responses: '200': description: Response content: application/json: - schema: *693 + schema: *694 examples: - default: *694 + default: *695 '404': *6 x-github: githubCloudOnly: false @@ -100937,9 +100955,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#update-a-repository-webhook parameters: - - *510 - *511 - - *376 + - *512 + - *377 requestBody: required: true content: @@ -100984,9 +101002,9 @@ paths: description: Response content: application/json: - schema: *693 + schema: *694 examples: - default: *694 + default: *695 '422': *15 '404': *6 x-github: @@ -101007,9 +101025,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#delete-a-repository-webhook parameters: - - *510 - *511 - - *376 + - *512 + - *377 responses: '204': description: Response @@ -101033,9 +101051,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#get-a-webhook-configuration-for-a-repository parameters: - - *510 - *511 - - *376 + - *512 + - *377 responses: '200': description: Response @@ -101062,9 +101080,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#update-a-webhook-configuration-for-a-repository parameters: - - *510 - *511 - - *376 + - *512 + - *377 requestBody: required: false content: @@ -101108,12 +101126,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#list-deliveries-for-a-repository-webhook parameters: - - *510 - *511 - - *376 - - *17 + - *512 - *377 + - *17 - *378 + - *379 responses: '200': description: Response @@ -101121,9 +101139,9 @@ paths: application/json: schema: type: array - items: *379 + items: *380 examples: - default: *380 + default: *381 '400': *14 '422': *15 x-github: @@ -101142,18 +101160,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#get-a-delivery-for-a-repository-webhook parameters: - - *510 - *511 - - *376 + - *512 + - *377 - *16 responses: '200': description: Response content: application/json: - schema: *381 + schema: *382 examples: - default: *382 + default: *383 '400': *14 '422': *15 x-github: @@ -101172,9 +101190,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#redeliver-a-delivery-for-a-repository-webhook parameters: - - *510 - *511 - - *376 + - *512 + - *377 - *16 responses: '202': *40 @@ -101197,9 +101215,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#ping-a-repository-webhook parameters: - - *510 - *511 - - *376 + - *512 + - *377 responses: '204': description: Response @@ -101224,9 +101242,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/webhooks#test-the-push-repository-webhook parameters: - - *510 - *511 - - *376 + - *512 + - *377 responses: '204': description: Response @@ -101249,8 +101267,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#check-if-immutable-releases-are-enabled-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response if immutable releases are enabled @@ -101296,8 +101314,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#enable-immutable-releases parameters: - - *510 - *511 + - *512 responses: '204': *129 '409': *122 @@ -101317,8 +101335,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#disable-immutable-releases parameters: - - *510 - *511 + - *512 responses: '204': *129 '409': *122 @@ -101375,14 +101393,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#get-an-import-status parameters: - - *510 - *511 + - *512 responses: '200': description: Response content: application/json: - schema: &695 + schema: &696 title: Import description: A repository import from an external source. type: object @@ -101481,7 +101499,7 @@ paths: - html_url - authors_url examples: - default: &698 + default: &699 value: vcs: subversion use_lfs: true @@ -101497,7 +101515,7 @@ paths: authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm '404': *6 - '503': &696 + '503': &697 description: Unavailable due to service under maintenance. content: application/json: @@ -101526,8 +101544,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#start-an-import parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -101575,7 +101593,7 @@ paths: description: Response content: application/json: - schema: *695 + schema: *696 examples: default: value: @@ -101600,7 +101618,7 @@ paths: type: string '422': *15 '404': *6 - '503': *696 + '503': *697 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101628,8 +101646,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#update-an-import parameters: - - *510 - *511 + - *512 requestBody: required: false content: @@ -101678,7 +101696,7 @@ paths: description: Response content: application/json: - schema: *695 + schema: *696 examples: example-1: summary: Example 1 @@ -101726,7 +101744,7 @@ paths: html_url: https://import.github.com/octocat/socm/import authors_url: https://api.github.com/repos/octocat/socm/import/authors repository_url: https://api.github.com/repos/octocat/socm - '503': *696 + '503': *697 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101749,12 +101767,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#cancel-an-import parameters: - - *510 - *511 + - *512 responses: '204': description: Response - '503': *696 + '503': *697 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101780,9 +101798,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#get-commit-authors parameters: - - *510 - *511 - - &908 + - *512 + - &909 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -101796,7 +101814,7 @@ paths: application/json: schema: type: array - items: &697 + items: &698 title: Porter Author description: Porter Author type: object @@ -101850,7 +101868,7 @@ paths: url: https://api.github.com/repos/octocat/socm/import/authors/2268559 import_url: https://api.github.com/repos/octocat/socm/import '404': *6 - '503': *696 + '503': *697 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101875,8 +101893,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#map-a-commit-author parameters: - - *510 - *511 + - *512 - name: author_id in: path required: true @@ -101906,7 +101924,7 @@ paths: description: Response content: application/json: - schema: *697 + schema: *698 examples: default: value: @@ -101919,7 +101937,7 @@ paths: import_url: https://api.github.com/repos/octocat/socm/import '422': *15 '404': *6 - '503': *696 + '503': *697 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101943,8 +101961,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#get-large-files parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -101985,7 +102003,7 @@ paths: path: foo/bar/3 oid: c20ad4d76fe97759aa27a0c99bff6710 size: 12582912 - '503': *696 + '503': *697 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102013,8 +102031,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/source-imports#update-git-lfs-preference parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -102041,11 +102059,11 @@ paths: description: Response content: application/json: - schema: *695 + schema: *696 examples: - default: *698 + default: *699 '422': *15 - '503': *696 + '503': *697 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -102068,8 +102086,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -102077,8 +102095,8 @@ paths: application/json: schema: *22 examples: - default: *394 - '301': *516 + default: *395 + '301': *517 '404': *6 x-github: githubCloudOnly: false @@ -102098,8 +102116,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/interactions/repos#get-interaction-restrictions-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -102107,12 +102125,12 @@ paths: application/json: schema: anyOf: - - *396 + - *397 - type: object properties: {} additionalProperties: false examples: - default: &700 + default: &701 value: limit: collaborators_only origin: repository @@ -102137,13 +102155,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/interactions/repos#set-interaction-restrictions-for-a-repository parameters: - - *510 - *511 + - *512 requestBody: required: true content: application/json: - schema: *699 + schema: *700 examples: default: summary: Example request body @@ -102155,9 +102173,9 @@ paths: description: Response content: application/json: - schema: *396 + schema: *397 examples: - default: *700 + default: *701 '409': description: Response x-github: @@ -102179,8 +102197,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/interactions/repos#remove-interaction-restrictions-for-a-repository parameters: - - *510 - *511 + - *512 responses: '204': description: Response @@ -102207,8 +102225,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/interactions/repos#get-pull-request-creation-cap-bypass-list-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -102262,13 +102280,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/interactions/repos#add-users-to-the-pull-request-creation-cap-bypass-list-for-a-repository parameters: - - *510 - *511 + - *512 requestBody: required: true content: application/json: - schema: &701 + schema: &702 title: Interaction Limits Pull Request Bypass List description: A list of user logins to add or remove from the pull request creation cap bypass list. @@ -102318,13 +102336,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/interactions/repos#remove-users-from-the-pull-request-creation-cap-bypass-list-for-a-repository parameters: - - *510 - *511 + - *512 requestBody: required: true content: application/json: - schema: *701 + schema: *702 examples: default: summary: Example request body @@ -102357,8 +102375,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/interactions/repos#get-pull-request-creation-cap-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -102411,8 +102429,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/interactions/repos#update-pull-request-creation-cap-for-a-repository parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -102488,8 +102506,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/invitations#list-repository-invitations parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -102499,9 +102517,9 @@ paths: application/json: schema: type: array - items: *702 + items: *703 examples: - default: &900 + default: &901 value: - id: 1 repository: @@ -102632,9 +102650,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/invitations#update-a-repository-invitation parameters: - - *510 - *511 - - *400 + - *512 + - *401 requestBody: required: false content: @@ -102663,7 +102681,7 @@ paths: description: Response content: application/json: - schema: *702 + schema: *703 examples: default: value: @@ -102794,9 +102812,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/invitations#delete-a-repository-invitation parameters: - - *510 - *511 - - *400 + - *512 + - *401 responses: '204': description: Response @@ -102819,8 +102837,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/issue-types#list-issue-types-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -102828,9 +102846,9 @@ paths: application/json: schema: type: array - items: *404 + items: *405 examples: - default: *703 + default: *704 '404': *6 x-github: githubCloudOnly: false @@ -102859,8 +102877,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#list-repository-issues parameters: - - *510 - *511 + - *512 - name: milestone description: If an `integer` is passed, it should refer to a milestone by its `number` field. If the string `*` is passed, issues with any milestone @@ -102922,7 +102940,7 @@ paths: required: false schema: type: string - - *407 + - *408 - name: sort description: What to sort results by. in: query @@ -102947,7 +102965,7 @@ paths: type: array items: *235 examples: - default: &717 + default: &718 value: - id: 1 node_id: MDU6SXNzdWUx @@ -103096,7 +103114,7 @@ paths: state_reason: completed headers: Link: *48 - '301': *516 + '301': *517 '422': *15 '404': *6 x-github: @@ -103125,8 +103143,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#create-an-issue parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -103228,7 +103246,7 @@ paths: application/json: schema: *235 examples: - default: &714 + default: &715 value: id: 1 node_id: MDU6SXNzdWUx @@ -103394,8 +103412,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#list-issue-comments-for-a-repository parameters: - - *510 - *511 + - *512 - *259 - name: direction description: Either `asc` or `desc`. Ignored without the `sort` parameter. @@ -103416,9 +103434,9 @@ paths: application/json: schema: type: array - items: *704 + items: *705 examples: - default: &716 + default: &717 value: - id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -103477,17 +103495,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#get-an-issue-comment parameters: - - *510 - *511 + - *512 - *251 responses: '200': description: Response content: application/json: - schema: *704 + schema: *705 examples: - default: &705 + default: &706 value: id: 1 node_id: MDEyOklzc3VlQ29tbWVudDE= @@ -103543,8 +103561,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#update-an-issue-comment parameters: - - *510 - *511 + - *512 - *251 requestBody: required: true @@ -103567,9 +103585,9 @@ paths: description: Response content: application/json: - schema: *704 + schema: *705 examples: - default: *705 + default: *706 '422': *15 x-github: githubCloudOnly: false @@ -103587,8 +103605,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#delete-an-issue-comment parameters: - - *510 - *511 + - *512 - *251 responses: '204': @@ -103617,15 +103635,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#pin-an-issue-comment parameters: - - *510 - *511 + - *512 - *251 responses: '200': description: Response content: application/json: - schema: *704 + schema: *705 examples: default: value: @@ -103698,8 +103716,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#unpin-an-issue-comment parameters: - - *510 - *511 + - *512 - *251 responses: '204': @@ -103725,8 +103743,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#list-reactions-for-an-issue-comment parameters: - - *510 - *511 + - *512 - *251 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#about-reactions). @@ -103753,9 +103771,9 @@ paths: application/json: schema: type: array - items: *627 + items: *628 examples: - default: *706 + default: *707 headers: Link: *48 '404': *6 @@ -103776,8 +103794,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#create-reaction-for-an-issue-comment parameters: - - *510 - *511 + - *512 - *251 requestBody: required: true @@ -103810,16 +103828,16 @@ paths: description: Reaction exists content: application/json: - schema: *627 + schema: *628 examples: - default: *628 + default: *629 '201': description: Reaction created content: application/json: - schema: *627 + schema: *628 examples: - default: *628 + default: *629 '422': *15 x-github: githubCloudOnly: false @@ -103841,10 +103859,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#delete-an-issue-comment-reaction parameters: - - *510 - *511 + - *512 - *251 - - *707 + - *708 responses: '204': description: Response @@ -103864,8 +103882,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/events#list-issue-events-for-a-repository parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -103875,7 +103893,7 @@ paths: application/json: schema: type: array - items: &713 + items: &714 title: Issue Event description: Issue Event type: object @@ -103918,8 +103936,8 @@ paths: description: Issues are a great way to keep track of tasks, enhancements, and bugs for your projects. type: object - properties: *708 - required: *709 + properties: *709 + required: *710 nullable: true label: title: Issue Event Label @@ -104028,7 +104046,7 @@ paths: required: - from - to - issue_type: &710 + issue_type: &711 title: Issue Type description: The type of issue. type: object @@ -104056,14 +104074,14 @@ paths: required: - id - name - prev_issue_type: *710 + prev_issue_type: *711 sub_issue: title: Issue Reference description: A minimal reference to an issue linked from a timeline event (e.g. sub-issue, parent-issue, or dependency events). type: object nullable: true - properties: &711 + properties: &712 number: type: integer description: The number of the referenced issue. @@ -104101,7 +104119,7 @@ paths: - id - node_id - name - required: &712 + required: &713 - number - title - state @@ -104113,24 +104131,24 @@ paths: event (e.g. sub-issue, parent-issue, or dependency events). type: object nullable: true - properties: *711 - required: *712 + properties: *712 + required: *713 blocked_by: title: Issue Reference description: A minimal reference to an issue linked from a timeline event (e.g. sub-issue, parent-issue, or dependency events). type: object nullable: true - properties: *711 - required: *712 + properties: *712 + required: *713 blocking: title: Issue Reference description: A minimal reference to an issue linked from a timeline event (e.g. sub-issue, parent-issue, or dependency events). type: object nullable: true - properties: *711 - required: *712 + properties: *712 + required: *713 intent: title: Issue Event Intent description: The intent behind an agent's action on an issue, @@ -104141,7 +104159,7 @@ paths: is disabled or the event type does not support intent. type: object nullable: true - properties: &718 + properties: &719 rationale: type: string description: The reasoning the agent provided for the change. @@ -104354,8 +104372,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/events#get-an-issue-event parameters: - - *510 - *511 + - *512 - name: event_id in: path required: true @@ -104366,7 +104384,7 @@ paths: description: Response content: application/json: - schema: *713 + schema: *714 examples: default: value: @@ -104593,9 +104611,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue parameters: - - *510 - *511 - - &715 + - *512 + - &716 name: issue_number description: The number that identifies the issue. in: path @@ -104611,7 +104629,7 @@ paths: examples: default: summary: Issue - value: *714 + value: *715 pinned_comment: summary: Issue with pinned comment value: @@ -104791,7 +104809,7 @@ paths: site_admin: false author_association: COLLABORATOR state_reason: completed - '301': *516 + '301': *517 '404': *6 '410': *33 '304': *38 @@ -104818,9 +104836,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#update-an-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 requestBody: required: false content: @@ -105167,11 +105185,11 @@ paths: - already_applied - issue_already_closed examples: - default: *714 + default: *715 '422': *15 '503': *204 '403': *29 - '301': *516 + '301': *517 '404': *6 '410': *33 x-github: @@ -105191,9 +105209,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/assignees#add-assignees-to-an-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 requestBody: required: false content: @@ -105243,7 +105261,7 @@ paths: application/json: schema: *235 examples: - default: *714 + default: *715 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105259,9 +105277,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/assignees#remove-assignees-from-an-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 requestBody: content: application/json: @@ -105288,7 +105306,7 @@ paths: application/json: schema: *235 examples: - default: *714 + default: *715 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -105310,9 +105328,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/assignees#check-if-a-user-can-be-assigned-to-a-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 - name: assignee in: path required: true @@ -105352,9 +105370,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#list-issue-comments parameters: - - *510 - *511 - - *715 + - *512 + - *716 - *242 - *17 - *19 @@ -105365,9 +105383,9 @@ paths: application/json: schema: type: array - items: *704 + items: *705 examples: - default: *716 + default: *717 headers: Link: *48 '404': *6 @@ -105400,9 +105418,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#create-an-issue-comment parameters: - - *510 - *511 - - *715 + - *512 + - *716 requestBody: required: true content: @@ -105424,9 +105442,9 @@ paths: description: Response content: application/json: - schema: *704 + schema: *705 examples: - default: *705 + default: *706 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/comments/1 @@ -105461,9 +105479,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocked-by parameters: - - *510 - *511 - - *715 + - *512 + - *716 - *17 - *19 responses: @@ -105475,10 +105493,10 @@ paths: type: array items: *235 examples: - default: *717 + default: *718 headers: Link: *48 - '301': *516 + '301': *517 '404': *6 '410': *33 x-github: @@ -105508,9 +105526,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issue-dependencies#add-a-dependency-an-issue-is-blocked-by parameters: - - *510 - *511 - - *715 + - *512 + - *716 requestBody: required: true content: @@ -105534,13 +105552,13 @@ paths: application/json: schema: *235 examples: - default: *714 + default: *715 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/dependencies/blocked_by schema: type: string - '301': *516 + '301': *517 '403': *29 '410': *33 '422': *15 @@ -105573,9 +105591,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issue-dependencies#remove-dependency-an-issue-is-blocked-by parameters: - - *510 - *511 - - *715 + - *512 + - *716 - name: issue_id in: path description: The id of the blocking issue to remove as a dependency @@ -105589,8 +105607,8 @@ paths: application/json: schema: *235 examples: - default: *714 - '301': *516 + default: *715 + '301': *517 '400': *14 '401': *25 '403': *29 @@ -105621,9 +105639,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issue-dependencies#list-dependencies-an-issue-is-blocking parameters: - - *510 - *511 - - *715 + - *512 + - *716 - *17 - *19 responses: @@ -105635,10 +105653,10 @@ paths: type: array items: *235 examples: - default: *717 + default: *718 headers: Link: *48 - '301': *516 + '301': *517 '404': *6 '410': *33 x-github: @@ -105657,9 +105675,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/events#list-issue-events parameters: - - *510 - *511 - - *715 + - *512 + - *716 - *17 - *19 responses: @@ -105673,7 +105691,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &724 + - &725 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -105726,7 +105744,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *718 + properties: *719 required: - label - id @@ -105738,7 +105756,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &725 + - &726 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -105791,7 +105809,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *718 + properties: *719 required: - label - id @@ -105837,7 +105855,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *718 + properties: *719 required: - id - node_id @@ -105896,7 +105914,7 @@ paths: - performed_via_github_app - assignee - assigner - - &726 + - &727 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -105947,7 +105965,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &727 + - &728 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -105998,7 +106016,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &728 + - &729 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -106052,7 +106070,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &729 + - &730 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -106099,7 +106117,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &730 + - &731 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -106146,7 +106164,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &731 + - &732 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -106206,7 +106224,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &732 + - &733 title: Locked Issue Event description: Locked Issue Event type: object @@ -106254,7 +106272,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &733 + - &734 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -106320,7 +106338,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &734 + - &735 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -106386,7 +106404,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &735 + - &736 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -106452,7 +106470,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &736 + - &737 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -106508,7 +106526,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &741 + - &742 title: Issue Type Added Issue Event description: Issue Type Added Issue Event type: object @@ -106541,7 +106559,7 @@ paths: nullable: true properties: *230 required: *231 - issue_type: *710 + issue_type: *711 intent: title: Issue Event Intent description: The intent behind an agent's action on an issue, @@ -106552,7 +106570,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *718 + properties: *719 required: - issue_type - id @@ -106564,7 +106582,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &742 + - &743 title: Issue Type Removed Issue Event description: Issue Type Removed Issue Event type: object @@ -106597,7 +106615,7 @@ paths: nullable: true properties: *230 required: *231 - prev_issue_type: *710 + prev_issue_type: *711 intent: title: Issue Event Intent description: The intent behind an agent's action on an issue, @@ -106608,7 +106626,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *718 + properties: *719 required: - prev_issue_type - id @@ -106620,7 +106638,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &743 + - &744 title: Issue Type Changed Issue Event description: Issue Type Changed Issue Event type: object @@ -106653,8 +106671,8 @@ paths: nullable: true properties: *230 required: *231 - issue_type: *710 - prev_issue_type: *710 + issue_type: *711 + prev_issue_type: *711 intent: title: Issue Event Intent description: The intent behind an agent's action on an issue, @@ -106665,7 +106683,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *718 + properties: *719 required: - issue_type - prev_issue_type @@ -106678,7 +106696,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &744 + - &745 title: Sub-issue Added Issue Event description: Sub-issue Added Issue Event type: object @@ -106718,8 +106736,8 @@ paths: events). type: object nullable: true - properties: *711 - required: *712 + properties: *712 + required: *713 required: - sub_issue - id @@ -106731,7 +106749,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &745 + - &746 title: Sub-issue Removed Issue Event description: Sub-issue Removed Issue Event type: object @@ -106771,8 +106789,8 @@ paths: events). type: object nullable: true - properties: *711 - required: *712 + properties: *712 + required: *713 required: - sub_issue - id @@ -106784,7 +106802,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &746 + - &747 title: Parent-issue Added Issue Event description: Parent-issue Added Issue Event type: object @@ -106824,8 +106842,8 @@ paths: events). type: object nullable: true - properties: *711 - required: *712 + properties: *712 + required: *713 required: - parent_issue - id @@ -106837,7 +106855,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &747 + - &748 title: Parent-issue Removed Issue Event description: Parent-issue Removed Issue Event type: object @@ -106877,8 +106895,8 @@ paths: events). type: object nullable: true - properties: *711 - required: *712 + properties: *712 + required: *713 required: - parent_issue - id @@ -106890,7 +106908,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &748 + - &749 title: Blocked-by Added Issue Event description: Blocked-by Added Issue Event type: object @@ -106930,8 +106948,8 @@ paths: events). type: object nullable: true - properties: *711 - required: *712 + properties: *712 + required: *713 required: - blocked_by - id @@ -106943,7 +106961,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &749 + - &750 title: Blocked-by Removed Issue Event description: Blocked-by Removed Issue Event type: object @@ -106983,8 +107001,8 @@ paths: events). type: object nullable: true - properties: *711 - required: *712 + properties: *712 + required: *713 required: - blocked_by - id @@ -106996,7 +107014,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &750 + - &751 title: Blocking Added Issue Event description: Blocking Added Issue Event type: object @@ -107036,8 +107054,8 @@ paths: events). type: object nullable: true - properties: *711 - required: *712 + properties: *712 + required: *713 required: - blocking - id @@ -107049,7 +107067,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &751 + - &752 title: Blocking Removed Issue Event description: Blocking Removed Issue Event type: object @@ -107089,8 +107107,8 @@ paths: events). type: object nullable: true - properties: *711 - required: *712 + properties: *712 + required: *713 required: - blocking - id @@ -107154,9 +107172,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issue-field-values#list-issue-field-values-for-an-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 - *17 - *19 responses: @@ -107166,9 +107184,9 @@ paths: application/json: schema: type: array - items: *719 + items: *720 examples: - default: &720 + default: &721 value: - issue_field_id: 1 issue_field_name: DRI @@ -107208,7 +107226,7 @@ paths: color: green headers: Link: *48 - '301': *516 + '301': *517 '404': *6 '410': *33 x-github: @@ -107239,9 +107257,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issue-field-values#add-issue-field-values-to-an-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 requestBody: required: true content: @@ -107311,9 +107329,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *719 + items: *720 examples: - default: *720 + default: *721 '400': *14 '403': *29 '404': *6 @@ -107349,9 +107367,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issue-field-values#set-issue-field-values-for-an-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 requestBody: required: true content: @@ -107416,9 +107434,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *719 + items: *720 examples: - default: *720 + default: *721 '400': *14 '403': *29 '404': *6 @@ -107449,10 +107467,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issue-field-values#delete-an-issue-field-value-from-an-issue parameters: - - *510 - *511 - - *715 - - *403 + - *512 + - *716 + - *404 responses: '204': description: Issue field value deleted successfully @@ -107477,9 +107495,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#list-labels-for-an-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 - *17 - *19 responses: @@ -107491,7 +107509,7 @@ paths: type: array items: *234 examples: - default: &721 + default: &722 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -107509,7 +107527,7 @@ paths: default: false headers: Link: *48 - '301': *516 + '301': *517 '404': *6 '410': *33 x-github: @@ -107527,9 +107545,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#add-labels-to-an-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 requestBody: required: false content: @@ -107609,8 +107627,8 @@ paths: type: array items: *234 examples: - default: *721 - '301': *516 + default: *722 + '301': *517 '404': *6 '410': *33 '422': *15 @@ -107629,9 +107647,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#set-labels-for-an-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 requestBody: required: false content: @@ -107693,8 +107711,8 @@ paths: type: array items: *234 examples: - default: *721 - '301': *516 + default: *722 + '301': *517 '404': *6 '410': *33 '422': *15 @@ -107713,13 +107731,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#remove-all-labels-from-an-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 responses: '204': description: Response - '301': *516 + '301': *517 '404': *6 '410': *33 x-github: @@ -107740,9 +107758,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#remove-a-label-from-an-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 - name: name in: path required: true @@ -107766,7 +107784,7 @@ paths: description: Something isn't working color: f29513 default: true - '301': *516 + '301': *517 '404': *6 '410': *33 x-github: @@ -107788,9 +107806,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#lock-an-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 requestBody: required: false content: @@ -107836,9 +107854,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#unlock-an-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 responses: '204': description: Response @@ -107868,9 +107886,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/sub-issues#get-parent-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 responses: '200': description: Response @@ -107878,8 +107896,8 @@ paths: application/json: schema: *235 examples: - default: *714 - '301': *516 + default: *715 + '301': *517 '404': *6 '410': *33 x-github: @@ -107898,9 +107916,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#list-reactions-for-an-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to an issue. @@ -107926,9 +107944,9 @@ paths: application/json: schema: type: array - items: *627 + items: *628 examples: - default: *706 + default: *707 headers: Link: *48 '404': *6 @@ -107950,9 +107968,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#create-reaction-for-an-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 requestBody: required: true content: @@ -107984,16 +108002,16 @@ paths: description: Response content: application/json: - schema: *627 + schema: *628 examples: - default: *628 + default: *629 '201': description: Response content: application/json: - schema: *627 + schema: *628 examples: - default: *628 + default: *629 '422': *15 x-github: githubCloudOnly: false @@ -108015,10 +108033,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#delete-an-issue-reaction parameters: - - *510 - *511 - - *715 - - *707 + - *512 + - *716 + - *708 responses: '204': description: Response @@ -108047,9 +108065,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/sub-issues#remove-sub-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 requestBody: required: true content: @@ -108073,7 +108091,7 @@ paths: application/json: schema: *235 examples: - default: *714 + default: *715 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/1/sub-issue @@ -108106,9 +108124,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/sub-issues#list-sub-issues parameters: - - *510 - *511 - - *715 + - *512 + - *716 - *17 - *19 responses: @@ -108120,7 +108138,7 @@ paths: type: array items: *235 examples: - default: *717 + default: *718 headers: Link: *48 '404': *6 @@ -108152,9 +108170,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/sub-issues#add-sub-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 requestBody: required: true content: @@ -108183,7 +108201,7 @@ paths: application/json: schema: *235 examples: - default: *714 + default: *715 headers: Location: example: https://api.github.com/repos/octocat/Hello-World/issues/sub-issues/1 @@ -108210,9 +108228,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/sub-issues#reprioritize-sub-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 requestBody: required: true content: @@ -108245,7 +108263,7 @@ paths: application/json: schema: *235 examples: - default: *714 + default: *715 '403': *29 '404': *6 '422': *7 @@ -108274,9 +108292,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#list-issue-suggestions parameters: - - *510 - *511 - - *715 + - *512 + - *716 - name: state in: query required: false @@ -108313,7 +108331,7 @@ paths: application/json: schema: type: array - items: &722 + items: &723 title: Issue Suggestion description: An agent-proposed change to an issue that a maintainer can approve or dismiss. @@ -108465,9 +108483,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#approve-an-issue-suggestion parameters: - - *510 - *511 - - *715 + - *512 + - *716 - name: suggestion_id in: path required: true @@ -108479,9 +108497,9 @@ paths: description: Response content: application/json: - schema: *722 + schema: *723 examples: - default: &723 + default: &724 value: id: 12 issue_id: 4567 @@ -108519,9 +108537,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#dismiss-an-issue-suggestion parameters: - - *510 - *511 - - *715 + - *512 + - *716 - name: suggestion_id in: path required: true @@ -108533,9 +108551,9 @@ paths: description: Response content: application/json: - schema: *722 + schema: *723 examples: - default: *723 + default: *724 '403': *29 '404': *6 '422': *15 @@ -108555,9 +108573,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/timeline#list-timeline-events-for-an-issue parameters: - - *510 - *511 - - *715 + - *512 + - *716 - *17 - *19 - name: exclude @@ -108578,7 +108596,6 @@ paths: description: Timeline Event type: object anyOf: - - *724 - *725 - *726 - *727 @@ -108591,6 +108608,7 @@ paths: - *734 - *735 - *736 + - *737 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -108651,15 +108669,15 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *737 - required: *738 + properties: *738 + required: *739 nullable: true minimized: title: Minimized Issue Comment description: Details about why an issue comment was minimized. type: object - properties: *739 - required: *740 + properties: *740 + required: *741 nullable: true required: - event @@ -108914,7 +108932,7 @@ paths: type: string comments: type: array - items: &774 + items: &775 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -109129,7 +109147,7 @@ paths: type: string comments: type: array - items: *626 + items: *627 - title: Timeline Assigned Issue Event description: Timeline Assigned Issue Event type: object @@ -109173,7 +109191,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *718 + properties: *719 required: - id - node_id @@ -109274,7 +109292,7 @@ paths: feature is disabled or the event type does not support intent. type: object nullable: true - properties: *718 + properties: *719 required: - id - node_id @@ -109285,7 +109303,6 @@ paths: - commit_url - created_at - performed_via_github_app - - *741 - *742 - *743 - *744 @@ -109296,6 +109313,7 @@ paths: - *749 - *750 - *751 + - *752 examples: default: value: @@ -109469,8 +109487,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deploy-keys/deploy-keys#list-deploy-keys parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -109480,7 +109498,7 @@ paths: application/json: schema: type: array - items: &752 + items: &753 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -109546,8 +109564,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deploy-keys/deploy-keys#create-a-deploy-key parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -109583,9 +109601,9 @@ paths: description: Response content: application/json: - schema: *752 + schema: *753 examples: - default: &753 + default: &754 value: id: 1 key: ssh-rsa AAA... @@ -109619,9 +109637,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deploy-keys/deploy-keys#get-a-deploy-key parameters: - - *510 - *511 - - &754 + - *512 + - &755 name: key_id description: The unique identifier of the key. in: path @@ -109633,9 +109651,9 @@ paths: description: Response content: application/json: - schema: *752 + schema: *753 examples: - default: *753 + default: *754 '404': *6 x-github: githubCloudOnly: false @@ -109653,9 +109671,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/deploy-keys/deploy-keys#delete-a-deploy-key parameters: - - *510 - *511 - - *754 + - *512 + - *755 responses: '204': description: Response @@ -109675,8 +109693,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#list-labels-for-a-repository parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -109688,7 +109706,7 @@ paths: type: array items: *234 examples: - default: *721 + default: *722 headers: Link: *48 '404': *6 @@ -109709,8 +109727,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#create-a-label parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -109748,7 +109766,7 @@ paths: application/json: schema: *234 examples: - default: &755 + default: &756 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -109780,8 +109798,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#get-a-label parameters: - - *510 - *511 + - *512 - name: name in: path required: true @@ -109794,7 +109812,7 @@ paths: application/json: schema: *234 examples: - default: *755 + default: *756 '404': *6 x-github: githubCloudOnly: false @@ -109811,8 +109829,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#update-a-label parameters: - - *510 - *511 + - *512 - name: name in: path required: true @@ -109877,8 +109895,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#delete-a-label parameters: - - *510 - *511 + - *512 - name: name in: path required: true @@ -109904,8 +109922,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-repository-languages parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -109941,8 +109959,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/lfs#enable-git-lfs-for-a-repository parameters: - - *510 - *511 + - *512 responses: '202': *40 '403': @@ -109970,8 +109988,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/lfs#disable-git-lfs-for-a-repository parameters: - - *510 - *511 + - *512 responses: '204': description: Response @@ -109997,9 +110015,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/licenses/licenses#get-the-license-for-a-repository parameters: - - *510 - *511 - - *599 + - *512 + - *600 responses: '200': description: Response @@ -110144,8 +110162,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -110210,8 +110228,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/branches/branches#merge-a-branch parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -110245,9 +110263,9 @@ paths: description: Successful Response (The resulting merge commit) content: application/json: - schema: *629 + schema: *630 examples: - default: *756 + default: *757 '204': description: Response when already merged '404': @@ -110272,8 +110290,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/milestones#list-milestones parameters: - - *510 - *511 + - *512 - name: state description: The state of the milestone. Either `open`, `closed`, or `all`. in: query @@ -110314,12 +110332,12 @@ paths: application/json: schema: type: array - items: &757 + items: &758 title: Milestone description: A collection of related issues and pull requests. type: object - properties: *439 - required: *440 + properties: *440 + required: *441 examples: default: value: @@ -110375,8 +110393,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/milestones#create-a-milestone parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -110416,9 +110434,9 @@ paths: description: Response content: application/json: - schema: *757 + schema: *758 examples: - default: &758 + default: &759 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -110477,9 +110495,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/milestones#get-a-milestone parameters: - - *510 - *511 - - &759 + - *512 + - &760 name: milestone_number description: The number that identifies the milestone. in: path @@ -110491,9 +110509,9 @@ paths: description: Response content: application/json: - schema: *757 + schema: *758 examples: - default: *758 + default: *759 '404': *6 x-github: githubCloudOnly: false @@ -110510,9 +110528,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/milestones#update-a-milestone parameters: - - *510 - *511 - - *759 + - *512 + - *760 requestBody: required: false content: @@ -110550,9 +110568,9 @@ paths: description: Response content: application/json: - schema: *757 + schema: *758 examples: - default: *758 + default: *759 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110568,9 +110586,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/milestones#delete-a-milestone parameters: - - *510 - *511 - - *759 + - *512 + - *760 responses: '204': description: Response @@ -110591,9 +110609,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/issues/labels#list-labels-for-issues-in-a-milestone parameters: - - *510 - *511 - - *759 + - *512 + - *760 - *17 - *19 responses: @@ -110605,7 +110623,7 @@ paths: type: array items: *234 examples: - default: *721 + default: *722 headers: Link: *48 x-github: @@ -110624,12 +110642,12 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user parameters: - - *510 - *511 - - *760 + - *512 - *761 - - *242 - *762 + - *242 + - *763 - *17 - *19 responses: @@ -110641,7 +110659,7 @@ paths: type: array items: *262 examples: - default: *763 + default: *764 headers: Link: *48 x-github: @@ -110665,8 +110683,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/notifications#mark-repository-notifications-as-read parameters: - - *510 - *511 + - *512 requestBody: required: false content: @@ -110724,14 +110742,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#get-a-apiname-pages-site parameters: - - *510 - *511 + - *512 responses: '200': description: Response content: application/json: - schema: &764 + schema: &765 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -110856,7 +110874,7 @@ paths: - custom_404 - public examples: - default: &765 + default: &766 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -110897,8 +110915,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#create-a-apiname-pages-site parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -110952,9 +110970,9 @@ paths: description: Response content: application/json: - schema: *764 + schema: *765 examples: - default: *765 + default: *766 '422': *15 '409': *122 x-github: @@ -110977,8 +110995,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#update-information-about-a-apiname-pages-site parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -111085,8 +111103,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#delete-a-apiname-pages-site parameters: - - *510 - *511 + - *512 responses: '204': description: Response @@ -111112,8 +111130,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#list-apiname-pages-builds parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -111123,7 +111141,7 @@ paths: application/json: schema: type: array - items: &766 + items: &767 title: Page Build description: Page Build type: object @@ -111217,8 +111235,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#request-a-apiname-pages-build parameters: - - *510 - *511 + - *512 responses: '201': description: Response @@ -111263,16 +111281,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#get-latest-pages-build parameters: - - *510 - *511 + - *512 responses: '200': description: Response content: application/json: - schema: *766 + schema: *767 examples: - default: &767 + default: &768 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -111320,8 +111338,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#get-apiname-pages-build parameters: - - *510 - *511 + - *512 - name: build_id in: path required: true @@ -111332,9 +111350,9 @@ paths: description: Response content: application/json: - schema: *766 + schema: *767 examples: - default: *767 + default: *768 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111354,8 +111372,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#create-a-github-pages-deployment parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -111460,9 +111478,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#get-the-status-of-a-github-pages-deployment parameters: - - *510 - *511 - - &768 + - *512 + - &769 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -111520,9 +111538,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#cancel-a-github-pages-deployment parameters: - - *510 - *511 - - *768 + - *512 + - *769 responses: '204': *129 '404': *6 @@ -111549,8 +111567,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pages/pages#get-a-dns-health-check-for-github-pages parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -111808,8 +111826,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#check-if-private-vulnerability-reporting-is-enabled-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Private vulnerability reporting status @@ -111846,8 +111864,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#enable-private-vulnerability-reporting-for-a-repository parameters: - - *510 - *511 + - *512 responses: '204': *129 '422': *14 @@ -111868,8 +111886,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#disable-private-vulnerability-reporting-for-a-repository parameters: - - *510 - *511 + - *512 responses: '204': *129 '422': *14 @@ -111891,8 +111909,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/custom-properties#get-all-custom-property-values-for-a-repository parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -111902,7 +111920,7 @@ paths: type: array items: *164 examples: - default: *769 + default: *770 '403': *29 '404': *6 x-github: @@ -111924,8 +111942,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/custom-properties#create-or-update-custom-property-values-for-a-repository parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -111941,7 +111959,7 @@ paths: required: - properties examples: - default: *770 + default: *771 responses: '204': description: No Content when custom property values are successfully created @@ -111979,8 +111997,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#list-pull-requests parameters: - - *510 - *511 + - *512 - name: state description: Either `open`, `closed`, or `all` to filter by state. in: query @@ -112040,9 +112058,9 @@ paths: application/json: schema: type: array - items: *591 + items: *592 examples: - default: *771 + default: *772 headers: Link: *48 '304': *38 @@ -112074,8 +112092,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#create-a-pull-request parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -112140,7 +112158,7 @@ paths: description: Response content: application/json: - schema: &776 + schema: &777 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -112251,8 +112269,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *439 - required: *440 + properties: *440 + required: *441 nullable: true active_lock_reason: type: string @@ -112284,7 +112302,7 @@ paths: items: *4 requested_teams: type: array - items: *494 + items: *495 head: type: object properties: @@ -112322,14 +112340,14 @@ paths: _links: type: object properties: - comments: *441 - commits: *441 - statuses: *441 - html: *441 - issue: *441 - review_comments: *441 - review_comment: *441 - self: *441 + comments: *442 + commits: *442 + statuses: *442 + html: *442 + issue: *442 + review_comments: *442 + review_comment: *442 + self: *442 required: - comments - commits @@ -112340,8 +112358,8 @@ paths: - review_comment - self author_association: *232 - auto_merge: *772 - stack: *773 + auto_merge: *773 + stack: *774 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -112431,7 +112449,7 @@ paths: - merged_by - review_comments examples: - default: &777 + default: &778 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -112938,8 +112956,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/comments#list-review-comments-in-a-repository parameters: - - *510 - *511 + - *512 - name: sort in: query required: false @@ -112968,9 +112986,9 @@ paths: application/json: schema: type: array - items: *774 + items: *775 examples: - default: &779 + default: &780 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -113047,17 +113065,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/comments#get-a-review-comment-for-a-pull-request parameters: - - *510 - *511 + - *512 - *251 responses: '200': description: Response content: application/json: - schema: *774 + schema: *775 examples: - default: &775 + default: &776 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -113132,8 +113150,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/comments#update-a-review-comment-for-a-pull-request parameters: - - *510 - *511 + - *512 - *251 requestBody: required: true @@ -113156,9 +113174,9 @@ paths: description: Response content: application/json: - schema: *774 + schema: *775 examples: - default: *775 + default: *776 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -113174,8 +113192,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/comments#delete-a-review-comment-for-a-pull-request parameters: - - *510 - *511 + - *512 - *251 responses: '204': @@ -113197,8 +113215,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#list-reactions-for-a-pull-request-review-comment parameters: - - *510 - *511 + - *512 - *251 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#about-reactions). @@ -113225,9 +113243,9 @@ paths: application/json: schema: type: array - items: *627 + items: *628 examples: - default: *706 + default: *707 headers: Link: *48 '404': *6 @@ -113248,8 +113266,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#create-reaction-for-a-pull-request-review-comment parameters: - - *510 - *511 + - *512 - *251 requestBody: required: true @@ -113282,16 +113300,16 @@ paths: description: Reaction exists content: application/json: - schema: *627 + schema: *628 examples: - default: *628 + default: *629 '201': description: Reaction created content: application/json: - schema: *627 + schema: *628 examples: - default: *628 + default: *629 '422': *15 x-github: githubCloudOnly: false @@ -113313,10 +113331,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#delete-a-pull-request-comment-reaction parameters: - - *510 - *511 + - *512 - *251 - - *707 + - *708 responses: '204': description: Response @@ -113359,9 +113377,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#get-a-pull-request parameters: - - *510 - *511 - - &778 + - *512 + - &779 name: pull_number description: The number that identifies the pull request. in: path @@ -113374,9 +113392,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *776 + schema: *777 examples: - default: *777 + default: *778 '304': *38 '404': *6 '406': @@ -113411,9 +113429,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#update-a-pull-request parameters: - - *510 - *511 - - *778 + - *512 + - *779 requestBody: required: false content: @@ -113455,9 +113473,9 @@ paths: description: Response content: application/json: - schema: *776 + schema: *777 examples: - default: *777 + default: *778 '422': *15 '403': *29 x-github: @@ -113479,9 +113497,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request parameters: - - *510 - *511 - - *778 + - *512 + - *779 requestBody: required: true content: @@ -113541,17 +113559,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *409 + schema: *410 examples: - default: *616 + default: *617 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *409 + schema: *410 examples: - default: *616 + default: *617 '401': *25 '403': *29 '404': *6 @@ -113581,9 +113599,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/comments#list-review-comments-on-a-pull-request parameters: - - *510 - *511 - - *778 + - *512 + - *779 - *259 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -113604,9 +113622,9 @@ paths: application/json: schema: type: array - items: *774 + items: *775 examples: - default: *779 + default: *780 headers: Link: *48 x-github: @@ -113639,9 +113657,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/comments#create-a-review-comment-for-a-pull-request parameters: - - *510 - *511 - - *778 + - *512 + - *779 requestBody: required: true content: @@ -113746,7 +113764,7 @@ paths: description: Response content: application/json: - schema: *774 + schema: *775 examples: example-for-a-multi-line-comment: value: @@ -113834,9 +113852,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/comments#create-a-reply-for-a-review-comment parameters: - - *510 - *511 - - *778 + - *512 + - *779 - *251 requestBody: required: true @@ -113859,7 +113877,7 @@ paths: description: Response content: application/json: - schema: *774 + schema: *775 examples: default: value: @@ -113945,9 +113963,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#list-commits-on-a-pull-request parameters: - - *510 - *511 - - *778 + - *512 + - *779 - *17 - *19 responses: @@ -113957,9 +113975,9 @@ paths: application/json: schema: type: array - items: *629 + items: *630 examples: - default: *780 + default: *781 headers: Link: *48 x-github: @@ -113989,9 +114007,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#list-pull-requests-files parameters: - - *510 - *511 - - *778 + - *512 + - *779 - *17 - *19 responses: @@ -114001,7 +114019,7 @@ paths: application/json: schema: type: array - items: *641 + items: *642 examples: default: value: @@ -114039,9 +114057,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#check-if-a-pull-request-has-been-merged parameters: - - *510 - *511 - - *778 + - *512 + - *779 responses: '204': description: Response if pull request has been merged @@ -114064,9 +114082,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#merge-a-pull-request parameters: - - *510 - *511 - - *778 + - *512 + - *779 requestBody: required: false content: @@ -114188,9 +114206,9 @@ paths: category: pulls subcategory: pulls parameters: - - *510 - *511 - - *778 + - *512 + - *779 requestBody: required: false content: @@ -114242,7 +114260,7 @@ paths: description: if the merge request was accepted and will run in the background content: application/json: - schema: &781 + schema: &782 title: Pull Request Merge Async Result description: Pull Request Merge Async Result type: object @@ -114327,7 +114345,7 @@ paths: merge queue content: application/json: - schema: *781 + schema: *782 examples: response-if-pull-request-was-already-merged: summary: Already merged @@ -114347,7 +114365,7 @@ paths: this pull request content: application/json: - schema: *781 + schema: *782 examples: response-if-a-merge-request-already-exists: value: @@ -114363,7 +114381,7 @@ paths: it is closed content: application/json: - schema: *781 + schema: *782 examples: response-if-pull-request-is-not-ready-to-be-merged: value: @@ -114395,9 +114413,9 @@ paths: category: pulls subcategory: pulls parameters: - - *510 - *511 - - *778 + - *512 + - *779 - name: uuid description: The UUID of the asynchronous merge request, as returned when the merge was requested. @@ -114410,7 +114428,7 @@ paths: description: the current result of the asynchronous merge request content: application/json: - schema: *781 + schema: *782 examples: response-if-the-merge-is-still-queued: summary: Still queued @@ -114458,9 +114476,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/review-requests#get-all-requested-reviewers-for-a-pull-request parameters: - - *510 - *511 - - *778 + - *512 + - *779 responses: '200': description: Response @@ -114535,9 +114553,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/review-requests#request-reviewers-for-a-pull-request parameters: - - *510 - *511 - - *778 + - *512 + - *779 requestBody: required: false content: @@ -114574,7 +114592,7 @@ paths: description: Response content: application/json: - schema: *591 + schema: *592 examples: default: value: @@ -115110,9 +115128,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request parameters: - - *510 - *511 - - *778 + - *512 + - *779 requestBody: required: true content: @@ -115146,7 +115164,7 @@ paths: description: Response content: application/json: - schema: *591 + schema: *592 examples: default: value: @@ -115631,9 +115649,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/reviews#list-reviews-for-a-pull-request parameters: - - *510 - *511 - - *778 + - *512 + - *779 - *17 - *19 responses: @@ -115643,7 +115661,7 @@ paths: application/json: schema: type: array - items: &782 + items: &783 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -115794,9 +115812,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/reviews#create-a-review-for-a-pull-request parameters: - - *510 - *511 - - *778 + - *512 + - *779 requestBody: required: false content: @@ -115882,9 +115900,9 @@ paths: description: Response content: application/json: - schema: *782 + schema: *783 examples: - default: &784 + default: &785 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -115947,10 +115965,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/reviews#get-a-review-for-a-pull-request parameters: - - *510 - *511 - - *778 - - &783 + - *512 + - *779 + - &784 name: review_id description: The unique identifier of the review. in: path @@ -115962,9 +115980,9 @@ paths: description: Response content: application/json: - schema: *782 + schema: *783 examples: - default: &785 + default: &786 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -116023,10 +116041,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/reviews#update-a-review-for-a-pull-request parameters: - - *510 - *511 - - *778 - - *783 + - *512 + - *779 + - *784 requestBody: required: true content: @@ -116049,7 +116067,7 @@ paths: description: Response content: application/json: - schema: *782 + schema: *783 examples: default: value: @@ -116111,18 +116129,18 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request parameters: - - *510 - *511 - - *778 - - *783 + - *512 + - *779 + - *784 responses: '200': description: Response content: application/json: - schema: *782 + schema: *783 examples: - default: *784 + default: *785 '422': *7 '404': *6 x-github: @@ -116149,10 +116167,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/reviews#list-comments-for-a-pull-request-review parameters: - - *510 - *511 - - *778 - - *783 + - *512 + - *779 + - *784 - *17 - *19 responses: @@ -116235,9 +116253,9 @@ paths: _links: type: object properties: - self: *441 - html: *441 - pull_request: *441 + self: *442 + html: *442 + pull_request: *442 required: - self - html @@ -116387,10 +116405,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/reviews#dismiss-a-review-for-a-pull-request parameters: - - *510 - *511 - - *778 - - *783 + - *512 + - *779 + - *784 requestBody: required: true content: @@ -116418,7 +116436,7 @@ paths: description: Response content: application/json: - schema: *782 + schema: *783 examples: default: value: @@ -116481,10 +116499,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/reviews#submit-a-review-for-a-pull-request parameters: - - *510 - *511 - - *778 - - *783 + - *512 + - *779 + - *784 requestBody: required: true content: @@ -116519,9 +116537,9 @@ paths: description: Response content: application/json: - schema: *782 + schema: *783 examples: - default: *785 + default: *786 '404': *6 '422': *7 '403': *29 @@ -116543,9 +116561,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/pulls#update-a-pull-request-branch parameters: - - *510 - *511 - - *778 + - *512 + - *779 requestBody: required: false content: @@ -116608,8 +116626,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/contents#get-a-repository-readme parameters: - - *510 - *511 + - *512 - name: ref description: 'The name of the commit/branch/tag. Default: the repository’s default branch.' @@ -116622,9 +116640,9 @@ paths: description: Response content: application/json: - schema: *786 + schema: *787 examples: - default: &787 + default: &788 value: type: file encoding: base64 @@ -116666,8 +116684,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/contents#get-a-repository-readme-for-a-directory parameters: - - *510 - *511 + - *512 - name: dir description: The alternate path to look for a README file in: path @@ -116687,9 +116705,9 @@ paths: description: Response content: application/json: - schema: *786 + schema: *787 examples: - default: *787 + default: *788 '404': *6 '422': *15 x-github: @@ -116711,8 +116729,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/releases#list-releases parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -116722,7 +116740,7 @@ paths: application/json: schema: type: array - items: *788 + items: *789 examples: default: value: @@ -116821,8 +116839,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/releases#create-a-release parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -116898,9 +116916,9 @@ paths: description: Response content: application/json: - schema: *788 + schema: *789 examples: - default: &792 + default: &793 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -117005,9 +117023,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/assets#get-a-release-asset parameters: - - *510 - *511 - - &790 + - *512 + - &791 name: asset_id description: The unique identifier of the asset. in: path @@ -117019,9 +117037,9 @@ paths: description: Response content: application/json: - schema: *789 + schema: *790 examples: - default: &791 + default: &792 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -117056,7 +117074,7 @@ paths: type: User site_admin: false '404': *6 - '302': *645 + '302': *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -117072,9 +117090,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/assets#update-a-release-asset parameters: - - *510 - *511 - - *790 + - *512 + - *791 requestBody: required: false content: @@ -117102,9 +117120,9 @@ paths: description: Response content: application/json: - schema: *789 + schema: *790 examples: - default: *791 + default: *792 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -117120,9 +117138,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/assets#delete-a-release-asset parameters: - - *510 - *511 - - *790 + - *512 + - *791 responses: '204': description: Response @@ -117147,8 +117165,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/releases#generate-release-notes-content-for-a-release parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -117233,16 +117251,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/releases#get-the-latest-release parameters: - - *510 - *511 + - *512 responses: '200': description: Response content: application/json: - schema: *788 + schema: *789 examples: - default: *792 + default: *793 '404': *6 x-github: githubCloudOnly: false @@ -117260,8 +117278,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/releases#get-a-release-by-tag-name parameters: - - *510 - *511 + - *512 - name: tag description: tag parameter in: path @@ -117274,9 +117292,9 @@ paths: description: Response content: application/json: - schema: *788 + schema: *789 examples: - default: *792 + default: *793 '404': *6 x-github: githubCloudOnly: false @@ -117298,9 +117316,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/releases#get-a-release parameters: - - *510 - *511 - - &793 + - *512 + - &794 name: release_id description: The unique identifier of the release. in: path @@ -117314,9 +117332,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *788 + schema: *789 examples: - default: *792 + default: *793 '401': description: Unauthorized x-github: @@ -117340,9 +117358,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/releases#update-a-release parameters: - - *510 - *511 - - *793 + - *512 + - *794 requestBody: required: false content: @@ -117406,9 +117424,9 @@ paths: description: Response content: application/json: - schema: *788 + schema: *789 examples: - default: *792 + default: *793 '404': description: Not Found if the discussion category name is invalid content: @@ -117429,9 +117447,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/releases#delete-a-release parameters: - - *510 - *511 - - *793 + - *512 + - *794 responses: '204': description: Response @@ -117452,9 +117470,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/releases/assets#list-release-assets parameters: - - *510 - *511 - - *793 + - *512 + - *794 - *17 - *19 responses: @@ -117464,7 +117482,7 @@ paths: application/json: schema: type: array - items: *789 + items: *790 examples: default: value: @@ -117546,9 +117564,9 @@ paths: description: The URL origin (protocol + host name + port) is included in `upload_url` returned in the response of the "Create a release" endpoint parameters: - - *510 - *511 - - *793 + - *512 + - *794 - name: name in: query required: true @@ -117574,7 +117592,7 @@ paths: description: Response for successful upload content: application/json: - schema: *789 + schema: *790 examples: response-for-successful-upload: value: @@ -117629,9 +117647,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#list-reactions-for-a-release parameters: - - *510 - *511 - - *793 + - *512 + - *794 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -117655,9 +117673,9 @@ paths: application/json: schema: type: array - items: *627 + items: *628 examples: - default: *706 + default: *707 headers: Link: *48 '404': *6 @@ -117678,9 +117696,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#create-reaction-for-a-release parameters: - - *510 - *511 - - *793 + - *512 + - *794 requestBody: required: true content: @@ -117710,16 +117728,16 @@ paths: description: Reaction exists content: application/json: - schema: *627 + schema: *628 examples: - default: *628 + default: *629 '201': description: Reaction created content: application/json: - schema: *627 + schema: *628 examples: - default: *628 + default: *629 '422': *15 x-github: githubCloudOnly: false @@ -117741,10 +117759,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#delete-a-release-reaction parameters: - - *510 - *511 - - *793 - - *707 + - *512 + - *794 + - *708 responses: '204': description: Response @@ -117768,9 +117786,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/rules#get-rules-for-a-branch parameters: - - *510 - *511 - - *562 + - *512 + - *563 - *17 - *19 responses: @@ -117787,7 +117805,7 @@ paths: oneOf: - allOf: - *178 - - &794 + - &795 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -117808,70 +117826,70 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *179 - - *794 + - *795 - allOf: - *180 - - *794 + - *795 - allOf: - *181 - - *794 + - *795 - allOf: + - *796 - *795 - - *794 - allOf: - *182 - - *794 + - *795 - allOf: - *183 - - *794 + - *795 - allOf: - *184 - - *794 + - *795 - allOf: - *185 - - *794 + - *795 - allOf: - *186 - - *794 + - *795 - allOf: - *187 - - *794 + - *795 - allOf: - *188 - - *794 + - *795 - allOf: - *189 - - *794 + - *795 - allOf: - *190 - - *794 + - *795 - allOf: - *191 - - *794 + - *795 - allOf: - *192 - - *794 + - *795 - allOf: - *193 - - *794 + - *795 - allOf: - *194 - - *794 + - *795 - allOf: - - *796 - - *794 + - *797 + - *795 - allOf: - *195 - - *794 + - *795 - allOf: - *196 - - *794 + - *795 - allOf: - *197 - - *794 + - *795 - allOf: - *198 - - *794 + - *795 examples: default: value: @@ -117910,8 +117928,8 @@ paths: category: repos subcategory: rules parameters: - - *510 - *511 + - *512 - *17 - *19 - name: includes_parents @@ -117922,7 +117940,7 @@ paths: schema: type: boolean default: true - - *797 + - *798 responses: '200': description: Response @@ -117977,8 +117995,8 @@ paths: category: repos subcategory: rules parameters: - - *510 - *511 + - *512 requestBody: description: Request body required: true @@ -118007,7 +118025,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *798 + items: *799 required: - name - enforcement @@ -118040,7 +118058,7 @@ paths: application/json: schema: *199 examples: - default: &808 + default: &809 value: id: 42 name: super cool ruleset @@ -118088,13 +118106,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/rule-suites#list-repository-rule-suites parameters: - - *510 - *511 - - *799 - - *108 + - *512 - *800 + - *108 - *801 - *802 + - *803 - *17 - *19 responses: @@ -118102,9 +118120,9 @@ paths: description: Response content: application/json: - schema: *803 + schema: *804 examples: - default: *804 + default: *805 '404': *6 '500': *41 x-github: @@ -118125,17 +118143,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/rule-suites#get-a-repository-rule-suite parameters: - - *510 - *511 - - *805 + - *512 + - *806 responses: '200': description: Response content: application/json: - schema: *806 + schema: *807 examples: - default: *807 + default: *808 '404': *6 '500': *41 x-github: @@ -118163,8 +118181,8 @@ paths: category: repos subcategory: rules parameters: - - *510 - *511 + - *512 - name: ruleset_id description: The ID of the ruleset. in: path @@ -118186,7 +118204,7 @@ paths: application/json: schema: *199 examples: - default: *808 + default: *809 '404': *6 '500': *41 put: @@ -118204,8 +118222,8 @@ paths: category: repos subcategory: rules parameters: - - *510 - *511 + - *512 - name: ruleset_id description: The ID of the ruleset. in: path @@ -118239,7 +118257,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *798 + items: *799 examples: default: value: @@ -118269,7 +118287,7 @@ paths: application/json: schema: *199 examples: - default: *808 + default: *809 '404': *6 '422': *15 '500': *41 @@ -118288,8 +118306,8 @@ paths: category: repos subcategory: rules parameters: - - *510 - *511 + - *512 - name: ruleset_id description: The ID of the ruleset. in: path @@ -118312,8 +118330,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/rules#get-repository-ruleset-history parameters: - - *510 - *511 + - *512 - *17 - *19 - name: ruleset_id @@ -118331,7 +118349,7 @@ paths: type: array items: *203 examples: - default: *459 + default: *460 '404': *6 '500': *41 x-github: @@ -118350,8 +118368,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/rules#get-repository-ruleset-version parameters: - - *510 - *511 + - *512 - name: ruleset_id description: The ID of the ruleset. in: path @@ -118369,7 +118387,7 @@ paths: description: Response content: application/json: - schema: *460 + schema: *461 examples: default: value: @@ -118424,9 +118442,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-a-repository parameters: - - *510 - *511 - - *461 + - *512 - *462 - *463 - *464 @@ -118434,18 +118451,19 @@ paths: - *466 - *467 - *468 + - *469 - *113 - *19 - *17 - - *809 - *810 - - *469 + - *811 - *470 - *471 - *472 - *473 - *474 - *475 + - *476 responses: '200': description: Response @@ -118472,8 +118490,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *811 - resolution: *812 + state: *812 + resolution: *813 resolved_at: type: string format: date-time @@ -118579,7 +118597,7 @@ paths: pull request. ' - oneOf: *813 + oneOf: *814 nullable: true has_more_locations: type: boolean @@ -118743,16 +118761,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/secret-scanning/secret-scanning#get-a-secret-scanning-alert parameters: - - *510 - *511 - - *593 - - *472 + - *512 + - *594 + - *473 responses: '200': description: Response content: application/json: - schema: &814 + schema: &815 type: object properties: number: *136 @@ -118770,8 +118788,8 @@ paths: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *811 - resolution: *812 + state: *812 + resolution: *813 resolved_at: type: string format: date-time @@ -118877,7 +118895,7 @@ paths: pull request. ' - oneOf: *813 + oneOf: *814 nullable: true has_more_locations: type: boolean @@ -118905,7 +118923,7 @@ paths: properties: *20 required: *21 nullable: true - metadata: &1004 + metadata: &1005 type: array description: A list of metadata key/value pairs associated with the secret scanning alert. @@ -118978,9 +118996,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/secret-scanning/secret-scanning#update-a-secret-scanning-alert parameters: - - *510 - *511 - - *593 + - *512 + - *594 requestBody: required: true content: @@ -118988,8 +119006,8 @@ paths: schema: type: object properties: - state: *811 - resolution: *812 + state: *812 + resolution: *813 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -119033,7 +119051,7 @@ paths: description: Response content: application/json: - schema: *814 + schema: *815 examples: default: value: @@ -119135,9 +119153,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/secret-scanning/secret-scanning#list-locations-for-a-secret-scanning-alert parameters: - - *510 - *511 - - *593 + - *512 + - *594 - *19 - *17 responses: @@ -119148,7 +119166,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &1006 + items: &1007 type: object properties: type: @@ -119174,7 +119192,6 @@ paths: example: commit details: oneOf: - - *815 - *816 - *817 - *818 @@ -119187,6 +119204,7 @@ paths: - *825 - *826 - *827 + - *828 examples: default: value: @@ -119275,11 +119293,11 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *510 - *511 - - *478 + - *512 - *479 - *480 + - *481 - *113 - *19 - *17 @@ -119292,7 +119310,7 @@ paths: type: array items: *205 examples: - default: *481 + default: *482 headers: Link: *48 '403': *29 @@ -119315,8 +119333,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -119329,9 +119347,9 @@ paths: patterns: type: array description: The list of custom patterns to create. - items: *482 + items: *483 examples: - default: *483 + default: *484 responses: '201': description: All patterns created successfully. @@ -119345,7 +119363,7 @@ paths: description: The list of successfully created custom patterns. items: *205 examples: - default: *484 + default: *485 '400': *14 '403': *29 '404': *6 @@ -119369,7 +119387,7 @@ paths: errors: type: array description: List of validation errors for this pattern. - items: *485 + items: *486 delete: summary: Bulk delete repository custom patterns description: |- @@ -119388,8 +119406,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -119403,7 +119421,7 @@ paths: type: array description: The list of custom patterns to delete. maxItems: 500 - items: *486 + items: *487 post_delete_action: type: string description: |- @@ -119416,7 +119434,7 @@ paths: - resolve_alerts default: delete_alerts examples: - default: *487 + default: *488 responses: '204': description: All patterns deleted successfully. @@ -119443,8 +119461,8 @@ paths: category: secret-scanning subcategory: custom-patterns parameters: - - *510 - *511 + - *512 - name: pattern_id in: path required: true @@ -119455,9 +119473,9 @@ paths: required: true content: application/json: - schema: *488 + schema: *489 examples: - default: *489 + default: *490 responses: '200': description: Pattern updated successfully. @@ -119465,7 +119483,7 @@ paths: application/json: schema: *205 examples: - default: *490 + default: *491 '400': *14 '403': *29 '404': *6 @@ -119487,8 +119505,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/secret-scanning/secret-scanning#create-a-push-protection-bypass parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -119496,14 +119514,14 @@ paths: schema: type: object properties: - reason: &829 + reason: &830 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *828 + placeholder_id: *829 required: - reason - placeholder_id @@ -119520,7 +119538,7 @@ paths: schema: type: object properties: - reason: *829 + reason: *830 expire_at: type: string format: date-time @@ -119566,8 +119584,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/secret-scanning/secret-scanning#get-secret-scanning-scan-history-for-a-repository parameters: - - *510 - *511 + - *512 responses: '404': description: Repository does not have GitHub Advanced Security or secret @@ -119582,7 +119600,7 @@ paths: properties: incremental_scans: type: array - items: &830 + items: &831 description: Information on a single scan performed by secret scanning on the repository type: object @@ -119613,15 +119631,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *830 + items: *831 backfill_scans: type: array - items: *830 + items: *831 custom_pattern_backfill_scans: type: array items: allOf: - - *830 + - *831 - type: object properties: pattern_name: @@ -119634,7 +119652,7 @@ paths: one of "repository", "organization", or "enterprise" generic_secrets_backfill_scans: type: array - items: *830 + items: *831 examples: default: value: @@ -119699,8 +119717,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/security-advisories/repository-advisories#list-repository-security-advisories parameters: - - *510 - *511 + - *512 - *113 - name: sort description: The property to sort the results by. @@ -119744,9 +119762,9 @@ paths: application/json: schema: type: array - items: *831 + items: *832 examples: - default: *832 + default: *833 '400': *14 '404': *6 x-github: @@ -119769,8 +119787,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/security-advisories/repository-advisories#create-a-repository-security-advisory parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -119843,7 +119861,7 @@ paths: login: type: string description: The username of the user credited. - type: *493 + type: *494 required: - login - type @@ -119930,9 +119948,9 @@ paths: description: Response content: application/json: - schema: *831 + schema: *832 examples: - default: &834 + default: &835 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -120162,8 +120180,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/security-advisories/repository-advisories#privately-report-a-security-vulnerability parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -120267,7 +120285,7 @@ paths: description: Response content: application/json: - schema: *831 + schema: *832 examples: default: value: @@ -120413,17 +120431,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/security-advisories/repository-advisories#get-a-repository-security-advisory parameters: - - *510 - *511 - - *833 + - *512 + - *834 responses: '200': description: Response content: application/json: - schema: *831 + schema: *832 examples: - default: *834 + default: *835 '403': *29 '404': *6 x-github: @@ -120447,9 +120465,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/security-advisories/repository-advisories#update-a-repository-security-advisory parameters: - - *510 - *511 - - *833 + - *512 + - *834 requestBody: required: true content: @@ -120522,7 +120540,7 @@ paths: login: type: string description: The username of the user credited. - type: *493 + type: *494 required: - login - type @@ -120608,10 +120626,10 @@ paths: description: Response content: application/json: - schema: *831 + schema: *832 examples: - default: *834 - add_credit: *834 + default: *835 + add_credit: *835 '403': *29 '404': *6 '422': @@ -120649,9 +120667,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/security-advisories/repository-advisories#request-a-cve-for-a-repository-security-advisory parameters: - - *510 - *511 - - *833 + - *512 + - *834 responses: '202': *40 '400': *14 @@ -120678,17 +120696,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/security-advisories/repository-advisories#create-a-temporary-private-fork parameters: - - *510 - *511 - - *833 + - *512 + - *834 responses: '202': description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: *517 + default: *518 '400': *14 '422': *15 '403': *29 @@ -120709,8 +120727,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/stacks#list-pull-request-stacks parameters: - - *510 - *511 + - *512 - name: pull_request description: Filter to the stack containing this repository pull request number. in: query @@ -120842,8 +120860,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/stacks#create-a-pull-request-stack parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -120910,7 +120928,7 @@ paths: format: date-time pull_requests: type: array - items: &835 + items: &836 title: Pull Request Stack Pull Request type: object allOf: @@ -121136,8 +121154,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/stacks#get-a-pull-request-stack parameters: - - *510 - *511 + - *512 - name: stack_number description: The number that identifies the pull request stack. in: path @@ -121186,7 +121204,7 @@ paths: format: date-time pull_requests: type: array - items: *835 + items: *836 examples: default: value: @@ -121306,8 +121324,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/stacks#add-pull-requests-to-a-pull-request-stack parameters: - - *510 - *511 + - *512 - name: stack_number description: The number that identifies the pull request stack. in: path @@ -121379,7 +121397,7 @@ paths: format: date-time pull_requests: type: array - items: *835 + items: *836 examples: default: value: @@ -121583,8 +121601,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/pulls/stacks#remove-pull-requests-from-a-pull-request-stack parameters: - - *510 - *511 + - *512 - name: stack_number description: The number that identifies the pull request stack. in: path @@ -121633,7 +121651,7 @@ paths: format: date-time pull_requests: type: array - items: *835 + items: *836 examples: default: value: @@ -121739,8 +121757,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#list-stargazers parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -121839,8 +121857,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/statistics#get-the-weekly-commit-activity parameters: - - *510 - *511 + - *512 responses: '200': description: Returns a weekly aggregate of the number of additions and deletions @@ -121849,7 +121867,7 @@ paths: application/json: schema: type: array - items: &836 + items: &837 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -121882,8 +121900,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/statistics#get-the-last-year-of-commit-activity parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -121959,8 +121977,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/statistics#get-all-contributor-commit-activity parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -122056,8 +122074,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/statistics#get-the-weekly-commit-count parameters: - - *510 - *511 + - *512 responses: '200': description: The array order is oldest week (index 0) to most recent week. @@ -122211,8 +122229,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day parameters: - - *510 - *511 + - *512 responses: '200': description: For example, `[2, 14, 25]` indicates that there were 25 total @@ -122222,7 +122240,7 @@ paths: application/json: schema: type: array - items: *836 + items: *837 examples: default: value: @@ -122255,8 +122273,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/commits/statuses#create-a-commit-status parameters: - - *510 - *511 + - *512 - name: sha in: path required: true @@ -122310,7 +122328,7 @@ paths: description: Response content: application/json: - schema: *837 + schema: *838 examples: default: value: @@ -122364,8 +122382,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/watching#list-watchers parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -122397,14 +122415,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/watching#get-a-repository-subscription parameters: - - *510 - *511 + - *512 responses: '200': description: if you subscribe to the repository content: application/json: - schema: &838 + schema: &839 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -122472,8 +122490,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/watching#set-a-repository-subscription parameters: - - *510 - *511 + - *512 requestBody: required: false content: @@ -122499,7 +122517,7 @@ paths: description: Response content: application/json: - schema: *838 + schema: *839 examples: default: value: @@ -122526,8 +122544,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/watching#delete-a-repository-subscription parameters: - - *510 - *511 + - *512 responses: '204': description: Response @@ -122547,8 +122565,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-repository-tags parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -122627,8 +122645,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/repos/contents#download-a-repository-archive-tar operationId: repos/download-tarball-archive parameters: - - *510 - *511 + - *512 - name: ref in: path required: true @@ -122664,8 +122682,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-repository-teams parameters: - - *510 - *511 + - *512 - *17 - *19 responses: @@ -122677,7 +122695,7 @@ paths: type: array items: *329 examples: - default: *419 + default: *420 headers: Link: *48 '404': *6 @@ -122697,8 +122715,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#get-all-repository-topics parameters: - - *510 - *511 + - *512 - *19 - *17 responses: @@ -122706,7 +122724,7 @@ paths: description: Response content: application/json: - schema: &839 + schema: &840 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -122718,7 +122736,7 @@ paths: required: - names examples: - default: &840 + default: &841 value: names: - octocat @@ -122741,8 +122759,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#replace-all-repository-topics parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -122773,9 +122791,9 @@ paths: description: Response content: application/json: - schema: *839 + schema: *840 examples: - default: *840 + default: *841 '404': *6 '422': *7 x-github: @@ -122796,9 +122814,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/traffic#get-repository-clones parameters: - - *510 - *511 - - &841 + - *512 + - &842 name: per description: The time frame to display results for. in: query @@ -122827,7 +122845,7 @@ paths: example: 128 clones: type: array - items: &842 + items: &843 title: Traffic type: object properties: @@ -122914,8 +122932,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/traffic#get-top-referral-paths parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -123005,8 +123023,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/traffic#get-top-referral-sources parameters: - - *510 - *511 + - *512 responses: '200': description: Response @@ -123066,9 +123084,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/metrics/traffic#get-page-views parameters: - - *510 - *511 - - *841 + - *512 + - *842 responses: '200': description: Response @@ -123087,7 +123105,7 @@ paths: example: 3782 views: type: array - items: *842 + items: *843 required: - uniques - count @@ -123164,8 +123182,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#transfer-a-repository parameters: - - *510 - *511 + - *512 requestBody: required: true content: @@ -123438,8 +123456,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository parameters: - - *510 - *511 + - *512 responses: '204': description: Response if repository is enabled with vulnerability alerts @@ -123462,8 +123480,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#enable-vulnerability-alerts parameters: - - *510 - *511 + - *512 responses: '204': description: Response @@ -123485,8 +123503,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#disable-vulnerability-alerts parameters: - - *510 - *511 + - *512 responses: '204': description: Response @@ -123512,8 +123530,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/repos/contents#download-a-repository-archive-zip operationId: repos/download-zipball-archive parameters: - - *510 - *511 + - *512 - name: ref in: path required: true @@ -123605,9 +123623,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: *517 + default: *518 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -123758,7 +123776,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &850 + - &851 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -123767,7 +123785,7 @@ paths: schema: type: string example: members - - &855 + - &856 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -123778,7 +123796,7 @@ paths: default: 1 format: int32 example: 1 - - &856 + - &857 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -123820,7 +123838,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &845 + items: &846 allOf: - type: object required: @@ -123895,7 +123913,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &857 + meta: &858 type: object description: The metadata associated with the creation/updates to the user. @@ -123955,30 +123973,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &846 + '400': &847 description: Bad request content: application/json: - schema: *843 + schema: *844 application/scim+json: - schema: *843 - '401': *844 - '403': &847 + schema: *844 + '401': *845 + '403': &848 description: Permission denied - '429': &848 + '429': &849 description: Too many requests content: application/json: - schema: *843 + schema: *844 application/scim+json: - schema: *843 - '500': &849 + schema: *844 + '500': &850 description: Internal server error content: application/json: - schema: *843 + schema: *844 application/scim+json: - schema: *843 + schema: *844 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -124002,7 +124020,7 @@ paths: required: true content: application/json: - schema: &853 + schema: &854 type: object required: - schemas @@ -124062,9 +124080,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *845 + schema: *846 examples: - group: &851 + group: &852 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -124083,13 +124101,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 - '400': *846 - '401': *844 - '403': *847 - '409': &854 + '400': *847 + '401': *845 + '403': *848 + '409': &855 description: Duplicate record detected - '429': *848 - '500': *849 + '429': *849 + '500': *850 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -124106,7 +124124,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &852 + - &853 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -124114,22 +124132,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *850 + - *851 - *42 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *845 + schema: *846 examples: - default: *851 - '400': *846 - '401': *844 - '403': *847 + default: *852 + '400': *847 + '401': *845 + '403': *848 '404': *6 - '429': *848 - '500': *849 + '429': *849 + '500': *850 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -124148,13 +124166,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *852 + - *853 - *42 requestBody: required: true content: application/json: - schema: *853 + schema: *854 examples: group: summary: Group @@ -124180,17 +124198,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *845 + schema: *846 examples: - group: *851 - groupWithMembers: *851 - '400': *846 - '401': *844 - '403': *847 + group: *852 + groupWithMembers: *852 + '400': *847 + '401': *845 + '403': *848 '404': *6 - '409': *854 - '429': *848 - '500': *849 + '409': *855 + '429': *849 + '500': *850 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -124214,13 +124232,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *852 + - *853 - *42 requestBody: required: true content: application/json: - schema: &864 + schema: &865 type: object required: - Operations @@ -124280,17 +124298,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *845 + schema: *846 examples: - updateGroup: *851 - addMembers: *851 - '400': *846 - '401': *844 - '403': *847 + updateGroup: *852 + addMembers: *852 + '400': *847 + '401': *845 + '403': *848 '404': *6 - '409': *854 - '429': *848 - '500': *849 + '409': *855 + '429': *849 + '500': *850 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -124306,17 +124324,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *852 + - *853 - *42 responses: '204': description: Group was deleted, no content - '400': *846 - '401': *844 - '403': *847 + '400': *847 + '401': *845 + '403': *848 '404': *6 - '429': *848 - '500': *849 + '429': *849 + '500': *850 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -124350,8 +124368,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *855 - *856 + - *857 - *42 responses: '200': @@ -124384,7 +124402,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &859 + items: &860 allOf: - type: object required: @@ -124463,7 +124481,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &858 + roles: &859 type: array description: The roles assigned to the user. items: @@ -124519,7 +124537,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *857 + meta: *858 startIndex: type: integer description: A starting index for the returned page @@ -124556,11 +124574,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *846 - '401': *844 - '403': *847 - '429': *848 - '500': *849 + '400': *847 + '401': *845 + '403': *848 + '429': *849 + '500': *850 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -124584,7 +124602,7 @@ paths: required: true content: application/json: - schema: &862 + schema: &863 type: object required: - schemas @@ -124666,9 +124684,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *858 + roles: *859 examples: - user: &863 + user: &864 summary: User value: schemas: @@ -124715,9 +124733,9 @@ paths: description: User has been created content: application/scim+json: - schema: *859 + schema: *860 examples: - user: &860 + user: &861 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -124743,13 +124761,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *860 - '400': *846 - '401': *844 - '403': *847 - '409': *854 - '429': *848 - '500': *849 + enterpriseOwner: *861 + '400': *847 + '401': *845 + '403': *848 + '409': *855 + '429': *849 + '500': *850 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -124766,7 +124784,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &861 + - &862 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -124779,15 +124797,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *859 + schema: *860 examples: - default: *860 - '400': *846 - '401': *844 - '403': *847 + default: *861 + '400': *847 + '401': *845 + '403': *848 '404': *6 - '429': *848 - '500': *849 + '429': *849 + '500': *850 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -124838,30 +124856,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *861 + - *862 - *42 requestBody: required: true content: application/json: - schema: *862 + schema: *863 examples: - user: *863 + user: *864 responses: '200': description: User was updated content: application/scim+json: - schema: *859 + schema: *860 examples: - user: *860 - '400': *846 - '401': *844 - '403': *847 + user: *861 + '400': *847 + '401': *845 + '403': *848 '404': *6 - '409': *854 - '429': *848 - '500': *849 + '409': *855 + '429': *849 + '500': *850 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -124902,13 +124920,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *861 + - *862 - *42 requestBody: required: true content: application/json: - schema: *864 + schema: *865 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -124948,18 +124966,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *859 - examples: - userMultiValuedProperties: *860 - userSingleValuedProperties: *860 - disableUser: *860 - '400': *846 - '401': *844 - '403': *847 + schema: *860 + examples: + userMultiValuedProperties: *861 + userSingleValuedProperties: *861 + disableUser: *861 + '400': *847 + '401': *845 + '403': *848 '404': *6 - '409': *854 - '429': *848 - '500': *849 + '409': *855 + '429': *849 + '500': *850 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -124979,17 +124997,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *861 + - *862 - *42 responses: '204': description: User was deleted, no content - '400': *846 - '401': *844 - '403': *847 + '400': *847 + '401': *845 + '403': *848 '404': *6 - '429': *848 - '500': *849 + '429': *849 + '500': *850 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -125076,7 +125094,7 @@ paths: example: 1 Resources: type: array - items: &865 + items: &866 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -125307,22 +125325,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *38 - '404': &866 + '404': &867 description: Resource not found content: application/json: - schema: *843 + schema: *844 application/scim+json: - schema: *843 - '403': &867 + schema: *844 + '403': &868 description: Forbidden content: application/json: - schema: *843 + schema: *844 application/scim+json: - schema: *843 - '400': *846 - '429': *848 + schema: *844 + '400': *847 + '429': *849 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -125348,9 +125366,9 @@ paths: description: Response content: application/scim+json: - schema: *865 + schema: *866 examples: - default: &868 + default: &869 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -125373,17 +125391,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *38 - '404': *866 - '403': *867 - '500': *849 + '404': *867 + '403': *868 + '500': *850 '409': description: Conflict content: application/json: - schema: *843 + schema: *844 application/scim+json: - schema: *843 - '400': *846 + schema: *844 + '400': *847 requestBody: required: true content: @@ -125481,17 +125499,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *90 - - *861 + - *862 responses: '200': description: Response content: application/scim+json: - schema: *865 + schema: *866 examples: - default: *868 - '404': *866 - '403': *867 + default: *869 + '404': *867 + '403': *868 '304': *38 x-github: githubCloudOnly: true @@ -125515,18 +125533,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#update-a-provisioned-organization-membership parameters: - *90 - - *861 + - *862 responses: '200': description: Response content: application/scim+json: - schema: *865 + schema: *866 examples: - default: *868 + default: *869 '304': *38 - '404': *866 - '403': *867 + '404': *867 + '403': *868 requestBody: required: true content: @@ -125639,19 +125657,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *90 - - *861 + - *862 responses: '200': description: Response content: application/scim+json: - schema: *865 + schema: *866 examples: - default: *868 + default: *869 '304': *38 - '404': *866 - '403': *867 - '400': *846 + '404': *867 + '403': *868 + '400': *847 '429': description: Response content: @@ -125742,12 +125760,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *90 - - *861 + - *862 responses: '204': description: Response - '404': *866 - '403': *867 + '404': *867 + '403': *868 '304': *38 x-github: githubCloudOnly: true @@ -125883,7 +125901,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &869 + text_matches: &870 title: Search Result Text Matches type: array items: @@ -126046,7 +126064,7 @@ paths: enum: - author-date - committer-date - - &870 + - &871 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 @@ -126117,7 +126135,7 @@ paths: description: Metaproperties for Git author/committer information. type: object - properties: *560 + properties: *561 nullable: true comment_count: type: integer @@ -126137,7 +126155,7 @@ paths: url: type: string format: uri - verification: *689 + verification: *690 required: - author - committer @@ -126156,7 +126174,7 @@ paths: title: Git User description: Metaproperties for Git author/committer information. type: object - properties: *560 + properties: *561 nullable: true parents: type: array @@ -126174,7 +126192,7 @@ paths: type: number node_id: type: string - text_matches: *869 + text_matches: *870 required: - sha - node_id @@ -126367,7 +126385,7 @@ paths: - interactions - created - updated - - *870 + - *871 - *17 - *19 - name: advanced_search @@ -126481,11 +126499,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 issue_field_values: type: array - items: *719 + items: *720 state: type: string state_reason: @@ -126495,8 +126513,8 @@ paths: title: Milestone description: A collection of related issues and pull requests. type: object - properties: *439 - required: *440 + properties: *440 + required: *441 nullable: true comments: type: integer @@ -126510,7 +126528,7 @@ paths: type: string format: date-time nullable: true - text_matches: *869 + text_matches: *870 pull_request: type: object properties: @@ -126554,7 +126572,7 @@ paths: timeline_url: type: string format: uri - type: *404 + type: *405 performed_via_github_app: title: GitHub app description: GitHub apps are a new way to extend GitHub. @@ -126790,7 +126808,7 @@ paths: enum: - created - updated - - *870 + - *871 - *17 - *19 responses: @@ -126834,7 +126852,7 @@ paths: nullable: true score: type: number - text_matches: *869 + text_matches: *870 required: - id - node_id @@ -126920,7 +126938,7 @@ paths: - forks - help-wanted-issues - updated - - *870 + - *871 - *17 - *19 responses: @@ -127168,7 +127186,7 @@ paths: - admin - pull - push - text_matches: *869 + text_matches: *870 temp_clone_token: type: string allow_merge_commit: @@ -127469,7 +127487,7 @@ paths: type: string format: uri nullable: true - text_matches: *869 + text_matches: *870 related: type: array nullable: true @@ -127662,7 +127680,7 @@ paths: - followers - repositories - joined - - *870 + - *871 - *17 - *19 responses: @@ -127766,7 +127784,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *869 + text_matches: *870 blog: type: string nullable: true @@ -127845,7 +127863,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#get-a-team-legacy parameters: - - &873 + - &874 name: team_id description: The unique identifier of the team. in: path @@ -127857,9 +127875,9 @@ paths: description: Response content: application/json: - schema: *502 + schema: *503 examples: - default: *503 + default: *504 '404': *6 x-github: githubCloudOnly: false @@ -127886,7 +127904,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#update-a-team-legacy parameters: - - *873 + - *874 requestBody: required: true content: @@ -127954,16 +127972,16 @@ paths: description: Response when the updated information already exists content: application/json: - schema: *502 + schema: *503 examples: - default: *503 + default: *504 '201': description: Response content: application/json: - schema: *502 + schema: *503 examples: - default: *503 + default: *504 '404': *6 '422': *15 '403': *29 @@ -127991,7 +128009,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#delete-a-team-legacy parameters: - - *873 + - *874 responses: '204': description: Response @@ -128020,7 +128038,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *873 + - *874 - *17 - *19 responses: @@ -128030,9 +128048,9 @@ paths: application/json: schema: type: array - items: *398 + items: *399 examples: - default: *399 + default: *400 headers: Link: *48 x-github: @@ -128060,7 +128078,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#list-team-members-legacy parameters: - - *873 + - *874 - name: role description: Filters members returned by their role in the team. in: query @@ -128081,9 +128099,9 @@ paths: application/json: schema: type: array - items: *874 + items: *875 examples: - default: *875 + default: *876 headers: Link: *48 '404': *6 @@ -128111,7 +128129,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#get-team-member-legacy parameters: - - *873 + - *874 - *135 responses: '204': @@ -128148,7 +128166,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#add-team-member-legacy parameters: - - *873 + - *874 - *135 responses: '204': @@ -128188,7 +128206,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#remove-team-member-legacy parameters: - - *873 + - *874 - *135 responses: '204': @@ -128225,16 +128243,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *873 + - *874 - *135 responses: '200': description: Response content: application/json: - schema: *509 + schema: *510 examples: - response-if-user-is-a-team-maintainer: *876 + response-if-user-is-a-team-maintainer: *877 '404': *6 x-github: githubCloudOnly: false @@ -128267,7 +128285,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *873 + - *874 - *135 requestBody: required: false @@ -128293,9 +128311,9 @@ paths: description: Response content: application/json: - schema: *509 + schema: *510 examples: - response-if-users-membership-with-team-is-now-pending: *877 + response-if-users-membership-with-team-is-now-pending: *878 '403': description: Forbidden if team synchronization is set up '422': @@ -128329,7 +128347,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *873 + - *874 - *135 responses: '204': @@ -128357,7 +128375,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-team-repositories-legacy parameters: - - *873 + - *874 - *17 - *19 responses: @@ -128369,7 +128387,7 @@ paths: type: array items: *296 examples: - default: *433 + default: *434 headers: Link: *48 '404': *6 @@ -128399,15 +128417,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *873 - - *510 + - *874 - *511 + - *512 responses: '200': description: Alternative response with extra repository information content: application/json: - schema: *878 + schema: *879 examples: alternative-response-with-extra-repository-information: value: @@ -128557,9 +128575,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *873 - - *510 + - *874 - *511 + - *512 requestBody: required: false content: @@ -128609,9 +128627,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *873 - - *510 + - *874 - *511 + - *512 responses: '204': description: Response @@ -128640,15 +128658,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/team-sync#list-idp-groups-for-a-team-legacy parameters: - - *873 + - *874 responses: '200': description: Response content: application/json: - schema: *512 + schema: *513 examples: - default: *513 + default: *514 '403': *29 '404': *6 x-github: @@ -128675,7 +128693,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/team-sync#create-or-update-idp-group-connections-legacy parameters: - - *873 + - *874 requestBody: required: true content: @@ -128732,7 +128750,7 @@ paths: description: Response content: application/json: - schema: *512 + schema: *513 examples: default: value: @@ -128763,7 +128781,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-child-teams-legacy parameters: - - *873 + - *874 - *17 - *19 responses: @@ -128775,7 +128793,7 @@ paths: type: array items: *329 examples: - response-if-child-teams-exist: *879 + response-if-child-teams-exist: *880 headers: Link: *48 '404': *6 @@ -128808,7 +128826,7 @@ paths: application/json: schema: oneOf: - - &880 + - &881 title: Private User description: Private User type: object @@ -129011,7 +129029,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - &907 + - &908 title: Public User description: Public User type: object @@ -129323,7 +129341,7 @@ paths: description: Response content: application/json: - schema: *880 + schema: *881 examples: default: value: @@ -129526,9 +129544,9 @@ paths: type: integer codespaces: type: array - items: *409 + items: *410 examples: - default: *410 + default: *411 '304': *38 '500': *41 '401': *25 @@ -129667,17 +129685,17 @@ paths: description: Response when the codespace was successfully created content: application/json: - schema: *409 + schema: *410 examples: - default: *616 + default: *617 '202': description: Response when the codespace creation partially failed but is being retried in the background content: application/json: - schema: *409 + schema: *410 examples: - default: *616 + default: *617 '401': *25 '403': *29 '404': *6 @@ -129721,7 +129739,7 @@ paths: type: integer secrets: type: array - items: &881 + items: &882 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -129761,7 +129779,7 @@ paths: - visibility - selected_repositories_url examples: - default: *619 + default: *620 headers: Link: *48 x-github: @@ -129837,7 +129855,7 @@ paths: description: Response content: application/json: - schema: *881 + schema: *882 examples: default: value: @@ -130127,15 +130145,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user parameters: - - *411 + - *412 responses: '200': description: Response content: application/json: - schema: *409 + schema: *410 examples: - default: *616 + default: *617 '304': *38 '500': *41 '401': *25 @@ -130161,7 +130179,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user parameters: - - *411 + - *412 requestBody: required: false content: @@ -130191,9 +130209,9 @@ paths: description: Response content: application/json: - schema: *409 + schema: *410 examples: - default: *616 + default: *617 '401': *25 '403': *29 '404': *6 @@ -130215,7 +130233,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user parameters: - - *411 + - *412 responses: '202': *40 '304': *38 @@ -130244,13 +130262,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#export-a-codespace-for-the-authenticated-user parameters: - - *411 + - *412 responses: '202': description: Response content: application/json: - schema: &882 + schema: &883 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -130291,7 +130309,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &883 + default: &884 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -130323,7 +130341,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#get-details-about-a-codespace-export parameters: - - *411 + - *412 - name: export_id in: path required: true @@ -130336,9 +130354,9 @@ paths: description: Response content: application/json: - schema: *882 + schema: *883 examples: - default: *883 + default: *884 '404': *6 x-github: githubCloudOnly: false @@ -130359,7 +130377,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/machines#list-machine-types-for-a-codespace parameters: - - *411 + - *412 responses: '200': description: Response @@ -130375,9 +130393,9 @@ paths: type: integer machines: type: array - items: *884 + items: *885 examples: - default: *885 + default: *886 '304': *38 '500': *41 '401': *25 @@ -130406,7 +130424,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#create-a-repository-from-an-unpublished-codespace parameters: - - *411 + - *412 requestBody: required: true content: @@ -130456,13 +130474,13 @@ paths: nullable: true owner: *4 billable_owner: *4 - repository: *515 + repository: *516 machine: type: object title: Codespace machine description: A description of the machine powering a codespace. - properties: *617 - required: *618 + properties: *618 + required: *619 nullable: true devcontainer_path: description: Path to devcontainer.json from repo root used to @@ -131236,15 +131254,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user parameters: - - *411 + - *412 responses: '200': description: Response content: application/json: - schema: *409 + schema: *410 examples: - default: *616 + default: *617 '304': *38 '500': *41 '400': *14 @@ -131276,15 +131294,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user parameters: - - *411 + - *412 responses: '200': description: Response content: application/json: - schema: *409 + schema: *410 examples: - default: *616 + default: *617 '500': *41 '401': *25 '403': *29 @@ -131314,9 +131332,9 @@ paths: application/json: schema: type: array - items: *420 + items: *421 examples: - default: &897 + default: &898 value: - id: 197 name: hello_docker @@ -131417,7 +131435,7 @@ paths: application/json: schema: type: array - items: &886 + items: &887 title: Email description: Email type: object @@ -131482,9 +131500,9 @@ paths: application/json: schema: type: array - items: *886 + items: *887 examples: - default: &899 + default: &900 value: - email: octocat@github.com verified: true @@ -131559,7 +131577,7 @@ paths: application/json: schema: type: array - items: *886 + items: *887 examples: default: value: @@ -131815,7 +131833,7 @@ paths: application/json: schema: type: array - items: &887 + items: &888 title: GPG Key description: A unique encryption key type: object @@ -131946,7 +131964,7 @@ paths: - subkeys - revoked examples: - default: &917 + default: &918 value: - id: 3 name: Octocat's GPG Key @@ -132031,9 +132049,9 @@ paths: description: Response content: application/json: - schema: *887 + schema: *888 examples: - default: &888 + default: &889 value: id: 3 name: Octocat's GPG Key @@ -132090,7 +132108,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &889 + - &890 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -132102,9 +132120,9 @@ paths: description: Response content: application/json: - schema: *887 + schema: *888 examples: - default: *888 + default: *889 '404': *6 '304': *38 '403': *29 @@ -132127,7 +132145,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *889 + - *890 responses: '204': description: Response @@ -132415,12 +132433,12 @@ paths: application/json: schema: anyOf: - - *396 + - *397 - type: object properties: {} additionalProperties: false examples: - default: *397 + default: *398 '204': description: Response when there are no restrictions x-github: @@ -132444,7 +132462,7 @@ paths: required: true content: application/json: - schema: *699 + schema: *700 examples: default: value: @@ -132455,7 +132473,7 @@ paths: description: Response content: application/json: - schema: *396 + schema: *397 examples: default: value: @@ -132536,7 +132554,7 @@ paths: - closed - all default: open - - *407 + - *408 - name: sort description: What to sort results by. in: query @@ -132561,7 +132579,7 @@ paths: type: array items: *235 examples: - default: *408 + default: *409 headers: Link: *48 '404': *6 @@ -132594,7 +132612,7 @@ paths: application/json: schema: type: array - items: &890 + items: &891 title: Key description: Key type: object @@ -132695,9 +132713,9 @@ paths: description: Response content: application/json: - schema: *890 + schema: *891 examples: - default: &891 + default: &892 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -132730,15 +132748,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *754 + - *755 responses: '200': description: Response content: application/json: - schema: *890 + schema: *891 examples: - default: *891 + default: *892 '404': *6 '304': *38 '403': *29 @@ -132761,7 +132779,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *754 + - *755 responses: '204': description: Response @@ -132794,7 +132812,7 @@ paths: application/json: schema: type: array - items: &892 + items: &893 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -132862,7 +132880,7 @@ paths: - account - plan examples: - default: &893 + default: &894 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -132924,9 +132942,9 @@ paths: application/json: schema: type: array - items: *892 + items: *893 examples: - default: *893 + default: *894 headers: Link: *48 '304': *38 @@ -132966,7 +132984,7 @@ paths: application/json: schema: type: array - items: *412 + items: *413 examples: default: value: @@ -133080,7 +133098,7 @@ paths: description: Response content: application/json: - schema: *412 + schema: *413 examples: default: value: @@ -133167,9 +133185,9 @@ paths: description: The user's organization invitation was accepted synchronously. content: application/json: - schema: *412 + schema: *413 examples: - default: &894 + default: &895 value: url: https://api.github.com/orgs/octocat/memberships/defunkt state: active @@ -133216,9 +133234,9 @@ paths: processed asynchronously. content: application/json: - schema: *412 + schema: *413 examples: - default: *894 + default: *895 '403': *29 '404': *6 '422': *15 @@ -133247,7 +133265,7 @@ paths: application/json: schema: type: array - items: *414 + items: *415 examples: default: value: @@ -133500,7 +133518,7 @@ paths: description: Response content: application/json: - schema: *414 + schema: *415 examples: default: value: @@ -133680,7 +133698,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/users#get-a-user-migration-status parameters: - - *415 + - *416 - name: exclude in: query required: false @@ -133693,7 +133711,7 @@ paths: description: Response content: application/json: - schema: *414 + schema: *415 examples: default: value: @@ -133887,7 +133905,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/users#download-a-user-migration-archive parameters: - - *415 + - *416 responses: '302': description: Response @@ -133913,7 +133931,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/users#delete-a-user-migration-archive parameters: - - *415 + - *416 responses: '204': description: Response @@ -133942,8 +133960,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/users#unlock-a-user-repository parameters: - - *415 - - *895 + - *416 + - *896 responses: '204': description: Response @@ -133967,7 +133985,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/users#list-repositories-for-a-user-migration parameters: - - *415 + - *416 - *17 - *19 responses: @@ -134056,7 +134074,7 @@ paths: - docker - nuget - container - - *896 + - *897 - *19 - *17 responses: @@ -134066,10 +134084,10 @@ paths: application/json: schema: type: array - items: *420 + items: *421 examples: - default: *897 - '400': *898 + default: *898 + '400': *899 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -134089,16 +134107,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#get-a-package-for-the-authenticated-user parameters: - - *422 - *423 + - *424 responses: '200': description: Response content: application/json: - schema: *420 + schema: *421 examples: - default: &918 + default: &919 value: id: 40201 name: octo-name @@ -134211,8 +134229,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#delete-a-package-for-the-authenticated-user parameters: - - *422 - *423 + - *424 responses: '204': description: Response @@ -134242,8 +134260,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#restore-a-package-for-the-authenticated-user parameters: - - *422 - *423 + - *424 - name: token description: package token schema: @@ -134275,8 +134293,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#list-package-versions-for-a-package-owned-by-the-authenticated-user parameters: - - *422 - *423 + - *424 - *19 - *17 - name: state @@ -134296,7 +134314,7 @@ paths: application/json: schema: type: array - items: *424 + items: *425 examples: default: value: @@ -134345,15 +134363,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#get-a-package-version-for-the-authenticated-user parameters: - - *422 - *423 - - *425 + - *424 + - *426 responses: '200': description: Response content: application/json: - schema: *424 + schema: *425 examples: default: value: @@ -134389,9 +134407,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#delete-a-package-version-for-the-authenticated-user parameters: - - *422 - *423 - - *425 + - *424 + - *426 responses: '204': description: Response @@ -134421,9 +134439,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#restore-a-package-version-for-the-authenticated-user parameters: - - *422 - *423 - - *425 + - *424 + - *426 responses: '204': description: Response @@ -134460,9 +134478,9 @@ paths: application/json: schema: type: array - items: *886 + items: *887 examples: - default: *899 + default: *900 headers: Link: *48 '304': *38 @@ -134575,7 +134593,7 @@ paths: type: array items: *81 examples: - default: &906 + default: &907 summary: Default response value: - id: 1296269 @@ -134879,9 +134897,9 @@ paths: description: Response content: application/json: - schema: *515 + schema: *516 examples: - default: *517 + default: *518 headers: Location: example: https://api.github.com/repos/octocat/Hello-World @@ -134920,9 +134938,9 @@ paths: application/json: schema: type: array - items: *702 + items: *703 examples: - default: *900 + default: *901 headers: Link: *48 '304': *38 @@ -134945,7 +134963,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/invitations#accept-a-repository-invitation parameters: - - *400 + - *401 responses: '204': description: Response @@ -134969,7 +134987,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/collaborators/invitations#decline-a-repository-invitation parameters: - - *400 + - *401 responses: '204': description: Response @@ -135002,7 +135020,7 @@ paths: application/json: schema: type: array - items: &901 + items: &902 title: Social account description: Social media account type: object @@ -135017,7 +135035,7 @@ paths: - provider - url examples: - default: &902 + default: &903 value: - provider: twitter url: https://twitter.com/github @@ -135079,9 +135097,9 @@ paths: application/json: schema: type: array - items: *901 + items: *902 examples: - default: *902 + default: *903 '422': *15 '304': *38 '404': *6 @@ -135168,7 +135186,7 @@ paths: application/json: schema: type: array - items: &903 + items: &904 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -135188,7 +135206,7 @@ paths: - title - created_at examples: - default: &932 + default: &933 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -135252,9 +135270,9 @@ paths: description: Response content: application/json: - schema: *903 + schema: *904 examples: - default: &904 + default: &905 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -135284,7 +135302,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &905 + - &906 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -135296,9 +135314,9 @@ paths: description: Response content: application/json: - schema: *903 + schema: *904 examples: - default: *904 + default: *905 '404': *6 '304': *38 '403': *29 @@ -135321,7 +135339,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *905 + - *906 responses: '204': description: Response @@ -135350,7 +135368,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &933 + - &934 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 @@ -135375,11 +135393,11 @@ paths: type: array items: *81 examples: - default-response: *906 + default-response: *907 application/vnd.github.v3.star+json: schema: type: array - items: &934 + items: &935 title: Starred Repository description: Starred Repository type: object @@ -135535,8 +135553,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user parameters: - - *510 - *511 + - *512 responses: '204': description: Response if this repository is starred by you @@ -135564,8 +135582,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#star-a-repository-for-the-authenticated-user parameters: - - *510 - *511 + - *512 responses: '204': description: Response @@ -135589,8 +135607,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#unstar-a-repository-for-the-authenticated-user parameters: - - *510 - *511 + - *512 responses: '204': description: Response @@ -135625,7 +135643,7 @@ paths: type: array items: *296 examples: - default: *433 + default: *434 headers: Link: *48 '304': *38 @@ -135662,7 +135680,7 @@ paths: application/json: schema: type: array - items: *502 + items: *503 examples: default: value: @@ -135748,10 +135766,10 @@ paths: application/json: schema: oneOf: - - *880 - - *907 + - *881 + - *908 examples: - default-response: &911 + default-response: &912 summary: Default response value: login: octocat @@ -135786,7 +135804,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &912 + response-with-git-hub-plan-information: &913 summary: Response with GitHub plan information value: login: octocat @@ -135843,14 +135861,14 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &909 + - &910 name: user_id description: The unique identifier of the user. in: path required: true schema: type: string - - *438 + - *439 requestBody: required: true description: Details of the draft item to create in the project. @@ -135884,9 +135902,9 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: - draft_issue: *445 + draft_issue: *446 '304': *38 '403': *29 '401': *25 @@ -135909,7 +135927,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/users#list-users parameters: - - *908 + - *909 - *17 responses: '200': @@ -135944,8 +135962,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *909 - - *438 + - *910 + - *439 requestBody: required: true content: @@ -136016,17 +136034,17 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *910 + schema: *911 examples: table_view: summary: Response for creating a table view - value: *449 + value: *450 board_view: summary: Response for creating a board view with filter - value: *449 + value: *450 roadmap_view: summary: Response for creating a roadmap view - value: *449 + value: *450 '304': *38 '403': *29 '401': *25 @@ -136068,11 +136086,11 @@ paths: application/json: schema: oneOf: - - *880 - - *907 + - *881 + - *908 examples: - default-response: *911 - response-with-git-hub-plan-information: *912 + default-response: *912 + response-with-git-hub-plan-information: *913 '404': *6 x-github: githubCloudOnly: false @@ -136122,8 +136140,8 @@ paths: required: - subject_digests examples: - default: *913 - withPredicateType: *914 + default: *914 + withPredicateType: *915 responses: '200': description: Response @@ -136162,7 +136180,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *915 + default: *916 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -136351,7 +136369,7 @@ paths: initiator: type: string examples: - default: *556 + default: *557 '201': description: Response content: @@ -136632,7 +136650,7 @@ paths: application/json: schema: *344 examples: - default: &916 + default: &917 summary: Example response for a user copilot space value: id: 42 @@ -136733,7 +136751,7 @@ paths: application/json: schema: *344 examples: - default: *916 + default: *917 '403': *29 '404': *6 x-github: @@ -136856,7 +136874,7 @@ paths: application/json: schema: *344 examples: - default: *916 + default: *917 '403': *29 '404': *6 '422': *15 @@ -137622,9 +137640,9 @@ paths: application/json: schema: type: array - items: *420 + items: *421 examples: - default: *897 + default: *898 '403': *29 '401': *25 x-github: @@ -138008,9 +138026,9 @@ paths: application/json: schema: type: array - items: *887 + items: *888 examples: - default: *917 + default: *918 headers: Link: *48 x-github: @@ -138114,7 +138132,7 @@ paths: application/json: schema: *22 examples: - default: *394 + default: *395 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -138238,7 +138256,7 @@ paths: - docker - nuget - container - - *896 + - *897 - *135 - *19 - *17 @@ -138249,12 +138267,12 @@ paths: application/json: schema: type: array - items: *420 + items: *421 examples: - default: *897 + default: *898 '403': *29 '401': *25 - '400': *898 + '400': *899 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -138274,17 +138292,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#get-a-package-for-a-user parameters: - - *422 - *423 + - *424 - *135 responses: '200': description: Response content: application/json: - schema: *420 + schema: *421 examples: - default: *918 + default: *919 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -138305,8 +138323,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#delete-a-package-for-a-user parameters: - - *422 - *423 + - *424 - *135 responses: '204': @@ -138339,8 +138357,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#restore-a-package-for-a-user parameters: - - *422 - *423 + - *424 - *135 - name: token description: package token @@ -138373,8 +138391,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#list-package-versions-for-a-package-owned-by-a-user parameters: - - *422 - *423 + - *424 - *135 responses: '200': @@ -138383,7 +138401,7 @@ paths: application/json: schema: type: array - items: *424 + items: *425 examples: default: value: @@ -138441,16 +138459,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#get-a-package-version-for-a-user parameters: - - *422 - *423 - - *425 + - *424 + - *426 - *135 responses: '200': description: Response content: application/json: - schema: *424 + schema: *425 examples: default: value: @@ -138485,10 +138503,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#delete-package-version-for-a-user parameters: - - *422 - *423 + - *424 - *135 - - *425 + - *426 responses: '204': description: Response @@ -138520,10 +138538,10 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#restore-package-version-for-a-user parameters: - - *422 - *423 + - *424 - *135 - - *425 + - *426 responses: '204': description: Response @@ -138564,9 +138582,9 @@ paths: application/json: schema: type: array - items: *436 + items: *437 examples: - default: *437 + default: *438 headers: Link: *48 '304': *38 @@ -138588,16 +138606,16 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/projects#get-project-for-user parameters: - - *438 + - *439 - *135 responses: '200': description: Response content: application/json: - schema: *436 + schema: *437 examples: - default: *437 + default: *438 headers: Link: *48 '304': *38 @@ -138619,7 +138637,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#list-project-fields-for-user parameters: - - *438 + - *439 - *135 - *17 - *111 @@ -138631,9 +138649,9 @@ paths: application/json: schema: type: array - items: *442 + items: *443 examples: - default: *919 + default: *920 headers: Link: *48 '304': *38 @@ -138655,7 +138673,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#add-field-to-user-owned-project parameters: - *135 - - *438 + - *439 requestBody: required: true content: @@ -138693,7 +138711,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *920 + items: *921 required: - name - data_type @@ -138709,7 +138727,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *921 + iteration_configuration: *922 required: - name - data_type @@ -138731,20 +138749,20 @@ paths: value: name: Due date data_type: date - single_select_field: *922 - iteration_field: *923 + single_select_field: *923 + iteration_field: *924 responses: '201': description: Response content: application/json: - schema: *442 + schema: *443 examples: - text_field: *924 - number_field: *925 - date_field: *926 - single_select_field: *927 - iteration_field: *928 + text_field: *925 + number_field: *926 + date_field: *927 + single_select_field: *928 + iteration_field: *929 '304': *38 '403': *29 '401': *25 @@ -138765,17 +138783,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#get-project-field-for-user parameters: - - *438 - - *929 + - *439 + - *930 - *135 responses: '200': description: Response content: application/json: - schema: *442 + schema: *443 examples: - default: *930 + default: *931 headers: Link: *48 '304': *38 @@ -138798,7 +138816,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#list-items-for-a-user-owned-project parameters: - - *438 + - *439 - *135 - *111 - *112 @@ -138831,9 +138849,9 @@ paths: application/json: schema: type: array - items: *446 + items: *447 examples: - default: *447 + default: *448 headers: Link: *48 '304': *38 @@ -138855,7 +138873,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#add-item-to-user-owned-project parameters: - *135 - - *438 + - *439 requestBody: required: true description: Details of the item to add to the project. You can specify either @@ -138925,22 +138943,22 @@ paths: description: Response content: application/json: - schema: *444 + schema: *445 examples: issue_with_id: summary: Response for adding an issue using its unique ID - value: *445 + value: *446 pull_request_with_id: summary: Response for adding a pull request using its unique ID - value: *445 + value: *446 issue_with_nwo: summary: Response for adding an issue using repository owner, name, and issue number - value: *445 + value: *446 pull_request_with_nwo: summary: Response for adding a pull request using repository owner, name, and PR number - value: *445 + value: *446 '304': *38 '403': *29 '401': *25 @@ -138960,9 +138978,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#get-an-item-for-a-user-owned-project parameters: - - *438 + - *439 - *135 - - *448 + - *449 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the title field will be returned. @@ -138982,9 +139000,9 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: - default: *447 + default: *448 headers: Link: *48 '304': *38 @@ -139005,9 +139023,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#update-project-item-for-user parameters: - - *438 + - *439 - *135 - - *448 + - *449 requestBody: required: true description: Field updates to apply to the project item. Only text, number, @@ -139077,13 +139095,13 @@ paths: description: Response content: application/json: - schema: *446 + schema: *447 examples: - text_field: *447 - number_field: *447 - date_field: *447 - single_select_field: *447 - iteration_field: *447 + text_field: *448 + number_field: *448 + date_field: *448 + single_select_field: *448 + iteration_field: *448 '401': *25 '403': *29 '404': *6 @@ -139103,9 +139121,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#delete-project-item-for-user parameters: - - *438 + - *439 - *135 - - *448 + - *449 responses: '204': description: Response @@ -139127,9 +139145,9 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#list-items-for-a-user-project-view parameters: - - *438 + - *439 - *135 - - *931 + - *932 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -139155,9 +139173,9 @@ paths: application/json: schema: type: array - items: *446 + items: *447 examples: - default: *447 + default: *448 headers: Link: *48 '304': *38 @@ -139378,7 +139396,7 @@ paths: type: array items: *296 examples: - default: *433 + default: *434 headers: Link: *48 x-github: @@ -139408,9 +139426,9 @@ paths: application/json: schema: type: array - items: *901 + items: *902 examples: - default: *902 + default: *903 headers: Link: *48 x-github: @@ -139440,9 +139458,9 @@ paths: application/json: schema: type: array - items: *903 + items: *904 examples: - default: *932 + default: *933 headers: Link: *48 x-github: @@ -139467,7 +139485,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *135 - - *933 + - *934 - *113 - *17 - *19 @@ -139479,11 +139497,11 @@ paths: schema: anyOf: - type: array - items: *934 + items: *935 - type: array items: *81 examples: - default-response: *906 + default-response: *907 headers: Link: *48 x-github: @@ -139514,7 +139532,7 @@ paths: type: array items: *296 examples: - default: *433 + default: *434 headers: Link: *48 x-github: @@ -139642,7 +139660,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &935 + enterprise: &936 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -139700,7 +139718,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &936 + installation: &937 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -139719,7 +139737,7 @@ x-webhooks: required: - id - node_id - organization: &937 + organization: &938 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -139779,13 +139797,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &938 + repository: &939 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &977 + properties: &978 id: description: Unique identifier of the repository example: 42 @@ -140469,7 +140487,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &978 + required: &979 - archive_url - assignees_url - blobs_url @@ -140620,10 +140638,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -140699,11 +140717,11 @@ x-webhooks: type: string enum: - created - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 - rule: &939 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 + rule: &940 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-cloud@latest/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -140926,11 +140944,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 - rule: *939 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 + rule: *940 sender: *4 required: - action @@ -141113,11 +141131,11 @@ x-webhooks: - everyone required: - from - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 - rule: *939 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 + rule: *940 sender: *4 required: - action @@ -141190,7 +141208,7 @@ x-webhooks: required: true content: application/json: - schema: &961 + schema: &962 title: Exemption request cancellation event type: object properties: @@ -141198,11 +141216,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 - exemption_request: &940 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 + exemption_request: &941 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -141506,7 +141524,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &941 + items: &942 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -141616,7 +141634,7 @@ x-webhooks: required: true content: application/json: - schema: &962 + schema: &963 title: Exemption request completed event type: object properties: @@ -141624,11 +141642,11 @@ x-webhooks: type: string enum: - completed - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 - exemption_request: *940 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 + exemption_request: *941 sender: *4 required: - action @@ -141700,7 +141718,7 @@ x-webhooks: required: true content: application/json: - schema: &959 + schema: &960 title: Exemption request created event type: object properties: @@ -141708,11 +141726,11 @@ x-webhooks: type: string enum: - created - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 - exemption_request: *940 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 + exemption_request: *941 sender: *4 required: - action @@ -141784,7 +141802,7 @@ x-webhooks: required: true content: application/json: - schema: &963 + schema: &964 title: Exemption response dismissed event type: object properties: @@ -141792,12 +141810,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 - exemption_request: *940 - exemption_response: *941 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 + exemption_request: *941 + exemption_response: *942 sender: *4 required: - action @@ -141871,7 +141889,7 @@ x-webhooks: required: true content: application/json: - schema: &960 + schema: &961 title: Exemption response submitted event type: object properties: @@ -141879,12 +141897,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 - exemption_request: *940 - exemption_response: *941 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 + exemption_request: *941 + exemption_response: *942 sender: *4 required: - action @@ -141968,7 +141986,7 @@ x-webhooks: type: string enum: - completed - check_run: &943 + check_run: &944 title: CheckRun description: A check performed on the code of a given code change type: object @@ -142059,7 +142077,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *942 + deployment: *943 details_url: example: https://example.com type: string @@ -142144,10 +142162,10 @@ x-webhooks: - output - app - pull_requests - installation: *936 - enterprise: *935 - organization: *937 - repository: *938 + installation: *937 + enterprise: *936 + organization: *938 + repository: *939 sender: *4 required: - check_run @@ -142538,11 +142556,11 @@ x-webhooks: type: string enum: - created - check_run: *943 - installation: *936 - enterprise: *935 - organization: *937 - repository: *938 + check_run: *944 + installation: *937 + enterprise: *936 + organization: *938 + repository: *939 sender: *4 required: - check_run @@ -142936,11 +142954,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *943 - installation: *936 - enterprise: *935 - organization: *937 - repository: *938 + check_run: *944 + installation: *937 + enterprise: *936 + organization: *938 + repository: *939 requested_action: description: The action requested by the user. type: object @@ -143343,11 +143361,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *943 - installation: *936 - enterprise: *935 - organization: *937 - repository: *938 + check_run: *944 + installation: *937 + enterprise: *936 + organization: *938 + repository: *939 sender: *4 required: - check_run @@ -144317,10 +144335,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -145019,10 +145037,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -145715,10 +145733,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -145884,7 +145902,7 @@ x-webhooks: required: - login - id - dismissed_comment: *587 + dismissed_comment: *588 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -146029,20 +146047,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &944 + commit_oid: &945 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: *935 - installation: *936 - organization: *937 - ref: &945 + enterprise: *936 + installation: *937 + organization: *938 + ref: &946 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: *938 + repository: *939 sender: *4 required: - action @@ -146207,7 +146225,7 @@ x-webhooks: required: - login - id - dismissed_comment: *587 + dismissed_comment: *588 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -146437,12 +146455,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *944 - enterprise: *935 - installation: *936 - organization: *937 - ref: *945 - repository: *938 + commit_oid: *945 + enterprise: *936 + installation: *937 + organization: *938 + ref: *946 + repository: *939 sender: *4 required: - action @@ -146537,7 +146555,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *587 + dismissed_comment: *588 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -146708,12 +146726,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *944 - enterprise: *935 - installation: *936 - organization: *937 - ref: *945 - repository: *938 + commit_oid: *945 + enterprise: *936 + installation: *937 + organization: *938 + ref: *946 + repository: *939 sender: *4 required: - action @@ -146879,7 +146897,7 @@ x-webhooks: required: - login - id - dismissed_comment: *587 + dismissed_comment: *588 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -147045,12 +147063,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *944 - enterprise: *935 - installation: *936 - organization: *937 - ref: *945 - repository: *938 + commit_oid: *945 + enterprise: *936 + installation: *937 + organization: *938 + ref: *946 + repository: *939 sender: *4 required: - action @@ -147149,7 +147167,7 @@ x-webhooks: dismissed_by: type: object nullable: true - dismissed_comment: *587 + dismissed_comment: *588 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -147324,16 +147342,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *938 + repository: *939 sender: *4 required: - action @@ -147430,7 +147448,7 @@ x-webhooks: nullable: true dismissed_by: nullable: true - dismissed_comment: *587 + dismissed_comment: *588 dismissed_reason: description: 'The reason for dismissing or closing the alert. Can be one of: `false positive`, `won''t fix`, and `used in @@ -147570,12 +147588,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *944 - enterprise: *935 - installation: *936 - organization: *937 - ref: *945 - repository: *938 + commit_oid: *945 + enterprise: *936 + installation: *937 + organization: *938 + ref: *946 + repository: *939 sender: *4 required: - action @@ -147741,7 +147759,7 @@ x-webhooks: required: - login - id - dismissed_comment: *587 + dismissed_comment: *588 dismissed_reason: description: The reason for dismissing or closing the alert. type: string @@ -147886,10 +147904,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -148144,10 +148162,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -148227,18 +148245,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *937 - pusher_type: &946 + organization: *938 + pusher_type: &947 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &947 + ref: &948 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest/rest/git/refs#get-a-reference) resource. type: string @@ -148248,7 +148266,7 @@ x-webhooks: enum: - tag - branch - repository: *938 + repository: *939 sender: *4 required: - ref @@ -148331,9 +148349,9 @@ x-webhooks: enum: - created definition: *165 - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 sender: *4 required: - action @@ -148418,9 +148436,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 sender: *4 required: - action @@ -148498,9 +148516,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *165 - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 sender: *4 required: - action @@ -148578,9 +148596,9 @@ x-webhooks: enum: - updated definition: *165 - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 sender: *4 required: - action @@ -148657,10 +148675,10 @@ x-webhooks: type: string enum: - updated - enterprise: *935 - installation: *936 - repository: *938 - organization: *937 + enterprise: *936 + installation: *937 + repository: *939 + organization: *938 sender: *4 new_property_values: type: array @@ -148745,18 +148763,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *935 - installation: *936 - organization: *937 - pusher_type: *946 - ref: *947 + enterprise: *936 + installation: *937 + organization: *938 + pusher_type: *947 + ref: *948 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *938 + repository: *939 sender: *4 required: - ref @@ -148836,11 +148854,11 @@ x-webhooks: type: string enum: - assignees_changed - alert: *651 - installation: *936 - organization: *937 - enterprise: *935 - repository: *938 + alert: *652 + installation: *937 + organization: *938 + enterprise: *936 + repository: *939 sender: *4 required: - action @@ -148920,11 +148938,11 @@ x-webhooks: type: string enum: - auto_dismissed - alert: *651 - installation: *936 - organization: *937 - enterprise: *935 - repository: *938 + alert: *652 + installation: *937 + organization: *938 + enterprise: *936 + repository: *939 sender: *4 required: - action @@ -149005,11 +149023,11 @@ x-webhooks: type: string enum: - auto_reopened - alert: *651 - installation: *936 - organization: *937 - enterprise: *935 - repository: *938 + alert: *652 + installation: *937 + organization: *938 + enterprise: *936 + repository: *939 sender: *4 required: - action @@ -149090,11 +149108,11 @@ x-webhooks: type: string enum: - created - alert: *651 - installation: *936 - organization: *937 - enterprise: *935 - repository: *938 + alert: *652 + installation: *937 + organization: *938 + enterprise: *936 + repository: *939 sender: *4 required: - action @@ -149173,11 +149191,11 @@ x-webhooks: type: string enum: - dismissed - alert: *651 - installation: *936 - organization: *937 - enterprise: *935 - repository: *938 + alert: *652 + installation: *937 + organization: *938 + enterprise: *936 + repository: *939 sender: *4 required: - action @@ -149256,11 +149274,11 @@ x-webhooks: type: string enum: - fixed - alert: *651 - installation: *936 - organization: *937 - enterprise: *935 - repository: *938 + alert: *652 + installation: *937 + organization: *938 + enterprise: *936 + repository: *939 sender: *4 required: - action @@ -149340,11 +149358,11 @@ x-webhooks: type: string enum: - reintroduced - alert: *651 - installation: *936 - organization: *937 - enterprise: *935 - repository: *938 + alert: *652 + installation: *937 + organization: *938 + enterprise: *936 + repository: *939 sender: *4 required: - action @@ -149423,11 +149441,11 @@ x-webhooks: type: string enum: - reopened - alert: *651 - installation: *936 - organization: *937 - enterprise: *935 - repository: *938 + alert: *652 + installation: *937 + organization: *938 + enterprise: *936 + repository: *939 sender: *4 required: - action @@ -149504,9 +149522,9 @@ x-webhooks: type: string enum: - created - enterprise: *935 - installation: *936 - key: &948 + enterprise: *936 + installation: *937 + key: &949 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -149542,8 +149560,8 @@ x-webhooks: - verified - created_at - read_only - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -149620,11 +149638,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *935 - installation: *936 - key: *948 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + key: *949 + organization: *938 + repository: *939 sender: *4 required: - action @@ -150180,12 +150198,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 - workflow: &954 + workflow: &955 title: Workflow type: object nullable: true @@ -150926,15 +150944,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *949 - required: *950 + properties: *950 + required: *951 nullable: true pull_requests: type: array - items: *776 - repository: *938 - organization: *937 - installation: *936 + items: *777 + repository: *939 + organization: *938 + installation: *937 sender: *4 responses: '200': @@ -151005,7 +151023,7 @@ x-webhooks: type: string enum: - approved - approver: &951 + approver: &952 type: object properties: avatar_url: @@ -151048,11 +151066,11 @@ x-webhooks: type: string comment: type: string - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 - reviewers: &952 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 + reviewers: &953 type: array items: type: object @@ -151131,7 +151149,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &953 + workflow_job_run: &954 type: object properties: conclusion: @@ -151862,18 +151880,18 @@ x-webhooks: type: string enum: - rejected - approver: *951 + approver: *952 comment: type: string - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 - reviewers: *952 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 + reviewers: *953 sender: *4 since: type: string - workflow_job_run: *953 + workflow_job_run: *954 workflow_job_runs: type: array items: @@ -152577,13 +152595,13 @@ x-webhooks: type: string enum: - requested - enterprise: *935 + enterprise: *936 environment: type: string - installation: *936 - organization: *937 - repository: *938 - requestor: &964 + installation: *937 + organization: *938 + repository: *939 + requestor: &965 title: User type: object nullable: true @@ -154472,12 +154490,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 - workflow: *954 + workflow: *955 workflow_run: title: Deployment Workflow Run type: object @@ -155157,7 +155175,7 @@ x-webhooks: type: string enum: - answered - answer: &957 + answer: &958 type: object properties: author_association: @@ -155314,11 +155332,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *955 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + discussion: *956 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -155445,11 +155463,11 @@ x-webhooks: - from required: - category - discussion: *955 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + discussion: *956 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -155532,11 +155550,11 @@ x-webhooks: type: string enum: - closed - discussion: *955 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + discussion: *956 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -155618,7 +155636,7 @@ x-webhooks: type: string enum: - created - comment: &956 + comment: &957 type: object properties: author_association: @@ -155775,11 +155793,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *955 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + discussion: *956 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -155862,12 +155880,12 @@ x-webhooks: type: string enum: - deleted - comment: *956 - discussion: *955 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + comment: *957 + discussion: *956 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -155962,12 +155980,12 @@ x-webhooks: - from required: - body - comment: *956 - discussion: *955 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + comment: *957 + discussion: *956 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -156051,11 +156069,11 @@ x-webhooks: type: string enum: - created - discussion: *955 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + discussion: *956 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -156137,11 +156155,11 @@ x-webhooks: type: string enum: - deleted - discussion: *955 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + discussion: *956 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -156241,11 +156259,11 @@ x-webhooks: type: string required: - from - discussion: *955 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + discussion: *956 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -156327,10 +156345,10 @@ x-webhooks: type: string enum: - labeled - discussion: *955 - enterprise: *935 - installation: *936 - label: &958 + discussion: *956 + enterprise: *936 + installation: *937 + label: &959 title: Label type: object properties: @@ -156362,8 +156380,8 @@ x-webhooks: - color - default - description - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -156446,11 +156464,11 @@ x-webhooks: type: string enum: - locked - discussion: *955 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + discussion: *956 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -156532,11 +156550,11 @@ x-webhooks: type: string enum: - pinned - discussion: *955 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + discussion: *956 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -156618,11 +156636,11 @@ x-webhooks: type: string enum: - reopened - discussion: *955 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + discussion: *956 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -156707,16 +156725,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *955 - new_repository: *938 + new_discussion: *956 + new_repository: *939 required: - new_discussion - new_repository - discussion: *955 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + discussion: *956 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -156799,10 +156817,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *955 - old_answer: *957 - organization: *937 - repository: *938 + discussion: *956 + old_answer: *958 + organization: *938 + repository: *939 sender: *4 required: - action @@ -156884,12 +156902,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *955 - enterprise: *935 - installation: *936 - label: *958 - organization: *937 - repository: *938 + discussion: *956 + enterprise: *936 + installation: *937 + label: *959 + organization: *938 + repository: *939 sender: *4 required: - action @@ -156972,11 +156990,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *955 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + discussion: *956 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -157058,11 +157076,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *955 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + discussion: *956 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -157131,7 +157149,7 @@ x-webhooks: required: true content: application/json: - schema: *959 + schema: *960 responses: '200': description: Return a 200 status to indicate that the data was received @@ -157194,7 +157212,7 @@ x-webhooks: required: true content: application/json: - schema: *960 + schema: *961 responses: '200': description: Return a 200 status to indicate that the data was received @@ -157257,7 +157275,7 @@ x-webhooks: required: true content: application/json: - schema: *961 + schema: *962 responses: '200': description: Return a 200 status to indicate that the data was received @@ -157320,7 +157338,7 @@ x-webhooks: required: true content: application/json: - schema: *959 + schema: *960 responses: '200': description: Return a 200 status to indicate that the data was received @@ -157383,7 +157401,7 @@ x-webhooks: required: true content: application/json: - schema: *960 + schema: *961 responses: '200': description: Return a 200 status to indicate that the data was received @@ -157449,7 +157467,7 @@ x-webhooks: required: true content: application/json: - schema: *961 + schema: *962 responses: '200': description: Return a 200 status to indicate that the data was received @@ -157515,7 +157533,7 @@ x-webhooks: required: true content: application/json: - schema: *962 + schema: *963 responses: '200': description: Return a 200 status to indicate that the data was received @@ -157581,7 +157599,7 @@ x-webhooks: required: true content: application/json: - schema: *959 + schema: *960 responses: '200': description: Return a 200 status to indicate that the data was received @@ -157647,7 +157665,7 @@ x-webhooks: required: true content: application/json: - schema: *963 + schema: *964 responses: '200': description: Return a 200 status to indicate that the data was received @@ -157713,7 +157731,7 @@ x-webhooks: required: true content: application/json: - schema: *960 + schema: *961 responses: '200': description: Return a 200 status to indicate that the data was received @@ -157778,7 +157796,7 @@ x-webhooks: required: true content: application/json: - schema: *961 + schema: *962 responses: '200': description: Return a 200 status to indicate that the data was received @@ -157843,7 +157861,7 @@ x-webhooks: required: true content: application/json: - schema: *962 + schema: *963 responses: '200': description: Return a 200 status to indicate that the data was received @@ -157908,7 +157926,7 @@ x-webhooks: required: true content: application/json: - schema: *959 + schema: *960 responses: '200': description: Return a 200 status to indicate that the data was received @@ -157973,7 +157991,7 @@ x-webhooks: required: true content: application/json: - schema: *963 + schema: *964 responses: '200': description: Return a 200 status to indicate that the data was received @@ -158039,7 +158057,7 @@ x-webhooks: required: true content: application/json: - schema: *960 + schema: *961 responses: '200': description: Return a 200 status to indicate that the data was received @@ -158106,7 +158124,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *935 + enterprise: *936 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#get-a-repository) resource. @@ -158766,9 +158784,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *936 - organization: *937 - repository: *938 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - forkee @@ -158914,9 +158932,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 pages: description: The pages that were updated. type: array @@ -158953,7 +158971,7 @@ x-webhooks: - action - sha - html_url - repository: *938 + repository: *939 sender: *4 required: - pages @@ -159029,10 +159047,10 @@ x-webhooks: type: string enum: - created - enterprise: *935 + enterprise: *936 installation: *22 - organization: *937 - repositories: &965 + organization: *938 + repositories: &966 description: An array of repository objects that the installation can access. type: array @@ -159058,8 +159076,8 @@ x-webhooks: - name - full_name - private - repository: *938 - requester: *964 + repository: *939 + requester: *965 sender: *4 required: - action @@ -159134,11 +159152,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *935 + enterprise: *936 installation: *22 - organization: *937 - repositories: *965 - repository: *938 + organization: *938 + repositories: *966 + repository: *939 requester: nullable: true sender: *4 @@ -159214,11 +159232,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *935 + enterprise: *936 installation: *22 - organization: *937 - repositories: *965 - repository: *938 + organization: *938 + repositories: *966 + repository: *939 requester: nullable: true sender: *4 @@ -159294,10 +159312,10 @@ x-webhooks: type: string enum: - added - enterprise: *935 + enterprise: *936 installation: *22 - organization: *937 - repositories_added: &966 + organization: *938 + repositories_added: &967 description: An array of repository objects, which were added to the installation. type: array @@ -159343,15 +159361,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *938 - repository_selection: &967 + repository: *939 + repository_selection: &968 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *964 + requester: *965 sender: *4 required: - action @@ -159430,10 +159448,10 @@ x-webhooks: type: string enum: - removed - enterprise: *935 + enterprise: *936 installation: *22 - organization: *937 - repositories_added: *966 + organization: *938 + repositories_added: *967 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -159460,9 +159478,9 @@ x-webhooks: - name - full_name - private - repository: *938 - repository_selection: *967 - requester: *964 + repository: *939 + repository_selection: *968 + requester: *965 sender: *4 required: - action @@ -159541,11 +159559,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *935 + enterprise: *936 installation: *22 - organization: *937 - repositories: *965 - repository: *938 + organization: *938 + repositories: *966 + repository: *939 requester: nullable: true sender: *4 @@ -159724,10 +159742,10 @@ x-webhooks: type: string required: - from - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 target_type: type: string @@ -159806,11 +159824,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *935 + enterprise: *936 installation: *22 - organization: *937 - repositories: *965 - repository: *938 + organization: *938 + repositories: *966 + repository: *939 requester: nullable: true sender: *4 @@ -159984,15 +160002,15 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *737 - required: *738 + properties: *738 + required: *739 nullable: true minimized: title: Minimized Issue Comment description: Details about why an issue comment was minimized. type: object - properties: *739 - required: *740 + properties: *740 + required: *741 nullable: true user: title: User @@ -160077,8 +160095,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -160867,8 +160885,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160884,7 +160902,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -161217,8 +161235,8 @@ x-webhooks: - state - locked - assignee - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -161298,7 +161316,7 @@ x-webhooks: type: string enum: - deleted - comment: &968 + comment: &969 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#get-an-issue-comment) itself. @@ -161455,15 +161473,15 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *737 - required: *738 + properties: *738 + required: *739 nullable: true minimized: title: Minimized Issue Comment description: Details about why an issue comment was minimized. type: object - properties: *739 - required: *740 + properties: *740 + required: *741 nullable: true required: - url @@ -161478,8 +161496,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -162264,8 +162282,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162281,7 +162299,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -162616,8 +162634,8 @@ x-webhooks: - state - locked - assignee - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -162697,7 +162715,7 @@ x-webhooks: type: string enum: - edited - changes: &997 + changes: &998 description: The changes to the comment. type: object properties: @@ -162709,9 +162727,9 @@ x-webhooks: type: string required: - from - comment: *968 - enterprise: *935 - installation: *936 + comment: *969 + enterprise: *936 + installation: *937 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -163499,8 +163517,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 state: description: State of the issue; either 'open' or 'closed' type: string @@ -163516,7 +163534,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -163849,8 +163867,8 @@ x-webhooks: - state - locked - assignee - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -163931,9 +163949,9 @@ x-webhooks: type: string enum: - pinned - comment: *968 - enterprise: *935 - installation: *936 + comment: *969 + enterprise: *936 + installation: *937 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -164723,8 +164741,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 state: description: State of the issue; either 'open' or 'closed' type: string @@ -164740,7 +164758,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -165075,8 +165093,8 @@ x-webhooks: - state - locked - assignee - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -165156,9 +165174,9 @@ x-webhooks: type: string enum: - unpinned - comment: *968 - enterprise: *935 - installation: *936 + comment: *969 + enterprise: *936 + installation: *937 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -165948,8 +165966,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 state: description: State of the issue; either 'open' or 'closed' type: string @@ -165965,7 +165983,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -166300,8 +166318,8 @@ x-webhooks: - state - locked - assignee - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -166390,9 +166408,9 @@ x-webhooks: type: number blocking_issue: *235 blocking_issue_repo: *81 - installation: *936 - organization: *937 - repository: *938 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -166481,9 +166499,9 @@ x-webhooks: type: number blocking_issue: *235 blocking_issue_repo: *81 - installation: *936 - organization: *937 - repository: *938 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -166571,9 +166589,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *235 - installation: *936 - organization: *937 - repository: *938 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -166662,9 +166680,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *235 - installation: *936 - organization: *937 - repository: *938 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -166744,10 +166762,10 @@ x-webhooks: type: string enum: - assigned - assignee: *964 - enterprise: *935 - installation: *936 - issue: &969 + assignee: *965 + enterprise: *936 + installation: *937 + issue: &970 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -167539,11 +167557,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 issue_field_values: type: array - items: *719 + items: *720 state: description: State of the issue; either 'open' or 'closed' type: string @@ -167559,7 +167577,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -167660,8 +167678,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -167741,8 +167759,8 @@ x-webhooks: type: string enum: - closed - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -168539,11 +168557,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 issue_field_values: type: array - items: *719 + items: *720 state: description: State of the issue; either 'open' or 'closed' type: string @@ -168559,7 +168577,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -168795,8 +168813,8 @@ x-webhooks: required: - state - closed_at - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -168875,8 +168893,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -169664,11 +169682,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 issue_field_values: type: array - items: *719 + items: *720 state: description: State of the issue; either 'open' or 'closed' type: string @@ -169684,7 +169702,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -169784,8 +169802,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -169864,8 +169882,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -170675,11 +170693,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 issue_field_values: type: array - items: *719 + items: *720 state: description: State of the issue; either 'open' or 'closed' type: string @@ -170695,7 +170713,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -170774,7 +170792,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &970 + milestone: &971 title: Milestone description: A collection of related issues and pull requests. type: object @@ -170912,8 +170930,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -171012,8 +171030,8 @@ x-webhooks: type: string required: - from - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -171805,11 +171823,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 issue_field_values: type: array - items: *719 + items: *720 state: description: State of the issue; either 'open' or 'closed' type: string @@ -171822,7 +171840,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *404 + type: *405 title: description: Title of the issue type: string @@ -171926,9 +171944,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *958 - organization: *937 - repository: *938 + label: *959 + organization: *938 + repository: *939 sender: *4 required: - action @@ -172008,9 +172026,9 @@ x-webhooks: type: string enum: - field_added - enterprise: *935 - installation: *936 - issue: *969 + enterprise: *936 + installation: *937 + issue: *970 issue_field: type: object description: The issue field whose value was set or updated on the @@ -172164,8 +172182,8 @@ x-webhooks: - id required: - from - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -172245,9 +172263,9 @@ x-webhooks: type: string enum: - field_removed - enterprise: *935 - installation: *936 - issue: *969 + enterprise: *936 + installation: *937 + issue: *970 issue_field: type: object description: The issue field whose value was cleared from the issue. @@ -172328,8 +172346,8 @@ x-webhooks: nullable: true required: - id - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -172409,8 +172427,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -173201,11 +173219,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 issue_field_values: type: array - items: *719 + items: *720 state: description: State of the issue; either 'open' or 'closed' type: string @@ -173218,7 +173236,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *404 + type: *405 title: description: Title of the issue type: string @@ -173322,9 +173340,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *958 - organization: *937 - repository: *938 + label: *959 + organization: *938 + repository: *939 sender: *4 required: - action @@ -173404,8 +173422,8 @@ x-webhooks: type: string enum: - locked - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -174220,11 +174238,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 issue_field_values: type: array - items: *719 + items: *720 state: description: State of the issue; either 'open' or 'closed' type: string @@ -174237,7 +174255,7 @@ x-webhooks: timeline_url: type: string format: uri - type: *404 + type: *405 title: description: Title of the issue type: string @@ -174318,8 +174336,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -174398,8 +174416,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -175208,11 +175226,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 issue_field_values: type: array - items: *719 + items: *720 state: description: State of the issue; either 'open' or 'closed' type: string @@ -175228,7 +175246,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -175306,9 +175324,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *970 - organization: *937 - repository: *938 + milestone: *971 + organization: *938 + repository: *939 sender: *4 required: - action @@ -176171,11 +176189,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 issue_field_values: type: array - items: *719 + items: *720 state: description: State of the issue; either 'open' or 'closed' type: string @@ -176276,7 +176294,7 @@ x-webhooks: required: - login - id - type: *404 + type: *405 required: - id - number @@ -176756,8 +176774,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -177541,11 +177559,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 issue_field_values: type: array - items: *719 + items: *720 state: description: State of the issue; either 'open' or 'closed' type: string @@ -177561,7 +177579,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -177669,8 +177687,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -177750,9 +177768,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *935 - installation: *936 - issue: &971 + enterprise: *936 + installation: *937 + issue: &972 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -178538,11 +178556,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 issue_field_values: type: array - items: *719 + items: *720 state: description: State of the issue; either 'open' or 'closed' type: string @@ -178558,7 +178576,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -178658,8 +178676,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -178738,8 +178756,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -179552,11 +179570,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 issue_field_values: type: array - items: *719 + items: *720 state: description: State of the issue; either 'open' or 'closed' type: string @@ -179650,9 +179668,9 @@ x-webhooks: format: uri user_view_type: type: string - type: *404 - organization: *937 - repository: *938 + type: *405 + organization: *938 + repository: *939 sender: *4 required: - action @@ -180521,11 +180539,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 issue_field_values: type: array - items: *719 + items: *720 state: description: State of the issue; either 'open' or 'closed' type: string @@ -180541,7 +180559,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -181120,11 +181138,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *935 - installation: *936 - issue: *971 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + issue: *972 + organization: *938 + repository: *939 sender: *4 required: - action @@ -181204,12 +181222,12 @@ x-webhooks: type: string enum: - typed - enterprise: *935 - installation: *936 - issue: *969 - type: *404 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + issue: *970 + type: *405 + organization: *938 + repository: *939 sender: *4 required: - action @@ -181290,7 +181308,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &1000 + assignee: &1001 title: User type: object nullable: true @@ -181360,11 +181378,11 @@ x-webhooks: required: - login - id - enterprise: *935 - installation: *936 - issue: *969 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + issue: *970 + organization: *938 + repository: *939 sender: *4 required: - action @@ -181443,12 +181461,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *935 - installation: *936 - issue: *969 - label: *958 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + issue: *970 + label: *959 + organization: *938 + repository: *939 sender: *4 required: - action @@ -181528,8 +181546,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -182342,11 +182360,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *871 - issue_dependencies_summary: *872 + sub_issues_summary: *872 + issue_dependencies_summary: *873 issue_field_values: type: array - items: *719 + items: *720 state: description: State of the issue; either 'open' or 'closed' type: string @@ -182362,7 +182380,7 @@ x-webhooks: title: description: Title of the issue type: string - type: *404 + type: *405 updated_at: type: string format: date-time @@ -182440,8 +182458,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -182521,11 +182539,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *935 - installation: *936 - issue: *971 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + issue: *972 + organization: *938 + repository: *939 sender: *4 required: - action @@ -182604,12 +182622,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *935 - installation: *936 - issue: *969 - type: *404 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + issue: *970 + type: *405 + organization: *938 + repository: *939 sender: *4 required: - action @@ -182689,11 +182707,11 @@ x-webhooks: type: string enum: - created - enterprise: *935 - installation: *936 - label: *958 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + label: *959 + organization: *938 + repository: *939 sender: *4 required: - action @@ -182771,11 +182789,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *935 - installation: *936 - label: *958 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + label: *959 + organization: *938 + repository: *939 sender: *4 required: - action @@ -182885,11 +182903,11 @@ x-webhooks: type: string required: - from - enterprise: *935 - installation: *936 - label: *958 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + label: *959 + organization: *938 + repository: *939 sender: *4 required: - action @@ -182971,9 +182989,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *935 - installation: *936 - marketplace_purchase: &972 + enterprise: *936 + installation: *937 + marketplace_purchase: &973 title: Marketplace Purchase type: object required: @@ -183056,8 +183074,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *937 - previous_marketplace_purchase: &973 + organization: *938 + previous_marketplace_purchase: &974 title: Marketplace Purchase type: object properties: @@ -183137,7 +183155,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *938 + repository: *939 sender: *4 required: - action @@ -183217,10 +183235,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *935 - installation: *936 - marketplace_purchase: *972 - organization: *937 + enterprise: *936 + installation: *937 + marketplace_purchase: *973 + organization: *938 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -183303,7 +183321,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *938 + repository: *939 sender: *4 required: - action @@ -183385,10 +183403,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *935 - installation: *936 - marketplace_purchase: *972 - organization: *937 + enterprise: *936 + installation: *937 + marketplace_purchase: *973 + organization: *938 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -183470,7 +183488,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *938 + repository: *939 sender: *4 required: - action @@ -183551,8 +183569,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 marketplace_purchase: title: Marketplace Purchase type: object @@ -183634,9 +183652,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *937 - previous_marketplace_purchase: *973 - repository: *938 + organization: *938 + previous_marketplace_purchase: *974 + repository: *939 sender: *4 required: - action @@ -183716,12 +183734,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *935 - installation: *936 - marketplace_purchase: *972 - organization: *937 - previous_marketplace_purchase: *973 - repository: *938 + enterprise: *936 + installation: *937 + marketplace_purchase: *973 + organization: *938 + previous_marketplace_purchase: *974 + repository: *939 sender: *4 required: - action @@ -183823,11 +183841,11 @@ x-webhooks: type: string required: - to - enterprise: *935 - installation: *936 - member: *964 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + member: *965 + organization: *938 + repository: *939 sender: *4 required: - action @@ -183927,11 +183945,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *935 - installation: *936 - member: *964 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + member: *965 + organization: *938 + repository: *939 sender: *4 required: - action @@ -184010,11 +184028,11 @@ x-webhooks: type: string enum: - removed - enterprise: *935 - installation: *936 - member: *964 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + member: *965 + organization: *938 + repository: *939 sender: *4 required: - action @@ -184092,11 +184110,11 @@ x-webhooks: type: string enum: - added - enterprise: *935 - installation: *936 - member: *964 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + member: *965 + organization: *938 + repository: *939 scope: description: The scope of the membership. Currently, can only be `team`. @@ -184172,7 +184190,7 @@ x-webhooks: required: - login - id - team: &974 + team: &975 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -184395,11 +184413,11 @@ x-webhooks: type: string enum: - removed - enterprise: *935 - installation: *936 - member: *964 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + member: *965 + organization: *938 + repository: *939 scope: description: The scope of the membership. Currently, can only be `team`. @@ -184476,7 +184494,7 @@ x-webhooks: required: - login - id - team: *974 + team: *975 required: - action - scope @@ -184558,8 +184576,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *936 - merge_group: &976 + installation: *937 + merge_group: &977 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -184578,15 +184596,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *975 + head_commit: *976 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -184672,10 +184690,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *936 - merge_group: *976 - organization: *937 - repository: *938 + installation: *937 + merge_group: *977 + organization: *938 + repository: *939 sender: *4 required: - action @@ -184748,7 +184766,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *935 + enterprise: *936 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -184857,16 +184875,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *936 - organization: *937 + installation: *937 + organization: *938 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *977 - required: *978 + properties: *978 + required: *979 nullable: true sender: *4 required: @@ -184947,11 +184965,11 @@ x-webhooks: type: string enum: - closed - enterprise: *935 - installation: *936 - milestone: *970 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + milestone: *971 + organization: *938 + repository: *939 sender: *4 required: - action @@ -185030,9 +185048,9 @@ x-webhooks: type: string enum: - created - enterprise: *935 - installation: *936 - milestone: &979 + enterprise: *936 + installation: *937 + milestone: &980 title: Milestone description: A collection of related issues and pull requests. type: object @@ -185169,8 +185187,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -185249,11 +185267,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *935 - installation: *936 - milestone: *970 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + milestone: *971 + organization: *938 + repository: *939 sender: *4 required: - action @@ -185363,11 +185381,11 @@ x-webhooks: type: string required: - from - enterprise: *935 - installation: *936 - milestone: *970 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + milestone: *971 + organization: *938 + repository: *939 sender: *4 required: - action @@ -185447,11 +185465,11 @@ x-webhooks: type: string enum: - opened - enterprise: *935 - installation: *936 - milestone: *979 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + milestone: *980 + organization: *938 + repository: *939 sender: *4 required: - action @@ -185530,11 +185548,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *964 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + blocked_user: *965 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -185613,11 +185631,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *964 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + blocked_user: *965 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -185693,7 +185711,7 @@ x-webhooks: enum: - created definition: *160 - enterprise: *935 + enterprise: *936 sender: *4 required: - action @@ -185773,8 +185791,8 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 sender: *4 required: - action @@ -185847,8 +185865,8 @@ x-webhooks: enum: - updated definition: *160 - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 sender: *4 required: - action @@ -185920,9 +185938,9 @@ x-webhooks: type: string enum: - updated - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 sender: *4 new_property_values: type: array @@ -186010,9 +186028,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *935 - installation: *936 - membership: &980 + enterprise: *936 + installation: *937 + membership: &981 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -186119,8 +186137,8 @@ x-webhooks: - role - organization_url - user - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 required: - action @@ -186198,11 +186216,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *935 - installation: *936 - membership: *980 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + membership: *981 + organization: *938 + repository: *939 sender: *4 required: - action @@ -186281,8 +186299,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -186398,10 +186416,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 - user: *964 + user: *965 required: - action - invitation @@ -186479,11 +186497,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *935 - installation: *936 - membership: *980 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + membership: *981 + organization: *938 + repository: *939 sender: *4 required: - action @@ -186570,11 +186588,11 @@ x-webhooks: properties: from: type: string - enterprise: *935 - installation: *936 - membership: *980 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + membership: *981 + organization: *938 + repository: *939 sender: *4 required: - action @@ -186652,9 +186670,9 @@ x-webhooks: type: string enum: - published - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 package: description: Information about the package. type: object @@ -187153,7 +187171,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &981 + items: &982 title: Ruby Gems metadata type: object properties: @@ -187248,7 +187266,7 @@ x-webhooks: - owner - package_version - registry - repository: *938 + repository: *939 sender: *4 required: - action @@ -187325,9 +187343,9 @@ x-webhooks: type: string enum: - updated - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 package: description: Information about the package. type: object @@ -187680,7 +187698,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *981 + items: *982 source_url: type: string format: uri @@ -187750,7 +187768,7 @@ x-webhooks: - owner - package_version - registry - repository: *938 + repository: *939 sender: *4 required: - action @@ -187926,12 +187944,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *935 + enterprise: *936 id: type: integer - installation: *936 - organization: *937 - repository: *938 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - id @@ -188008,7 +188026,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &982 + personal_access_token_request: &983 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -188154,10 +188172,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *935 - organization: *937 + enterprise: *936 + organization: *938 sender: *4 - installation: *936 + installation: *937 required: - action - personal_access_token_request @@ -188234,11 +188252,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *982 - enterprise: *935 - organization: *937 + personal_access_token_request: *983 + enterprise: *936 + organization: *938 sender: *4 - installation: *936 + installation: *937 required: - action - personal_access_token_request @@ -188314,11 +188332,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *982 - enterprise: *935 - organization: *937 + personal_access_token_request: *983 + enterprise: *936 + organization: *938 sender: *4 - installation: *936 + installation: *937 required: - action - personal_access_token_request @@ -188393,11 +188411,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *982 - organization: *937 - enterprise: *935 + personal_access_token_request: *983 + organization: *938 + enterprise: *936 sender: *4 - installation: *936 + installation: *937 required: - action - personal_access_token_request @@ -188502,7 +188520,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *983 + last_response: *984 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -188534,8 +188552,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 zen: description: Random string of GitHub zen. @@ -188780,10 +188798,10 @@ x-webhooks: - from required: - note - enterprise: *935 - installation: *936 - organization: *937 - project_card: &984 + enterprise: *936 + installation: *937 + organization: *938 + project_card: &985 title: Project Card type: object properties: @@ -188902,7 +188920,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *938 + repository: *939 sender: *4 required: - action @@ -188983,11 +189001,11 @@ x-webhooks: type: string enum: - created - enterprise: *935 - installation: *936 - organization: *937 - project_card: *984 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + project_card: *985 + repository: *939 sender: *4 required: - action @@ -189067,9 +189085,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 project_card: title: Project Card type: object @@ -189197,8 +189215,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *977 - required: *978 + properties: *978 + required: *979 nullable: true sender: *4 required: @@ -189292,11 +189310,11 @@ x-webhooks: - from required: - note - enterprise: *935 - installation: *936 - organization: *937 - project_card: *984 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + project_card: *985 + repository: *939 sender: *4 required: - action @@ -189390,9 +189408,9 @@ x-webhooks: - from required: - column_id - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 project_card: allOf: - title: Project Card @@ -189582,7 +189600,7 @@ x-webhooks: type: string required: - after_id - repository: *938 + repository: *939 sender: *4 required: - action @@ -189662,10 +189680,10 @@ x-webhooks: type: string enum: - closed - enterprise: *935 - installation: *936 - organization: *937 - project: &986 + enterprise: *936 + installation: *937 + organization: *938 + project: &987 title: Project type: object properties: @@ -189789,7 +189807,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *938 + repository: *939 sender: *4 required: - action @@ -189869,10 +189887,10 @@ x-webhooks: type: string enum: - created - enterprise: *935 - installation: *936 - organization: *937 - project_column: &985 + enterprise: *936 + installation: *937 + organization: *938 + project_column: &986 title: Project Column type: object properties: @@ -189911,7 +189929,7 @@ x-webhooks: - name - created_at - updated_at - repository: *938 + repository: *939 sender: *4 required: - action @@ -189990,18 +190008,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *935 - installation: *936 - organization: *937 - project_column: *985 + enterprise: *936 + installation: *937 + organization: *938 + project_column: *986 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *977 - required: *978 + properties: *978 + required: *979 nullable: true sender: *4 required: @@ -190091,11 +190109,11 @@ x-webhooks: type: string required: - from - enterprise: *935 - installation: *936 - organization: *937 - project_column: *985 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + project_column: *986 + repository: *939 sender: *4 required: - action @@ -190175,11 +190193,11 @@ x-webhooks: type: string enum: - moved - enterprise: *935 - installation: *936 - organization: *937 - project_column: *985 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + project_column: *986 + repository: *939 sender: *4 required: - action @@ -190259,11 +190277,11 @@ x-webhooks: type: string enum: - created - enterprise: *935 - installation: *936 - organization: *937 - project: *986 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + project: *987 + repository: *939 sender: *4 required: - action @@ -190343,18 +190361,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *935 - installation: *936 - organization: *937 - project: *986 + enterprise: *936 + installation: *937 + organization: *938 + project: *987 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *977 - required: *978 + properties: *978 + required: *979 nullable: true sender: *4 required: @@ -190456,11 +190474,11 @@ x-webhooks: type: string required: - from - enterprise: *935 - installation: *936 - organization: *937 - project: *986 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + project: *987 + repository: *939 sender: *4 required: - action @@ -190539,11 +190557,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *935 - installation: *936 - organization: *937 - project: *986 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + project: *987 + repository: *939 sender: *4 required: - action @@ -190624,9 +190642,9 @@ x-webhooks: type: string enum: - closed - installation: *936 - organization: *937 - projects_v2: *436 + installation: *937 + organization: *938 + projects_v2: *437 sender: *4 required: - action @@ -190707,9 +190725,9 @@ x-webhooks: type: string enum: - created - installation: *936 - organization: *937 - projects_v2: *436 + installation: *937 + organization: *938 + projects_v2: *437 sender: *4 required: - action @@ -190790,9 +190808,9 @@ x-webhooks: type: string enum: - deleted - installation: *936 - organization: *937 - projects_v2: *436 + installation: *937 + organization: *938 + projects_v2: *437 sender: *4 required: - action @@ -190909,9 +190927,9 @@ x-webhooks: type: string to: type: string - installation: *936 - organization: *937 - projects_v2: *436 + installation: *937 + organization: *938 + projects_v2: *437 sender: *4 required: - action @@ -190994,7 +191012,7 @@ x-webhooks: type: string enum: - archived - changes: &990 + changes: &991 type: object properties: archived_at: @@ -191008,9 +191026,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *936 - organization: *937 - projects_v2_item: &987 + installation: *937 + organization: *938 + projects_v2_item: &988 title: Projects v2 Item description: An item belonging to a project type: object @@ -191028,7 +191046,7 @@ x-webhooks: type: string description: The node ID of the content represented by this item. - content_type: *443 + content_type: *444 creator: *4 created_at: type: string @@ -191145,9 +191163,9 @@ x-webhooks: nullable: true to: type: string - installation: *936 - organization: *937 - projects_v2_item: *987 + installation: *937 + organization: *938 + projects_v2_item: *988 sender: *4 required: - action @@ -191229,9 +191247,9 @@ x-webhooks: type: string enum: - created - installation: *936 - organization: *937 - projects_v2_item: *987 + installation: *937 + organization: *938 + projects_v2_item: *988 sender: *4 required: - action @@ -191312,9 +191330,9 @@ x-webhooks: type: string enum: - deleted - installation: *936 - organization: *937 - projects_v2_item: *987 + installation: *937 + organization: *938 + projects_v2_item: *988 sender: *4 required: - action @@ -191420,7 +191438,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &988 + - &989 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -191442,7 +191460,7 @@ x-webhooks: required: - id - name - - &989 + - &990 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -191476,8 +191494,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *988 - *989 + - *990 required: - field_value - type: object @@ -191493,9 +191511,9 @@ x-webhooks: nullable: true required: - body - installation: *936 - organization: *937 - projects_v2_item: *987 + installation: *937 + organization: *938 + projects_v2_item: *988 sender: *4 required: - action @@ -191590,9 +191608,9 @@ x-webhooks: to: type: string nullable: true - installation: *936 - organization: *937 - projects_v2_item: *987 + installation: *937 + organization: *938 + projects_v2_item: *988 sender: *4 required: - action @@ -191675,10 +191693,10 @@ x-webhooks: type: string enum: - restored - changes: *990 - installation: *936 - organization: *937 - projects_v2_item: *987 + changes: *991 + installation: *937 + organization: *938 + projects_v2_item: *988 sender: *4 required: - action @@ -191760,9 +191778,9 @@ x-webhooks: type: string enum: - reopened - installation: *936 - organization: *937 - projects_v2: *436 + installation: *937 + organization: *938 + projects_v2: *437 sender: *4 required: - action @@ -191843,14 +191861,14 @@ x-webhooks: type: string enum: - created - installation: *936 - organization: *937 - projects_v2_status_update: &993 + installation: *937 + organization: *938 + projects_v2_status_update: &994 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *991 - required: *992 + properties: *992 + required: *993 sender: *4 required: - action @@ -191931,9 +191949,9 @@ x-webhooks: type: string enum: - deleted - installation: *936 - organization: *937 - projects_v2_status_update: *993 + installation: *937 + organization: *938 + projects_v2_status_update: *994 sender: *4 required: - action @@ -192069,9 +192087,9 @@ x-webhooks: type: string format: date nullable: true - installation: *936 - organization: *937 - projects_v2_status_update: *993 + installation: *937 + organization: *938 + projects_v2_status_update: *994 sender: *4 required: - action @@ -192142,10 +192160,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - repository @@ -192222,13 +192240,13 @@ x-webhooks: type: string enum: - assigned - assignee: *964 - enterprise: *935 - installation: *936 - number: &994 + assignee: *965 + enterprise: *936 + installation: *937 + number: &995 description: The pull request number. type: integer - organization: *937 + organization: *938 pull_request: title: Pull Request type: object @@ -194390,7 +194408,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -194516,7 +194534,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *938 + repository: *939 sender: *4 required: - action @@ -194598,11 +194616,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 number: type: integer - organization: *937 + organization: *938 pull_request: title: Pull Request type: object @@ -196757,7 +196775,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -196885,7 +196903,7 @@ x-webhooks: - draft reason: type: string - repository: *938 + repository: *939 sender: *4 required: - action @@ -196967,11 +196985,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 number: type: integer - organization: *937 + organization: *938 pull_request: title: Pull Request type: object @@ -199126,7 +199144,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -199254,7 +199272,7 @@ x-webhooks: - draft reason: type: string - repository: *938 + repository: *939 sender: *4 required: - action @@ -199336,13 +199354,13 @@ x-webhooks: type: string enum: - closed - enterprise: *935 - installation: *936 - number: *994 - organization: *937 - pull_request: &995 + enterprise: *936 + installation: *937 + number: *995 + organization: *938 + pull_request: &996 allOf: - - *776 + - *777 - type: object properties: allow_auto_merge: @@ -199404,7 +199422,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *938 + repository: *939 sender: *4 required: - action @@ -199485,12 +199503,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *935 - installation: *936 - number: *994 - organization: *937 - pull_request: *995 - repository: *938 + enterprise: *936 + installation: *937 + number: *995 + organization: *938 + pull_request: *996 + repository: *939 sender: *4 required: - action @@ -199570,11 +199588,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *935 - milestone: *757 - number: *994 - organization: *937 - pull_request: &996 + enterprise: *936 + milestone: *758 + number: *995 + organization: *938 + pull_request: &997 title: Pull Request type: object properties: @@ -201730,7 +201748,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -201856,7 +201874,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *938 + repository: *939 sender: *4 required: - action @@ -201935,11 +201953,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 number: type: integer - organization: *937 + organization: *938 pull_request: title: Pull Request type: object @@ -204099,7 +204117,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -204240,7 +204258,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *938 + repository: *939 sender: *4 required: - action @@ -204364,12 +204382,12 @@ x-webhooks: type: string required: - from - enterprise: *935 - installation: *936 - number: *994 - organization: *937 - pull_request: *995 - repository: *938 + enterprise: *936 + installation: *937 + number: *995 + organization: *938 + pull_request: *996 + repository: *939 sender: *4 required: - action @@ -204449,11 +204467,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 number: type: integer - organization: *937 + organization: *938 pull_request: title: Pull Request type: object @@ -206613,7 +206631,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -206739,7 +206757,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *938 + repository: *939 sender: *4 required: - action @@ -206819,11 +206837,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *935 - installation: *936 - label: *958 - number: *994 - organization: *937 + enterprise: *936 + installation: *937 + label: *959 + number: *995 + organization: *938 pull_request: title: Pull Request type: object @@ -208984,7 +209002,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -209110,7 +209128,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *938 + repository: *939 sender: *4 required: - action @@ -209191,10 +209209,10 @@ x-webhooks: type: string enum: - locked - enterprise: *935 - installation: *936 - number: *994 - organization: *937 + enterprise: *936 + installation: *937 + number: *995 + organization: *938 pull_request: title: Pull Request type: object @@ -211353,7 +211371,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -211479,7 +211497,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *938 + repository: *939 sender: *4 required: - action @@ -211559,12 +211577,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *935 - milestone: *757 - number: *994 - organization: *937 - pull_request: *996 - repository: *938 + enterprise: *936 + milestone: *758 + number: *995 + organization: *938 + pull_request: *997 + repository: *939 sender: *4 required: - action @@ -211643,12 +211661,12 @@ x-webhooks: type: string enum: - opened - enterprise: *935 - installation: *936 - number: *994 - organization: *937 - pull_request: *995 - repository: *938 + enterprise: *936 + installation: *937 + number: *995 + organization: *938 + pull_request: *996 + repository: *939 sender: *4 required: - action @@ -211729,12 +211747,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *935 - installation: *936 - number: *994 - organization: *937 - pull_request: *995 - repository: *938 + enterprise: *936 + installation: *937 + number: *995 + organization: *938 + pull_request: *996 + repository: *939 sender: *4 required: - action @@ -211814,12 +211832,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *935 - installation: *936 - number: *994 - organization: *937 - pull_request: *995 - repository: *938 + enterprise: *936 + installation: *937 + number: *995 + organization: *938 + pull_request: *996 + repository: *939 sender: *4 required: - action @@ -212185,9 +212203,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 pull_request: type: object properties: @@ -214241,7 +214259,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: type: string enum: @@ -214362,7 +214380,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *938 + repository: *939 sender: *4 required: - action @@ -214442,7 +214460,7 @@ x-webhooks: type: string enum: - deleted - comment: &998 + comment: &999 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-cloud@latest/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -214727,9 +214745,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 pull_request: type: object properties: @@ -216771,7 +216789,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: type: string enum: @@ -216892,7 +216910,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *938 + repository: *939 sender: *4 required: - action @@ -216972,11 +216990,11 @@ x-webhooks: type: string enum: - edited - changes: *997 - comment: *998 - enterprise: *935 - installation: *936 - organization: *937 + changes: *998 + comment: *999 + enterprise: *936 + installation: *937 + organization: *938 pull_request: type: object properties: @@ -219021,7 +219039,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: type: string enum: @@ -219142,7 +219160,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *938 + repository: *939 sender: *4 required: - action @@ -219223,9 +219241,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 pull_request: title: Simple Pull Request type: object @@ -221280,7 +221298,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: type: string enum: @@ -221403,7 +221421,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *938 + repository: *939 review: description: The review that was affected. type: object @@ -221650,9 +221668,9 @@ x-webhooks: type: string required: - from - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 pull_request: title: Simple Pull Request type: object @@ -223702,8 +223720,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *938 - review: &999 + repository: *939 + review: &1000 description: The review that was affected. type: object properties: @@ -223936,12 +223954,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 number: description: The pull request number. type: integer - organization: *937 + organization: *938 pull_request: title: Pull Request type: object @@ -226103,7 +226121,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. @@ -226229,7 +226247,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *938 + repository: *939 requested_reviewer: title: User type: object @@ -226313,12 +226331,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 number: description: The pull request number. type: integer - organization: *937 + organization: *938 pull_request: title: Pull Request type: object @@ -228487,7 +228505,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. @@ -228613,7 +228631,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *938 + repository: *939 requested_team: title: Team description: Groups of organization members that gives permissions @@ -228805,12 +228823,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 number: description: The pull request number. type: integer - organization: *937 + organization: *938 pull_request: title: Pull Request type: object @@ -230973,7 +230991,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. @@ -231100,7 +231118,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *938 + repository: *939 requested_reviewer: title: User type: object @@ -231185,12 +231203,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *935 - installation: *936 + enterprise: *936 + installation: *937 number: description: The pull request number. type: integer - organization: *937 + organization: *938 pull_request: title: Pull Request type: object @@ -233344,7 +233362,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. @@ -233471,7 +233489,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *938 + repository: *939 requested_team: title: Team description: Groups of organization members that gives permissions @@ -233652,9 +233670,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 pull_request: title: Simple Pull Request type: object @@ -235711,7 +235729,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: type: string enum: @@ -235834,8 +235852,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *938 - review: *999 + repository: *939 + review: *1000 sender: *4 required: - action @@ -235915,9 +235933,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 pull_request: title: Simple Pull Request type: object @@ -237883,7 +237901,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: type: string enum: @@ -238006,7 +238024,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *938 + repository: *939 sender: *4 thread: type: object @@ -238393,9 +238411,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 pull_request: title: Simple Pull Request type: object @@ -240348,7 +240366,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: type: string enum: @@ -240470,7 +240488,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *938 + repository: *939 sender: *4 thread: type: object @@ -240854,11 +240872,11 @@ x-webhooks: type: string enum: - stacked - enterprise: *935 - installation: *936 - stack: *773 - number: *994 - organization: *937 + enterprise: *936 + installation: *937 + stack: *774 + number: *995 + organization: *938 pull_request: title: Pull Request type: object @@ -243019,7 +243037,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -243145,7 +243163,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *938 + repository: *939 sender: *4 required: - action @@ -243231,10 +243249,10 @@ x-webhooks: type: string before: type: string - enterprise: *935 - installation: *936 - number: *994 - organization: *937 + enterprise: *936 + installation: *937 + number: *995 + organization: *938 pull_request: title: Pull Request type: object @@ -245384,7 +245402,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -245510,7 +245528,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *938 + repository: *939 sender: *4 required: - action @@ -245592,11 +245610,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *1000 - enterprise: *935 - installation: *936 - number: *994 - organization: *937 + assignee: *1001 + enterprise: *936 + installation: *937 + number: *995 + organization: *938 pull_request: title: Pull Request type: object @@ -247758,7 +247776,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -247884,7 +247902,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *938 + repository: *939 sender: *4 required: - action @@ -247963,11 +247981,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *935 - installation: *936 - label: *958 - number: *994 - organization: *937 + enterprise: *936 + installation: *937 + label: *959 + number: *995 + organization: *938 pull_request: title: Pull Request type: object @@ -250119,7 +250137,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -250245,7 +250263,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *938 + repository: *939 sender: *4 required: - action @@ -250326,10 +250344,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *935 - installation: *936 - number: *994 - organization: *937 + enterprise: *936 + installation: *937 + number: *995 + organization: *938 pull_request: title: Pull Request type: object @@ -252474,7 +252492,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -252599,7 +252617,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *938 + repository: *939 sender: *4 required: - action @@ -252799,7 +252817,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *935 + enterprise: *936 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -252891,8 +252909,8 @@ x-webhooks: - url - author - committer - installation: *936 - organization: *937 + installation: *937 + organization: *938 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -253478,9 +253496,9 @@ x-webhooks: type: string enum: - published - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 registry_package: type: object properties: @@ -253926,7 +253944,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *981 + items: *982 summary: type: string tag_name: @@ -253980,7 +253998,7 @@ x-webhooks: - owner - package_version - registry - repository: *938 + repository: *939 sender: *4 required: - action @@ -254058,9 +254076,9 @@ x-webhooks: type: string enum: - updated - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 registry_package: type: object properties: @@ -254368,7 +254386,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *981 + items: *982 summary: type: string tag_name: @@ -254417,7 +254435,7 @@ x-webhooks: - owner - package_version - registry - repository: *938 + repository: *939 sender: *4 required: - action @@ -254494,10 +254512,10 @@ x-webhooks: type: string enum: - created - enterprise: *935 - installation: *936 - organization: *937 - release: &1001 + enterprise: *936 + installation: *937 + organization: *938 + release: &1002 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) object. @@ -254815,7 +254833,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *938 + repository: *939 sender: *4 required: - action @@ -254892,11 +254910,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *935 - installation: *936 - organization: *937 - release: *1001 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + release: *1002 + repository: *939 sender: *4 required: - action @@ -255013,11 +255031,11 @@ x-webhooks: type: boolean required: - to - enterprise: *935 - installation: *936 - organization: *937 - release: *1001 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + release: *1002 + repository: *939 sender: *4 required: - action @@ -255095,9 +255113,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) @@ -255419,7 +255437,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *938 + repository: *939 sender: *4 required: - action @@ -255495,10 +255513,10 @@ x-webhooks: type: string enum: - published - enterprise: *935 - installation: *936 - organization: *937 - release: &1002 + enterprise: *936 + installation: *937 + organization: *938 + release: &1003 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) object. @@ -255817,7 +255835,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *938 + repository: *939 sender: *4 required: - action @@ -255893,11 +255911,11 @@ x-webhooks: type: string enum: - released - enterprise: *935 - installation: *936 - organization: *937 - release: *1001 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + release: *1002 + repository: *939 sender: *4 required: - action @@ -255973,11 +255991,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *935 - installation: *936 - organization: *937 - release: *1002 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + release: *1003 + repository: *939 sender: *4 required: - action @@ -256053,11 +256071,11 @@ x-webhooks: type: string enum: - published - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 - repository_advisory: *831 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 + repository_advisory: *832 sender: *4 required: - action @@ -256133,11 +256151,11 @@ x-webhooks: type: string enum: - reported - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 - repository_advisory: *831 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 + repository_advisory: *832 sender: *4 required: - action @@ -256213,10 +256231,10 @@ x-webhooks: type: string enum: - archived - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -256293,10 +256311,10 @@ x-webhooks: type: string enum: - created - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -256374,10 +256392,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -256461,10 +256479,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -256576,10 +256594,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -256651,10 +256669,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 status: type: string @@ -256735,10 +256753,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -256815,10 +256833,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -256912,10 +256930,10 @@ x-webhooks: - name required: - repository - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -256995,10 +257013,10 @@ x-webhooks: type: string enum: - created - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 repository_ruleset: *199 sender: *4 required: @@ -257077,10 +257095,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 repository_ruleset: *199 sender: *4 required: @@ -257159,10 +257177,10 @@ x-webhooks: type: string enum: - edited - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 repository_ruleset: *199 changes: type: object @@ -257224,16 +257242,16 @@ x-webhooks: properties: added: type: array - items: *798 + items: *799 deleted: type: array - items: *798 + items: *799 updated: type: array items: type: object properties: - rule: *798 + rule: *799 changes: type: object properties: @@ -257467,10 +257485,10 @@ x-webhooks: - from required: - owner - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -257548,10 +257566,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -257629,7 +257647,7 @@ x-webhooks: type: string enum: - create - alert: &1003 + alert: &1004 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -257751,10 +257769,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -257960,10 +257978,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -258041,11 +258059,11 @@ x-webhooks: type: string enum: - reopen - alert: *1003 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + alert: *1004 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -258244,10 +258262,10 @@ x-webhooks: enum: - fixed - open - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -258325,7 +258343,7 @@ x-webhooks: type: string enum: - assigned - alert: &1005 + alert: &1006 type: object properties: number: *136 @@ -258475,12 +258493,12 @@ x-webhooks: properties: *20 required: *21 nullable: true - metadata: *1004 + metadata: *1005 assignee: *4 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -258558,11 +258576,11 @@ x-webhooks: type: string enum: - created - alert: *1005 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + alert: *1006 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -258643,11 +258661,11 @@ x-webhooks: type: string enum: - created - alert: *1005 - installation: *936 - location: *1006 - organization: *937 - repository: *938 + alert: *1006 + installation: *937 + location: *1007 + organization: *938 + repository: *939 sender: *4 required: - location @@ -258885,11 +258903,11 @@ x-webhooks: type: string enum: - metadata_created - alert: *1005 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + alert: *1006 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -258966,11 +258984,11 @@ x-webhooks: type: string enum: - metadata_removed - alert: *1005 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + alert: *1006 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -259047,11 +259065,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *1005 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + alert: *1006 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -259129,11 +259147,11 @@ x-webhooks: type: string enum: - reopened - alert: *1005 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + alert: *1006 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -259211,11 +259229,11 @@ x-webhooks: type: string enum: - resolved - alert: *1005 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + alert: *1006 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -259293,12 +259311,12 @@ x-webhooks: type: string enum: - unassigned - alert: *1005 + alert: *1006 assignee: *4 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -259376,11 +259394,11 @@ x-webhooks: type: string enum: - validated - alert: *1005 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + alert: *1006 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -259506,10 +259524,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *938 - enterprise: *935 - installation: *936 - organization: *937 + repository: *939 + enterprise: *936 + installation: *937 + organization: *938 sender: *4 required: - action @@ -259587,11 +259605,11 @@ x-webhooks: type: string enum: - published - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 - security_advisory: &1007 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 + security_advisory: &1008 description: The details of the security advisory, including summary, description, and severity. type: object @@ -259762,11 +259780,11 @@ x-webhooks: type: string enum: - updated - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 - security_advisory: *1007 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 + security_advisory: *1008 sender: *4 required: - action @@ -259839,10 +259857,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -260014,11 +260032,11 @@ x-webhooks: from: type: object properties: - security_and_analysis: *453 - enterprise: *935 - installation: *936 - organization: *937 - repository: *515 + security_and_analysis: *454 + enterprise: *936 + installation: *937 + organization: *938 + repository: *516 sender: *4 required: - changes @@ -260096,12 +260114,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 - sponsorship: &1008 + sponsorship: &1009 type: object properties: created_at: @@ -260402,12 +260420,12 @@ x-webhooks: type: string enum: - created - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 - sponsorship: *1008 + sponsorship: *1009 required: - action - sponsorship @@ -260495,12 +260513,12 @@ x-webhooks: type: string required: - from - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 - sponsorship: *1008 + sponsorship: *1009 required: - action - changes @@ -260577,17 +260595,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &1009 + effective_date: &1010 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: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 - sponsorship: *1008 + sponsorship: *1009 required: - action - sponsorship @@ -260661,7 +260679,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &1010 + changes: &1011 type: object properties: tier: @@ -260705,13 +260723,13 @@ x-webhooks: - from required: - tier - effective_date: *1009 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + effective_date: *1010 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 - sponsorship: *1008 + sponsorship: *1009 required: - action - changes @@ -260788,13 +260806,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *1010 - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + changes: *1011 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 - sponsorship: *1008 + sponsorship: *1009 required: - action - changes @@ -260868,10 +260886,10 @@ x-webhooks: type: string enum: - created - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -260954,10 +260972,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -261377,15 +261395,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *935 + enterprise: *936 id: description: The unique identifier of the status. type: integer - installation: *936 + installation: *937 name: type: string - organization: *937 - repository: *938 + organization: *938 + repository: *939 sender: *4 sha: description: The Commit SHA. @@ -261500,9 +261518,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *235 - installation: *936 - organization: *937 - repository: *938 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -261591,9 +261609,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *235 - installation: *936 - organization: *937 - repository: *938 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -261682,9 +261700,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *235 - installation: *936 - organization: *937 - repository: *938 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -261773,9 +261791,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *235 - installation: *936 - organization: *937 - repository: *938 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -261851,12 +261869,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 - team: &1011 + team: &1012 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -262079,9 +262097,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 repository: title: Repository description: A git repository @@ -262539,7 +262557,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1011 + team: *1012 required: - action - team @@ -262615,9 +262633,9 @@ x-webhooks: type: string enum: - created - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 repository: title: Repository description: A git repository @@ -263075,7 +263093,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1011 + team: *1012 required: - action - team @@ -263152,9 +263170,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 repository: title: Repository description: A git repository @@ -263612,7 +263630,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1011 + team: *1012 required: - action - team @@ -263756,9 +263774,9 @@ x-webhooks: - from required: - permissions - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 repository: title: Repository description: A git repository @@ -264216,7 +264234,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1011 + team: *1012 required: - action - changes @@ -264294,9 +264312,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *935 - installation: *936 - organization: *937 + enterprise: *936 + installation: *937 + organization: *938 repository: title: Repository description: A git repository @@ -264754,7 +264772,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1011 + team: *1012 required: - action - team @@ -264830,10 +264848,10 @@ x-webhooks: type: string enum: - started - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 required: - action @@ -264906,16 +264924,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *935 + enterprise: *936 inputs: type: object nullable: true additionalProperties: true - installation: *936 - organization: *937 + installation: *937 + organization: *938 ref: type: string - repository: *938 + repository: *939 sender: *4 workflow: type: string @@ -264997,10 +265015,10 @@ x-webhooks: type: string enum: - completed - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 workflow_job: allOf: @@ -265237,7 +265255,7 @@ x-webhooks: type: string required: - conclusion - deployment: *658 + deployment: *659 required: - action - repository @@ -265316,10 +265334,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 workflow_job: allOf: @@ -265579,7 +265597,7 @@ x-webhooks: required: - status - steps - deployment: *658 + deployment: *659 required: - action - repository @@ -265658,10 +265676,10 @@ x-webhooks: type: string enum: - queued - enterprise: *935 - installation: *936 - organization: *937 - repository: *938 + enterprise: *936 + installation: *937 + organization: *938 + repository: *939 sender: *4 workflow_job: type: object @@ -265796,7 +265814,7 @@ x-webhooks: - workflow_name - head_branch - created_at - deployment: *658 + deployment: *659 required: - action {"code":"deadline_exceeded","msg":"operation timed out"}